.ac_results {
	padding: 10px;
	border: 1px solid #999;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-top: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

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

.ac_results li {
	margin: 0px;
	padding: 4px 7px;
	cursor: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	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;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

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

.ac_odd {
	background-color: #f2f2f2;
}

.ac_over {
	background-color: #D5E00A;
}