.ac_results {
	padding: 0px;
	border: none;
	border-color: #ccc;
	border-right-color: #666;
	border-bottom-color: #666;
	border-top: none;
	background-color: #E67817;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
	font-size: .75em;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 5px 10px;
	display: block;
	cursor: pointer;	
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	/*background: white url('indicator.gif') right center no-repeat;*/
}
.ac_odd {
	/*background-color: #ccc;*/
}
.ac_over {
	background-color: #333;
	color: white;
}
