.ac_results {
	padding: 2px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	z-index: 99999;
}

.ac_results ul {
	width: 300px;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0;
	background-color:#fff;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	border-bottom:1px solid #e5e5e5;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	width: 270px;
	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: 25px;

}

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

.ac_odd {
	background-color: #f5f5f5;
	width:100%;
}

.ac_even {
	background-color: #fff;
	width:100%;
}

.ac_over {
	background-color: #6dc30f;
	color: white;
	width:100%;
}

