.dcounter	{
	width: 250px;
	height: 124px;
	margin-top: -10px;
	margin-right: 20px;
	border:2px solid #ccc;	
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;
	background:#eee;
	float: right;
}
.dcounter > h1{
	font-size: 16px;
	color: #300;
	text-align: center;
	margin-top: 9px;
}
.dcounter #tik {
	width: 206px;
	margin: 6px auto;
	padding:5px 2px;
	background:#ddd;
	-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;
}
.dcounter #tik .tik{
	width: 31px;
	height: 41px;
	background: url(/img/tik.png);
	float: left;
	font: 25px Arial;
	color: #787878;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.1);
	text-align: center;
	line-height: 36px;
}
.dcounter #tik .left{
	font: 25px Arial;
	color: #787878;
	text-shadow: 1px 1px 0px #fff;
}
.dcounter #tak {
    margin-left: 44px;
}
.dcounter #tak > h4{
	float: left;
	font-size: 15px;
	color: #300;
	margin-right: 41px;
}
.dcounter #tak > h4:last-child {
	margin-right:0 !important;
}

/* ------------------------------------------------------------------ */

.countdownHolder {
	background:none;
    border-radius: 5px 5px 5px 5px;
    height: 30px;
    margin: 0 0 0 3px;
    padding: 0;
    text-align: center;
    width: 210px;
}
.countdownHolder span {
    display: block;
    float: left;
}
.position {
	background:url(/img/count.jpg) 0 0 no-repeat;
	background-size:100% 100%;
    display: block;
    float: left;
    height: 42px;
    margin: 0 1px 0 0 !important;
    overflow: hidden;
    position: relative;
    width: 32px;
	background: url(/img/tik.png) repeat 0 0;
    color: #787878;
    float: left;
    font: 25.49px/36px Arial;
    height: 41px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 31px;
}
.digit {
    color: #777;
    display: block;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 22pt;
    line-height: 31pt;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 32px;
	text-shadow: 1px 1px 2px #fff;
	color: #787878;
    font: 25.49px/36px Arial;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 31px;
}
.countDays {
    display: none !important;
}
.countDiv0 {
    display: none !important;
}
.countDiv {
    display: block;
    float: left;
    height: 30px;
    position: relative;
    width: 4px;
}
.countDiv:before, .countDiv:after {
    background-color: #787878;
	box-shadow:1px 1px 0 #fff;
    content: "";
    display: block;
    height: 2px;
    left: 3px;
    margin-left: -3px;
    position: absolute;
    top: 13px;
    width: 2px;
}
.countDiv:after {
    top: 26px;
}

