@font-face {
    font-family: "CooperBlack";
    src: url('/css/fonts/CooperBlack.eot');
    src: url('/css/fonts/CooperBlack.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/CooperBlack.woff') format('woff'),
         url('/css/fonts/CooperBlack.ttf') format('truetype'),
         url('/css/fonts/CooperBlack.svg#cooper_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.competitionbody{
	padding-top: 15px;
	padding-left:24px;
	position:relative;
	width:954px;
}
.competitionbodysmall{
	width:845px;
}
.competitionbody .counter_far{
	position: absolute;
	background-image: url(/images/voucher/counter_far.png);
	width: 185px;
	height: 36px;
	padding-top: 13px;
	padding-left: 57px;
	font-size: 18px;
	top: 168px;
	right: 129px;
	z-index:1000;
}
.competitionbody .counter_far span{
	font-size: 20px;
	padding-left: 15px;
}
.competitionbody .counter_time{
	position: absolute;
	background-image: url(/images/voucher/counter_time.png);
	width: 189px;
	height: 60px;
	padding-top: 6px;
	padding-left: 53px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	top: 101px;
	right: 129px;
	z-index:1000;
}
.competitionbody .counter_time #defaultCountdown{
	font-weight: normal;
}
.competitionbody .countdown_show4 .countdown_section {
	width: 45px;
	padding-top: 5px;
	color:black;
}
.competitionbody .countdown_amount {
	font-size: 20px;
	color: black;
}

.competitionbody .content2{
	position:relative;
	padding: 35px 20px 15px 36px;
}
.competitionbody .step{
	padding-bottom:11px;
}
.competitionbody .step img{
	width:825px;
}
.competitionbody .steptitle{
	font-family:CooperBlack;
	font-size:50px;
	width:770px;
}
.competitionbody .title{
	padding: 0px 0px 20px 0px;
	width: 380px;
	color: #F15A29;
	font-size: 28px;
	font-family: Helvetica;
}
.competitionbody .clearboth{
	clear:both;
}
.competitionbody .relative{
	position:relative;
}
.competitionbody .competition-form-data-header,.competitionbody .header{
	background-color: #F0F0F0;
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:15px;
}

/* Vouchers forms */
.competitionbody .competition-form-data{
	padding:0 15px 25px;
}
.competitionbody .competition-form-data input[type="text"], .competitionbody .competition-form-data input[type="password"], .competitionbody .competition-form-data select, .competitionbody .uibutton, .competitionbody .smalluibutton{
	padding: 5px;
	font-size: 12px;
	display: inline-block;
	width: 395px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-image: none;
	margin: .5em 0;
	outline: 0;
	font-family: Arial, sans-serif /*{global-font-family}*/;
	-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
	box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-moz-border-radius: .6em /*{global-radii-blocks}*/;
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
	border: 1px solid #AAA /*{c-body-border}*/;
	color: #333 /*{c-body-color}*/;
	background: #F9F9F9 /*{c-body-background-color}*/;
	font-weight:normal;
}

.competitionbody .uibutton, .competitionbody .smalluibutton{
	font-weight:bold;
	font-size: 14px;
	width:auto;
	padding:10px;
	margin: 8px 0 0 0;
	height: 48px;
	cursor:pointer;
	box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.2);
}

.competitionbody .smalluibutton{
	padding: 0px 20px;
	/*margin-left: 27px;*/
	height: 33px;
}

.competitionbody .competition-form-data .field{
	padding-bottom:15px;
}
.competitionbody .competition-form-data .radio{
	width:auto;
}
.competitionbody .competition-form-data,.competitionbody .competition-form-data-header {
	width:620px;
	position:relative;
}
.competitionbody .userdetails{
	padding:0 15px 25px;
}
.competitionbody .userdetails div{
	padding-bottom:10px;
}

/* Popups */
.competitionbody .step1-popup{
	width: 742px;
	height: 320px;
	position: relative;
	background-image: url(/images/voucher/step1-small-popup.png);
	left: -20px;
	top: 25px;
	margin-bottom:45px;
}
.competitionbody .step1-popup div{
	width: 630px;
	position: absolute;
	top: 76px;
	left: 70px;
	font-size: 22px;
	line-height: 30px;
	font-family: Futura,Arial;
}
.competitionbody .step2-popup{
width: 347px;
height: 383px;
position: absolute;
background-image: url(/images/voucher/step2-popup.png);
left: 532px;
top: 25px;
}
.competitionbody .step2-popup div{
width: 224px;
position: absolute;
top: 84px;
left: 68px;
font-size: 22px;
line-height: 30px;
font-family: Futura;
}

