@charset "utf-8";
/* CSS Document */


.ac_results {
background-color:white;
border:1px solid black;
overflow:hidden;
padding:0px;
z-index:99999;
}
.ac_results ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
width:100%;
}
.ac_results li {
cursor:default;
display:block;
font-family:menu;
font-size:12px;
line-height:16px;
margin:0px;
overflow:hidden;
padding:2px 5px;
}
.ac_loading {
/*background:white url(indicator.gif) no-repeat scroll right center;*/
}
.ac_odd {
background-color:#EEEEEE;
}
.ac_over {
background-color:#0A246A;
color:white;
}