/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
	padding: 6px 0;
}
.countdown_rtl {
	direction: rtl;
}

.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}

.countdown_show3 .countdown_section {
	width: 31%;
}
.editable-flashSaleProductAction .countdown_show3 .countdown_section {
	width: 21%;
}
.countdown_show4 .countdown_section {
	width: 16%;
}
.countdown_show5 .countdown_section {
	width: 16.25%;
}
.countdown_show6 .countdown_section {
	width: 14%;
}
.countdown_show7 .countdown_section {
	width: 7%;
}

.flashSaleProductAction .countdown_section {
    display: block;
    float: left;
    font-size: 10px;
    text-align: center;
}
.editable-flashSaleProductAction .countdown_section {
    display: block;
    float: left;
    text-align: center;
    font-size: 12px;
}

.countdown_amount {
    font-weight: bold;
    font-size: 28px;
}

.FlashZone{ 
	text-align:center;
	text-transform:uppercase;
	width:85px;
	height:32px;
	color:white;
	line-height:16px
}

.timeListCT .countdown_amount {
    font-size: 12px;
}

.countdown_descr {
	display: block;
	width: 100%;
}
