/* jQuery Countdown styles 1.5.11. */
.hasCountdown {
	text-align: center;
	padding-left:80px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	text-align: center;
	
}
.countdown_row {
	clear: both;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	
}
.countdown_show3 .countdown_section {
}
.countdown_show4 .countdown_section {
	width:35px;
}
.countdown_show5 .countdown_section {
}
.countdown_show6 .countdown_section {
}
.countdown_show7 .countdown_section {
}
.countdown_section {
	display: block;
	float: left;
	font-size: 13px;
	text-align: center;
}
.countdown_amount {
	color: #000;
	font-family: 	'Droid Serif', arial, serif;
	font-size:18px;
	font-weight:bold;
}
.countdown_descr {
	display: block;
}
