/* SHIPPING CHART*/
/*	shipBox and taxBox for Shopping Cart  */
#shipBox, #taxBox{      
	display: none;
	position:fixed;
	left: 50%;
	top: 50%;
	margin-left: -187px;
	border: 1px solid #473409;
	text-align: center;
	background-color: #fff;
	z-index: 99;
	padding-bottom: 5px;
}

#shipBox{
	width: 475px;	
	margin-left: -235px;
	margin-top: -100px;
}
#taxBox{
	width: 375px;	
}


#shipBox h1, #taxBox h1{
	font-size: 117%;
	font-weight: bold;
	color: #C2A766;
	width: 100$; 
	background-color: #4e3a0a;
	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  {
	font-family: Georgia, "MS Serif", "New York", serif;
	color: #564637;
	text-decoration: none;
	background-color: #f0e5d5;
	text-align: center;
	vertical-align: middle;
	line-height:1.75em;
	border:1px solid #564637;
	
	display: block;
	width: 87px;
	height: 20px;
	background: #8f7a65 url(/images/button_sprite.png) repeat-x 0 -76px;
	
}

#shipBox .closewin a:hover, #shipBox .closewin a:focus,
#taxBox .closewin a:hover, #taxBox .closewin a:focus {
		color: #f0e5d5;
	text-decoration: none;
	background-color: #564637;
	border:1px solid #564637;	
	background: #63442a url(/images/button_sprite.png) repeat-x 0 -150px;
}*/

/*	END shipBox for Shopping Cart  */




#shipDiv{
	position: relative;
	width: 285px;
	border: 1px solid  #564637;
	margin: auto;
	color: #333333;
	/*padding: 1px;*/
}

#shipDiv h2{
	margin: 0 auto 1px auto;
	Display:block;
	color: #564637;
	text-align: center;

	font-weight: bold;
	font-size: 136%;
}

#shipChart{
	font: normal normal normal 11px/1.4em Arial, Helvetica, sans-serif;
	width: 100%;
}

#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*/
