.ac_results {
	padding:0;
	border:1px solid #ccc;
	border-top:0;
	background-color:#fff;
	box-shadow:0 1px 8px 0px #ddd;
	-moz-box-shadow:0 1px 8px 0px #ddd;
	-webkit-box-shadow:0 1px 8px 0px #ddd;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
}
.ac_results li {
	margin: 0px;
	padding:5px 10px;
	cursor:pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: normal 12px/16px arial;
	/* 
	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;
}
.ac_results li:hover {
	background-color:#0086c1;
	color:#fff;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {  }
.ac_over { 	
	background-color:#0086c1;
	color:#fff;
}
