@CHARSET "ISO-8859-1";
div.ac_results{
	z-index: 999;
	background-color: #fff;
	border: solid 1px #B4D9ED;
	padding: 5px;
	width: 260px!important;
	display: block;
	opacity: 0.8;
	text-align: left;
}

div.ac_results ul{
	margin: 0px;
	padding: 0px;
	background: #fff;
	list-style-type: none;
}

div.ac_results ul li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-top: 5px; 
	border-bottom: 1px;
	border-color: #F49110;
}

div.ac_results ul li strong{
	color: #000;
	font-weight: bold;
}

.ac_over {
	background-color: #eee;
}