.ac_results {

	background-color:#ffffff;
	border:#abb6bd solid;
	border-width:0px 1px 1px 1px;
	overflow:hidden;
	z-index:9999999;

}

.ac_results ul {

	list-style:none;
	margin:0px;
	padding:0px;

}

.ac_results ul li {

	background-image:url("/assets/images/icons/bullet_orange.gif");
	background-position:6px center;
	background-repeat:no-repeat;
	color:#637775;
	cursor:default;
	display:block;
	font-size:14px;
	height:18px;
	line-height:18px;
	margin:0px;
	overflow:hidden;
	padding:3px 6px 3px 25px;

}

.ac_results ul li.ac_over {

	background-color:#ffff99;

}

.ac_results_home {

	background:none;
	background-image:url(../images/ac_results.gif);
	background-position:0px bottom;
	border:none;
	padding:11px 6px 6px 6px;

}

.ac_results_home ul {

	width:649px;

}