/*[fmt]2A10-1A0B-3*/
#countdown  {
 position: absolute;
 right: 127px;
 top: 108px;
 width: 252px;
 font-size: 12px;
 line-height: 12px;
 text-transform: uppercase;
 font-style: italic;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 z-index: 30;
}

#countdown p  {
 margin: 0;
 padding: 0;
}

#countdown div  {
 float: left;
 width: 62px;
 margin-right: 1px;
 background: url(../img/countdown/separator.gif) no-repeat right top;
 color: #FFF;
 font-weight: bold;
 font-size: 27px;
 font-style: normal;
 font-family: Arial, Helvetica, Verdana, sans-serif;
 margin-top: 5px;
}

#countdown .days, #countdown .secs  {
 background: none;
}

#countdown .days  {
 width: 56px;
 clear: both;
}

#countdown span  {
 text-align: center;
 float: left;
 width: 25px;
 line-height: 35px;
 background: url(../img/countdown/plate.gif) no-repeat 50% top;
}

