/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_seperator {
	display: block;
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 23px;
	font-size-adjust: none;
	color: #9B9898;
	font-size: 13px;
	font-weight: bold;	
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
