/* jQuery Countdown styles 1.5.7. */
.hasCountdown {
    border: none;
    padding: 0px;
}
.countdown_rtl {
    direction: rtl;
}
.countdown_holding span {
    background-color: #ccc;
}
.countdown_row {
    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: 75%;
    text-align: center;
}
.countdown_amount {
    font-size: 200%;
}
.countdown_descr {
    display: block;
    width: 100%;
}

#glowingLayout div { float: left; width: 25px; height: 37px; background: url(/out/basic/src/vdLiveshopping/countdown.jpg) no-repeat 0px 0px; } 
#glowingLayout div.image0 { background-position: -0px 0px; } 
#glowingLayout div.image1 { background-position: -25px 0px; } 
#glowingLayout div.image2 { background-position: -50px 0px; } 
#glowingLayout div.image3 { background-position: -75px 0px; } 
#glowingLayout div.image4 { background-position: -100px 0px; } 
#glowingLayout div.image5 { background-position: -125px 0px; } 
#glowingLayout div.image6 { background-position: -150px 0px; } 
#glowingLayout div.image7 { background-position: -175px 0px; } 
#glowingLayout div.image8 { background-position: -200px 0px; } 
#glowingLayout div.image9 { background-position: -225px 0px; } 
#glowingLayout div.imageDay { background-position: -250px 0px; } 
#glowingLayout div.imageSep { background-position: -275px 0px; } 
#glowingLayout div.imageSpace { background-position: -300px 0px; }

#vdLiveWrapper{
    padding: 10px 5px;
    margin: 10px 0 10px 0;
    border: 2px #fc6634 solid;
    background-color: #e2e2e2;
}

#vdLiveTitle {
    font-weight: bold;
    font-size: 2em;
    color: #000;  
    margin: 5px 0 20px 0;
}

#vdLiveHead {
    font-weight: bold;
    font-size: 1.1em;
    color: #000; 
    margin:0;
}
                                                      
#vdLiveCounter { 
    text-align: center;
    font-size: 3.5em;
    font-weight:bold;
    color: #C00000;
    margin: -20px 0 0 0;
	background-color: transparent;
} 

#vdLiveBar { 
     color:#333232;              
     font-size: 16px;
     font-weight: bold;
     margin: 15px 0 10px 0;
}

#vdLiveBar img.percentImage {
     background: white url(progressbar_farbig.png) top left no-repeat;
     padding: 0; 
     margin-left: 5px;
}
