﻿/* ********************************************************************************* */
/* ********************************************************************************* */
.detalhesArtigo 
{
    clear: both;
    
    width: 745px;
    height: 170px;
    padding: 0 0 5px 0;
}

/* ********************************************************************************* */
#compraMerchandisingImagem
{
    float: left;
    
    width: 120px;
    height: 170px;
    padding: 0 5px 0 0;
}
#compraMerchandisingImagem img
{
    width: 120px;
    height: 170px;
}

/* ********************************************************************************* */
#compraMerchandisingDetalhes
{
    float: left;
    
    width: 475px;
    height: 150px;
    
    padding: 20px 0 0 20px;
}

/* --------------------------------------------------------------------------------- */
.compraMerchandisingArtigo
{
    font-size: 1.2em;
    font-weight: bold;
    color: #FD291D;
    
    clear: both;
}
.compraMerchandisingDescricao
{
    font-size: 11px;
    margin: 0 0 20px 0;
}

/* --------------------------------------------------------------------------------- */
.compraMerchandisingLabel
{
    float: left;
    
    width: 50px;
    padding: 0 10px 0 0;

    text-align: right;
    vertical-align: bottom;
}
.compraMerchandisingValor
{
    float: left;
    width: 350px;
}

/* ********************************************************************************* */
.compraMerchandisingBotao
{
    float: right;
    
    width: 120px;
    height: 20px;
    line-height: 20px;
    
    text-align: center;
    
    background-color: #FD291D;
}
.compraMerchandisingBotao a:link { color: #FFFFFF; text-decoration: none; display: block; }
.compraMerchandisingBotao a:visited { color: #FFFFFF; text-decoration: none; display: block; }
.compraMerchandisingBotao a:hover { color: #FFFFFF; text-decoration: underline; display: block; }

/* ********************************************************************************* */
/* ********************************************************************************* */
.artigoChild
{
    clear: both;
    
    width: 745px;
}

/* --------------------------------------------------------------------------------- */
.tableArtigosChild
{
    width: 100%;
    background-color: #D9D9D9;
}

.dtArtigo
{
    padding: 0 5px 0 0;

    text-align: right;
    
    font-size: 11px;
    font-weight: bold;
    
    background-color: #FFFFFF;
}
.dtPreco
{
    padding: 0 5px 0 0;

    font-size: 11px;
    text-align: right;
    
    background-color: #FFFFFF;
}
.dtQuantidade
{
    width: 100px;
    text-align: center;

    font-size: 11px;

    background-color: #FFFFFF;
}
.dtQuantidade input[type="text"]
{
    width: 100px;
    
    border: solid 1px #FFFFFF;
    
    text-align: right;
}
/* --------------------------------------------------------------------------------- */

.dtComprar
{
    width: 120px;
    background-color: #FFFFFF;
}

/* ********************************************************************************* */
.voltar
{
    clear: both;
    padding: 10px 0 0 0;
}

/* ********************************************************************************* */
