.ac_results {
	padding-left: 10px;
	border: 0px solid #dfeef5;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	padding: 0px 0px;
	cursor: default;
	display: block;
	width:400px;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/

	/* 
	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;
	color:#005e92;height:32px;border-bottom:1px solid #dfeef5;padding-top:1px;padding-bottom:1px;
}

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

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #dfeef5;
	color: #005e92;
}

