/* CSS Document */

div.shMap
{
	width: 729px;
	height: 186px;
	background:url(images/shippingmap.png);
	margin: 0 0 0 30px;
}

div.shInfo
{
	width: 720px;
	font-family: Tahoma;
	color: #333;
	font-size: 12px;
	margin: 10px 0 0 30px;
}

div.shInfo a
{
	font-weight: bold;
	text-decoration: none;
	color: #3C87B4;
}

div.tooltip_arrow
{
	width: 30px;
	height: 14px;
	background:url(images/tooltip_downarrow.png) no-repeat;
	
}

div.tooltip_body
{
	min-height: 20px;
	min-width: 180px;
	font-family: Tahoma;
	color: white;
	font-size: 11px;
	background: black;
	opacity: .7;
	filter: alpha(opacity=70);
	padding: 5px;
}

div.tooltip
{
	min-width: 180px;
	min-height: 34px;
	position: absolute;
	display: none;
}

div.shTable
{
	width: 620px;
	height: 109px;
	overflow: auto;
	margin: 0 0 0 30px;
}

div.shTable table
{
	width: 600px;
	margin: 1px;
	border-collapse: collapse;
	font-family: Tahoma;
	color: #555; 
	font-size: 11px;
}

div.shTable table td
{
	border: 1px solid #ccc;
	height: 18px;
	padding: 1px 3px 1px 3px;
}

div.shTable table th
{
	text-align: left;
	height: 26px;
}

div.shTable table .left
{
	width: 400px;
}

div.shTable table .center
{
	width: 100px;
}

div.shTable table .right
{
	width: 100px;
}

.shTop
{
	width: 600px;
	margin: 10px 0 0 30px;
}

.shTop .left
{
	width: 400px;
}

.shTop .center, .shTop .right
{
	width: 100px;
}

.shTop th
{
	text-align: left;
	font-family: Tahoma;
	color: #555; 
	font-size: 11px;

}

