/* SHIPPING CHART*/
/*	shipBox and taxBox for Shopping Cart  */
#shipBox, #taxBox{      
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -187px;
	border: 1px solid #7c7c7c;
	font-size: 85%;
	text-align: center;
	background-color: #656565;
	z-index: 99;
}

#shipBox{
	width: 475px;	
	top: 100px;
}
#taxBox{
	width: 375px;	
	bottom:150px;
}


#shipBox h1, #taxBox h1{
	font-size: 117%;
	font-weight: bold;
	color: white;
	width: 100$; 
	background-color: #000;
	text-indent: .5em;
	text-align: left;
	padding: .25em 0em;
}

#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-image: url(/images/b_closewin2.gif);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
	width: 94px;
	height: 22px;
	background: transparent url(../images/b_closewin.gif) no-repeat 0 0;
	
}

#shipBox #closewin a:hover, #shipBox #closewin a:focus,
#taxBox #closewin a:hover, #taxBox #closewin a:focus {
	background: transparent url(../images/b_closewin.gif) no-repeat 0 -28px;
}

/*	END shipBox for Shopping Cart  */




#shipDiv{
	position: relative;
	width: 285px;
	border: 1px solid #f67c2a;
	margin: auto;
	color: #333333;
}

#shipDiv h2{
	margin: 0;
	padding: 3px;
	Display:block;
	font: normal normal bold 12px/1.2em Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: #f67c2a url(../images/seperator_bck.gif) repeat-x top;
	/* same background is being used in the page seperator div */
}

#shipChart{
	font: normal normal normal 11px/1.4em Arial, Helvetica, sans-serif;
	width: 283px;
	margin: auto;
}

#shipChart td{
	text-align: right;
	padding-right:7px;
}

tr#shipHeader th{
	text-align: right;
	padding-right:7px;
	font-weight: bold;
}
tr#shipHeader th span{
	display: block;
}

#shipChart .literow{
	background-color: #F5F5F5;
}
#shipChart tr.darkrow{
	background-color: #D3D3D3;
}
#shipChart tr.literow td, #shipChart tr.literow th{
	border: 1px solid black; 
}
#shipChart tr.literow td{
	border-left:none;
}
#shipChart tr.darkrow td, #shipChart tr.darkrow th{
	border-right: 1px solid black; 
}
#shipChart .orderPrice{
	text-align: right;
	padding-right:10px;
	border-left: 1px solid black; 
} 
/* END SHIPPING CHART*/