.competitionbody .step2-popup2{
width: 660px;
height: 257px;
position: relative;
left: 93px;
margin-bottom: 30px;
background-image: url(/images/voucher/step2-popup2.jpg);
}
.competitionbody .step2-popup2 div{
width: 335px;
position: absolute;
top: 51px;
left: 59px;
font-size: 22px;
line-height: 30px;
font-family: Futura,Arial;
}
.competitionbody .step2-popup3{
	width: 713px;
	height: 479px;
	position: relative;
	left: 50px;
	top: -34px;
	background-image: url(/images/voucher/step2-popup3.png);
}
.competitionbody .step2-popup3 div{
	width: 593px;
	position: absolute;
	top: 107px;
	left: 65px;
	font-size: 22px;
	line-height: 27px;
	font-family: Futura,Arial;
}
.competitionbody .step3-popup{
	width: 770px;
	height: 370px;
	position: relative;
	left: -23px;
	top: -30px;
	background-image: url(/images/voucher/step3-small-popup.png);
}
.competitionbody .step3-popup div{
	width: 645px;
	position: absolute;
	top: 100px;
	left: 75px;
	font-size: 22px;
	line-height: 33px;
	font-family: Futura,Arial;
}
.competitionbody .step3-imgs{
	text-align: center;
	margin-bottom: 50px;
}
.competitionbody .step3-imgs .second{
margin-left: 40px;
margin-bottom: 43px;
}
.competitionbody .step3-text *{
	font-size:14px;
}
.competitionbody .step3-text p{
	padding-bottom:15px;
}
.competitionbody .step3-text a,.competitionbody .step3-text .a{
	color:#1B75BB;
}

