/* jQuery Countdown styles 1.5.5. */
#defaultCountdown {
	width: 422px;
	padding-left: 8px;
	float: left;
	height: 63px;
	background: url("../img/static/clock_bg.png") top left no-repeat;
}
.hasCountdown {
	COLOR: WHITE;
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #FF0000;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 40px;
	text-align: right;
}


.countdown_section {
	display: block;
	float: left;
	margin-top: 7px;
	width: 60px;
	
	text-align: right;
}
.countdown_amount {
}
.countdown_descr {
	display: block;
	width: 100%;
}
