#products {  overflow: hidden;  clear: both;}#products_table { width: 100%; }#products_table img { border: 1px #333333 solid; }tr.odd td { background: #eeeeee; }li.product {  float: left;  width: 150px;  height: 140px;  border: 1px #cccccc solid;  margin: 10px;  font-size: 10px;  text-align: center;  position: relative;}li.product span.price {  position: absolute;  top: 0;  right: 0;  background: #990000;  color: #ffffff;  padding: 2px;}li.product:hover { border: 1px #333333 solid; }li.product a {  color: #333333;  text-decoration: none;}
