.ac_results
{
	width: 300px;
/*This value is set in the javascript code, to match the width of the search box*/
	background: #E9F3F5;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
}
.ac_results UL
{
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border: 1px 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();
}
.ac_results LI
{
	padding: 2px 5px;
}
.ac_results A
{
	width: 100%;
}
.ac_loading
{
	background: url(../img/indicator.gif) no-repeat right center;
}
.over
{
	background: #ABB;
	color: #FFFFFF;
	font-weight: bold;
}

