.ac_results, .ac_grand_results {
	padding: 0px;
	text-align:left;
}

.ac_results ul , .ac_grand_results  ul{
	width: 250px;	
	border: 1px solid #999999;
	background-color: #F2F2F1;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	top:0;
	left:0;	
	z-index:150;
	position:absolute;
	color:#000000;
}

.ac_results iframe, .ac_grand_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 , .ac_grand_results  li{
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 240px;		
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_over {
	background-color: #CCCCCC;
	color: #000000;
}

.ac_grand_results ul{
	width:251px!important;
}
.ac_grand_results li{
	width:241px!important;
}

