body .ac_results {
	margin-left: 1px;
	background-color:white;
	border:1px solid #dddddd;
	overflow:hidden;
	padding:0;
	z-index:99999;
	text-align: left;
	border-top: 0;

}

body .ac_results li {
	cursor:default;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:16px;
	margin:2px;
	overflow:hidden;
	padding:2px 5px;
	border:1px solid #ffffff;
}

body .ac_results li strong {
	font-weight: bold;
}

body .ac_results .ac_over {
	background-color:#f0f0f0;
	color:#000000;
	cursor: pointer;
	border:1px solid #dddddd;
}

body .ac_odd {
	background-color:#ffffff;
}