
.ac_results {
text-align : left;
padding : 0;
border : 1px solid #333;
background-color : white;
overflow : hidden;
width : 200px;
}
.ac_results ul {
width : 100%;
list-style-position : outside;
list-style : none;
padding : 0;
margin : 0;
}
.ac_results li {
margin : 0;
padding : 2px 5px;
cursor : default;
display : block;
font : menu;
font-size : 12px;
line-height : 16px;
overflow : hidden;
}
.ac_over {
background-color : #333;
color : white;
}
