.autosuggest_results{
	display:none;
	position:absolute;
	width:476px;
	margin:0px 0 0 -1px;
	background:#ffffff;
	border:1px solid #000000;
	overflow-x:auto;
	height:170px;
	z-index:4;
}

.autosuggest_results ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.autosuggest_results ul h2{
	margin:0;
	padding:5px;
	border-bottom:1px solid #000000;
	color:#ffffff;
	border-top:1px solid #000000;
	background:#3479e0;
	text-shadow: 1px 1px 1px #000;
}

.autosuggest_progress{
	font-weight:bold;
	margin:10px;
}

.	{
	float:left;
	width:220px;
	margin:0 0 0 10px;
}

.as_results{
	float:left;
	width:220px;
	margin:0 0 0 0px;
}

.as_results li{
	margin:5px;
	padding:0;
}

.as_results li a{
	display:block;
	font-size:1.1em;
	text-decoration:underline;
	color:#000000;
}
.as_results li a:hover{
	text-decoration:none;
}

.as_topresults li{
	margin:5px;
	padding:0;	
}

.as_topresults li a{
	display:block;
	font-size:1.1em;
	text-decoration:underline;
	color:#000000;
}

.as_topresults li a:hover{
	text-decoration:none;
}

.highlighted_link{
	color:#1122cc !important;
}