body
{
	line-height: 1.6em;
	font-family: Arial, ÒHelvetica NeueÓ, Helvetica, sans-serif;
	font-size: 11px;
}

a {padding: 5px;}

a:link { 
	color: #333333;
	}
a:visited { 
	color: #000;
	}
a:hover { 
	color: #b83638;
	text-decoration: none;
	border: 0px solid #000;
	}
a:active { 
	color: #333333;
	}

img { border: 0; }
img a:hover {text-decoration: none; }

li {
	list-style-type: none;
}

hr {
	border: 0;
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	margin: 20px 0;
	text-align: center;
	width: 95%;
}

h2 {
	padding: 20px 0; 
	font-size: 34px;
	text-align: center;
	}

h5 { text-align: center; font-size: 24px; }

p {
	margin: 20px;
	font-size: 10px;
}

#shipping-container {
	
	margin-bottom: 800px;
	width: 960px;
}

.map-list { overflow: auto; width: 920px; border: 1px solid #ccc; }
	
	.map1 {
		float: left;
		width: 450px;
	}

	.map2 {
		float: left;
		width: 450px;
	}
	
	.map1 h1, .map2 h1 { background-color: #b83638; width: 120px; font-size: 14px; font-weight: bold; padding: 5px; color: white; display: inline; }
	.map1 ul li, .map2 ul li { padding: 5px 0; line-height: 22px; }
	.map1 a, .map1 a:hover, .map2 a, .map2 a:hover { text-decoration: none; }
		
	.zones {
		overflow: auto;
		width: 960px;
		}
	.zones .map {
		float: left;
		width: 250px;
		margin: 0 auto; 
	
	}
	.zones .rates {
		float: left;
		width: 650px;
		border-left: 1px solid #e5e5e5;
		}

.rates-tabular
{
	font-size: 12px;
	background: #fff;
	margin: 20px;
	width: 650px;
	border-collapse: collapse;
	text-align: left;
}
.rates-tabular th
{
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	border-bottom: 2px solid #e5e5e5;
}

.recommend {background: #5b84c3; color: #fff;}

.rates-tabular tr {
	border-bottom: 1px solid #e5e5e5;
}

.rates-tabular td
{
	color: #000;
	padding: 9px 8px 0px 8px;
}
.rates-tabular tbody tr:hover td
{
	color: #b83638;
}

.rates-tabular img {
	margin-left: 5px; 
	vertical-align: middle;
}

.map { margin: 0 auto; }
.map h1 { padding: 5px; background-color: #b83638; color: white; font-size-adjust: 14px; width: 150px; text-align: center; }
.map h3 { font-weight: normal; border-bottom: 1px solid #ccc; }
.map ul.countries li { padding-left: 15px; background-image: url(../images/plus.gif); background-repeat: no-repeat; background-position: 0 4px;}
