﻿.calendar-box 
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../graphics/days_left.png);
	background-repeat: no-repeat;
	height: 115px;
	font-size: 30px;
	color: #FE6700;
	padding-top:55px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display:compact;
}
.calendar-box1 
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../graphics/day_left.png);
	background-repeat: no-repeat;
	height: 115px;
	font-size: 30px;
	color: #FE6700;
	padding-top:55px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display:compact;
}
.calendar-box2 
{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../graphics/today.png);
	background-repeat: no-repeat;
	height: 115px;
	font-size: 30px;
	color: #FE6700;
	padding-top:55px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display:compact;
}

.countdown-box 
{
	margin-left: 0px;
}

.countdown-box strong 
{
	color: #FE6700;
}

.counters
{
	position:absolute;
	left:640px;
	top:18px;
}

.countertxt, .counterBlacktxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.countertxt
{
	COLOR: #fe6700; 
}

.counterBlacktxt
{
	COLOR: #606060; 
}


	.box {
		padding:0 12px 0 0;
		background:#fff url(../borders.gif) 100% 0 repeat-y;
	}
	.bi {
		padding:0 0 0 12px;
		background:#fff url(../borders1.gif) 0 0 repeat-y;
	}
	.bt {
		height:17px;
		margin:0 -12px;
		background:url(../box.gif) 100% 0 no-repeat;
	}
	.bt div {
		width:18px;
		height:17px;
		background:url(../box.gif) 0 0 no-repeat;
	}
	.bb {
		height:17px;
		margin:0 -12px;
		background:url(../box.gif) 100% 100% no-repeat;
	}
	.bb div {
		width:18px;
		height:17px;
		background:url(../box.gif) 0 100% no-repeat;
	}
	.box h1 {
		margin:0;
		padding:0.3em 10px;
		background:#efece6;
		font:bold 1.2em/1 Arial, Helvetica, sans-serif;
	}
	.box p, .box ul {
		margin:0;
		padding:4px 10px;
		background:#fff;
	}
	.box li {
		margin:0 0 0 2em;
		padding:0;
	}