* html .ac_results { /* IE max- */height: expression( this.scrollHeight > 260 ? "260px" : "auto" ); }.ac_results {
	padding: 0px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;	
	position:absolute;
   -moz-border-radius:0px 0px 4px 4px;
   -khtml-border-radius:0px 0px 4px 4px;
   -webkit-border-top-left-radius:0px;
   -webkit-border-top-right-radius:0px;
   -webkit-border-bottom-left-radius:4px;
   -webkit-border-bottom-right-radius:4px;
	border-radius:0px 0px 4px 4px;
   -webkit-box-shadow:0 1px 10px #999;
   -moz-box-shadow:0 1px 10px #999;
    box-shadow:0 1px 10px #999;
	/*height:300px;
	overflow-y:scroll;*/
	z-index:998;
	}
.ac_results ul {
	width:100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 0px solid #aaa;
	}
.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:100%;
	background-color: #fff;
}
.ac_results li {	
	text-align:left;	
	margin: 0px;
	padding: 10px 8px;
	cursor: pointer;
	display: block;		
	overflow: hidden;
	cursor:pointer;	
	border-bottom: 1px solid #ddd;
	z-index:400;
	background-color: #fff;
	}
.ac_results li:last-child {		
	border-bottom: 0px solid #ddd;	
	}
.ac_loading {
	background:url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {	
	color: #c34203;
	}
