.ac_results {
	padding: 0px;
	border: 1px solid #A6A6A6;
	border-top: 0;
	background: transprent;
	overflow: hidden;
	z-index: 99999;
	width: 175px !important;
	color: #666;
	font-size:12px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
}

.ac_results li strong {
	color: #F3BE0E;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px;
	cursor: default;
	display: block;
	line-height: 18px;
	overflow: hidden;
}

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

.ac_over {
	background-color: #C1C1C1;
}
