#product_table{
 width:800px;
 text-align:center;
 border-collapse:collapse;
 background:url("/images/product-table-logo.gif") 50% 50% no-repeat;
 margin: 0 auto 35px auto;
 }

#product_table th{
 padding: 12px;
 }

#product_table th a {
 display: block;
 line-height: 15px;
 text-align: center;
 color:#6A0034;
 font-size: 0.8125em;
 }

#product_table th a.red {
 color: red;
}
 
#product_table td{
 color:#6A0034;
 border-top:1px solid white;
 padding:0 12px;
 font-size: 0.75em;
 height: 30px;
 }

#product_table tbody td{
 background:url("/images/product-table-background.png");
 }

#product_table tbody tr:hover td{color:#DC006F;background:none;}
 
 
#products_foot_notes {
 width: 400px;
 margin-left: 130px;
 margin-bottom: 50px;
}

#products_foot_notes a{
 display: block;
 line-height: 20px;
} 
