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

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

.ac_results li {
	margin: 0px;
	padding-left: 3px;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	clear:both;
}

.ac_results li strong{
	font-weight:normal !important;
}

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

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #72a58a;
	color: white;
}

span.suggest {
	display:block;	
	margin-left: -3px;
	padding-left:3px;	
	font-size: 12px;
	font-weight: normal;
	color: #227B4D;
}

span.rt {
	font-size:10px;
	font-weight:bold;
	color:#555;	
	float:right;
	padding-right:5px;
}

.ac_over span.suggest {
	background-color: #72a58a;
	color: white;
}
.ac_over span.rt{
	color:white;
}