/* jQuery Countdown styles 1.5.11. */

@font-face {
	font-family: "Helvetica Heavy Condensed";
	src: url('../helvetica-heavy-condensed.eot');
} 

div.right-block-counter {
	padding-left:45px;
	font-size:1.1em;
	font-family:"Helvetica Heavy Condensed","Helvetica Neue",Arial,Helvetica,sans-serif;
	background-color:transparent!important;
}

div.home-block-counter {
	font-family:"Helvetica Heavy Condensed","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:1.1em;
	padding-top:4px;
}

div.hasCountdown {
/*	border: 1px solid #ccc; */
	background-color: #E51A24;
	width:90px;
	height:19px;
	padding-top:4px;
	text-align: center;
	position: relative;
	left: -4px;
	z-index:100;
}
#product span.countdown_amount {
    font-size: 21px;
    color: #e51b24;
    padding-right: 10px;
}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #E51A24;
}

span.countdown_row {
	top:4px;
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
/*	font-size: .5em; */
	text-align: center;
	color:#FFFFFF;
	padding-top:4px;
}

span.countdown_amount {
	/*font-size: 200%;*/
	font-family:"Helvetica Heavy Condensed","Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#FFFFFF;
}
#sale span.countdown_amount {
	color:#e51b24;
}
#sale div.hasCountdown {
	width:180px;
	padding-top:4px;
	z-index:100;
}
#sale .main-title { padding-bottom: 0; }

.dailybanner span.countdown_amount {
	color: white;
}
.countdown_descr {
	display: block;
	width: 100%;
}
