#chCounterBox h3 {
	margin:5px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #990000;
}

#chCounterStats {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:1px solid #FFD2D2;
	background:#ffffff none repeat scroll 0%;
	padding:5px;
}

#chCounterStats ul {
	list-style-type:none;
}

#chCounterStats ul li {
	line-height:1.5em;
	font-size:10px;	
}

.chCounterLabel {
	line-height:1.5em;
	text-align: left;
	font-size:10px;
	font-weight: bold;	
}

.chCounterValue {
	line-height:1.5em;
	text-align: right;
	font-size:10px;
	font-weight: normal;	
}

#chCounterStats ul li.chCounterUrl {
	text-align:center;
	padding-top:10px;
	font-size:11px;
}