.ac_results {
	padding: 0px;
	border: 1px solid #999999;
	background-color: white;
	overflow: hidden;	
	z-index: 99999;
	text-align:left;
	margin-left: -5px !important;
	margin-top: 2px !important;	
}

.ac_results ul {
	width:200px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;	
}

.ac_results li {	
	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%;*/
	font: menu;
	font-size: 11px !important;
	/* 
	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;	
	text-align:left;
	clear:both;
	color:#34700E;
}
* html .ac_results li { /* ie 6 scroll-x fix */
	width:130px;
	padding-right:45px;
}
.ac_results li span.phrase { float:left; }
.ac_results li span.count { float:right; }

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #34700E;
	color: #ffffff !important;
}

