
/* Categories */

.productCategories { width:100px; background-color:Gainsboro; padding:4px; height:500px; }
.categorySelected { color:blue; background-color:white; font-weight:bold;  }

/* Products */

.productList { width: 550px }
.product { border-top:solid 1px lightblue; border-left:solid 1px lightblue;
           border-right:solid 2px #A9A9A9; border-bottom:solid 2px #A9A9A9;
           margin:5px; padding:5px }
.productDescription { width:450px }
