
/* PROJECT */
.product {width: 180px; float: left; display: inline; margin: 9px;}
.product .photo {text-align: center;}
.product .details {text-align: center; font-weight: bold; font-size: 13px; color: #383838;}
.product .details .price {text-align: center; font-size: 20px; color: #D41517;}
.product .details .old_price {text-decoration: line-through; font-size: 16px; color: #575757; height: 20px;}

#detailed_product {padding: 15px 100px;}

#detailed_product .photo {float: left; margin: 0 2em 1em 0; width: 240px;}
#detailed_product .photo img {}

#detailed_product h1 {padding-left: 262px; font-weight: bold; font-size: 18px; color: #000;}

#detailed_product .price {color: #D41517; font-weight: bold;}
#detailed_product .old_price {}
#detailed_product .old_price .striked {text-decoration: line-through;}

#detailed_product .specs, #detailed_product .description {margin-left: 200px;}