/* Vouchers table */
.competitionbody .table_list_voucher{
	padding-bottom: 20px;
}
.competitionbody .tr_head {
	background-color: #e3e3e3;
}
.competitionbody .tr_content {
	background-color:#f0f0f0;
}
.competitionbody .total_tr {
	background-color: #e3e3e3; 
	height: 45px;		
}
.competitionbody .total_tr td {
	padding:5px;
	color: #3b3b3b;
	font-weight:bold;
}
.competitionbody .table_list_voucher td,.competitionbody .table_list_voucher th {
	padding: 5px; 
	height: 45px; 
	text-align:left;
	border-bottom: 5px solid #FFFFFF; 
	color: #3b3b3b;
}
.competitionbody .ipt {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
.competitionbody .vouchers-order-list{
	width:100%;
	border-collapse:collapse;
	margin-bottom:50px
}
.competitionbody .vouchers-order-list thead td{
	font-weight:bold;
	font-size:14px;
}
.competitionbody .vouchers-order-list td{
	padding: 10px;
	border: 2px solid #555;
}

/* Vouchers list */
@font-face {
    font-family: "Futura";
	src: url('/css/fonts/Futura.eot');
    src: url('/css/fonts/Futura.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Futura.woff') format('woff'),
         url('/css/fonts/Futura.ttf') format('truetype'),
         url('/css/fonts/Futura.svg#cooper_blackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.competitionbody .clearboth{
	clear:both;
}
.competitionbody .voucherpagemain{
	padding-left:36px;
}
.competitionbody .vouchergroup{
	margin-left: -17px;
	width: 937px;
	margin-bottom:70px;
}
.competitionbody .vouchergroup .groupimg{
	padding-bottom: 12px;
}
.competitionbody .vouchergroup .groupadv{
	padding-left: 25px;
	padding-top: 4px;
	float: left;
	font-family: Futura;
	font-size: 20px;
	line-height: 26px;
}
.competitionbody .vouchergroup .groupadv.col1{
	width: 520px;
}
.competitionbody .vouchergroup .groupadv.col2{
	width: 365px;
}
.competitionbody .vouchergroup .voucher{
	width: 214px;
	height: 359px;
	padding: 7px;
	background-color: #E6E7E8;
	float: left;
	box-shadow: 3px 3px 7px #888;
	position: relative;
	margin-right: 8px;
	margin-bottom: 30px;
}
.competitionbody .vouchergroup .voucher.col4{
	margin-right:0px;
}
.competitionbody .vouchergroup .voucher .vouchercontent{
	text-align: center;
	height: 274px;
	font-size: 16px;
	padding: 8px;
	position: relative;
	background: white;
}
.competitionbody .vouchergroup .voucher .vouchercontent .img{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	height: 214px;
	width: 214px;
	line-height: 214px;
}
.competitionbody .vouchergroup .voucher .vouchercontent .redeem{
	position: absolute;
	bottom: 7px;
	text-align: center;
	width: 100%;
	left: 0;
	font-size: 12px;
}
.competitionbody .vouchergroup .voucher .vouchercontent .img span{
	display:inline-block;
	width:0px;
}
.competitionbody .vouchergroup .voucher .vouchercontent .img img{
	max-height: 214px;
	max-width: 214px;
	vertical-align: middle;
}
.competitionbody .vouchergroup .voucher .voucherprice{
	text-align: center;
	padding-top: 13px;
}
.competitionbody .vouchergroup .voucher .price, .competitionbody .vouchergroup .voucher .save{
	font-size: 16px;
}
.competitionbody .vouchergroup .voucher .save{
	color: #BE202E;
}
.competitionbody .vouchergroup .voucher .today{
	font-size: 24px;
	font-weight: bold;
	padding-top: 5px;
}
.competitionbody .vouchergroup .voucher .todayprice{
	font-size: 24px;
	font-weight: bold;
	color: #BE202E;
}
.competitionbody .vouchergroup .voucher .voucherhover{
	display:none;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	font-size: 16px;
	padding: 8px;
	width:198px;
	height: 274px;
	color: white;
}
.competitionbody .vouchergroup .voucher:hover .voucherhover{
	display:block;
}
.competitionbody .vouchergroup .voucher .voucherbubble{
	display:none;
	background-image: url('/images/voucher/counterbubble.png');
	width: 42px;
	height: 42px;
	position: absolute;
	top: -22px;
	right: 11px;
	color: white;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	font-size: 18px;
}
.competitionbody .vouchergroup .voucher .voucherhover .qty{
	text-align: center;
	position: absolute;
	width: 214px;
	bottom: 85px;
	left: 0px;
}
.competitionbody .vouchergroup .voucher .voucherhover .qty .label{
	font-size: 24px;
	color: white;
	padding-bottom: 10px;
	font-family: Arial;
}
.competitionbody .vouchergroup .voucher .voucherhover .qty .minus{
	color: #231F20;
	font-size: 48px;
	font-weight: bold;
	position: absolute;
	top: 38px;
	left: 46px;
	line-height: 23px;
	height: 32px;
	width: 24px;
	cursor: pointer;
	letter-spacing: -11px;
	padding-right: 8px;
	padding-right: -10px;
	text-decoration:none;
	overflow: hidden;
	user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
}
.competitionbody .vouchergroup .voucher .voucherhover .qty input{
	width: 40px;
	height: 28px;
	font-size: 26px;
	text-align: center;
}
.competitionbody .vouchergroup .voucher .voucherhover .qty .more{
	color: #E6E7E8;
	font-size: 48px;
	font-weight: bold;
	position: absolute;
	top: 38px;
	left: 135px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	cursor: pointer;
	text-decoration:none;
	overflow: hidden;
	user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
}
.competitionbody .vouchergroup .voucher .voucherhover .addtocart{
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 214px;
	text-align: center;
}
/* Vouchers list display groups style*/
.competitionbody .vouchergroup.pb .groupadv{
	background:url(/images/voucher/pblist.png) no-repeat left 7px;
	color: #1B75BB;
}
.competitionbody .vouchergroup.pb .voucher .voucherhover{
	background-color: rgba(27, 117, 187, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC1B75BB,endColorstr=#CC1B75BB); /* IE<9 */
}
.competitionbody .vouchergroup.canvas .groupadv{
	background:url(/images/voucher/canvaslist.png) no-repeat left 7px;
	color: #7747A0;
}
.competitionbody .vouchergroup.canvas .voucher .voucherhover{
	background-color: rgba(119, 71, 160, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC7747A0,endColorstr=#CC7747A0); /* IE<9*/
}
.competitionbody .vouchergroup.pbpro .groupadv{
	background:url(/images/voucher/pbprolist.png) no-repeat left 7px;
	color: #C12F3D;
}
.competitionbody .vouchergroup.pbpro .voucher .voucherhover{
	background-color: rgba(193, 47, 61, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCC12F3D,endColorstr=#CCC12F3D); /* IE<9*/
}
.competitionbody .vouchergroup.gift .groupadv{
	background:url(/images/voucher/giftlist.png) no-repeat left 7px;
	color: #79C12F;
}
.competitionbody .vouchergroup.gift .voucher .voucherhover{
	background-color: rgba(121, 193, 47, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC79C12F,endColorstr=#CC79C12F); /* IE<9*/
}
.competitionbody .vouchergroup.glass .groupadv{
	background:url(/images/voucher/glasslist.png) no-repeat left 7px;
	color: #2FB1C1;
}
.competitionbody .vouchergroup.glass .voucher .voucherhover{
	background-color: rgba(47, 177, 193, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC2FB1C1,endColorstr=#CC2FB1C1); /* IE<9*/
}
.competitionbody .vouchergroup.metal .groupadv{
	background:url(/images/voucher/metallist.png) no-repeat left 7px;
	color: #6D6D6D;
}
.competitionbody .vouchergroup.metal .voucher .voucherhover{
	background-color: rgba(109, 109, 109, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC6D6D6D,endColorstr=#CC6D6D6D); /* IE<9*/
}
.competitionbody .vouchergroup.sb .groupadv{
	background:url(/images/voucher/sblist.png) no-repeat left 7px;
	color: #D07C21;
}
.competitionbody .vouchergroup.sb .voucher .voucherhover{
	background-color: rgba(208, 124, 33, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCCA25A9,endColorstr=#CCCA25A9); /* IE<9*/
}
/******** RECIPE - SPECIALITY **********/
.competitionbody .vouchergroup.recipe .groupadv{
	background:url(/images/voucher/recipelist.png) no-repeat left 7px;
	color: #883147;
}
.competitionbody .vouchergroup.recipe .voucher .voucherhover{
	background-color: rgba(136, 49, 71, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC883147,endColorstr=#CC883147); /* IE<9*/
}
.competitionbody .vouchergroup.speciality .groupadv{
	background:url(/images/voucher/specialtylist.png) no-repeat left 7px;
	color: #419226;
}
.competitionbody .vouchergroup.speciality .voucher .voucherhover{
	background-color: rgba(65, 146, 38, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC419226,endColorstr=#CC419226); /* IE<9*/
}
.competitionbody .vouchergroup.gcards .groupadv{
	background:url(/images/voucher/cardslist.png) no-repeat left 7px;
	color: #267392;
}
.competitionbody .vouchergroup.gcards .voucher .voucherhover{
	background-color: rgba(38, 115, 146, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC267392,endColorstr=#CC267392); /* IE<9*/
}
.competitionbody .vouchergroup.picturekeeper .groupadv{
	background:url(/images/voucher/pklist.png) no-repeat left 7px;
	color: #883147;
}
.competitionbody .vouchergroup.picturekeeper .voucher .voucherhover{
	background-color: rgba(136, 49, 71, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC6a1391,endColorstr=#CC6a1391); /* IE<9*/
}
/****** END OF RECIPE - SPECIALITY *******/
.competitionbody .vouchergroup.cal .groupadv{
	background:url(/images/voucher/calendarlist.png) no-repeat left 7px;
	color: #2F10C5;
}
.competitionbody .vouchergroup.cal .voucher .voucherhover{
	background-color: rgba(47, 16, 197, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC2F10C5,endColorstr=#CC2F10C5); /* IE<9*/
}
.competitionbody .vouchergroup.cal .groupadv.col1{
	width: 450px;
}
.competitionbody .vouchergroup.cal .groupadv.col2{
	width: 435px;
}
.competitionbody .vouchergroup.hot .groupadv{
	background:url(/images/voucher/hotlist.png) no-repeat left 7px;
	color: #D6191C;
}
.competitionbody .vouchergroup.hot .voucher .voucherhover{
	background-color: rgba(214, 25, 28, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCD6191C,endColorstr=#CCD6191C); /* IE<9*/
}
.competitionbody .vouchergroup.service .groupadv{
	background:url(/images/voucher/servicelist.png) no-repeat left 7px;
	color: #C2812C;
}
.competitionbody .vouchergroup.service .voucher .voucherhover{
	background-color: rgba(194, 129, 44, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCC2812C,endColorstr=#CCC2812C); /* IE<9*/
}
.competitionbody .vouchergroup.acrylic .groupadv{
	background:url(/images/voucher/acryliclist.png) no-repeat left 7px;
	color: #0A7670;
}
.competitionbody .vouchergroup.acrylic .voucher .voucherhover{
	background-color: rgba(10, 118, 112, 0.8);
	background-color: transparent\9; /* IE<9*/
	zoom: 1\9; /* IE<9*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC0A7670,endColorstr=#CC0A7670); /* IE<9*/
}

/* Buttons */
.competitionbody .buttons{
	width:904px;
}
.competitionbody .next{
	float: right;
	padding-bottom: 10px;
	/*width: 170px;*/
	margin-right: -20px;
}
.competitionbody .cart{
	float:left;
	width:202px;
	height:59px;
	color:white;
	font-size:26px;
	background-image:url('/images/voucher/cart.png');
	padding-left: 56px;
	padding-top: 16px;
}
.competitionbody .cart span{
	color:white;
	font-size:26px;
}