.ac_results {
	width: 200px; /* This value is set in the javascript code, to match the width of the search box */
	background: #f5f5f5;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 11px;
	z-index: 101;
	text-align:left;
	height:150px;
	overflow:auto;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px solid #aaa;
	font-size: 11px;
}
.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
}
.ac_results li {padding: 2px 5px;font-size: 11px;}
.ac_results a {width: 100%;font-size: 11px;font-weight:normal;}
.ac_results a:hover {width: 100%;font-size: 11px;font-weight:normal;}
.ac_loading {background:url('../img/indicator.gif') right center no-repeat;}

.over {background:#abb;color:white;font-weight:bold;}

