div.customerService ul {
	margin:0 0 1.5em 0;
	overflow:auto;
}
div.customerService ul li {
	float:left;
	display:inline;
	width:45%;
	margin-left:8px;
	padding-left:14px;
	background:url(/images/structure/bullet_sun2.gif) 0 0.4em no-repeat;
	font-size:1.1em;
}
div.customerService h2 {
	color:#793D00;
	padding-top:1em;
}
div.customerService h3 { color:#B35900; }
div.customerService address { margin-bottom:1.5em; }
div.customerService div.contactUs {
	float:left;
	width:47%;
	padding-right:6px;
}
div.customerService table.shipping {
	margin-bottom:15px;
}
div.customerService table.shipping th, div.customerService table.shipping td {
	padding:4px 10px;
}
div.customerService table.shipping th {
	font-weight:bold;
	border-bottom:1px solid #555577;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	background:#EEEEEE;
}
div.customerService table.shipping td {
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	text-align:center;
}
div.customerService table.shipping td.total, div.customerService table.shipping th.total {
	border-left:1px solid #999999;
	text-align:left;
}
