.ac_results {
	padding: 0px;
	border: 1px solid #666666;
	background-color: #999999;
	overflow: hidden;
	z-index: 99999;
	width: 100%;
	margin-left: 5px;
}

.ac_results ul {
	width: 100%;
	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: 0.9em/14px Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.ac_loading {
	background: white url(head/indicator.gif) no-repeat right center;
}

.ac_odd {
	background-color: #F3F3F3;
}

.ac_over {
	background-color: #333;
	color: #CCC;
}
