@charset "utf-8";
#Counter_Date {
font:italic 17px Georgia;
text-align:center;
color:#ff7200;
}
#Counter_Date .days,
#Counter_Date .hours,
#Counter_Date .minutes,
#Counter_Date .seconds {
display:inline-block;
font-weight:bold;
width:108px;
}

.countdownHolder{
	width:470px;
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position {
	position: relative;
	display: inline-block;
	height: 1.4em;
	width: 1.0em;
	margin:0px -1px;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background:#fff  url(/images/Results_Line.png) repeat-x bottom;
	text-align:center;
	color:#351100;
	letter-spacing:-1px;
}

.digit,
.digit.static{
border-radius:8px;
box-shadow:2px 2px 12px #b0998e;
-moz-box-shadow:2px 2px 12px #b0998e;
-webkit-box-shadow:2px 2px 12px #b0998e;

}

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	margin:6px 6px;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#fff;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.9em;
  box-shadow:2px 2px 4px #b0998e;
  -moz-box-shadow:2px 2px 4px #b0998e;
  -webkit-box-shadow:2px 2px 4px #b0998e;
	content:'';
}

.countDiv:after{
	top:1.2em;
}