/*			sweaters_sizes.css
*/


#detailsMenu
{
	margin-bottom: 3em;
}


table
{
	clear: both;
	margin: 0ex auto 1em auto;
	border-collapse: collapse;
}
th
{
	font-weight: bold;
	white-space: nowrap;
}
thead th
{
	padding: 0em 0;
	font-size: 1.5em;
	text-align: center;
}
tbody th
{
	width: 6em;
	padding-right: 1ex;
	xborder-bottom: 1px solid #000;
	text-align: right;
	xbackground-color: Yellow;
}
* html tbody th
{
	width: 7em;
	padding-right: 0;
}
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;
}

