ul.ac_results { /* for jQuery: hide list on statup */
	display: none;
}

ul.ac_results {
width:170px;
}

.ac_results {
	position: absolute;
	width: 170px;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: 0px;
	margin: 0px;
	padding-right: 70px;
	z-index: 100;
}

.ac_results ul { /* for scriptaculous: set margin and padding of list inside the container to zero */
	margin: 0px;
	padding: 0px;
width:170px;
}

.ac_results li {
	list-style-type: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 5px;
	height: auto;
	cursor: pointer;
	text-align: left;
	border: 1px solid #888;
width:170px;
}

.ac_results li a {
	text-decoration: inherit;
	color: adadad;
}

.ac_results li * {
	margin: 0;
}

.ac_over,
.ac_results li.selected { /* for scriptaculous: uses class selected */
	color: #fff;
	background-color: #adadad;
}

.ac_results li span.title {
	font-size: 1.1em;
	color: #2b2b2b;
}

.ac_match {
	color: #000000;
	border-bottom: 2px solid #000000;
	font-weight: normal;
}