/*			sweaters_sizes.css
*/


#detailsMenu
{
	margin-bottom: 3em;
}


table
{
	clear: both;
	margin: 1em auto 1em auto;
	border-collapse: collapse;
}
th
{
	font-weight: bold;
	white-space: nowrap;
}
thead th
{
	padding: 0;
	font-size: 1.5em;
	text-align: center;
}
thead th.subtitle
{
	padding: 0 0 1ex 0;
	font-size: 1em;
}
tbody th
{
	padding: 1ex;
	text-align: left;
}
* html tbody th
{
	padding-right: 0;
}
th.subhead
{
	padding-top: 1em;
	font-size: 1.2em;
	text-align: center;
}
td
{
	padding: 0 1ex;
	line-height: 1.6;
	border-bottom: 1px solid #000;
	text-align: left;
	white-space: nowrap;
}
tr.size td
{
	font-weight: bold;
}
/*
table
{
	clear: both;
	margin: 1ex auto 1em auto;
	border-collapse: collapse;
}
th
{
	font-weight: bold;
	white-space: nowrap;
}
thead th
{
	padding: 1em 0 0 0;
	font-size: 1.5em;
	text-align: center;
}
thead th.subtitle
{
	padding: 0 0 1em 0;
	font-size: 1em;
}
tbody th
{
	width: 6em;
	padding-right: 1ex;
	xborder-bottom: 1px solid #000;
	text-align: center;
	xbackground-color: Yellow;
}
* html tbody th
{
	width: 7em;
	padding-right: 0;
}
td
{
	width: 3em;
	padding: 0 1ex;
	line-height: 1.6;
	border-bottom: 1px solid #000;
	text-align: left;
	white-space: nowrap;
}
tr.size td
{
	font-weight: bold;
}
*/
