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

.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: #616161;
	text-decoration: none;
	border: 1px solid #999999;
}
.btnsCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B92D16;
	border: 1px solid #AC2B16;
}
.txtHeadingCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AC2B16;
}
.lnkProductNameCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lnkProductNameCart:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
.txtPriceCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFC6C7;
	text-decoration: none;
}
.tblCartBg {
	background-color: #333333;
}
.tblCartBg2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}
.txtInvoiceCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
