.ac_results
{
	padding: 0px;
	overflow: hidden;
	z-index: 9000 !important;
	background: url(../bg_autocomplete-top.gif) left top no-repeat;
	padding-top: 9px;
	margin-top: 2px;
	width: 181px !important;
	text-align: left;
	margin-left: -1px;
}

.ac_results ul
{
	width: 181px !important;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url(../bg_autocomplete-btm.gif) left bottom no-repeat;
	padding-bottom: 5px;
	z-index: 9001 !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: 0 11px;
	cursor: default;
	display: block;
	width: 157px !important;
	line-height: 20px;
	color: #333333;
	overflow: hidden;
	background-color: #f3f1f1;
	border-color: #bcc0c4;
	border-style: solid;
	border-width: 0 1px;
	z-index: 9002 !important;
	background-image: none;
}
.ac_results .ac_over
{
	background-color: #e5e3e3;
}

.ac_results li strong
{
	display: inline;
	font-weight: bold;
	color: #760439;
}

.ac_loading
{
	background: url(../loading.gif) right center no-repeat;
}

.ac_odd
{
	
}