#results {
	border: 1px solid #BFBFBF;
	border-bottom: 0px;
	font-size: 12px;
	font-family: arial;
	padding: 0px;
	display: none;
	z-index: 100000;
}

div#results
{
	width: 300px;
}

#results div {
    border-bottom: 1px solid #BFBFBF;
}

div#results a
{
	color: #575757;
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding: 3px;
	background-color: white;
	width: 294px;
}

div#results a:hover, div#results a:hover span.suggest_bottom, div#results a:hover span.suggest_bottom b
{
	color: white;
	background-color: #707070;
}

span.suggest
{
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

span.suggest_bottom
{
	color: #8f8f8f;
}

span.suggest_bottom b
{
	color: #777777;
}


