/************************************
*********** Cart Page ***************
************************************/

.headings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.product_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #966c2e;
	text-decoration: none;
}
.product_name:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #966c2e;
	text-decoration: underline;
	}
	
.bgwhite{
	background-color:#FFFFFF;
}	

.empty_basket{
line-height:30px;
padding-top:5px;
vertical-align:middle;
}
		
.promotion_code{
width:120px;
height:20px;
border-top:#c8c8c8 solid 1px;
border-left:#c8c8c8 solid 1px;
border-bottom:#c8c8c8 solid 1px;
border-right:#c8c8c8 solid 1px;
margin-left:5px;
margin-right:5px;
}

.bggreen{
	background-color:#f7f7f2;
}

	.quantity_text_box{
	width:60px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
}

.page_heading{
	font: 18px Arial, Helvetica, sans-serif;
	color: #966c2e;
	text-decoration: none;
	padding-top: 6px;
	text-transform: capitalize;
}

.totals{
color:#333333;
font-weight:bold;
}

.txtCoupan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.btnsCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3C3A3B;
	border: 1px solid #666666;
}
.txtHeadingCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3c3a3b;
}

.txtPriceCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	padding-right:5px;
}
.tblCartBg {
	background-color: #F3F3F3;
}
.tblCartBg2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F3F9FE;
}
.txtInvoiceCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#cart td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#000000;*/
}

#cart .bgwhite td,#cart .total td{
	border-bottom:1px solid #e4e4e4;
}
#cart .total{
	line-height:40px;
}