.ac_results {
	padding: 0px;
	z-index: 99999;
	
}

.ac_results ul {
	border-top: 1px solid black;
	overflow: hidden;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -1px;
	width:408px;
	background-color: #ededed;
	color: #575757;
	
	
}

.ac_results li {
	margin: 0px;
	padding: 6px 0 4px 16px;
	cursor: default;
	display: block;
	font-family: Arial  !important;
	font-size: 11px;
	line-height: 16px;
	width:392px;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0063be;
	color: #fff;
}

