.ac_results {
	padding: 0px 5px;
	border: 1px solid #dedede;
	background: #fff;
	overflow: hidden;
	color: #000;
	font-size: 11px; 
	font-family:tahoma;	
	
	min-width:175px;
	filter:alpha(opacity=75); opacity:0.9; #filter:alpha(opacity=90); _filter:alpha(opacity=90);
	-moz-box-shadow: 0px 0px 10px #cecece;
	 -webkit-box-shadow: 0px 0px 10px #cecece;	
}

.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;
	cursor:pointer;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 11px;
	font-family:tahoma;	
	/* 
	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;
	border-bottom: 1px dotted #dedede;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	color: #000;
}

.ac_over {
	color:#d22e2e;
}

