@charset "utf-8";
/* CSS Document */

/* jQuery Countdown styles 1.5.11. */
.hasCountdown {text-align:center; margin:5px 0px; width:100%; }
.countdown_rtl { direction: rtl; }
.countdown_holding span { background-color: #ccc; }
.countdown_row { clear: both; }
.countdown_section { display: block; float: left; font-size: 100%; padding:5px 5px; background:#1e1e1e; font-family:Verdana, Arial, Helvetica, sans-serif; text-align: center; }
.countdown_amount { font-size: 200%; }
.countdown_descr { display: block; width: 100%; }
.ifld { float:left; padding:16px 0px 0 0; font-size:12px; margin:auto; margin-right:5px; background:url(../../theme/default/image/countdown-img.png) left top no-repeat; width:82px; height:42px; overflow:hidden; font-weight:normal;}
.ifld2 { float:left; padding:10px 0px; font-size:12px; margin:auto; margin-right:5px; moz-border-radius:5px; border-radius:5px; webkit-border-radius:5px; background-color:black; border:1px solid #c1c1c1; width:60px; overflow:hidden; }
.iflw { float:left; padding:10px 0px; font-size:12px; margin:auto; margin-right:5px; moz-border-radius:5px; border-radius:5px; webkit-border-radius:5px; background-color:black; border:1px solid #c1c1c1; width:60px; overflow:hidden; }
.wday { font-size:20px; }
.hours, .days, .minutes, .seconds { font-size:20px; }

.cal_section { width:360px; margin:5px auto; overflow:hidden; text-align:center; color:white;}
.time_top { font-size:18px; color:black!; font-weight:normal;}
.time_bottom { font-size:18px; color:black!important;  font-weight:normal;}

.hasCountdown 