.ac_results {
	width: 200px; /* This value is set in the javascript code, to match the width of the search box */
	font-family: arial;
	background: #FFFFFF;
	cursor: pointer;
	position: absolute;
	left: 0;
	margin-top: 1px;
	font-size: 90%;
	overflow:hidden;
	z-index: 101;
	color: #8a8a8a;
}
.ac_results ul {
	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();
}
.ac_results li {
	padding: 7px 5px 7px 5px;
	text-align: left;
	border-bottom: 1px solid #d5d6d6 !important;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background:url('../img/indicator.gif') right center no-repeat;
}
.over {
	background: #FFFFFF;
	color:#cc448e;
	font-weight:bold;
}


