@import url("/styles.css");

#productTable {
  border:solid #DDD 1px;
  border-bottom:none;}
  
*.products, *.productImage{
  border-bottom:solid #DDD 1px;}
  
*.products {
  background:url(../images/detailBack.gif) bottom right no-repeat;}

td.products {
  width:200px;}

a.name {
  color:#4E3A1E;
  font:14px bold tahoma,arial;
  font-weight:bold;
  margin-bottom:0;
  text-decoration:none;}
  
a.name:hover {
  text-decoration:underline;}
  
*.sm {
  font-size:10px;
  color:#666;}
  
*.price {
  font-weight:bold;
  color:#A88953;}
  
*.notes {
  font-size:11px;
  color:#999;}
