.ac_results {
	padding: 0px;
	border: #0000fe 1px solid;
	background-color: #ffffff;
	z-index:200;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:3000px;
	height:3000px;
}

.ac_results li {
	box-sizing: border-box;
	margin: 0px;
	padding: 6px 6px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	line-height:14px;
	overflow: hidden;
	text-align:left;
	border-bottom: #666666 1px solid;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.3);
}

.ac_loading {
	background : Window url('../images/loading.gif') right center no-repeat;
}

.ac_over {
	background-color: #0000fe;
	color: #feeece;
}
