/* countdown styles 
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_holding div {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	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%
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	width: 100%;
}
*/
/* countdown styles */
.hasCountdown {
	text-align:center;
	width: 420px;
	margin-top: 65px;
	padding: 0px 0px 0px 0px;
}
.countdown_holding div {
	
}
.countdown_row {
	width: 100%;
	text-align: center;
	clear: both;
}
.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: 100%;
}
.countdown_amount {
	font-size: 1.8em;
}
.countdown_descr {
	width: 100%;
}

#dod-container .hasCountdown {
	background: transparent url(../../img/4sale-images.jpg) -760px 0 no-repeat;
	color: #fff;
	height: 50px;
	margin: 0 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	width: 200px;
	}

#dod-container.countdown_show3 div {
	width: 30%;
	}

#dod-container .countdown_section {
	font-size: 1em;
	padding-top: 0.3em;
	}

#dod-container .countdown_amount {
	font-size: 1.5em;
	}

#dod-container #countdown-wrapper {
	float: left;
	padding-bottom: 0.8em;
	}
