/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
z-index: 99;
	background:transparent url(basics/tooltip-back.png) no-repeat scroll 0 0;
	top: 300px;
	font-size:14px;
	height:129px;
	padding:0px;
	margin-top: 200px;
	margin-left: -0px;
	width:218px;
	font-size:14px;
	display:none;
	color:#fff;
}

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