/************************************
*********** Cart Page ***************
************************************/
.txtTitleBag {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#d49d3e;  /* Gold Color */
line-height:20px;
text-transform:uppercase;

	
}
.txtCoupan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.txtBoxCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
}
.btnsCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFE9C4;
	text-decoration: none;
	background-color: #D49D3E;
	border: 1px solid #D49D3E 	;
}
.txtHeadingCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D49D3E;
}
.lnkProductNameCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3c3a3b;
	text-decoration: none;
}
.lnkProductNameCart:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.txtPriceCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.tblCartBg {
	background-color: #FFE9C4;
}
.tblCartBg2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cccccc;
}
.txtInvoiceCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
