﻿#div_carrinho
{
    width:238px;
    height:92px;
    
    float:left;
    margin:15px 0 0 15px;
    padding:3px 8px 8px 8px;
    
    background-color:#efeded;
    
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;

    /* FIREFOX */
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;

    /* OUTROS */
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    
    -moz-box-shadow: 0 0 2px 2px #9c9c9c;
    -webkit-box-shadow: 0 0 2px 2px #9c9c9c;
    box-shadow: 0 0 2px 2px #9c9c9c;
    }
    
    }

#tituloCarrinho
{
    background-image: url('/Imagens/Gradient/gradient-bg_right.png');
    background-repeat: repeat-x;
    
    padding:6px 0 6px 6px;
    
    font-family:Arial;
    font-size: 12px;
    font-weight:normal;
    color: #FFFFFF;
    font-weight:bold;
    }

#carrinhoOUT
{
    margin: 0 0 5px 0;
    
    background-color: #BDE12A;
    
    border: solid 1px #899212;
    
    border-radius: 10px; /* CSS 3 */
    -moz-border-radius: 10px; /* FIREFOX */
    -webkit-border-radius: 10px; /* OUTROS */
}
#carrinhoIN
{
    padding: 10px 20px 10px 20px;
    
    /*
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    */
    
    background-color: #BDE12A;
    
    border: solid 1px;
    border-top-color: #FFFFFF;
    border-right-color: #D6E03D;
    border-bottom-color: #D6E03D;
    border-left-color: #FFFFFF;
    
    border-radius: 9px; /* CSS 3 */
    -moz-border-radius: 9px; /* FIREFOX */
    -webkit-border-radius: 9px; /* OUTROS */
}
.tbCarrinho
{
    font-size: 10px;
    border: solid 1px #FFFFFF;
}

/* ********************************************************************************* */
/* LISTAGEM CHECKOUT */
#divlistagemCarrinho
{
    width: 630px;
    margin: 0;
    padding: 0;
    border: 0;
}

#divlistagemCarrinho .campos_cabecalho td { border-bottom: solid 1px #700d0d; }
#divlistagemCarrinho .campos_cabecalho
{
    height: 15px;
    line-height: 15px;
    border-bottom: solid 1px #700d0d;
}
/* **************************************** */
#divlistagemCarrinho .campos_listagem td { border-bottom: solid 1px #700d0d; }
#divlistagemCarrinho .campos_listagem
{
    clear: both;
    
    height: 20px;
    line-height: 20px;
    border-bottom: solid 1px #700d0d;
    
    /*cursor: pointer;*/
}
#divlistagemCarrinho .campos_listagem:hover
{
    background-color: #700d0d;
    border-bottom: solid 1px #700d0d;
    color:#FFFFFF;
}

#divlistagemCarrinho .campo_geral { width: 620px; padding: 0 4px 0 4px; }
#divlistagemCarrinho .campo_apagar { width: 20px; padding: 4px 2px 0 2px; text-align: center; }

#divlistagemCarrinho .tbQuantidade
{
    width: 40px;
    height: 12px;
    margin:0 0 0 6px;
    font-size: x-small;

    text-align: right;
}

/* ********************************************************************************* */
#divTaxa
{
}
/* ********************************************************************************* */
#divCheckout
{
    padding: 10px 0 10px 0;
    text-align: right;
    margin-right:5px;
}
/* ********************************************************************************* */
.btCarrinho   
{
    width: 20px;
    height: 20px;
    float:right;
    
    padding:1px;
    margin-left:10px;
    
    border: solid 1px #1A1200;
   
    background-color:#700d0d;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;}