.ac_results {
	padding: 0px;
	border: 1px solid #B7D3FC;
	background-color:#FFFFFF;
	color:#666;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 3px 5px 3px 3px;
	cursor: default;
	display: block;
	width: 100%;
	font: verdana;
	font-size: 12px;
	overflow: hidden;
}

.ac_title {
	font-weight: bolder;
}

.ac_loading {
	background : Window url('indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #B7D3FC;
	color: #FFFFFF;
}

.ac_highlight {
	color:#F60;
}