body {}
p  { hover: property-value }
td {}
.productContainer { width: 100% }
.productTable  { margin: 0px; padding: 0px; border: 0px }
.product:hover { background-color: #808080 }
.productLabel { padding-top: 180px; padding-left: 5px }
#productLink { color: #fff; font-weight: bold; text-decoration: none }
.tdBorder { margin: 5px; padding: 5px; border: solid 1px #fff }
.productImage { width: 300px; height: 300px }
.productImage:hover { width: 350px; height: 350px }
.hoverPic:hover { opacity:0.4; filter:alpha(opacity=40)}
#noDec { text-decoration: none }

