.ac_results
{
	padding: 0px;
	overflow: hidden;
	z-index: 9000 !important;
	background: transparent none;  
	width: 181px !important;
	text-align: left;
	padding: 5px 0 0 0;
	margin-top: 4px;
}

.ac_results .pointer, 
.ac_results .inner-pointer {  
	position: absolute; 
	width:0; 
	height:0; 
	border-top-width: 0;
	background: none;

	z-index: 9900!important;
}  
.ac_results .pointer {  
	border-left: 5px solid transparent;  
	border-right: 5px solid transparent;  
	border-bottom: 5px solid #bec2c6 ; 
	border-top: auto; 
	top: 0;
	right: auto;
	left: 10px;
	background: #ffffff !important;
}  
.ac_results .inner-pointer {  
	border-left: 4px solid transparent;  
	border-right: 4px solid transparent;  
	border-top: auto;  
	border-bottom: 4px solid #ffffff;
	top: auto;
	bottom: -6px;
	left: -4px;	

}



.ac_results ul
{
	border: 1px solid #bec2c6  !important;  
	background: #ffffff;
	width: 181px !important;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	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: 2px 11px;
	cursor: default;
	display: block;
	width: 156px !important;
	line-height: 22px;
	font-size: 13px;
	color: #333333;
	overflow: hidden;
	background-color: #ffffff;
	border-color: #bcc0c4;
	border-style: solid;
	border-width: 0 1px;
	z-index: 9002 !important;
	background-image: none;
}
.ac_results .ac_over
{
	background-color: #eeeeee;
}

.ac_results li strong
{
	display: inline;
	font-weight: bold;
	color: #e86410;
}

.ac_loading
{
	background: url(../loading.gif) right center no-repeat;
}

.ac_odd
{
	
}

