#tbl_Products{ /* overall styles for the table */
font-family:Arial;
border-collapse: collapse; /* no space between cell borders */
padding:3px;
width:645px;
}

#tbl_Products th{ /* all of the table heading cells */
/* horzontal line between headings and data */
padding: 3px;
}

#tbl_Products td{ /* all of the table details */
padding: 3px;
width:50px;
ttext-align:center;
}

.th1{ /* table heading 1st column */
font-size:9pt;
font-weight:bold;
font-weight:bold;
padding:3px;
width:2%;
font-family:Arial;
}

.th1-last{ /* table heading 1st column */
font-size:9pt;
font-weight:bold;
width:2%;
font-family:Arial;
}


.th0{ /* top left column */
width:2%;
background:white;
}

.td1{ /* middle columns */
/*border:1px solid #747170217;*/
height:50px; 
width:50px;
padding:3px;
}

.td-first{ /* last columns */
height:50px; 
width:50px;
font-weight:bold;
}

.td-last{ /* last columns */
height:50px; 
width:50px;
text-align:center;
}

img{
border:3px;
border-color:#747170;
display:inline; 
 }
