.ac_results {
	overflow:auto;
   	z-index:9999;
	color:#333;
	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	color: #333;
    font: bold 18px "Helvetica Neue", Helvetica;
    padding: 0;
    margin: 10px 0px 0px 0px;
	}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-9999;
	filter:mask();
	width:3000px;
	height:3000px;
	color:#000;
	}

.ac_results li {
	color: #333;
    border-top: 0px solid #333;
    border-bottom: #555858;
    list-style-type: none;
    padding: 10px 10px 10px 10px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(#ffffff));
    z-index:9999;
	
}
.ac_results li:first-child{
    border-top: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
.ac_results li:last-child{
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.ac_loading {
	background :#fff url(img/ajax-loader.gif) right center no-repeat;
}

.ac_over {
	 background-color: #d8c705;
	color: HighlightText;
   
    color: #fff;
	z-index:9999;
	cursor:pointer;
}