ul.ac_results { /* for jQuery: hide list on statup */
	display: none;
}
.ac_results {
	position: absolute;
	width: 350px;
	opacity: .90;
	filter: alpha(opacity=90);
	background: #161A23;
        color: #fff;
        font-size: .85em;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}
.ac_results ul { /* for scriptaculous: set margin and padding of list inside the container to zero */
	margin: 0px;
	padding: 0px;

}
.ac_results li {
	list-style-type: none;
	display: block;
	margin: 0;
  	padding: 10px;
	height: auto;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid #2B3349;
}
.ac_results li a {
	text-decoration: inherit;
	color: #fff;
}
.ac_results li * {
	margin: 0;
}
.ac_over,
.ac_results li.selected { /* for scriptaculous: uses class selected */
	color: #fff;
	background-color: #2E3750;
}
.ac_results li span.title {
	font-size: 1.2em;
	color: #fff;
}
.ac_match {
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: bold;
}