/*
Theme Name: Rosebowl
Version: 1.0
Author: Sean Bowman
*/

#products {
width: 100%;
border: 0;


}

p.products {
    padding-bottom: 3px;
}
h2.products {
          font-size: 18px;
    color: #000000;
    padding-bottom: 0;
}

#products tr {

  vertical-align: top;
  padding-bottom: 5px;
}

#products td {
    width: 33%;
    padding: 5px;

}

#product {
/*     background-color: #0066cc;*/
width: 100%;
 border-color: #EA979B;
     border-width: 2px;
     border-style: solid;
     padding-bottom: 6px;
}

#product tr {
   
}

#product td{
    vertical-align: top;
    text-align: center;
}

td.product_image {
    height: 80px;


}

td.product_desc {
    height: 65px;
    padding-bottom: 2px;
    
}
td.product_price {
    height: 15px;
}
td.product_price h3 {
    
    vertical-align: middle;
    font-size: 1.4em;
}

td.add_to_cart {
    height: 20px;
}