/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10/Fev/2014, 12:15:49
    Author     : filipemurteira
*/

#conteudo .carrinhoDiv .linksCTopo{
    margin-bottom: 0px;
}
#conteudo .carrinhoDiv{
    margin-top: 0px;
    padding-top: 0px;
}
#conteudo .carrinhoDiv .detalhes.linhaB{
    border-bottom: 1px solid #dddddd;
}
#conteudo .carrinhoDiv .detalhes .esq{
    font-size: 13px;
    color: #535252;
}
#conteudo .carrinhoDiv .detalhes .esq,
#conteudo .carrinhoDiv .detalhes .dir{
    padding-top: 20px;
}
#conteudo .carrinhoDiv .dir{
    border-left: 1px solid #dddddd;
}
#conteudo .carrinhoDiv h1,
#conteudo .carrinhoDiv h2{
    margin: 0px;    
}
#conteudo .carrinhoDiv .dir .texto{
    padding-left: 65px;
}

@media (max-width: 768px) {
    #conteudo .carrinhoDiv .detalhes .dir{
        border-top: 1px solid #dddddd;
        margin-top: 15px;
    }
    #conteudo .carrinhoDiv .dir .texto{
        padding-left: 15px;
    }
}



/* Form */
#conteudo .carrinhoDiv .txtForm{
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 5px;
    font-size: 13px;
    color: #535252;
    margin-bottom: 15px;
    margin-top: 5px;
}
#conteudo .carrinhoDiv textarea.txtForm{
    height: auto;
    resize: none;
}
#conteudo .carrinhoDiv .btForm{
    background-color: #6f6f6f;
    border: 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    background-image: url("../img/icon_right_branca.png");
    background-repeat: no-repeat;
    background-position: center right;
    padding: 14px;
    padding-right: 44px;
}
#conteudo .carrinhoDiv .btForm:hover{
    text-decoration: none;
    /*background-color: #df0030;*/
	background-color: #ef3124;
}
/* 
table
*/
#conteudo .carrinhoDiv .table{
    margin-top: 15px;
}
#conteudo .carrinhoDiv .table td{
    color: #535252;
    height: 90px;
    vertical-align: middle;
}
#conteudo .carrinhoDiv .table th{
    font-weight: 700;
    font-size: 13px;
    color: #535252;
    border-bottom-width: 1px;
}
#conteudo .carrinhoDiv .table .img{
    padding-left: 0px;
}
#conteudo .carrinhoDiv .table .txtForm{
    width: 35px;
    text-align: center;
}