/* SHIPPING CHART*/
/*	shipBox and taxBox for Shopping Cart  */
#shipBox, #taxBox{      
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -187px;
	border: 2px solid #000;
	font-size: 85%;
	text-align: center;
	background-color: #fff;
	z-index: 99;
}

#shipBox{
	width: 700px;	
	top: 40%;
	margin-left: -350px;
	margin-top:-200px;
}
#taxBox{
	width: 375px;	
	top: 175px;
}


#shipBox h1, #taxBox h1{
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 136%;
	font-weight: bold;
	color: white;
	width: 100%; 
	background-color: #7bc5f3;
	text-indent: .5em;
	text-align: left;
	padding: .45em 0em;
	border-bottom: 2px solid #000;
}

#shipBox h1 img, #taxBox h1 img{
	position: absolute;
	right: 0.5em;
	top: 5px;
}

#shipBox p, #taxBox p{
	padding: .5em;
	text-align: left;
}


#shipBox .closewin a:link, #shipBox .closewin a:visited,
#taxBox .closewin a:link, #taxBox .closewin a:visited  {
	background-repeat: no-repeat;
	display: block;
	position: relative;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
	width: 94px;
	height: 22px;
	font-weight:bold;
}

#shipBox .closewin a:hover, #shipBox .closewin a:focus,
#taxBox .closewin a:hover, #taxBox .closewin a:focus {

}


#shipBox #coolshipDiv, #shipBox #shipDiv{
	float: right;
	margin: 0px 5px;
}



/*	END shipBox for Shopping Cart  */



#shipDiv, #coolshipDiv{
	position: relative;
	width: 285px;
	border: 1px solid #000000;
	margin: auto;
	color: #333333;
	text-align: center;
	
}

#coolshipDiv{

}

#shipDiv h2, #coolshipDiv h2{
	margin: 0;
	padding: 3px;
	Display:block;
	font: normal normal bold 12px/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	background-color: #7bc5f3;
	
}

#coolshipDiv h2{
	background-color: #094A7D;
	color: #fff;
}

#shipChart, #coolshipChart{
	font: normal normal normal 11px/1.4em Arial, Helvetica, sans-serif;
	/*width: 283px;*/
	width: 100%;
	margin: auto /*1px*/;
	
}

#shipChart td, #coolshipChart td{
	text-align: right;
	padding-right:7px;

}

tr#shipHeader th, tr#coolshipHeader th{
	text-align: right;
	padding-right:7px;
	font-weight: bold;
}
tr#shipHeader th span, tr#coolshipHeader th span{
	display: block;
}

#shipChart .literow, #coolshipChart .literow{
	background-color: #F5F5F5;
}
#shipChart tr.darkrow, #coolshipChart tr.darkrow{
	background-color: #D3D3D3;
}
#shipChart tr.literow td, #shipChart tr.literow th,
#coolshipChart tr.literow td, #coolshipChart tr.literow th{
	border: 1px solid black; border-left:none;
}
#shipChart tr.literow td, #coolshipChart tr.literow td{
	border-left:none;
}
#shipChart tr.darkrow td, #shipChart tr.darkrow th,
#coolshipChart tr.darkrow td, #coolshipChart tr.darkrow th{
	border-right: 1px solid black; border-left:none;
}
#shipChart .orderPrice, #coolshipChart .orderPrice{
	text-align: right;
	padding-right:10px;
	border-left: 1px solid black; 
} 

#shipChart .shipPrice, #coolshipChart .shipPrice{
	border-right: none !important; 
} 

/* END SHIPPING CHART*/