/* Size Chart Tables  */

table.sizechart {
	margin: 0 auto;
	padding: 0;
	width: 610px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #8db15c;
	border-bottom: none;
}
table.sizechart th {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #d7efba;
	border-bottom: 1px solid #8db15c;
}
table.sizechart th.main {
	font-size: 14px;
	color: #fff;
	background: #8dc63f;
}
table.sizechart td {
	margin: 0;
	padding: 0;
	background: #caddf6;
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #8db15c;
}
table.sizechart tr.alt *, table.sizechart td.alt {
	background: #dce7f5;
}
