.hidden { 
	display:none !important; 
}

.enhanced { 
	float:left;
	position:relative;
	left:9px;
}

.enhanced a { 
	color:#333; 
	font-size: 16px; 
	text-decoration:none; 
	position:relative;
	top:5px;
}

.dropdown { 
	width:220px; 
	position:relative; 
}

.dropdown .options { 
	position:absolute; 
	top:40px; 
	overflow:auto; 
	background:#EAEEDF; 
	width:198px; 
	border:1px solid #cbd7ad; 
	border-top:0; 
	padding:7px 10px; 
}

.dropdown .options ul { list-style:none; }

.dropdown .options a { 
	display:block; 
	color:#333; 
	font-size: 16px; 
	padding:2px 0; 
}

.dropdown .options a:hover { text-decoration:underline; }

a.dropdown_toggle { 
	display:block; 
	height:36px; 
	background:url(../imagens/background-seta-busca.gif) top right no-repeat; 
	padding-right:35px;
}

a.dropdown_toggle span { 
	display:block; 
	background:url(../imagens/background-select-busca.gif) no-repeat; 
	padding:10px 0 0 8px;
	height:36px; 
	cursor:pointer !important; 
}
