@charset "UTF-8";
/* CSS Document */
a.vButton:link, a.vButton:visited, #voucherLink:link, #voucherLink:visited {
	color:#000;
	text-decoration: none;
}
a.vButton:hover, a.vButton:active, #voucherLink:hover, #voucherLink:active {
	color:#ef5994;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.pink {
	color:#ef5994;
}
.left {
	float: left;
}
.right {
	float: right;
}
#vouchers {
	width: 453px;
	height: 378px;
}
.vouchersSelection {
	background: url(../images/capsules.gif) no-repeat;
}
#voucherLink {
	width: 417px;
	height: 51px;
	background: url(../images/blackCapsule.gif) no-repeat;	
	margin-top: 30px;
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	padding: 18px;
	display: block;
}
#vouchers .voucherBlock {
	width: 434px; height: 122px;
	padding: 0 0 0 19px;
	margin-bottom: 6px;
}
.voucherBlock .left, .voucherPrint .left {
	width: 217px;
	padding-top: 17px;
}
.voucherBlock .right {
	width: 195px;
	position: relative;
	height: 116px;
}
.voucherBlock h3 {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 7px;
}
.voucherBlock span {
	font-weight: bold;
	line-height: 16px;
}
a.vButton {
	display: block;
	height: 18px;
	background: url(../images/circArrow.gif) no-repeat left top;
	text-transform: uppercase;
	padding: 3px 0 0 30px;
	margin-top: 10px;
}
.voucherBlock a.vButton {
	position: absolute;
	bottom: 8px;
	left: 8px;
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 192px;
    height: 85px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
.voucherPrint {
	width: 432px;
	min-height: 163px;
	border: 1px solid #007182;
	padding-left: 19px;
	margin-bottom: 13px;
}
.voucherPrint .left {
	font-size: 11px;
	line-height: 12px;
} 
.voucherPrint .wraptocenter {
	min-height: 110px;
	clear: both;
}
.voucherPrint .right {
	min-height: 137px;
	margin-top: 8px;
	border-left: 1px solid #A4ADB6;
}
.voucherPrint strong {
	font-size: 12px;
}
.voucherPrint h3 {
	font-size: 20px;
	color: #ef5994;
	margin-bottom: 9px;
}
.voucherPrint .vButton {
	margin-top: 10px;
	margin-left: 8px;
}

.red { color: #BF0000; }
.clear { clear: both; }