/* jQuery Countdown styles 1.5.4. */
.hasCountdown {
	border: 1px solid #ccc;
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding:5px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	text-transform:uppercase;
}
.countdown:before {
	content: "Bidding Ends In";
	font-size:12px;
}

.countdown_section {
	width:100%;
	display: block;
	font-size: 75%;
	line-height:17px;
}
.countdown_amount {
	padding-right:10px;
}
.countdown_descr {
	display: block;
	width: 100%;
}

