object:focus { outline:none; }

/* HTML Countdown
 */

.htmlCountdownBg
{
  position: relative;
  width: 276px;
  height: 220px;
  color: #fff;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.htmlCountdownBg div
{
  position: absolute;
}

.htmlCountdownBg.black
{
  background-image: url(../img/250x220_realtime_black.png);
}

.htmlCountdownBg.black-countdown
{
  background-image: url(../img/250x220_countdown_black.png);
}

.htmlCountdownBg.white
{
  background: url(../img/250x220_realtime_white.png) no-repeat scroll 0 0 / 276px 220px;
  color: #5f5f5f;
}

.htmlCountdownBg.white-countdown
{
  background: url(../img/250x220_countdown_white.png) no-repeat scroll 0 0 / 276px 220px;
}

.htmlCountdownBg .cd-countdown, .htmlCountdownBg .cd-realtime
{
  display:none;
  width: 100%;
}

/*countdown*/

.htmlCountdownBg .cd-labels 
{
  font-size: 15px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, .4);
  top: 102px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg.black .cd-labels 
{
  color:#c5c5c5;
}

.htmlCountdownBg.white .cd-labels 
{
  color:#7e7e7e;
}

.htmlCountdownBg .cd-values 
{
  font-size: 26px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 118px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .dLabel { left: 38px; }
.htmlCountdownBg .hLabel { left:98px; }
.htmlCountdownBg .mLabel { left:145px; }
.htmlCountdownBg .sLabel { left:199px; }

.htmlCountdownBg .dValue { right:200px; }
.htmlCountdownBg .hValue { right:138px; }
.htmlCountdownBg .mValue { right: 81px; }
.htmlCountdownBg .sValue { right: 18px; }

.htmlCountdownBg .cd-copy {
  font-size: 14px;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
  left: 0px;
  top: 160px;
  color: #999999;
}

.htmlCountdownBg.white .cd-copy {
  color: #777777;
}
.htmlCountdownBg .cd-copy sup {
  font-size: 9px;
  vertical-align: baseline;
  position: relative;
  top: -0.3em;
  left:-0.2em;
}
.htmlCountdownBg .cd-real-copy  sup
{
  font-size: 10px;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
  left:-0.0em;
}
/*real*/

.htmlCountdownBg .cd-real-values 
{
  font-size: 44px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
  top: 98px;
  left: 0px;
  width: 100%;
}

.htmlCountdownBg .realhValue { right:185px; }
.htmlCountdownBg .separatorOne { right:163px; }
.htmlCountdownBg .realmValue { right:101px; }
.htmlCountdownBg .separatorTwo { right:80px; }
.htmlCountdownBg .realsValue { right:18px; }

.htmlCountdownBg .cd-real-copy {
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.3em;
  left: 0px;
  top: 161px;
  color: #999999;
}

.htmlCountdownBg.white .cd-real-copy {
  color: #777777;
}

/* ie6 png alpha lack */
* html .cd-glass-countdown, * html .cd-glass-real {
  visibility: hidden;
  display: none;
}


