/* jQuery Countdown styles 1.6.0. */
.hasCountdown 
{
    text-align:center;
    font-size:11px;
}
.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: 100%;
	text-align: center;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana;
}
.countdown_amount {
}
.countdown_descr {
	display: block;
	width: 100%;
}
