.counterContainer
{
	position: absolute;
	left: 703px;
	top: 16px;
	width:236px;
}

.counter
{
	position: absolute;
	border: 1px solid #ccc;
	background-color: #eee;
	padding-top: 5px;
	margin-top: 2px;
}


/* countdown styles */
.hasCountdown {
	
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 236px;
	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;
	font-size: 75%;
	color: #999999;
	padding-top: 4px;
	padding-bottom: 3px;
}
.countdown_amount {
	font-size: 250%;
	color: #333333;
}
.countdown_descr {
	width: 100%;
}
