/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 16. Override
 *
 *
------------------------------------ */

/* 16.1. Overrided elements
==================================== */
body{
background-image: none;
background: #a9a9a9;
}
.box {
    font-size: 19px;
    line-height: 1.6;
    font-weight: 500;
}

a.cssLogo {
    background: url("../images/logo.png") no-repeat scroll 0px 0px transparent;
    height: 84px;
    width: 254px;
    }
    
.product_meta {
   display: none;
}