@CHARSET "UTF-8";
/**
 * CSS shipping-fees page
 * 
 * $Id: shipping-fees.css 244 2010-03-03 03:48:38Z jeremy $
 */

table {
	margin-left: 10px;
}

#internationalShippingFees tr th, #domesticShippingFees tr th, #domesticExpressShippingFees tr th, #internationalExpressFees tr th, #canadaMexicoShippingFees tr th, #canadaMexicoExpressShippingFees tr th{
	background: none;
}

#internationalShippingFees .range, #domesticShippingFees .range, #domesticExpressShippingFees .range, #internationalExpressFees .range, #canadaMexicoShippingFees .range, #canadaMexicoExpressShippingFees .range {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

#internationalShippingFees  .amount, #domesticShippingFes .amount, #domesticExpressShippingFees .amount, #internationalExpressFees .amount, #canadaMexicoShippingFees .amount, #canadaMexicoExpressShippingFees .amount{
	text-align: left;
	vertical-align: top;
}

.tableTitle {
	font-size: 14px;
}

