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

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 225px;
	padding:20px;
	height: 295px;
	opacity: 1;
	background: url('/National_Library/20160930123623oe_/http://edelweiss.abovethetreeline.com/images/tooltips/shadow-medium.png');
}
#tooltip.pretty div 
{
	width: 220px; 
	text-align: left; 
}

#tooltip.pretty span.product-heading
{
	text-decoration:underline;
	color:Blue;
	font-size:12px;
}
#tooltip.pretty span.val
{
	font-weight:normal;
}
#tooltip.pretty span.label span.val
{
	font-size:8px;
	line-height:10px;
}
#tooltip.pretty img.title-image 
{
	height:120px;
	width:90px;
}