/* jQuery Countdown styles 2.0.0. */
.is-countdown {
}
.countdown-rtl {
	direction: rtl;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: auto;
	border-left: #ce2a33 solid 1px;
}
.countdown-show3 .countdown-section:first-child {
	border-left: none;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.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;
	text-align: center;
	padding:3px 5px;
	min-width:30px;
}
.countdown-amount {
	font-size: 28px;
	line-height: 30px;
	color:#ce2a33;
	font-weight: bold;
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.countdown-period {
	display: block;
	color: #3b3b3b;
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 20px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.count-down-link {
	text-decoration: none;
	position: relative;
	display: block;
}
.count-down-link #defaultCountdown {
	position: absolute;
	z-index: 99;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}