.ac_results {
	background:#464646; 
	border:1px solid #9c9c9c; 
	padding:0;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	list-style: none;
	padding: 0 4px;
	margin: 0;
}

.ac_results li {
	margin:0;
	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: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: normal;
	overflow: hidden;
}
.ac_results li {
	margin: 3px 0;
	background:#606060;
	display:block;
	padding:5px;
	color:#fff;
}
.ac_results li em {
	display:block;
}

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

.ac_odd {

}


.ac_results li.ac_over,
.ac_over {
	background-color: #828282;
	color: white;
	cursor:pointer;
}

