.ac_results {
	width: 400px; /* 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: 90%;
	z-index: 101;
	text-align:left;
	margin:0;
	padding:0;
}
.ac_results ul {
	list-style-position: outside;
	list-style: none !important;
	list-style-type: none !important;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 1px solid #d7d7d7;
}
.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;
	margin: 0;
	list-style: none !important;
	color: #005da8;
}
.ac_results li b {
	font-weight: bold;
	color: #3C3C3C;
}
.ac_results a {
	width: 100%;
}

#searchbox .search_input input.ac_loading, .ac_loading {
	background: transparent url('../img/indicator.gif') right center no-repeat;
}

.over {
	background: #FFF;
	color: #000;
	font-weight:normal;
}

.ac_results a {
	width: 100%;
}

.ac_results a:link { color: #005da8; background:transparent; text-decoration:none; }
.ac_results a:visited  { color: #005da8; }
.ac_results a:focus,
.ac_results a:hover,
.ac_results a:active { color:#000; text-decoration:none; }
