﻿.ProdListTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	table-layout: fixed;
	empty-cells: show;
	background-color= #D4D0C8;
}
.ProdListTableData {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	table-layout: fixed;
	empty-cells: show;
}

