.ac_results {
	border: 2px solid #FF5C00;
	background-color: white;
	color:#404040;
	overflow: hidden;
	margin:1px auto auto 1px;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding:0;
	margin:0;
}
.ac_results li {
	margin:0px 0px;
	padding:0px 5px;
	cursor: default;
	display: block;
	font-family:Arial,"ËÎÌå";
	font-size:12px;
	height:20px;
	line-height:20px;
	overflow: hidden;
}
.ac_results li b{ font-weight:normal; float:left;}
.ac_results li strong{color:#FF5C00;}
.ac_results li i{ font-style:normal; color:#008000; float:right;}
.ac_loading {}
.ac_odd {background-color: #fff;}
.ac_over {background-color: #ffeedd;color: #404040;}