.ac_results {
	padding: 0px;
	border: 1px solid dotted #D5D5D5;
	background-color: white;
	height: 162;
	z-index: 1000;
}


.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 165px;
	width:525px;
	overflow: auto;
}

.ac_results iframe {
	/*display:none;/*sorry for IE5*/
	display: block;/*sorry for IE5*/
	position: absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	/*width:3000px;
	height:3000px;*/
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	/*width: 100%;*/
	font: menu;
	font-size: 9px;
	color: #333333;
	border-bottom: 1px solid #0A371F;
	/*margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 0.5px dotted #BFBFBF;
	border-top: 1px highlight #BFBFBF;*/
}

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

.ac_over {
	background-color: #E2FFBF;
	color: black;
}
.ac_results ul li i{
	display: none;
}