#results {

	-moz-opacity: 0.98;
	filter: alpha(Opacity=98);
	background-image: url(../pics/suggest_bg.png);
	background-repeat:repeat-y;
	border-bottom: 1px solid #726b6c;
	font-size: 11px;
	margin-left: 3px;
	font-family: arial;
	padding: 0px;
	display: none;
}

#results div {
    cursor: pointer;
    padding: 4px;
}

#results .selected {
	background-image: url(../pics/suggest_bg.png);
	background-repeat:repeat-y;
	font-weight: bold;
	color: #ffffff;
	
}

#results .unselected {

	background-repeat:repeat-y;
	color: #101010;
}

