/* itens.css: cada um dos produtos */
#itens
{
    width: 1298px;
}

#itens h2
{
    color: #002851;
    background: transparent;
    font-size: 0.8em;
    font-weight: bold;
    border: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

#boxdesc
{
    width: 1298px;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
}

#boxdescprod
{
    width: 40px;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
}

#boxthumb {
    width: 1238px;
    float: left;
    margin: 0 0 0 30px;
    text-align: left;
    background-color: #E1E1E1;
}

#boxthumbprod
{
    width: 475px;
    float: right;
    margin: 0 0 0 0;
    text-align: right;
}

#boxthumbprod img
{
    border: 1px solid #002851;
    margin: 0px;
}

#boxthumb img {
    margin: 9px;
}