#statisticContainer{
	background: url(../images/bg_std.jpg) repeat-x top;
	background-color: #fb0;
	margin-left: 4px;
	border-top: 1px solid #efefef;
}

#statisticCell{
	padding-left: 5px;
	padding-bottom: 10px;
	display: block;
}
#statisticCell table{
	width: 180px;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px 10px 20px 10px;
	text-transform: uppercase;
}

#statisticCellBottom{
	display: none;
}
#statisticCellBottom a{
	color: #fff;
}
