#statsHeader{
	background-image:url('../img/newItem/bg.png');
	background-position:left bottom;
	background-repeat:repeat-x;
	border-bottom:1px solid #a1acc1;
	padding:22px 9px 4px 12px;
}

.statsHeadline{
	padding:3px 5px;
	background-color:#a1acc1;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

.statsData{
	margin:0 0 20px 0;
}

.statsDataWrapper{
	border:1px solid #a1acc1;
	background-image:url('../img/stats/statsBg.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	width:725px;
}

.statsDataWrapperLarge{
	border:1px solid #a1acc1;
	background-image:url('../img/stats/statsBg.png');
	background-repeat:repeat-x;;
	background-position:left bottom;
	width:725px;
	margin:0 0 20px 0;
}

.diagram{
	width:330px;
	height:160px;
	background-color:#ffffff;
	margin:15px 0 15px 8px;
}

.statsTable{
	width:368px;
	margin:15px 0 15px 8px;
}

.statsTable td{
	background-color:#ffffff;
	border-bottom:1px solid #8a94a8;
	line-height:26px;
}

.statsTable .odd{
	text-align:left;
	padding:0 0 0 8px;
}

.statsTable .even{
	text-align:right;
	padding:0 8px 0 0;
	color:#000000;
	font-weight:bold;
}

.statsTableLarge{
	margin:8px;
	width:707px;
}

.statsTableLarge td{
	height:43px;
	border-bottom:1px solid #a1acc1;
	background-color:#ffffff;
}

.statsTableLarge th{
	background-color:#a1acc1;
	border-bottom:1px solid #a1acc1;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 8px;
	line-height:23px;
}

.statsTableLarge .odd{
	text-align:left;
	padding:0 0 0 8px;
}

.statsTableLarge .even{
	text-align:right;
	padding:0 8px 0 0;
}

.statsTableLarge a{
	color:#2a4171;
}

.statsTableSmall{
	margin:8px;
	width:340px;
	background-color:#ffffff;
}

.statsTableSmall th{
	background-color:#a1acc1;
	border-bottom:1px solid #a1acc1;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 8px;
	line-height:23px;
}

.statsTableSmall table{
	width:340px;
	line-height:20px;
	padding:8px;
}

.statsTableSmall table td{
	border-bottom:1px solid #a1acc1;
}

.statsTableSmall table .odd{
	text-align:left;
	padding:0 8px 0 0;
}

.statsTableSmall table .even{
	text-align:right;
	padding:0 8px 0 0;
}


.list table{
	text-align:left;
	width:749px;
}

.list table thead th{
	font-size:9px;
	color:#808080;
	font-weight:normal;
	border-left:1px solid #d4d4d4;
	padding:0 3px 5px 3px;

}

.list table thead .firstCell{
	text-align:left;
}

.list table tbody td{
	padding:0 4px 0 4px;
	height:32px;
	background-image:url('../img/itemList/itemlistTrBg.jpg');
	background-repeat:repeat-x;
	font-size:12px;

}

.list table tbody .firstCell{
	text-align:left;
}

.list table .spacer{
	width:2px;
	padding:0;
	margin:0;
}

.list table tbody tr{
	height:32px;
}

.list table thead .firstCell{
	padding-left:1px;
	border:none !important;
}

.list table tbody .firstCell{
	background-position:-2px 0;
}

.list table tbody .disabled .firstCell{
	background-position:-2px 32px;
}
