/* ------------ Size Chart Tables --------------- */

table.sizechart {
	margin-right: 5px;
	margin-bottom: 10px;
	border: thin solid #000;
	caption-side: bottom;
	border-collapse: collapse;
	width: 450px;
}

.sizechart td {
	border: thin solid #333;
	padding: 7px;
	text-align: center;
}

.sizechart th {
	background-color: #e5e7e7;
	border: thin solid #333;
	padding: 7px;
	text-align: center;
}

.sizechartthumb {
	margin: 0px 15px 0px 0px;
	float: left;
}

.tabletitle {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #007399;
	
}

