/*-------------------------------Search Suggests--------------------------------*/

.hr_line {border-top:1px solid #CCCCCC; line-height:2px; margin:0px; padding:0px;}
#suggestions {width:auto !important; font-family: Arial; font-size:10px !important; line-height: 1em !important; color:#CCCCCC !important;  margin: 0px !important;  padding: 2px 5px 1px 0px !important;  float: right !important; } 

.autocomplete {  /* For Both Top and Bottom Search Drop Down Box*/
    font-family: Arial !important;
    color: #444444;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    cursor: default;
    background-color: #ffffff;
    overflow: auto;
    overflow-x:hidden;
    width: 189px;
    position: absolute;  
    z-index:99;
    left:547px;      
    #z-index:99;    
}

html* .autocomplete {
    width:255px;
    top:50px;
    left:547px; 
    #width:189px;
    #left: 547px;
    #top: 37px;
}

.autocomplete_item {
padding: 0px 0px 2px 4px;
float: none !important;
font-weight:normal; /*This is to override the #SearchForm from default xslt*/
}
.autocomplete_item_highlighted {
padding: 0px 0px 2px 4px;
background-color: #444444; 
color:#FFFFFF; 
float: none !important;}
            
b.close { 
position: absolute; 
background-color: #FFFFFF; 
border: 1px solid #CCCCCC; 
border-top: none; width:189px;
z-index:100; 
left:547px;
}
b.close a {
font-size: 10px; 
font-weight: normal; 
text-decoration: underline !important; 
color: #3459F5; float:right; 
padding: 3px 10px;
cursor: pointer !important;
width:20px ! important;
 }

html* b.close {
    width:189px;
     #width:189px;
     #left: 547px;
}
