/* CSS Document */

#statisticContainer{
	text-align: left;
}

#statisticCell{
	background: url(../images/leftside_05.jpg) repeat-y;
	padding: 5px 35px 5px 20px;
	color: #333;
	font-weight: bold;
	display: block;
}
#statisticCell p{
	padding: 3px 3px 3px 6px;
	color: #333;
	margin: 2px;
}
#statisticCell p a{
	color: #000;
}
#statisticCell p a:hover{
	color: #000;
}

#statisticCellHeader{ 
	background: url(../images/leftside_04.jpg) no-repeat;
	padding: 16px 10px 10px 20px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

#statisticCellBottom{
	background: url(../images/leftside_06.jpg) no-repeat;
	padding: 0px 20px 15px 20px;
	color: #333;
	text-align: left;
}
#statisticCellBottom a{
	color: #fff;
}

#statisticCell table{
	width: 180px;
}