/* trigger button */
.voucher {
	overflow:hidden;
	text-indent:-999em;
	cursor:pointer;
}

/* tooltip styling */
.tooltip {
	display:none;
	background:url(../images/black_arrow.png);
	height:92px;
	padding:20px 15px 10px 20px;
	width:174px;
	font-size:11px;
	color:#fff;
}

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

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

.styled			{position: absolute; top: 10px; left: 102.5px; opacity: 0; display: none;}