.ac_results {
	padding: 0px;
	border: 1px solid;
	border-color: #ccc;
	border-right-color: #666;
	border-bottom-color: #666;
	border-top: none;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
	font-size: 1em;
}

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

.ac_results li {
	margin: 0px;
	padding: 5px 10px;
	cursor: default;
	display: block;
	line-height: 16px;
	overflow: hidden;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #E10A18;
	color: white;
}

