@charset "UTF-8";
/* CSS Document */


.tooltip {
	display:none;
	background:transparent url('../img/tooltip-down.png') top center no-repeat;
	font:13px Arial, Helvetica, sans-serif;
	height:100px;
	width:140px;
	padding:34px 35px 20px 35px;
	text-align:center;
	color:#000;	
	line-height:1.25 em;
}



/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:transparent url('../img/tooltip-down.png') top center no-repeat;
	font:13px Arial, Helvetica, sans-serif;
	height:100px;
	width:140px;
	padding:34px 35px 10px 35px;
	text-align:center;
	color:#000;	
	line-height:1.25 em;
}

.tooltip.bottom {
	background:transparent url('../img/tooltip-down.png') top center no-repeat;
}

