.ac_results {
	padding: 0px;
	background-color: #FBF4E2;
	border-bottom:1px solid #fff;
	color: #990000;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
	font-size: 9px;
}

.ac_results ul {
	width:100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
	font-size:9px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	border-bottom:1px solid #fff;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size:10px; font-family:Arial, Helvetica, sans-serif;
	/* 
	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;cursor:pointer; }

.ac_loading {background: #FBF4E2 url('indicator.gif') right center no-repeat; cursor:pointer; color: #660000;border-bottom:1px solid #fff;}

.ac_odd {background-color: #FBF4E2; color: #990000; border-bottom:1px solid #fff; cursor:pointer; }

.ac_over {background:#FBF4E2; font-family:Arial, Helvetica, sans-serif; color:#660000;cursor:pointer; }

