
/* tooltip styling */
.tooltip_big {
	display:none;
	background:url(layout/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
	z-index: 200;
}

/* a .label element inside tooltip */
.tooltip_big .label {
	color:yellow;
	width:35px;
}

.tooltip_big a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
    display: inline;
    width: auto;
    height: auto;
    background: none;
}

