@charset "utf-8";
/* CSS Document */

div.statsPhoto {
	float:left;
}

div.statsContent {
	float:left;
}

div.gameStats {
	width:400px;	
	background-color:#000;	
}

div.gameStats div.statsText {
	background-image:url(../images/interface/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
}

div.gameStats div.statsText .title {
	color:#cc092f;
	text-transform:uppercase;
}

table.site_table tr th.first_column, table.site_table tr td.first_column {
	width:25px;
	text-align:right;
	padding:0px 8px 0px 0px;	
}