/* 
    Document   : additions
    Created on : Feb 16, 2010, 11:45:50 PM
    Author     : Issa
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#autocomplete {position:absolute; width:250px; background-color:white; border:0px solid #888; margin:0px; padding:0px; display:inline; z-index: 100;}
#autocomplete ul { list-style:none; list-style-image:none; margin:0px; padding:0px; }
#autocomplete ul li.selected { background-color: #B9DAF0; }
#autocomplete ul li {font-size: small; list-style-type:none;display:block; margin:0; padding:2px; cursor:pointer; }


.gsc-resultsRoot-siteSearch .gsc-title {
    font-weight : bold;
}

.gsc-resultsRoot-siteSearch .gsc-keeper {
    background-image : url(http://www.google.com/uds/css/orange_check.gif);
    font-weight : bold;
}
.gs-result .gs-webResul .gsc-results .gsc-webResult { margin:0px auto; text-align:right; width:100%; }


