/* SHIPPING CHART*/
/*	shipBox and taxBox for Shopping Cart  */
#shipBox, #taxBox{   
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	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, #Priority_info_box h1, #priority_err h1{
	margin:0px;
	font-size: 117%;
	font-weight: bold;
	color: white;
	width: 100$; 
	background-color: #0084FF;
	text-indent: .5em;
	text-align: left;
	padding: .25em 0em;
}

#shipBox h1 img, #taxBox h1 img, #Priority_info_box h1 img, #priority_err h1 img{
	position: absolute;
	right: 0.5em;
	top: 5px;
	border: none;
}

#shipBox p, #taxBox p, #Priority_info_box p, #priority_err 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,
#Priority_info_box .closewin a:hover, #Priority_info_box .closewin a:focus, 
#priority_err .closewin a:hover, #priority_err .closewin a:focus {
	background-image: url(/images/b_closewin.gif);
}
*/

/*	END shipBox for Shopping Cart  */




#shipDiv{
	position: relative;
	width: 285px;
	border: 1px solid #E21A1C;
	margin: auto;
	color: #000;
}

#shipDiv h2{
	margin: 0;
	padding: 3px;
	Display:block;
	background-color:#E21A1C;
	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:50px;
   padding-left: 7px;
	color: #4D4D4D;
}

tr#shipHeader th{
	text-align: center;
	font-weight: bold;
	width:50%;
}
tr#shipHeader th span{
	display: block;
}

#shipChart .literow{
	background-color: #FFFDEF;
}
#shipChart tr.darkrow{
	background-color: #FFF8CF;
}
#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*/


