/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {display:none; z-index:9999;}
.imovelBox div.tooltip {
	background:transparent url(/img/tooltip_bg_comparacao.gif) no-repeat;
	font-size:11px;
	height:60px;
	padding:10px 5px 5px 5px;
	width:160px;
	color:#fff;
}
#menuPrincipal div.tooltip {
	background:transparent url(/img/submenu_bg.jpg) no-repeat;
	font-size:11px;
	height:88px;
	padding:10px 15px;
	width:202px;
	color:#7a7a7a;
}

/* tooltip title element (h3) */
#menuPrincipal div.tooltip a {display:block !important; color:#7a7a7a !important; float:none !important; background:none !important; height:auto !important; text-transform:uppercase; padding:4px; font-weight:bold;}
#menuPrincipal div.tooltip a:hover {text-decoration:none !important; background-color:#f8c301 !important; color:#640305 !important;}






