.dwlstats {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 10px 0 30px 0;
}

.dlInfo {
	display: inline;
	margin: 0 20px 0 0;
	list-style: none;
	float: left;
}

ul.dwlstats .value {
	background:#292929;
	font-size: 30px;
	color: #ffffff;
	padding: 8px;
	min-width: 100px;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
	border-right: solid 1px #000000;
        text-align: center;
        height: 48px;
}

.dlInfo .name {
	background:#242424;
	min-width: 100px;
	padding: 0 8px 0 8px;
	margin-bottom: 10px;
	float: left;
text-align: center;
	font-size: 18px;
	color: #F9F8F6;
	text-transform: uppercase;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #333333;
	border-right: solid 1px #000000;


}

#dlCountDown {
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding: 5px;
}
#dlCountDown a {
	font-size: 12px;
	font-weight: normal;
}

#dlCountDownNumber {font-size: 12px;color: #000;}