.ac_results {
	padding: 0px;
	border:	solid 1px #75A1B7;
	border-top: none;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	padding: 5px;
	cursor: default;
	display: block;
	font: tahoma;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	text-align: left !important;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #6997AF;
	color: white;
}
