.ac_results {
	padding:0;
	margin: 1px 0 0 1px;
	background-color: #312f32;
	overflow: hidden;
	z-index: 99999;
	filter: alpha(opacity=95);
	-khtml-opacity: 0.95;
	-moz-opacity: 0.95;
	opacity: 0.95;
}

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

.ac_results li {
	margin: 0;
	padding: 3px 22px;
	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
	*/
	overflow: hidden;
}

.ac_odd {
	
}

.ac_over {
	background-color: #423f43!important;
}
.ac_loading {
	background: white url(../images/loading.gif) right center no-repeat;
}

