UL.ac_results
{
/*for jQuery: hide list on statup*/
	display: none;
}
.ac_results
{
	position: absolute;
	width: 450px;
	background-color: #F93;
	border: 1px solid #888;
	border-bottom: 0px solid #000000;
	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: 2px;
	height: auto;
	cursor: pointer;
	text-align: left;
	border-bottom: 1px solid #888;
}
.ac_results LI A
{
	text-decoration: inherit;
	color: inherit;
}
.ac_results LI *
{
	margin: 0;
}
.ac_over, .ac_results LI.selected
{
/*for scriptaculous: uses class selected*/
	color: #FFF;
	background-color: #F93;
}
.ac_results LI SPAN.title
{
	font-size: 1.2em;
	color: #0B4096;
}
.ac_match
{
	color: #0B4096;
	border-bottom: 2px solid #0B4096;
	font-weight: bold;
}
