.chart {
	color: #000000;
	padding-left: 2px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	background-color: #B0B0B0;
}

.chartheader {
	color: #FFFFFF;
	padding-left: 2px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	background-color: #45595A;
}

.chartleft {
	color: #000000;
	padding-left: 2px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	background-color: #D4D4D4;
}

.chartright {
	color: #000000;
	padding-left: 2px;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	background-color: #EDEDED;
}

.chartpadding {
	padding-top: 18px;
}
.item_size_chart
{
	width:90%;
	border-left: 1px solid silver; 
	border-top: 1px solid silver;
	border-right: 2px solid silver;
	border-bottom: 2px solid silver;
	margin:10px;
	background-color:#242424;	
}
.size_chart_title
{
	margin: 10px 0px 5px 0px;
	font-size: 12px;
/*	color:	#45595A;*/
	font-weight: bold;
}
.size_chart_brand_wrapper
{
	padding:5px;
	background-color: none;		
	border-color: #ccc;	
	border-style: solid;
	border-width:1px 1px 1px 1px;
	-webkit-box-shadow: 1px 1px 5px 0px #808080;
	-moz-box-shadow: 1px 1px 5px 0px #808080;
	box-shadow: 1px 1px 5px 0px #808080;
}
.size_chart_brand_inner_wrapper
{
	padding:5px;
}