@charset "utf-8";
table.sizeGuide {
	background-color: #000000;
}
table.sizeGuide    th {
	background-color: #FFFFCC;
	text-align: right;
	width: 40px;
}
table.sizeGuide  th.name {
	width: 100px;
}
table.sizeGuide  td {
	background-color: #FFFFFF;
	text-align: right;
}
table.sizeGuide  td.name {
	text-align: left;
}

