.ac_results
{
	padding: 0px;
	overflow: hidden;
	z-index: 9000 !important;
	background: url(/images/tudor/bg_autocomplete-top.png) left top no-repeat;
	padding-top: 25px;
	margin-top: 16px;
	width: 307px !important;
}

.ac_results div
{
	background: url(/images/tudor/bg_autocomplete-btm.png) left bottom no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 18px 0;
	overflow: hidden;
	z-index: 9000 !important;
}

.ac_results ul
{
	background: url(/images/tudor/bg_autocomplete-mid.png) left top repeat-y;
	list-style-position: outside;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 9000 !important;
}

.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: 3000px;
}

.ac_results li
{
	margin: 0px;
	padding: 3px 17px;
	cursor: pointer;
	display: block;
	color: #004c81;
	text-transform: uppercase;
	overflow: hidden;
	z-index: 9000 !important;
}

.ac_loading
{
	
}

.ac_over
{
	
}
