@charset "utf-8";
/* CSS Document */

* {
    margin:0px;
    /*margin-top:2px;*/
    line-height:14px;
    font-size:11px;
    vertical-align: middle;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

body{
    background-color:#FFFFFF;
}

input{
    background-color:#F5F5F5;
    color:#666666;
}

hr{
    border:1px dashed #CCCCCC;
}

img{
    border:0px;
    border-color:#FFFFFF;
}

/*moldura geral das paginas*/
#total{
    position:relative;
    padding:2px;
    width:840px;
    left:10%;
    margin-left:0px;
    background-color:#FFFFFF;
}

#tamanhh{
    position:relative;
    /* width:200px;*/
    /*left:50%;*/
    /*margin-left:-10px;/*/
    background-color:#99CC00;
}

/*botoes principais das paginas*/
#botoes{
    position:relative;
    width:800px;
    /*left:53%;
    margin-left:-150px;
*/
}

/*conteúdo principal de cada pagina*/
#conteudo{
    background-color:#FFFFFF;
}

.btsprinc{
    padding-left:10px;
    padding-right:10px;

}

.btscad{
    padding-left:10px;
    padding-right:10px;

}


.txtVnd{
  margin-left:00px;
  text-align: left;
}
.txtVnd2{
  margin-left:00px;
  text-align: left;
}


.txtnegr{
    color:#CC0000;
    font-size:10px;
    font-weight:bold;
    text-transform:uppercase;
}

.nomclient{
    text-transform:uppercase;
    margin-bottom:15px;
}

/*título com cor nas paginas*/
.titulopag{
    color:#8080FF;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    margin-bottom:15px;
}

#fotos{
    text-align: center;
}

/*lista de produto que mostra na busca*/
.item{
    vertical-align:bottom;
    margin-top:10px;
    color:#000000;
}
/*coloca a imagem da camera no produto com foto que mostra na busca*/
.item.a{
    vertical-align:bottom;
    margin-top:10px;
    color:#000000;
    padding-left:10px;
    background: url('../layout/camera.jpg') no-repeat bottom left;
}

/*linha do carrinho*/
#itemos0{
    padding-top: 10px;
}

/*mensagens de sucesso apos updates, inserts, etc*/
.msgerr{
    color:#FFFFFF;
    text-align:center;
    background-color:#990000;
    line-height:23px;
    font-size:10px;
    font-weight:bold;
    margin-bottom:15px;
}

/*mensagens de erros*/
#msgok{
    margin-top: 10px;
}

.icarrinho{
    margin-top: 10px;
    margin-left: -50px;
}


.tabhisvnd{
    border-collapse: collapse;
    margin-left: -62px;

}

.linhahistvnd{
    background: #ffc;
}

table.tabhisvnd tr td {
    border:1px solid #000000;
}

.fi109 tr td{

    width:150px;

}

.titulos td{
    border:1px solid #000000;
    background-color:#CCCCCC;
}

.titulorel{

    text-align:left;
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:5px;
}

.mv142{
    /*margin-left: -50px;*/
    width:1300px;

}

.impresso{
  margin-right: -100px;
}

.titimp{
  text-align: center;
  margin-left: -150px;

}

.campotexto{
    width: 228px;
}

.itenscarrinho{
   border: 1px solid ;

}
.itenscarrinho tr td {
    border:1px solid;

}


.consprod{
    position:relative;
    border: 1px solid ;
    border-collapse: collapse;
    margin-top: 0px;
}

.consprod tr td {
    border:1px solid;
    padding: 2px;

}