.ac_results {
	padding: 0px;
	background-color: black;
	overflow: hidden;
	z-index: 99999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

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

.ac_results li {
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	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: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 20px;
	overflow: hidden;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;

}

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

.ac_odd {
    color:#ffffff;
}
.ac_even {
    color:#ffffff;    
}
.ac_over {
	background-color: #D4B000;
	color: #333;
}

