#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { 
}

#tooltip.pretty {
}
#tooltip.pretty h3 {
}
#tooltip.pretty div { width: 260px; text-align: left;}

#tooltip.fancy {
	font-family: Arial;
	border: none;
	background: url('shadow2.png');
	opacity: 0.8;
    width: 209px;
    height: 97px;
    padding: 60px 21px 18px 20px;
    font-size: 11px; 
    font-weight: normal;
    overflow: hidden;
}
#tooltip.fancy p {font-size: 11px; font-weight: normal;}

#tooltip.fancy.viewport-right {
	background: url('shadow2-reverse.png');
}

