/*--content------------------------------------------------------*/	
/*--single product-----------------------------------------------*/
#product_table{border: 2px solid #F1DBA3; min-height: 452px; padding: 24px 0 15px;}

#product_table table{border: 0px; border-style: none none none none; font-size: 11px; color: #333333;}
#product_table table a{color: #333333;}

#product_table .image_row div{padding-top: 0px; text-align: center; vertical-align: middle;}

#product_table .description p{margin: 0}

#product_table .description_row .title,
#product_table .description_row .title a{color: #002252;}
#product_table .description_row .desc {margin-top: 3px;}

#product_table .price_row div{font-weight: bold; padding-top: 8px;}
#product_table .price_row select{width: 100%;}

#product_table .quantity_row{line-height: 10px}
#product_table .quantity_row .last{float: right}

#product_table .sold_out{text-align: center; color: #C8342C;}
