/* SHIPPING CHART*/
/*	shipBox and taxBox for Shopping Cart  */
#shipBox, #taxBox, #sizeBox, #shipreturnBox{      
	display: none;
	position: fixed;
	left: 50%;
	margin-left: -187px;
	padding-bottom: 10px;
	border: 1px solid #d3d3d3;
	font-size: 85%;
	text-align: center;
	background-color: #fff;
	z-index: 99;
	top: 100px;
}
#sizeBox{
	width: 450px;	
	margin-left: -225px;
}
#shipBox{
	width: 700px;	
	margin-left: -350px;
}
#taxBox{
	width: 375px;	
}
#shipreturnBox{
	width: 375px;	
}


#shipBox h2, #taxBox h2, 
#sizeBox h2, #shipreturnBox h2{
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 136%;
	font-weight: bold;
	color: #ffffff;
	width: 100%; 
	background-color: #95cf4a;
	text-indent: .5em;
	text-align: left;
	padding: .45em 0em;
	border-bottom: 1px solid #d3d3d3;
	margin: 0px;
}

#shipBox h2 img, #taxBox h2 img,
#sizeBox h2 img, #shipreturnBox h2 img{
	position: absolute;
	right: 0.5em;
	top: 3px;
}

#shipBox p, #taxBox p, 
#sizeBox p,#shipreturnBox ul{
	padding: .5em;
	text-align: left;
}
#sizeBox p{
	float:left;
	width: 30%;
}


#shipreturnBox ul{
	padding: 0;
	margin: 0.6em 0.6em 1em 2.5em;
	list-style: none outside url(/images/list-image.gif);
}
#shipreturnBox  li{
	margin-bottom: 2px;
}

#sizeBox #sizeDiv{
	float:right;
	margin-right:10px; 
}

#shipBox .closewin a:link, #shipBox .closewin a:visited,
#taxBox .closewin a:link, #taxBox .closewin a:visited,
#sizeBox .closewin a:link, #sizeBox .closewin a:visited,
#shipreturnBox .closewin a:link, #shipreturnBox .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, #shipBox .closewin a:active,
#taxBox .closewin a:hover, #taxBox .closewin a:focus, #taxBox .closewin a:active,
#sizeBox .closewin a:hover, #sizeBox .closewin a:focus, #sizeBox .closewin a:active,
#shipreturnBox  .closewin a:hover, #shipreturnBox  .closewin a:focus, #shipreturnBox  .closewin a:active {

}


#shipBox #shipDiv{
	float: right;
	margin: 0px 5px;
}



/*	END shipBox for Shopping Cart  */



#shipDiv, #sizeDiv{
	position: relative;
	width: 285px;
	border: 1px solid #5f5f5f;
	margin:10px auto;
	color: #333333;
	text-align: center;
}


#shipDiv caption, #sizeDiv caption{
	margin: 0;
	padding: 3px 0;
	font: normal normal bold 12px/1.2em Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background-color: #e41f2a;
	width: 100%;
}

#sizeDiv .sizeChart caption{
	text-align: left;
	padding-left: 10px;
	line-height:2em;
}

#shipChart, .sizeChart{
	font: normal normal normal 11px/1.4em Arial, Helvetica, sans-serif;
	/*width: 283px;*/
	width: 100%;
	margin: auto /*1px*/;
}

#shipChart td{
	text-align: right;
	padding-right:7px;
}
.sizeChart td, .sizeChart th{
	text-align: center;
	line-height:1.5em;
	border-bottom: 1px solid #d3d3d3;
}
.sizeChart th{
	font-weight: bold;
}
.sizeChart th[scope=row]{
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
}


tr#shipHeader th{
	text-align: right;
	padding-right:7px;
	font-weight: bold;
}
tr#shipHeader th span{
	display: block;
}

#shipChart .literow, .sizeChart .literow{
	background-color: #F5F5F5;
}
#shipChart tr.darkrow, .sizeChart tr.darkrow{
	background-color: #dfdfdf;
}
#shipChart tr.literow td, #shipChart tr.literow th{
	border: 1px solid #5f5f5f; border-left:none;
}
#shipChart tr.literow td{
	border-left:none;
}
#shipChart tr.darkrow td, #shipChart tr.darkrow th{
	border-right: 1px solid #5f5f5f; border-left:none;
}
#shipChart .orderPrice{
	text-align: right;
	padding-right:10px;
	border-left: 1px solid #5f5f5f; 
} 

#shipChart .shipPrice{
	border-right: none !important; 
} 

/* END SHIPPING CHART*/