/*			sweaters_sizes.css
*/


#detailsMenu
{
	margin-bottom: 3em;
}



table
{
	clear: both;
	width: 100%;
	margin-top: 1ex;
	border-collapse: collapse;
}
th
{
	font-weight: bold;
}
thead th
{
	padding: 1em 0;
	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
{
	width: 3em;
	line-height: 1.6;
	border-bottom: 1px solid #000;
	text-align: left;
}
tr.size td
{
	font-weight: bold;
}
