/* (c) 2008 Mark Tomsu */

table.shipping-rates {
	border: 1px #222 solid;
}

table.shipping-rates th {
	background: #000;
	color: #fff;
	padding: 4px;
	text-align: left;
	border: 1px #222 solid;
}

table.shipping-rates th.redbg {
	background: #a40000;
}

table.shipping-rates tr.subth {
	background: #eee;
	padding: 4px;
	font-style: italic;
}

table.shipping-rates td {
	border: 1px #222 solid;
	padding: 4px;
}