div#site-container div.shipping-policy h2 {
	color: #C00;
	font-size: 130%;
	font-weight: 600;
	padding: 10px 0 0 0;
	margin: 0;
}
div#site-container div.shipping-policy h3 {
	color: #000;
	font-size: 120%;
	font-weight: 600;
	padding: 0;
	margin: 0;
}
div#site-container div.shipping-policy h4 {
	color: #00C;
	font-size: 120%;
	font-weight: 600;
	margin: 10px 0 0 10px;
}
	div#site-container div.shipping-policy h4 a.note {
		color: #C00;
	}
	div#site-container div.shipping-policy h4 span {
		font-size: 85%;
		font-weight: 300;
	}

p.note-header {
	font-weight: 600;
}

table#US-shippingTable {
	width: 100%;
}
	table#US-shippingTable th,
	table#US-shippingTable td {
		width: 20%;
	}
		table#US-shippingTable th img.carrier-logo {
			display: block;
			text-align: center;
			margin: 0 auto;
		}
		table#US-shippingTable th span {
			font-size: 7pt;
			font-weight: 300;
		}

table#CAMX-shippingTable,
table#INT-shippingTable {
	float: left;
	width: 48.5%;
	margin: 2% 0 0 0;
}
	table#CAMX-shippingTable th,
	table#CAMX-shippingTable td,
	table#INT-shippingTable th,
	table#INT-shippingTable td {
		width: 25%;
	}

table#INT-shippingTable {
	margin-left: 2%;
}

table.shippingTable {
	font-size: 7pt;
	border: 0;
	padding: 0;
}
	table.shippingTable thead tr th {
		color: #FFF;
		background: #999;
		font-weight: 600;
		text-align: center;
		vertical-align: middle;
		padding: 0 4px;
	}
	table.shippingTable tbody th,
	table.shippingTable tbody td {
		text-align: center;
		padding: 8px 2px;
	}
	table.shippingTable tbody tr th {
		font-weight: 600;
		vertical-align: bottom;
		border-left: 1px solid #999;
	}
		table.shippingTable tbody tr th.firstcell {
			white-space: nowrap;
		}
		table.shippingTable tbody tr th a {
			color: #00F;
		}
	table.shippingTable tbody tr td {
		border-top: 1px solid #999;
		border-left: 1px solid #999;
	}
		table.shippingTable tbody tr th.firstcell,
		table.shippingTable tbody tr td.firstcell {
			text-align: left;
			border-left: 0;
		}
		table.shippingTable tbody tr th.color1,
		table.shippingTable tbody tr td.color1 {
			background: #FFF;
		}
		table.shippingTable tbody tr th.color2,
		table.shippingTable tbody tr td.color2 {
			background: #EEE;
		}

div.shipping-content {
	margin-left: 10px;
}
	div.shipping-content p {
		margin: 10px 0 10px 10px;
	}
	div.shipping-content a.note {
		font-size: 85%;
		line-height: 1em;
		color: #369;
		text-decoration: none;
		vertical-align: super;
	}
		div.shipping-content a.note:hover {
			text-decoration: underline;
		}

ul#gxcountrylist span.gxcountry-note {
	font-size: 90%;
	font-style: italic;
	display: inline;
}

div.note-footer {
	font-size: 90%;
	padding-top: 2em;
}