.tableEcommerce {
	width: 98%;
	text-align: left;
	empty-cells: show; 
	border: 0;
	border-collapse: collapse;
}
.tableEcommerce th {
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	font-weight: bold;
}
.tableEcommerce td {
	padding: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.tableEcommerce .col2 {
	width: 80px;
	text-align: right;
}
.tableEcommerce .col3 {
	width: 80px;
	text-align: right;
}

.tableEcommerce td.tdHack {
	padding-top:20px;
}
* html .tableEcommerce td.tdHack {
	padding-top:5px;
}