/* countdown styles */

#cd {
	margin-top: 40px;
}
#cd p {
	padding-bottom: 20px;
	padding-top: -10px;
	color: #eee;
}

.countdown {
	margin: 0 auto;;
	width: 400px;
}

.countdown_row {
	clear: both;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 0em;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 75%
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	margin: 10px 0 0 0;
}

