#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	font-size:11px;
	color:#666;
	border: none;
	width: 262px;
	padding:20px;
	height: 120px;
	opacity: 0.8;
	background: url('http://eshops.licenciasonline.com/Content/Resources/Common/Misc/Image/shadow2.png');
}
#tooltip.pretty h3 {
	margin-top: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color:#4C70B7;
	line-height:25px;
	font-weight:bold;
	width: 262px;
	text-align: left;
	padding-left: 20px;
}
#tooltip.pretty div { width: 252px; text-align: left; padding-left: 20px; }

#tooltip.fancy {
	background: url('http://eshops.licenciasonline.com/Content/Resources/Common/Misc/Image/shadow2.png');
	padding-top: 5em;
	height: 100px;
}
#tooltip.fancy.viewport-right {
	background: url('http://eshops.licenciasonline.com/Content/Resources/Common/Misc/Image/shadow2-reverse.png');
}

#tooltip.fancy.viewport-bottom {
	background: url('http://eshops.licenciasonline.com/Content/Resources/Common/Misc/Image/shadow2-reverse.png');
	height: 130px;
}
