.acResults {
	padding: 0px;
	border: 1px solid #66aaba;
	background-color: #ffffff;
	box-shadow: 1px 3px 5px #777777;
	overflow: hidden;
}

.acResults ul {
	width: 150%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.acResults li {
	margin: 0px;
	padding: 6px 7px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	display: block;
	width: 150%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
	font-size: 10pt;
	line-height: 1em;
}

.acResults li .region {
	font-size: 9pt;
	color: #666666;
}
.acResults li .highlite {
	color: #005970;
	background-color: #dce9ed;
}

.acResults li:last {
	border-bottom: 0px solid #cccccc;
}

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

.acSelect {
	background-color: #eaf4f7;
}