.ac_results {
	padding: 0 3px;
	border: 1px solid #AAA;
	border-top: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.25);
	color: #666;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style-type: none;
	list-style-image: none;
	padding: 5px 0;
	margin: 0;
}
.ac_results li {
	margin: 0;
	padding: 4px 8px;
	cursor: default;
	display: block;
	/*width: 100%;*//* don't set width to 100% or you'll have a scrollbar*/
	text-align: left;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px; /* line-height required or broken in firefox*/
	overflow: hidden;
	border-top: 1px solid #EEE;
}
.ac_results li:first-child {
	border-top: none;
	}
.ac_results strong{ color: #1188d1; font-weight: bold; }
.ac_loading{ background: #f6f6f6 url('/images/loading.gif') no-repeat center center; }
.ac_even{ background-color: #FFF; }
.ac_odd{ background-color: #FFF; }
.ac_over{ background-color: #444; color: white; }
.ac_over strong{ color: white; }
