/* countdown styles */
.hasCountdown {
	border: 1px solid #ccc;
	background: #fff url('/images/gradientcountdown.jpg') repeat-x;
	width: 230px;
	padding: 2px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	width: 100%;
	text-align: center;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 32%;
}
.countdown_show4 div {
	width: 24%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
border-left: 1px solid #eee;
	float: left;
	font-size: 70%;
	text-transform: uppercase;
	color: #666;
}
.countdown_section:first-child { border: 0; }
.countdown_amount {
	font-size: 200%;
	color: #b42600;
}
.countdown_descr {
	width: 100%;
	font-size: 85%;
	font-weight: bold; 
	clear: left;
	color: blue;
}