@charset "utf-8";
/* CSS Document */

/* tooltip styling */
.tooltip {
	display:none;
	height:170px;
	padding:25px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	background-image: url(/js/tooltip/images/black_big.png);
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
	text-align: left;
	line-height: normal;
	list-style: none;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
	font-weight: bolder;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
.tooltipImg {
	float: right;
}

