

#ProductCatalog .ProductBox { border: solid 2px black; background-color: #D8BDB0 }
#ProductCatalog .ProductBox .img { width: 200px; overflow: hidden; }
#ProductCatalog .ProductBox .txt a { font-weight:bold; color: black; text-decoration: none;}
#ProductCatalog .ProductBox .txt a:hover { text-decoration: underline;}
#ProductCatalog .ProductBox .btn {}
#ProductCatalog .ProductBox .sale { height: 40px;}
#ProductCatalog .ProductBox .price { font-weight:bold;}
#ProductCatalog .ProductBox .sale a { color: gray; text-decoration: none;}
#ProductCatalog .ProductBox .sale a:hover { text-decoration: underline;}
#ProductCatalog td { text-align:center; width:200px; }
#ProductCatalog .rowpad { height:35px; }