/* jQuery Countdown styles 1.6.3. */
.hasCountdown {
	background: url('/static/img/countdown-back.png') no-repeat 0 0 white;
	font-family: 'PT Sans', Arial, sans-serif;
}
.hasCountdown br {
	line-height: 32px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	color: #888;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 45px;
}
.countdown_show2 .countdown_section {
	width: 45px;
}
.countdown_show3 .countdown_section {
	width: 45px;
}
.countdown_show4 .countdown_section {
	width: 45px;
}
.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: 12px;
	text-align: center;
	margin-left: 15px;
	color: #808080;
}
.countdown_section:first-child {
	margin-left: 0;
}
.countdown_amount {
	font-size: 30px;
	color: #000000;
	text-shadow: 0 1px #fff;
}
.countdown_descr {
	display: block;
	width: 100%;
}
