/* countdown styles */
.hasCountdown {
	
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	width: 320px;
	text-align: center;font-family:'Arial Black';font-weight:normal;color:#000;
}
.countdown_show1 div {
	width: 100%;text-align: center;
}
.countdown_show2 div {
	width: 50%;text-align: center;
}
.countdown_show3 div {
	width: 33%;text-align: center;
}
.countdown_show4 div {
	width: 25%;text-align: center;overflow:hidden;
}

.countdown_section {
	float: left;background:url(img/fff35.png);
	
}
.countdown_amount {
	font-size: 38px;line-height:120%;
}
.countdown_descr {
	width: 100%;
}

