.p_block {
    margin-top: 20px;
    clear: both;
}

.p_image {
    display: inline-block;
    vertical-align: top;
    max-width: 25%;
    margin-right: 10px;
}

.p_body {
    display: inline-block;
    min-width: 60%;
    max-width: 72%;    
}

.p_body_nfs {
    display: inline-block;
}

.p_title {
    font-weight: bold;
    font-size: xx-large;
}

.p_desc {

}

.p_price {
    font-size: smaller;
    font-weight: bold;
    color: greenyellow;
}

.p_price_nfs {
    font-size: smaller;
    font-weight: bold;
    color: red;
}

.product {
    margin-top: 20px;
    clear: both;
}

.p_img_wrpr {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.p_bdy_wrpr {
    display: inline-block;
    vertical-align: top;
    width: 74%;
}
