/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
	text-shadow: transparent 0px 1px 1px;
	overflow: hidden;
	padding: 5px;
	/*cursor:pointer;*/
}

.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 3px 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: 95%;
	text-align: center;
	margin:3px 0;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: none;
	width: 100%;
	font: bold 18px/1.125em Arial, Georgia, "Times New Roman", Times, serif;
}

#countdown-preview{
	padding:3px;
	border:1px solid #999;
	background:#fff;
	margin-bottom:10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.countdown .num> span{
	width: 85%;
    height: 30px;
	font: bold 24px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background:#ddd;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
	/* Opera */
    -o-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    /* IE */
    -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    /* Mozilla FireFox */
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    /* Google Chrome */
    -webkit-box-shadow:0px 0px 5px rgba(0, 0, 0, 0.7);
    /* Normal */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	
}

.countdown .num > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

.countdown .num > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

.countdown_section.num{
	font: bold 21px;
	
}
