.ac_results {
	padding: 0px;
		width: 700px;
	background-color: #FAFAFA;
	overflow: hidden;
	z-index: 99999;
	color: #999;
	line-height:20px;
	
	margin-top: 2px;
	
	
}

.ac_results ul {
	width: 700px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	
	margin-top: 10px;
	
}

.ac_results li {
	margin-left: 10px;
	padding: 5px,0px,5px,10px;
	cursor: default;
	display: block;
	height:25px;
	width: 700px;
	font: menu;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	border-bottom:1px dotted #D8D8D8;
	margin-left:10px; padding-right:10px;
}

.ac_loading {
	background: white url('../images/ld.gif') right center no-repeat;
	
}

.ac_odd {
	
}

.ac_over {

	color: #FFD300;

	
}

	
