/* countdown styles */
#countdown {
	position: absolute;
	z-index: 100;
	top: 325px;
	left: 627px;
}
				
.hasCountdown {
}
.countdown_holding div {
}
.countdown_row {
	clear: both;
	width: 220px;
	text-align: center;
}
.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;
	color: #133968;
	font-size: .8em;
	font-weight: bold;
}
.countdown_amount {
	font-size: 2.2em;
	line-height: 120%;
	color: #4069a9;
}
.countdown_descr {
	width: 50%;
}
