@charset "utf-8";
/* CSS Document */

/*COUNTER SPECIFIC STYLES */
.counter{
	width: 240px; float:left;
	margin-left:20px;
	
}
.counter ul.countdown{
	list-style-type: none;
	color: white;
	font-weight: bold;
	text-align: center;
	padding:0px;
	
	margin:0px;
	
}
.counter ul.countdown li{
	float: left;
	background: url(digit.png) no-repeat 2px 5px;
	height:40px;
	width: 55px;
	padding-top: 13px;
	border-bottom:none;
}
.counter ul.countdown li div{
	font-size: 10px;
}
.counter ul.countdown li div.countdown_num{
	font-size: 32px;
}
.counter ul.countdown li.no_countdown{
	padding-top:4px;
	background:transparent;
	height:110px;
	width:60px;
}