.ac_results {
	border-bottom: 1px solid #ccc;
	padding: 0px;
	background-color: #EEEEEE;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	border: 1px solid #ccc;
	border-top: none;
	margin: 0px;
	padding: 5px;
	cursor: default;
	display: block;
	font-size: 1.1em;
	line-height: 1.3em;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}
.ac_odd strong,
.ac_even strong {
	color: #008ACE;
	font-weight: bold;
	}
.ac_over {
	background-color: #0050A9;
	color: white;
}
.ac_over strong {
	color: #B2DCFF;
}

