.ac_results
{
	position:absolute;
	z-index: 9999;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #ee9d28;
	margin-bottom: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	overflow: hidden;
	color:#541221;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li
{
	display:block;
	cursor:pointer;
	list-style-type:none;
	padding:3px 0 3px 4px;
	border-bottom:1px solid #DE8F1C;
}

.ac_results li:hover
{
	color: #ee9d28;
	background: #541221;
}

.ac_results li.ac_over {
	color: #ee9d28;
	background: #541221;
}

.ac_loading{
    background: white url('./images/indicator.gif') right center no-repeat;
}


