.ac_results {
	border: 1px solid #a7a7a7;
	background-color: #FFF;
	overflow: hidden;
	z-index: 99999;
	text-align:left;
	background-image:url(images/dyn_arrow.gif); 
  background-repeat:no-repeat; 
  background-position:10px 0;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 0px;
	/* 
	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: 14px;
	overflow: hidden;
	position:relative;
	width:100% !important;
  width:80%;
}
.ac_results li p { width:150px; float:left; padding-left:10px; font-size: 11px; }
.ac_results li span { width:60px; float:right; padding-right:10px; text-align:right; font-size: 11px; }


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

.ac_odd {
	background-color: #FFF;
}

.ac_over {
  background-color:#666;
  color: #FFF;
  cursor: pointer !important;
}
