.ac_even
{
                text-align:left;
                font-family:arial;
                font-size:12px;
}

.ac_results {
	padding: 0px;
	border: 1px solid #e88f1f;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	font-family:arial;
	font-size:12px;
	text-align:left;
	margin-top:2px;
}

.ac_results ul {
	width: 140%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	font-family:arial;
	font-size:12px;
	text-align:left;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	border-bottom:#e3e3e3 solid 1px;
	text-align:left;
	
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-family:arial;
	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: 18px;
	overflow: hidden;
}

.ac_loading {
	background-color: #eee;
	font-size:12px;
	text-align:left;
}

.ac_odd {
	/*background-color: #fcf5d5;*/
	text-align:left;
	font-family:arial;
	font-size:12px;
}

.ac_over {
	background-color: #fef2ba;
	color: #3b3b3b;
	font-family:arial;
	font-size:12px;
	text-align:left;
}
