
/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url(./images/black.png) no-repeat scroll 0 0;
	font-size:14px;
	height:70px;
	padding: 30px 17px 17px 10px;
	width:180px;
	font-size:9px;
	display:none;
	color:#fff;
	
}

/* tooltip title element (h3) */
div.tooltip h3 {
	
	margin:0px;
	margin-top:-10px;
	font-size:12px;
	color:#fff;

}
