.ac_results {
	border: 1px solid silver;
	background-color: white;
	overflow: hidden;
	z-index: 4;	
	position: absolute;
	display: block;
	width: 246px;
	max-height: 200px;
	overflow-y: auto;
	padding: 5px;	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results a { 
	color: #5E5E5E;
	font: 10px Verdana;
	text-decoration: none;
	text-transform: capitalize;
	width: 100%;
	display: block;
}

.ac_results a:hover { 
	color: #5E5E5E;
	font: 10px Verdana;
	text-decoration: underline;
	text-transform: capitalize;
	width: 100%;
	display: block;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	background-color: #FFF;
	color: white;
}

.ac_results li:hover {
	background: #104777;
	color: #fff;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
