/* jQuery Countdown styles 1.5.0. */
.hasCountdown {
	
	
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
width:0;
}
.countdown_show2 .countdown_section {
width:0;
}
.countdown_show3 .countdown_section {
width:0;
}
.countdown_show4  {
	width:40px;float:left;
}
.countdown_show5  {
	width:32px;float:left;
}
.countdown_show6  {
	width:32px;float:left;
}
.countdown_show7  {
	width:32px;float:left;
}


.text_days {
	width:52px;float:left;
}
.text_hours {
	width:60px;float:left;
}
.text_minutes {
	width:75px;float:left;	
}
.text_seconds {
	width:65px;float:left;
}

.text_seconds, .text_minutes, .text_hours, .text_days  {
 	display: block;
	float: left;
	font-size: 13px;
	text-align: left;
	color:#3e5b23;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.countdown_section, .countdown_show4, .countdown_show5, .countdown_show6, .countdown_show7  {
	display: block;
	float: left;
	font-size: 13px;
	text-align: center;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.countdown_amount {

}
.countdown_descr {
	display: block;
	width: 100%;
	
}

