table {
	xborder:1px solid black;
	width: 760px;
	font-size: 15px;
	margin: 10px;
	margin-bottom: 20px;
}

table tr td {
	xborder:1px solid black;
}

table thead tr:first-child td {
	background-color: #DCDCDC;
	padding: 20px 0 20px 10px;
	font-weight: bold;
}

table thead tr:first-child + tr td {
	padding-top: 15px;
	padding-bottom: 2px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid silver;
}

table tbody {
	font-size: 12px;
}

table tbody tr:first-child td {
	padding: 5px 0;
}

table tbody tr.mfr {
	font-weight: bold;
}

table tbody tr.mfr td {
	padding-top: 15px;
}

table tbody tr.sku td:first-child {
	padding-left: 5px;	
	width: 45%;
}