body, td {
	font: normal 12px arial;
}

.divider {
	border-bottom:1px solid #ccc;
}
.pt5 {
	padding-top:5px;
}



/*  Cart Div  */
.cart{
	background-color: white;
	padding: 3px;
	width: 550px;
}
.cart table{
	border-collapse: collapse;
	width: 100%;
}
.cart table td{
	color: black;
	padding: 0px;
}
.cart a, .cart a:visited, .cart td a, .cart a:hover{
	color: #003ca2;
}
.cart a img, .cart a:visited img, .cart td a img, .cart a:hover img{
	border: 0px;
}
.cart .nav td{
	background-color: #eee;
	padding: 3px;
	color: #003ca2;
	font-size: 11px;
	text-indent: 4px;
}
.cart .heading{
	background-color: #959595;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-indent:15px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*  Shipping Calculator  */
.cart .title{
	color: #9a9a9a;
	font-weight: bold;
	padding: 5px 0px 5px px;
}
.cart .shipRate {
	color: #999;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.cart .subheading{
	color: #4DB057;
	font-weight: bold;
	padding: 10px 0px 10px 5px;
}
.cart .cost{
	color: #f46624;
	font-weight: bold;
}
.cart .form{
	width: 475px;
}
.cart .form td{
	padding-left: 5px;
	padding-bottom: 3px;
}
.cart .note{
	font-size: 10px;
	color: #555;
	font-style: italic;
}
.cart .required{
	color: #fb0000;
	width: 10px;
	text-align:left;
	float: left;
}
.cart .shippingLimits{
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
.cart .download{
	padding-left: 16px;
	padding-bottom: 5px;
}
.cart .download li{
	color: #999;
}

/*  Order Items  */
.items{
	border-collapse: collapse;
	width: 100%;
}
.items th{
	color: #999;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding-left: 5px;
	padding-right: 5px;
	text-indent:11px;
}
.items .item td{
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-bottom: 1px solid #ccc;
}
.items a.removeButton img{
	text-decoration: none;
	border: none;
}

/*  Total Table  */
.cart .total{
	border-collapse: collapse;
	width: 300px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.cart .subtotal{
	border-collapse: collapse;
	width: 300px;
	border: 1px solid #ccc;
}
.total .overhead td{
	color: #666;
	font-weight: bold;
	padding: 5px;
}
.total td{
	padding:5px 20px 5px 20px;
}
.total .totalAmt td{
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

/*  Alerts  */
.error{
	background: #FCF0F0;
	border: 1px solid #FB0000;
	margin: 20px 0px 5px 0px;
	padding: 10px;
	font: bold 12px arial;
	color: #FB0000;
}
.error ul{
	list-style: outside;
	padding-left: 20px;
	margin: 0px;
}
.warning{
	border: 1px solid #FFF648;
	background-color: #FFFCDA;
	padding: 10px 20px 10px 30px;
	color: #333;
}
.warning ul{
	list-style: outside;
	padding-left: 43px;
	margin: 0px;
}
.warning a{
	cursor: hand;
	cursor: pointer;
}
.shippingError{
	border: 1px solid #FB0000;
	background-color: #FCF0F0;
	padding: 10px 20px 10px 30px;
	color: #FB0000;
	font-weight: bold;
}
.complete{
	border: 1px solid #4DB057;
	background-color: #EFFDF1;
	padding: 15px 0px 15px 0px;
	text-align:center;
}
.cart .errorBox{
	border:1px solid #FB0000;
}

/* step 2 */
#step2 .w100 {width:100%;}
#step2 .w70 {width:70%;}
#step2 .lh2 {line-height:2px;}
#step2 .floatL {float:left;}
#step2 #shippingInstruction {width:500px;height:auto;}
#step2 #warningSign {float:left;width:22px;}
#step2 #warningText {float:left;width:450px;margin-top:5px;margin-left:10px;margin-bottom:10px;}
#step2 .cb {clear:both;}


/* show_order_items_v1 form */
#showOrderItems .w0 {width:0%;}
#showOrderItems .w100 {width:100%}
#showOrderItems .h5lh3 {height:5px;line-height:3px;}
#showOrderItems .lh5 {line-height:5px;}
#showOrderItems .f11 {font-size:11px;}
#showOrderItems .f16 {font-size:16px;}
#showOrderItems .bgc_eee {background-color: #eee;}
#showOrderItems .fArial13 {font-family:Arial;font-size:13px;}
#showOrderItems .fNormalBlackItalic {font-weight:normal;color:#000;font-style:italic;}
#showOrderItems .p5550 {padding:5px 5px 5px 0px;}
#showOrderItems .w75px {width:75px;}
#showOrderItems #invalidCode {color:#fb0000;font-weight:bold;size:9pt;padding-right:3px;}
#showOrderItems .green {color:#4DB057;}

