/* jQuery Countdown styles 1.6.3. */
.hasCountdown { display:block; height: 51px;}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {

}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}

.countdown_section {
	display: block;
	float: left;
	font-size:19px;
	line-height:0.6em;
	text-align: center;
	margin:0 9px 0 0;
}
.countdown_amount {
	font-size:44px;
	text-align:center; line-height:125%;
	color:#ff881c; font-weight: bold;
}
.countdown_descr {
	display: block;
	width: 100%;
}