﻿/* ********************************************************************************* */
#tituloCarrinho { margin: 0 0 2px 0; }
.tbCarrinho
{
    font-size: 10px;
    border: solid 1px #FFFFFF;
}

.tipoCarrinho
{
    width: 100px;
    height: 30px;
    line-height: 30px;
    
    padding: 0 20px 0 10px;
    
    background-color: #FD291D;
    
    background-image: url("/Imagens/Point/Out.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
#totalCarrinho
{
    text-align: right;
    margin-top: 10px;
    padding: 0 12px 0 0;

    border-top: solid 1px #FD291D;
}
.compraVerCarrinho
{
    float: right;
    
    width: 110px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px 0 0;
    margin: 4px 2px 0 0;
    
    text-align: right;

    background-color: #FD291D;
    background-image: url("/Imagens/Icons/Carrinho/Branco.png");
    background-position: 10px center;
    background-repeat: no-repeat;
}
/* ********************************************************************************* */
/* LISTAGEM CHECKOUT */
#divlistagemCarrinho
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.listagem .campos_cabecalho td { border-bottom: solid 1px #D9D9D9; }
.listagem .campos_cabecalho
{
    height: 15px;
    line-height: 15px;
    border-bottom: solid 1px #FFA200;
}
/* **************************************** */
.listagem .campos_listagem td { border-bottom: solid 1px #CAD3E0; }
.listagem .campos_listagem
{
    clear: both;
    
    height: 20px;
    line-height: 20px;
    border-bottom: solid 1px #CAD3E0;
    
    /*cursor: pointer;*/
}
.listagem .campos_listagem:hover
{
    background-color: #E2E2E2;
    border-bottom: solid 1px #A8B8D0;
}

.listagem .campo_geral { padding: 0 4px 0 4px; }
.listagem .campo_apagar { width: 20px; padding: 0 2px 0 2px; text-align: center; }
.listagem .campo_actualizar { width: 20px; padding: 0 2px 0 2px; text-align: center; }
.listagem .campo_preco { padding: 0 10px 0 4px; text-align: right; }
.listagem .campo_peso { padding: 0 4px 0 4px; text-align: right; }

.listagem .campo_total { padding: 0 4px 0 4px; text-align: right; width: 75px; }

.listagem .campo_quantidade { padding: 0 4px 0 4px;  width: 75px; }
.listagem .tbQuantidade
{
    width: 40px;
    height: 12px;
    
    font-size: x-small;

    text-align: right;
}

/* ********************************************************************************* */
#divCheckout
{
    padding: 20px 0 10px 0;
    text-align: right;
}
/* ********************************************************************************* */
