﻿#div-detalhe-conteudo
{
    width: 983px;
    display: table;
    margin: auto;
    margin-top: 20px;
}
#div-detalhe-img
{
    width: 583px;
    float: left;
}

#div-detalhe-categoria
{
    width: 470px;
    color: #6b6b6b;
    font-size: 35px;
    font-family: 'source_sans_pro_regular';
    display: table;
    float: left;
}

#div-detalhe-voltar
{
    float: right;
    margin-top: 10px;
    margin-right: 3px;
}

#div-detalhe-voltar
{
    margin-top: 8px;
    display: table;
}

#div-detalhe-dados
{
    margin-top: 50px;
    width: 400px;
    float: left;
}

#div-detalhe-titulo-prod
{
    font-family: 'source_sans_pro_regular';
    font-size: 25px;
    color: #4495cc;
}

#div-detalhe-dados-alinhada
{
    display: table;
    margin: auto;
    width: 370px;
}

#div-detalhe-desc-prod
{
    font-family: 'source_sans_pro_regular';
    font-size: 12px;
    color: #b5b5b5;
    margin-bottom: 60px;
    margin-top: 20px;
}

#div-detalhe-valor-prod
{
    color: #006fb9;
    font-size: 35px;
    font-family: 'source_sans_pro_semibold';
    margin: auto;
    display: table;
    margin-top: 8px;
    margin-bottom: 14px;
}

#div-detalhe-tags
{
    font-family: 'source_sans_pro_regular';
    font-size: 13px;
    color: #b5b5b5;
    margin-top: 70px;
}

#div-detalhe-tags li
{
    display: inline;
}

#div-detalhe-tags-titulo
{
    color: #000000;
    float: left;
    margin-right: 3px;
}

#div-detalhe-tags-conteudo
{
    float: left;
    display: block;
}

#div-detalhe-foto
{
    margin-top: 55px;
    display: table;
    width: 575px;
    height: 433px;
    background-color: White;
    border: 1px solid #d5cdcd;
}

#div-detalhe-foto img
{
    width: 575px;
    height: 433px;
}

#div-detalhe-gal
{
    width: 590px;
    display: table;
    margin-bottom: 30px;
}

#div-detalhe-gal li
{
    display: inline;
}

.div-detalhe-foto-p
{
    width: 135px;
    height: 105px;
    background-color: White;
    border: 1px solid #d5cdcd;
    float: left;
    margin: 10px 10px 0px 0px;
}

.div-detalhe-foto-p img
{
    width: 135px;
    height: 105px;
    cursor: pointer;
}

.div-quebra
{
    clear: both;
}
