.ac_results {
	border: 1px solid black;
	background-color: white;
	/*
	padding: 0px;
 */
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	margin: 0;
	padding: 0 !important;
	position: relative;
}

.ac_results li {
	list-style-type: circle;
	list-style-position: outside;
	padding: 2px 5px;
	display: block;
	line-height: 16px;
	overflow: hidden;
}

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

.ac_odd {
	background-color: #E3E3E3;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
