
.suggest_list{
	position: absolute;
	border: 1px solid #333; 
	padding: 4px; 
	background-color: #efe; 
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	font-size: 11px; 
	cursor: default; 
	z-index:5005;
	-moz-border-radius: 8px;
}
	
.suggest_list .result_item_a {
    color:#008;
	text-decoration:none;	
	font-weight:500;	
}
.suggest_list .result_item_a:hover {	
	color: red; 	
}

.suggest_list .result_item{
    display: block;
}

.suggest_list .result_item_selected{
    display: block;
	color: #fff; 
	background-color: #008;
}

.suggest_list .result_item_selected .result_item_a {
    color:#fff;
	text-decoration:none;	
	font-weight:500;	
}
