@charset "gb2312";
.ac_results {
	padding: 0px;
	background-color: #F8F8F8;
	overflow: hidden;
	z-index: 99999;
	border:1px #DCDCDC solid;
	top:30px !important;
	left:82px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	padding-left:14px;
	margin: 0px;
	height:26px;
	cursor: pointer;
	display: block;
	
	font-family:'Microsoft Yahei';
	font-size: 14px;
	color:#919191;

	line-height: 26px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {

}

.ac_results .ac_over {
	color:black;
	background-color:#fafafa;
}
