@charset "utf-8";
/* CSS Document */

#tooltip.fancy {
	background: url(images/tooltip.png);
	background-repeat:no-repeat;
	font-family:Calibri;
	font-size:11px;
	width:338px;
	color:#333;
	height: 107px;
	border:none;
}

#tooltip.fancy ul {
	margin-top:0px;
	list-style-image: url(images/tick.png);
}

#tooltip.fancy.viewport-right {
	background: url(images/tooltip_right.png);
	background-repeat:no-repeat;
	font-size:11px;
	width:338px;
	color:#333;
	height: 107px;
	border:none;
}
