/* SHIPPING CHART*/
/*	shipBox and taxBox for Shopping Cart  */
#shipBox, #taxBox{      
	display: none;
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: -187px;
	width:375px;	
	border: 1px solid #756e72;
	font-size: 85%;
	text-align: center;
	background-color: #e2dccc;
	z-index: 3;
}

#shipBox h1, #taxBox h1{
	font-size: 117%;
	font-weight: bold;
	color: white;
	width: 100$; 
	background-color: #756e72;
	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;
	width: 106px;
	height: 17px;
	position: relative;
	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_closewin2ON.gif);
}

/*	END shipBox for Shopping Cart  */




#shipDiv{
	position: relative;
	width: 285px;
	border: 1px solid #756e72;
	margin: auto;
	color: #333333;
}

#shipDiv h2{
	margin: 0;
	padding: 3px;
	Display:block;
	background-color:#a69f93;
	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;
	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: #e2dccc;
}
#shipChart tr.darkrow{
	background-color: #ecead3;
}
#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:10px;
	border-left: 1px solid white; 
} 
/* END SHIPPING CHART*/