@charset "utf-8";

.topup .subBox.chooseVoucher .offer1, .topup .subBox.chooseVoucher .offer3 {
	margin-left: 100px;
	margin-right: 40px;
}
.topup .subBox.chooseVoucher .offer1, .topup .subBox.chooseVoucher .offer2 {
	width: 222px;
	height: 118px;
	border: 1px solid white;
	line-height: 0px;
	margin-bottom: 35px;
}
.topup .subBox.chooseVoucher .offer3, .topup .subBox.chooseVoucher .offer4 {
	width: 222px;
	height: 118px;
	border: 1px solid white;
	line-height: 0px;
}
.topup .subBox.chooseVoucher .offer1.selected, .topup .subBox.chooseVoucher .offer2.selected, .topup .subBox.chooseVoucher .offer3.selected, .topup .subBox.chooseVoucher .offer4.selected {
	border: 1px solid red;
}
.topup .subBox.chooseVoucher li div, .topup .subBox.chooseVoucher li div {
	width: 100%;
	width: inherit;
	height: 100%;
	height: inherit;
	overflow: hidden;
}
.topup .subBox.chooseVoucher .offer1 input, .topup .subBox.chooseVoucher .offer2 input, .topup .subBox.chooseVoucher .offer3 input, .topup .subBox.chooseVoucher .offer4 input {
	position: absolute;
	left: 105px;
	top: 130px;
}
.topup .subBox.chooseVoucher ul {
	height:315px;
}

/* show mainpages and hide subpage banners */
#banner{display:none;}
.visible{display:block !important;}

a:visited{
	color:#333;
	text-decoration:none;
}