@charset "utf-8";
/* CSS Document */

/* CSS size charts */

.table-holder {
	width: 734px;
	clear: both;
	float: left;
	display: inline;
	margin: 15px 0 !important;
}

table.size-charts {
	width: 100%;
	text-align: center;
}

table.size-charts th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:14px;
	color: #1B1B1B;
	text-transform: uppercase;
	text-shadow:0 1px 0.2px #FFFFFF;
	padding: 6px 0;
}

table.size-charts th.no-bg {
	border-top: 0;
	border-left: 0;
	background: none;
	color: #1B1B1B;
	text-shadow: none;
	padding-left: 0;
	text-align: left;
}

table.size-charts .border-bottom {
	border-bottom: 1px solid #d4d4d5;
}

table.size-charts td {
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #1B1B1B;
}

table.size-charts .border-left {
	border-left: 1px solid #d4d4d5;
}

table.size-charts td.spec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #1B1B1B;
	width: 95px;
	text-align: left;
	padding-left: 0;
}

table.size-charts td.spec span {
	color: #1B1B1B;
}

/**/

table.foot-charts {
	width: 100%;
	text-align: center;
}

table.foot-charts th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:14px;
	color: #1B1B1B;
	text-transform: uppercase;
	text-shadow:0 1px 0.2px #FFFFFF;
	padding: 6px 0;
}

table.foot-charts th.no-bg {
	border-top: 0;
	border-left: 0;
	background: none;
	color: #1B1B1B;
	text-shadow: none;
	padding-left: 0;
	text-align: left;
}

table.foot-charts td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #1B1B1B;	
}

table.foot-charts .border-left {
	border-left: 1px solid #d4d4d5;
}

table.foot-charts .border-bottom {
	border-bottom: 1px solid #d4d4d5;
}

table.foot-charts td.spec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #1B1B1B;
	padding: 6px;
	text-align: left;
	padding-left: 0;
}

table.foot-charts td.spec span {
	color: #1B1B1B;
}
