.ac_results {
	padding: 4px 0 0 0;
	border-left: 1px solid #336a00;
	border-right: 1px solid #336a00;
	border-top: 1px solid #336a00;
	background-color: #ebf3e3;
	overflow: hidden;
	color:#000;
}

.ac_results ul {
	width: 100%; 
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.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-family: arial;
	font-size: 11px;
	overflow: hidden;
	line-height:24px;
	border-bottom:1px solid #9dcb6c;
}
.ac_results li .suggestterm{
	font-size:11px;
	font-weight:bold;
}
.ac_results li.suggest_deactivate{
	font-size:11px;
	text-align:center;
	border-bottom:1px solid #336a00;
	cursor: pointer;
}
.ac_loading {
	
}

.ac_over {
	background-color: #ddebc2;
}

.searchresults li {
	padding: 10px 20px 10px;
	cursor: pointer;
}
.searchresultshover {
	background-color: #DDEBC2 !important;
}
#searchpaging a{
	text-decoration:none;
}
