.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: #222;
	overflow: hidden;
	z-index: 99999; color:#a2d744; float:left; font-family:Arial, Helvetica, sans-serif; text-align:left; padding: 5px 5px 5px 5px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0; font-family:Arial, Helvetica, sans-serif;
}

.ac_results li {
	margin: 0px;
	padding: 0px;
	cursor: default;
	display: block; font-family:Arial, Helvetica, sans-serif;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 95%;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 18px;
	overflow: hidden;
	float:left;
}

.ac_loading {
	background: white url('search-loader.gif') left center no-repeat; font-family:Arial, Helvetica, sans-serif;
}

.ac_odd {
	background-color: #222; font-family:Arial, Helvetica, sans-serif;
}

.ac_over {
	/*background-color: #fff;*/
	width: 95%; color:#fff; float:left; font-family:Arial, Helvetica, sans-serif; margin: 5px 5px 5px 5px; text-decoration:underline;
}


