.ac_results {
	padding: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
}

.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: 10px;
	/* 
	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;
	text-align: left;
}

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

.ac_results li.ac_odd {
	background-color: #f5f5dc;
	border-left: #FFFFE5 1px solid;
	border-right: #D2D2BC 1px solid;
	border-bottom: #D2D2BC 1px solid;
}

.ac_results li.ac_even {
	background-color: #f5f5e9;
	border-left: #f5f5dc 1px solid;
	border-right: #f5f5dc 1px solid;
	border-bottom: #FFFFE5 1px solid;
}

.ac_results li.ac_even.ac_over, .ac_results li.ac_odd.ac_over, .ac_results li:hover {
	border-bottom: #315b7f 1px solid;
	border-left: #3c709c 1px solid;
	border-right: #3c709c 1px solid;
	background-color: #3c709c;
	color: #E9EAF5;
	cursor: pointer;
}
