.ac_results {
position:absolute; 
width:510px; 
left:5px; 
top:34px; 
display:none; 
z-index:10; 
background-color:#fff; 
border:1px solid; 
border-color:#f3f3f3 #a5a5a5 #a5a5a5 #f3f3f3; 
padding:5px
}

.ac_results SPAN {position:absolute; top:2px; right:5px}
.ac_results  A {display:block; color:#808080; text-decoration:none; padding:3px 3px; position:relative}
.ac_results  A:hover {background-color:#000; color:#fff}
.ac_results  DIV {background-color:#c00000; position:absolute; top:0px; left:0px; width:100%; padding: 4px 5px;}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 13px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
    
    padding:3px 3px;
}

.ac_loading {
	background: white url('/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
    background-color:#000; 
    color:#fff
}
