@media screen{
    body{
        font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
        margin: 0px;
    }

    #link-home{
        position:absolute;
        left:0;
        top:0;
        height:107px;
        width:210px;
    }

    #container{
        width: 1002px;
        margin: 0 auto;
        min-height:768px;
        height:auto;
        display:block;
    }

    /* header */
    #header{
        position:relative;
        width: 1002px;
        height: 134px;
        background: transparent url("../img/topo.jpg") no-repeat;
    }


    #header .logado{
        background: #fff;
        position: absolute;
        top:86px;
        left:212px;
        height: 22px;
        width: 609px;
        display:block;
        opacity: 0.7;
        filter:alpha(opacity=70);
    }
    #header .logado span{
        position: absolute;
        font: bold 12px Arial;
        left: 15px;
        line-height: 22px;
    }

    #header .logado a{
        position: absolute;
        background: transparent url('../img/icon/delete.gif') no-repeat;
        font: bold 12px Arial;
        right: 15px;
        top: 2px;
        height: 16px;
        width: 16px;
        display:block;
        line-height: 22px;
    }

    /* menu */
    #header #nav{
        position:absolute;
        background: transparent url("../img/bg/menu_principal.jpg") repeat-x;
        width: 1002px;
        height: 26px;
        left: 0px;
        top: 108px;
        display:block;
    }

    #nav #nav-menu{
        position: absolute;
        left: 0;
        height: 26px;
        width: 1002px;

    }

    #nav #nav-menu a{
        color: #fff;
        font: bold 13px Arial;
        left: 145px;
        line-height: 26px;
        margin-right: 17px;
        text-decoration: none;

    }

    #nav #nav-menu a:hover{
        color: #000;
    }

    #nav #nav-menu #secoes{
        color:#000;
        margin-left:10px;
    }

    #nav #nav-menu #secoes:hover{
        color:white;
    }


    /* conteudo */
    #content {
        background-color: #fff;
        position: relative;
        width: 1002px;
    }

    #content[class] {
        min-height: 382px;
        height: auto;
    }

    #content:after {
        content: '.';
        display: block;
        clear: both;
        height: 0;
    }

    #sb-left{
        background: #fff;
        width: 150px;
        float:left;
    }

    #sb-left #mn-left{
        position:relative;
        background: transparent url("../img/bg/sub_menu.jpg") repeat-y;
        width: 150px;
    }

    #sb-left .mn-bottom{
        position:relative;
        float:left;
        background: transparent url("../img/bg/menu_bottom.jpg") no-repeat;
        width: 150px;
        height: 10px;
        display:block;
    }

    #sb-left .bn-bottom{
        position:relative;
        float:left;
        background: transparent url("../img/bg/bn_bottom.gif") no-repeat;
        margin: 10px 0 10px 0;
        width: 150px;
        height: 83px;
        display:block;
        cursor:pointer;
    }


    #sb-right{
        background: #fff;
        width: 181px;
        float:left;
    }


    #sb-right span, #nav-car-itens, #sbr-promo {
        background: #EBF8FE;
        border: solid 1px #B3E3FB;
        border-top: none;
        line-height: 18px;
        width: 179px;
        display:block;
    }

    #sbr-promo{
        background: #fff !important;
        width: 179px;
    }



    #sb-right .space{
        background: #fff !important;
        border:0px !important;
        height: 18px;
        width: 181px;
        display:block;
    }

    #sb-right .action{
        background: #B3E3FB;;
        border: solid 1px #B3E3FB;
        border-top: none;

        color: #17659b;
        font: bold 10px Verdana;

        line-height: 18px;
        height: 18px;
        width: 179px;
        display:block;
    }

    #sb-right .action a{
        color: #17659b;
        font: bold 10px Verdana;
        line-height: 18px;
        text-decoration: none;
        margin-left: 2px;
    }

    #sb-right span a{
        color: #555;
        font: normal 10px Verdana;
        line-height: 13px;
        text-decoration: none;
        margin-left: 2px;
    }

    #nav-car-itens table tr td{
        background: #fff;
        color: #555;
        padding: 2px 2px 2px 2px;
        font: normal 10px Arial;
    }

    #main{
        background: #fff;
        width:671px;
        float:left;
    }

    #sub-nav{
        position: relative;
        background: #EBF8FE;
        height: 26px;
        line-height: 26px;
        margin-left: 150px;
        border-bottom: 1px solid #B3E3FB;
        border-right: 1px solid #B3E3FB;
    }

    #sub-nav span.right, #sub-nav span.left{
        position: absolute;
        background: #EBF8FE;
        height: 26px;
        line-height: 26px;
        border-bottom: 1px solid #B3E3FB;
    }

    #sub-nav span.right{
        right: 50px;
    }

    #sub-nav span.left{
        left: 5px;
    }

    #sub-nav span.right a, #sub-nav span.left a{
        background: #EBF8FE;
        height: 26px;
        font: normal 12px Arial;
        color: #0067B3;
        text-decoration:none;
        margin-right: 10px;
        line-height: 26px;
    }

    #sub-nav span.right a:hover, #sub-nav span.left a:hover{
        color: #D93600;
    }

    #sub-nav .search{
        position:absolute;
        width: 380px;
        height: 26px;
        left: 60px;
        top: 0;
    }

    #sub-nav .search .em{
        margin-left:198px;
        color: #0067B3;
        font-size:12px;
    }

    #sub-nav .search #frmsearch{
        font: normal 12px Arial;
        color: #0067B3;
        position:absolute;
        width: 380px;
        height: 26px;
        left: 10px;
        top: 6px;

    }

    #sub-nav .search #frmsearch .input {
        background: white;
        position: absolute;
        font: normal 12px Arial;
        border: 0;
        padding:0;
        width: 135px;
        left: 44px;
        top: -2px;
        border: 1px solid #74A2C0;

    }

    #sub-nav .search #frmsearch .bt {
        background: transparent url("../img/bt_ok.jpg") no-repeat;
        position: absolute;
        display: block;
        width: 20px;
        height: 18px;
        top: -2px;
        right: 10px;
    }

    #sub-nav .search #frmsearch .select {
        background: white;
        font: normal 11px Arial;
        position: absolute;
        display: block;
        width: 130px;
        height: 18px;
        border: 1px solid #74A2C0;
        top: -2px;
        left: 215px;
    }

    #cnt-pg{
        padding: 5px 5px 5px 5px;
        font: normal 12px Arial;
        color: #555;
    }

    #cnt-pg h2{
        padding: 5px 5px 20px 0px;
        font: bold 18px Arial;
        color: #17659b;
        margin:0px;
        text-align:center;
    }

    #cnt-pg h2 span{
        font: bold 12px Arial;
        color: #a0a0a0;

    }
    #cnt-pg h3{
        padding: 5px 5px 20px 0px;
        font: bold 18px Arial;
        color: #17659b;
        margin:5px 0 0 5px;
    }
    #cnt-pg h3 span{
        font: normal 13px Arial;
        color: #a0a0a0;

    }
    #cnt-pg h4{
        padding: 5px 5px 20px 0px;
        font: bold 18px Arial;
        color: #17659b;
        margin:0px;
        text-align:center;
        border-bottom:1px solid #C0C0C0;
    }
    #cnt-pg h5{
        padding: 5px 5px -5px 0px;
        font: bold 18px Arial;
        color: #17659b;
        margin:5px 0 0 5px;
    }
    #cnt-pg .pics{
        border:0;
        margin-left:3px;
    }
    #cnt-pg .tbinst{
        border:0;
        width:640px;
    }
    #cnt-pg .tbinst .bdbt{
        border-bottom:1px dashed #C0C0C0
    }
    #cnt-pg #tb_ccomprar{
        padding: 5px 5px 5px 0px;
        font: normal 12px Arial;
        color: gray;
        margin:5px 0 0 5px;
        width:480px;
    }
    #cnt-pg #tb_ccomprar .bdbt{
        border-bottom:1px dashed #C0C0C0;
        padding:5px;
    }

    #footer{
        position:relative;
        background: #fff;
        border-top: 1px dashed #CCCCCC;
        width:1002px;

    }

    #car table tr .icon{
        width: 20px !important;
    }


    #car table tr th{
        background: #EE3439;
        color: white;
        text-align: left;
        padding: 2px 2px 2px 2px ;
    }

    #car table tr th ul ,#car form table tr th ul li{
        float:left;
        display: inline;
        margin: 0;
        padding:0;
    }
    #car table tr td{
        padding: 1px 1px 1px 1px ;
        height: 50px;
        text-align: left;

    }
    #car table tr td input {
        width: 50px;
        height: 18px;
        border: solid 1px #c0c0c0;
        margin: 0;
        padding: 0;
        padding-top: 3px;
        font: normal 11px Arial;
        text-align:center;
    }

    #car table tr td input[radio] {
        border: 0px !important;
    }

    #car table tr td a.comprar {
        background: transparent url('../img/icon/comprar.jpg') no-repeat;
        height: 20px;
        width: 20px;
        display:block;
        line-height: 50px;
    }

    #car table tr td a.excluir {
        background: transparent url('../img/icon/delete.gif') no-repeat;
        height: 20px;
        width: 20px;
        display:block;
        line-height: 50px;
    }
    #tbsecoes{
        font-weight:normal;
    }
    #tbsecoes a{
        font:normal 12px Arial;
        text-decoration:none;
        color:#000;
    }
    #tbsecoes a:hover{
        text-decoration:underline;
    }
    #tbsecoes .td{
        border:1px dashed #C0C0C0;
    }

    .w-50{
        width: 50px !important;
    }

    .w-100{
        width: 100px !important;
    }

    .w-150{
        width: 150px !important;
    }


    .w-200{
        width: 200px !important;
    }

    .w-250{
        width: 250px !important;
    }

    .w-300{
        width: 300px !important;
    }

    .w-350{
        width: 350px !important;
    }

    .w-400{
        width: 400px !important;
    }


    #browser{
        margin-top: -10px;
    }

    #browser li{
        list-style: none outside none;
        margin-left: -30px;
    }


    #browser li a.par, #browser li a.impar{
        font: normal 11px Arial;
        text-decoration: none;
    }

    #browser li a.par{
        color: #fff;
    }

    #browser li a.impar{
        color: yellow;
    }

    #browserSec li{
        list-style: none outside none;
        margin-left: -30px;
    }

    #browserSec li a.parSec, #browser li a.imparSec{
        font: bold 15px Arial;
        text-decoration: none;
    }

    #browserSec li a.parSec{
        color: navy;
    }

    #browserSec li a.imparSec{
        font: bold 15px Arial;
        color: gray;
    }

    span.paginacao a{
        color: white;
        font: bold 11px Arial;
        text-decoration: none;
        margin-right: 5px;
    }

    span.paginacao a:hover{
        color: white;
        font: bold 12px Arial;
        text-decoration: underline;
    }

    a.down{
        background: transparent url('../img/icon/dwn_1.jpg') no-repeat 0px 5px;
        width: 8px;
        height: 18px;
        display:block;
        line-height: 18px;
    }

    a.down.select{
        background: transparent url('../img/icon/dwn_2.jpg') no-repeat 0px 5px;
    }

    a.up{
        background: transparent url('../img/icon/up_1.jpg') no-repeat 0px 5px;
        width: 8px;
        height: 18px;
        display:block;
        line-height: 18px;
    }

    a.up.select{
        background: transparent url('../img/icon/up_2.jpg') no-repeat 0px 5px;
    }

    #cnt-pg .bt{
        background:#FAFAFA url(../img/bg/grid_header.jpg) repeat-x scroll 0 2px !important;
        border: 1px solid #ccc;
        color:#666666;
        cursor:pointer;
        font: normal 12px Arial;
        margin: 5px 1px !important;
        padding:3px 5px 2px;
        text-transform:none;
    }

    #cnt-pg .bt:hover{
        background:#EBF3FD url(../img/bg/grid_header_over.jpg) repeat-x scroll 0 2px !important;
        border:1px solid #B5D5DF !important;
        color:#0099CC !important;
    }

    #cnt-pg .cx{
        background: transparent url(../img/bg/field.gif) repeat-x scroll 0 -1px;
        border: solid 1px #c0c0c0;
        font: normal 12px Arial;
    }

    /*formulários */

    .frm table{
        border:0px;
    }

    .frm table tr th{
        font: bold 12px Arial;
        text-align:left;
    }

    .frm table tr td.secao{
        font: bold 15px Arial;
        color: #069;
        border-bottom: solid 2px #069;
        padding: 15px 0px 0px 0px;
        text-align:left;
    }

    .frm table tr td{
        text-align:left;
    }


    .frm input,
    .frm textarea,
    .frm select{
        background: transparent url(../img/bg/field.gif) repeat-x scroll 0 -1px;
        border: solid 1px #c0c0c0;
        font: normal 12px Arial;
        text-transform:uppercase;

    }
    .frm input:hover,
    .frm textarea:hover,
    .frm select:hover{
        border:1px solid #0099CC;
    }

    .logon{
        text-align: left;
        width: 590px;
    }
    .logon tr td.top{
        position:relative;
        padding-top: 5px;
        padding-left: 5px;
        padding-right:6px;
    }
    .logon tr td.top h1{
        color: #006699;
        font: bold 16px Tahoma;
    }
    .logon tr td.top h1 span{
       color: #777777;
       font-size: 10px;
       font-family: Arial;
    }
    .logon tr td.top p{
       color: #777777;
        font: normal 10px Arial

    }
    .logon tr td.top div{
       color: #666666;
       font: bold 11px Arial

    }
    .logon  .azul_pq td{
        background: #FFF url(../img/bg/azul_pq.jpg ) no-repeat;
    }
    .logon .azul_gd td{
        background: #FFF url(../img/bg/azul_gd.jpg ) no-repeat;
    }

    .lnkfunc{
        text-decoration:none;
        font: bold 12px Arial;
        color:#888;
    }


    #footer span{
        font-size:10px;
        font-weight:normal;
        text-align:center;
    }
    #footer span .titulos{
        color:red;
        font-size:11px;
    }
    #footer .bdrt{
        border-right:1px dashed #C0C0C0;
        padding:10px;
    }
    #footer a{
        text-decoration:none;
    }
    #footer .right{
        position:relative;
        float:left;
        left:50px;
        bottom:15px;

        text-align:left;
    }
    #footer .left{
        position:relative;
        float:right;
    }

    #footer .txt{
        font-weight:normal;
        font-size:10px;
    }

    #window-detalhes{
        position: absolute;
        left:auto;
        height: 429px;
        width:560px;
        top:150px;
        margin: 0;
        z-index:200;
        display:none;
    }
    #overlay {
        background-color:#000;
        height:1px;
        position:absolute;
        left:0;
        width:100%;
        z-index:90;
        display:none;
        opacity:0.8;
        filter:alpha(opacity=80);
    }

    #overlaycampanha {
        background-color:#000;
        height:100%;
        position:absolute;
        left:0;
        width:100%;
        z-index:1;
        display:block;
        opacity:0.6;
        filter:alpha(opacity=60);
    }
    
    #containerpz{
        position:absolute;
        background: transparent url("../img/bg/bg_janela.gif") no-repeat;
        height: 370px;
        width:794px;
        top:150px;
        left: 50px;
        z-index:250;
        display:none;
    }
    
    #pzentrega{
        
        background: transparent;
        font: bold 10px Arial;
        
    
        background:white;
    }
    
    #pzentrega .tx{
        font: bold 18px Arial;
        border:0;
        background:transparent !important;
    }
    
    #pzentrega .tits{
        font: bold 12px Arial;
        background:#00AEEF;
    }
    
    #pzentrega td{
        border:1px solid #C0C0C0;
        background:#B5E3FF;
        padding:0;
    }
    

    
    #tbpz{
        font: normal 12px Arial;
        color: gray;
        top:50px;
    }

    #fundopz{
        position:absolute;
        width: 790px;
        height: 24px;
    }

    #btpz{
        position: absolute;
        background: transparent url('../img/icon/excluir.jpg') no-repeat;
        right:10px;
        top:5px;
        width: 16px;
        height: 16px;
        display:block;       
    }
    
    #titpz{
        position: absolute;
        font:bold 15px arial;
        color:white;
        width:200px;
        left: 10px;
        top: 2px;
    }


    .bdbt{
        border-bottom:1px dashed #C0C0C0;
    }

    #rodapecontato{
        margin-top:20px;
        font:normal 12px Arial;
        color:gray;
    }
    #tblist{
        background: transparent url("../img/bg/topo.jpg") no-repeat;
        width:300px;
    }
    #lnkprintlist{
        font:bold 12px Arial;
        text-decoration:none;
        color:white;
        margin-left:20px;
    }
    #titlst{
        display:none;
    }
    #titlist{
        display:block;
    }
    #txtlist{
        display:block;
    }
    #fecharpz{
        position:relative;
        float:right;
        right:30px;
        top:5px;
        font: bold 12px verdana;
        color:white;
    }
    .menuSecoes{
        position:relative;
        float:left;
        left:230px;
        margin-top:-5px;
    }
    .menuSecoes a{
        text-decoration:none;
    }
    .rodape_prazo_taxa_entrega{
        color:gray;
        font: normal 13px verdana;
        padding:0 0 0 10px;
    }
    #popup{
        position:absolute;
        font:normal 11px Verdana;
        background:white;
        padding:0;
        border:5px solid green;
        width:780px;
        height:255px;
        display:block;
        z-index: 100;
        background: url("../img/campanha.jpg") repeat scroll 0 0 transparent;
        top: 40%;
        left: 50%;
        margin: -127px 0 0 -390px;
    }
    #popup a{
        text-decoration:none;
    }
    #popup img{
        position:absolute;
        right:-5px;
        top:-23px;
        border:0;
    }

    #proxy {
        font: normal 11px Tahoma, Verdana, Arial, serif;
        color: #999;
        text-align: center;
        background-color: #FAFAFA;
        border-top: 1px solid #EEE;

        position: relative;
        clear: both;
        width: auto;
        height: auto;

        padding: 2px 0;
        margin: 10px 0 0 0;
    }

    #proxy a {
        font: normal 11px Tahoma, Verdana, Arial, serif;
        color: #999;
        text-decoration: none;
    }

    #proxy a:hover {
        color: #000;
    }



}
@media print{
    #popup{
        display:none;
    }
    #header{
        display:none;
    }
    #sb-left{
        display:none;
    }
    #sb-right{
        display:none;
    }
    #footer{
        display:none;
    }
    #sub-nav{
        display:none;
    }
    #tblist{
        display:none;
    }
    #lnkprintlist{
        display:none;
    }
    #txtlist{
        display:none;
    }
    #titlst{
        display:block;
        margin-bottom:15px;
    }
    #titlist{
        display:none;
    }
    #tb_ccomprar{
        width:650px;
    }
    #containerpz{
        display:none;
    }
}