.elMyCartTable {
	width: 600px;
	
}

.elMyCartTableHeader {
	background-color: #0099ff;
	font-weight: bold;
	text-align: center;
	color: #fff;
	height: 20px;
}

.elMyCartItemRow {
background-color: #eee;
height: 80px;
}

.elMyCartQtyCell {
	text-align: center;
}

.elMyCartCodeCell {
	padding-left: 5px;
}

.elMyCartSummaryCellLeft {
	text-align: right;
}

.elMyCartNameImgCell {
	vertical-align: middle;
	padding-left: 5px;
}

.elMyCartPriceCell {
	color: #cc0000;
	text-align: right;
	padding-right: 5px;
}

.elMyCartSubTotalCell {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

.elMyCartQtyTb {	
	width: 30px;	
}

.elMyCartSummaryTable {
	float: right;	
}

.elMyCartSummarySubToalRow {
		
}

.elMyCartSummaryVoucherRow {
		
}

.elMyCartSummaryDiscountRow {
		
}

.elMyCartSummaryShipRow {
		
}

.elMyCartSummaryGSTRow {
		
}

.elMyCartSummaryGTRow {
		
}	
	
.bold {
	font-weight: bold;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
