/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Play:400,700);

/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
	border: none;
	padding-top:10px;
	background:transparent url('../images/50pcw.png') repeat center center;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 11px;
	font-family: Play, sans-serif;
	font-weight: 400;
	text-align: center;
}
.countdown_amount {
	font-size: 18px;
	font-family: Play, sans-serif;
	font-weight: 700;
}
.countdown_descr {
	display: block;
	width: 100%;
}
.countdownwidget {
   -webkit-border-radius: 10px;
   -ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	border: none;
	padding:0;
	margin:0;
}
.countdown_txt {
	color:#2059a0;
	font-size: 12px;
}
a {
	font-size:1px;
	padding:0;
	margin:0;
	border:none;
	display:block;
}
#imageLayout {
	border: none;
	padding-top:10px;
}
.timer {
	 text-align:center;
	 background:transparent url('../images/50pcw.png') repeat center center;
	 margin:1px auto;
	 padding-top:8px;
	 padding-bottom:4px;
	 -webkit-border-radius: 5px;
     -ms-border-radius: 5px;
	 -moz-border-radius: 5px;
	 -o-border-radius: 5px;
	 border-radius: 5px;
}