/* SHIPPING CHART*/
/*	shipBox and taxBox for Shopping Cart  */
#shipBox, #taxBox{      
	display: none;
	position: absolute;
	left: 52%;
	margin-left: -187px;
	width:375px;	
	border: 1px solid #898F9F;
	font-size: 85%;
	text-align: center;
	background-color: #F6F7F6;
	z-index: 3;
}

#shipBox{      
	bottom: 100px;
}
#taxBox{      
	bottom: 250px;
}


#shipBox h1, #taxBox h1{
	margin:0px;
	font-size: 117%;
	font-weight: bold;
	color: white;
	width: 100$; 
	background-color: #999;
	text-indent: .5em;
	text-align: left;
	padding: .25em 0em;
}

#shipBox h1 img, #taxBox h1 img{
	position: absolute;
	right: 0.5em;
	top: 5px;
	border: none;
}

#shipBox p, #taxBox p{
	padding: .5em;
	text-align: left;
}

#shipBox img, #taxBox img{
	border: none;
}

#shipBox #closwinField, #taxBox #closwinField{
	width: 100%;
	bottom: 0px;
	height: 26px;
	background-color: #0084FF;
}

#shipBox #closewin a:link, #shipBox #closewin a:visited,
#taxBox #closewin a:link, #taxBox #closewin a:visited  {
	background-image: url(/images/b_closewin.gif);
	background-repeat: no-repeat;
	display: block;
	width: 96px;
	height: 26px;
	position: absolute;
	right: 0px;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
}

#shipBox #closewin a:hover, #shipBox #closewin a:focus,
#taxBox #closewin a:hover, #taxBox #closewin a:focus {
	background-image: url(/images/b_closewin.gif);
}

/*	END shipBox for Shopping Cart  */




#shipDiv{
	position: relative;
	width: 285px;
	border: 1px solid #89A3D0;
	margin: auto;
	color: #000;
}

#shipDiv h2{
	margin: 0;
	padding: 3px;
	Display:block;
	background-color:#89A3D0;
	font: normal normal bold 12px/1.2em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}

#shipChart{
	font: normal normal normal 11px/1.4em Arial, Helvetica, sans-serif;
	color: #111;
	width: 283px;
	margin: auto;
}

#shipChart td{
	font: normal normal normal 11px/1.4em Arial, Helvetica, sans-serif;
	color: #111;
	text-align: right;
	padding-right:50px;
   padding-left: 7px;
}

tr#shipHeader th{
	text-align: center;
	font-weight: bold;
	width:50%;
}
tr#shipHeader th span{
	display: block;
}

#shipChart .literow{
	background-color: #FFF;
}
#shipChart tr.darkrow{
	background-color: #F0F0F0;
}
#shipChart tr.literow td, #shipChart tr.literow th{
	border: 1px solid white; 
}
#shipChart tr.literow td{
	border-left:none;
}
#shipChart tr.darkrow td, #shipChart tr.darkrow th{
	border-right: 1px solid white; 
}

#shipChart .orderPrice{
	text-align: right;
	padding-right:30px;
	border-left: 1px solid white; 
	
	
} 
/* END SHIPPING CHART*/


