#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip.fancy {
	background-image: url('../src/tooltip/BG_tooltipSprite.png');
	background-position: 0 0;
	height: 96px;
	width: 188px;
	padding: 10px 12px 10px 30px;
}
#tooltip.fancy.viewport-right {
	background-position: 0 -116px;
	padding: 10px 20px 10px 12px;
}
#tooltip.fancy_upDown 
{
	background-image: url('../src/tooltip/BG_tooltipSprite_upDown.png');
	background-position: 0 0;
	height: 104px;
	width: 201px;
	padding: 20px 6px 7px 6px;
}
#tooltip.fancy_upDown h3
{
	margin: 0 0 6px 0;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-weight: normal;
	color: #333;
}
#tooltip.fancy_upDown div.body
{
	font-size: 11px;
	color: #666;
}

