.ac_results, .ac_results2 {
  display: block;
	padding: 0px;
	overflow: hidden;	
	z-index: 99999;
	border: 1px solid #ebf305;
	background: #3F3F3F;
	border-top: 0;  
}
.ac_results2 {border: 1px solid #7F9DB9; background: #FFF;}

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

.ac_results li, .ac_results2 li {
  display: block;
	margin: 0px;
	padding: 0px 5px;
	padding-left: 10px;
	cursor: default;	
	
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-family: Arial;
	font-size: 10px;
	color: #DDDDDD;
	/* 
	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;
	text-align: left;
	
}
.ac_results li:hover {color: #FFFFFF;}


.ac_results2 li {color: #000; font-size: 12px; line-height: 20px;}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
/*
.ac_odd {
	background-color: #E56CCC;
}
*/
.ac_over {
	background-color: #999;		
}
.ac_results2 .ac_over {background: #999;}

