/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(white_arrow_big.png) no-repeat scroll 0 0;
	font-size:14px;
	height:163px;
	padding:25px 30px;
	width:310px;
	font-size:14px;
	display:none;
	color: #05519D;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:18px;
	color: #05519D;
}

