/*Folha de estilo para tootip
/*editado em 26.04.2010   
/*atualizado por marka informatica ltda*/

.hotspot {
	cursor: auto;
}

#tt {position: fixed;
	left:149px, top:50; 
	display:block; 
	background:url(images/tt_left.gif) top left no-repeat; 
	border:solid 0px;
}

#tttop {
	display:block; 
	background:url(images/tt_top.gif) top right no-repeat; 
	overflow:hidden
}
	
#ttcont {
	display:block; 
	padding:2px 12px 3px 7px; 
	background:#666; color:#FFF
}
	
#ttbot {
	display:block; 
	background:url(images/tt_bottom.gif) top right no-repeat; 
	overflow:hidden;
}




