
@charset "utf-8";
/* CSS Document */


#product-page { font: 11px/15px Verdana, Arial, Helvetica, sans-serif; padding-left: 15px; }
#product-page table { border: 1px solid #ccc; font-size: 95%; width: 95%; }
#product-page table th { text-align: left; font-weight: bold; border-bottom: 1px solid #666; } 
#product-page table td { border-bottom: 1px solid #ccc; }
#product-page .line { border-bottom: 1px solid #ccc; height: 1px; margin: 20px 0; width: 100%; }
#product-page .charity { width: 50%; float: right; margin-left: 25px; padding-left: 25px;  border-left: 1px solid #ccc; }
#product-page h1 { font-size: 24px; font-family: Arial, Helvetica, sans-serif; }
#product-page h3 { margin: 20px 0 3px 0; }
#product-page .img-right { float: right; }
#product-page .pink { color: #FF6699; }
#product-page .red { color: #FF3333; }
#product-page p { margin: 0 0 8px 0; }

#product-page .no-border { border: 0; }
#product-page .no-border td { padding: 20px 0; border-bottom: 1px solid #ccc; }
