.ac_results {
	padding: 0px;
	border:none;
	margin-left:2px;
	overflow: hidden;
	z-index: 99999;
	padding: 0;
	margin: 0;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding:0px 10px;
	cursor: default;
	display: block;
	border-top:1px solid #fff;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 10px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height:22px;
	overflow: hidden;
}

.ac_loading {
	background: white url('images/icons/indicator.gif') right center no-repeat;
}

.ac_even, .ac_odd {
	background-color:#ccc;
	color:#333;
	filter:Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	-khtml-opacity: 0.85;
}

.ac_over {
	background-color:#999999;
	color:#ffffff;
}

