.ac_results ul {
	border:1px solid #F7F2E9;
  	list-style-type:none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px;
	cursor:pointer;
	display:block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 12px;
	overflow: hidden;
	
}

.ac_loading {
	background: white url('images/indicator.gif') right center no-repeat;
	color: #8F5123;
}

.ac_odd {
	background-color: white;;
}

.ac_over {
	background-color: #F7F2E9;;
}
