/*********************Shopping basket page styles *****************************/
.cart-page-body{
	/*background:#ebf0e3;*/
}

div.cart-block{
	 width:750px;
	/* border:1px #000000 solid;*/
	 padding:28px 0 0 0;
	 background:url(../images/cart-leaf.jpg) no-repeat top right;
}
div.cart-block table#carttable{
	 width:700px;
}
div.cart-block table#carttable tr th{
	text-align:left;
	border-bottom:4px solid #B5D05E;
	padding:5px 0 5px 0;
	margin-bottom:2px;
}

div.cart-block table#carttable tr th.paypal-h{
	width:410px;
}

div.cart-block table#carttable tr th.remove-h{
	width:30px;
}

div.cart-block table#carttable tr th.price-h{
	width:100px;
	text-align:center;
}

div.cart-block table#carttable tr th.qty-h{
	width:100px;
	text-align:center;
}

div.cart-block table#carttable tr th.total-h{
	width:75px;
	padding-left:25px;
}


div.cart-block table#carttable tr td.product-c{
	text-transform:uppercase;
}

div.cart-block table#carttable tr td.remove-c{

}

div.cart-block table#carttable tr td.price-c{
	text-align:right;
	padding-right:30px;
	width:70px;
}

div.cart-block table#carttable tr td.qty-c{
	text-align:center;
}

div.cart-block table#carttable tr td.total-c{
	text-align:right;
	padding-right:30px;
	width:70px;
}

div.cart-block table#carttable tr td.total-td{
	text-align:right;
	padding-right:25px;
	width:75px;
	font-size:12px;
}

div.cart-block table#carttable tr td.delivery-td{
	text-align:right;
	text-transform:uppercase;
}

div.cart-block table#carttable tr td.delivery-cost-td{
	text-align:right;
	padding-right:25px;
	width:75px;
	font-size:12px;
	border-bottom: 2px #F5851F solid;
}

div.cart-block table#carttable tr td.delivery-cost-td span.plus-mark{
	font-size:15px;
	color:#A3C530;
	font-weight:bold;
	margin-right:1%;	
}

div.cart-block table#carttable tr td.grand-total-td{
	text-align:right;
	padding-right:25px;
	width:75px;
	font-size:12px;
}

div.cart-block table#carttable tr{
	margin-bottom:2px;
}

div.cart-block table#carttable tr td{
	padding:8px 0 8px 2px;
	border-top:4px solid #ebf0e3;
	font-size:11px; 
	font-weight:bold;
}
div.cart-block table#carttable tr.cart-row-white{
	background:#F8FAF5;
}

div.cart-block table#carttable tr td.border-left{
	border-left:3px solid #ebf0e3;
}

.zone-label{
	font-weight:bold;
	font-size:10px;
	text-transform:capitalize;
}
#cartBox #del_zone{
	border:1px solid #9E9493;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
}

div#ajax_loading{
	 background:url(../images/delivery-cost-bg.gif) no-repeat;
	 width:250px;
	 height:50px;
	 text-align:center;
	 position:fixed;
	 top:280px;
	 font-size:13px;
	 font-weight:bold;
	 visibility:hidden;
}
input#checkout_btn{
	padding:0px;
	border:none;
	width:103px;
	height:32px;
	margin-left:300px;
}
