.ac_results {
margin:5px 0 0 -7px;
	padding: 2px;
	border: 1px solid #222222;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
  background:none;
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	color:#858787;
	/* 
	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;
}
.ac_results li strong{font-weight:normal;color:black}

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

.ac_results .ac_odd {
	
}

.ac_results .ac_over {
	background-color: #00a4bd;
	color: white !important;
}
.ac_results .ac_over strong{color: white !important;}

