    #header {
        height: 90px;
    }

    #header img{
        margin-top:0px !important;
        float:left;
    }

    #menu {
        background: url('../images/menu_bg.jpg') repeat-x !important;
        height: 46px !important;
        border: 1px solid #7c6982 !important;
        /*        margin-bottom:10px !important;*/
    }
    #usuario #logado .nome{margin-top:12px !important;}
    #menu li {
        float: left !important;
    }

    #menu li:hover {
        background: #816d88 !important;
    }

    #menu li a {
        display: block !important;
        padding: 15px 30px !important;
        text-decoration: none !important;
        color: #fff !important;
        font-size: 16px !important;
        line-height: 16px !important;
    }

    #menu li a:hover {
        opacity:1 !important;
    }

    #menu li.home a {
        padding: 13px 20px !important;
        color: #fff !important;
    }

    /* Login */
    #identificacao label {
        display: block;
        color: #347dbe;
        font: bold 12px Arial;
        margin-bottom: 5px;
    }

    #cadastrese,#identificacao #login {
        float: left;
        width: 382px;
    }

    #identificacao #cadastrese {
        margin-right: 30px;
    }

    /* Login */
    #carrinho table {
        width: 100%;
        border-collapse: collapse;
    }

    #carrinho table th,#carrinho table td {
        padding: 8px 10px;
        border: 1px solid #e7e7e7;
    }

    #carrinho table th {
        background: #e7e7e7;
        font: bold 12px Arial;
        color: #777777;
        text-align: left;
        padding: 8px 10px;
        border: 1px solid #e7e7e7;
    }

    #carrinho table tr.par {
        background: #f5f5f5;
    }

    #carrinho table td.produto {
        color: #347dbe;
        font-weight: bold;
    }

    #carrinho table td.qtde {
        text-align: center;
    }

    #carrinho table a {
        float: right;
        text-decoration: none;
    }

    #carrinho table a.excluir {
        color: #f00;
        text-transform: uppercase;
        padding-left: 14px;
        background: url('../images/excluir_icon.png') no-repeat 0 2px;
    }

    #carrinho #total {
        background: #f5f5f5;
        margin-top: 10px;
        padding: 20px;
    }

    #carrinho #total #cupom {
        float: left;
    }

    #carrinho #total #cupom b {
        font-size: 16px;
    }

    #carrinho #total #valores {
        float: right;
        width: 250px;
    }

    #carrinho #total #valores td {
        border: none;
        text-align: right;
    }

    #carrinho #total #valores tr.desconto {
        color: #62b94d;
    }

    #carrinho #total #valores tr.final {
        font-size: 20px;
    }

    #carrinho #total #valores tr.final b {
        color: #347dbe;
    }

    #barra-topo {
        height: 40px;
        background: #e4e9ee;
    }

    #barra-topo .container {
        position: relative;
    }

    #barra-topo button {
        border: none;
        *width:100px;
        display: block;
        height: 40px;
        float: right;
        background: url('../images/setinha.png') no-repeat right center;
        padding: 0 30px 0 10px;
        border-right: 1px solid #fff;
        opacity: 0.8;
        margin: 0;
        z-index: 2;
        cursor: pointer;
    }

    #barra-topo button:hover,#barra-topo button.active {
        background: url('../images/setinha_over.png') no-repeat right center #208bbb;
    }

    #barra-topo button span {
        display: block;
        float: left;
        height: 40px;
        width: 30px;
    }

    #barra-topo #barra-carrinho span.icon {
         background: url('../images/icon_carrinho.png')  no-repeat scroll center center transparent;
       *height:40px;

    }

    #barra-topo #barra-carrinho:hover span.icon,#barra-topo #barra-carrinho.active span.icon    {
        background: url('../images/icon_carrinho_over.png')  no-repeat scroll center center transparent;
    }

    #barra-topo #barra-carrinho span.qtde {
        background: #208bbb;
        font-size: 11px;
        color: #fff;
        height: 12px;
        width: auto;
        min-width: 12px;
        padding: 4px;
        margin-top: 10px;
        border-radius: 15px;
        margin-right: 10px;
        line-height: 11px;
    }

    #barra-topo #barra-carrinho:hover span.qtde,#barra-topo #barra-carrinho.active span.qtde {
        background: #fff;
        color: #208bbb;
    }

    #barra-topo #barra-perfil span.icon {
        background: url('../images/icon_perfil.png') no-repeat center center;
    }

    #barra-topo #barra-perfil:hover span.icon,#barra-topo #barra-perfil.active span.icon   {
        background: url('../images/icon_perfil_over.png') no-repeat center center;
    }

    #barra-topo #pop-carrinho {
        width: 350px;
        box-shadow: 0px 0px 9px #999;
        background: #fafafa;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        border-top: 2px solid #208bbb;
    }

    #barra-topo #pop-carrinho {
        display: none;
    }

    #barra-topo #pop-carrinho table {
        width: 350px;
        line-height: 16px;
        color: #777777;
        border-spacing: 0;
    }

    #barra-topo #pop-carrinho table td {
        padding: 8px;
    }

    #barra-topo #pop-carrinho table td.descr {
        width: 200px;
        border-right: 1px solid #fff;
    }

    #barra-topo #pop-carrinho table td.descr span {
        color: #3f729f;
    }

    #barra-topo #pop-carrinho table td.unit {
        width: 20px;
        border-right: 1px solid #fff;
        text-align: center;
    }

    #barra-topo #pop-carrinho table td.valor {
        text-align: right;
    }

    #barra-topo #pop-carrinho table tr.resumo {
        background: #ececec;
        height: 40px;
    }

    #barra-topo #pop-carrinho table tr.resumo td.descr {
        vertical-align: middle;
        text-align: right;
    }

    #barra-topo #pop-carrinho table tr.resumo td.unit {
        color: #3f729f;
        font-weight: bold;
    }

    #barra-topo #pop-carrinho table tr.resumo td.valor {
        color: #3f729f;
        font-weight: bold;
    }

    #barra-topo #pop-carrinho a {
        color: #3f729f;
        text-decoration: none;
    }

    #barra-topo #pop-carrinho a {
        color: #208bbb;
        text-decoration: none;
        display: block;
        float: left;
        margin: 22px 10px 0;
    }

    #barra-topo #pop-carrinho a:hover {
        text-decoration: underline;
    }

    #barra-topo #pop-carrinho a.carrinho-comprar {
        background: #3f729f;
        color: #fff;
        padding: 10px 20px;
        margin: 10px;
        text-transform: uppercase;
        float: right;
        font-size: 14px;
    }

    #barra-topo #pop-carrinho a.carrinho-comprar:hover {
        text-decoration: none;
    }

    #barra-topo #pop-perfil {
        width: 350px;
        height:68px;
        box-shadow: 0px 0px 9px #999;
        background: #fafafa;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 1;
        border-top: 2px solid #208bbb;
        display: none;
    }

    #barra-topo #pop-perfil p {
        border-bottom: 1px solid #ccc;
        padding: 10px;
    }

    #barra-topo #pop-perfil p span {
        display: block;
        color: #3f729f;
        margin-bottom: 10px;
    }

    #barra-topo #pop-perfil a {
        color: #208bbb;
        text-decoration: none;
        display: block;
        margin: 0 0 0 10px;
    }

    #barra-topo #pop-perfil a:hover {
        text-decoration: underline;
    }

    #barra-topo #pop-perfil a.perfil-sair {
        background: #3f729f;
        color: #fff !important;
        padding: 10px 20px;
        margin: 10px;
        text-transform: uppercase;
        float: right;
        font-size: 14px;
    }

    #barra-topo #pop-perfil a.perfil-sair:hover {
        text-decoration: none;
    }

    #topo{
        width:100%;
        font-family:arial;
    }

    #barra{
        width:100%;
        background-color:#e4e9ee;
        position:relative;
        z-index:1002;
    }
    a{color:#208bbb;}

    button{
        opacity:0.70;
        filter:alpha(opacity=70)
    }

    button:hover{
        opacity:1;
        filter:alpha(opacity=100)
    }

    .font-size-11{font-size:11px;}
    .font-size-14{font-size:14px;}
    .textCenter{text-align:center;}
    .color488DC8{color:#488dc8;}
    .floatLeft{float:left;}
    .floatRight{float:right;}
    .marginLeft20{margin:0 0 0 20px;}
    .marginRight10{margin:0 10px 0 0;}
    .marginTop10{margin:10px 0 0;}
    .paddingSide20{padding:0 20px;}

    .white-bullet{
        float:left;
        width:10px;
        height:11px;
        position:absolute;
        top:8px;
        left:10px;
        background: url('../images/sprite.png') 0 -24px no-repeat;
    }

    .blue-bullet{
        float:left;
        width:10px;
        height:18px;
        background: url('../images/sprite.png') 0 -10px no-repeat;
    }

    .bg-qtd-azul{
        width:18px;
        height:19px;
        position: relative;
        text-align:center;
        font-size:11px;
        display:table;
        background: url('../images/sprite.png') -100px -5px no-repeat;
    }

    .bg-qtd-azul span{
        color:#fff;
        text-align:center;
        line-height:20px;
        font-weight:bold;
    }

    .ico-carrinho-azul{
        width:30px;
        height:23px;
        background: url('../images/sprite.png') -68px -2px no-repeat;
    }

    .seta-baixo-azul{
        width:11px;
        height:11px;
        margin:5px 0 0;
        background: url('../images/sprite.png') -9px -14px no-repeat;
    }

    .ico-usuario{
        float: right;
        height: 20px;
        width: 21px;
        position:absolute;
        right: 9px;
        top: 3px;
        background: url('../images/sprite.png') -46px -24px no-repeat;
    }

    .ico-usuario-logado{
        float: left;
        height: 24px;
        width: 21px;
        margin:8px 10px;
        background: url('../images/sprite.png') -22px 0 no-repeat;
    }

    .ico-seta-zul{
        float: left;
        height: 7px;
        width: 9px;
        margin:19px 0 0;
        background: url('../images/sprite.png') -10px -18px no-repeat;
    }

    .box-hover{
        display:none;
        width:330px;
        background-color:#fdfdfd;
        position:absolute;
        top:40px;
        text-align: left;
        right:20px;
        padding:10px 0 5px;
        border-top:2px solid #488dc8;
        border-right:1px solid #eee;
        border-left:1px solid #eee;
        border-bottom:1px solid #eee;
        font-size:12px;
        -webkit-box-shadow: 0px 4px 8px rgba(50, 50, 50, 0.45);
        -moz-box-shadow:    0px 4px 8px rgba(50, 50, 50, 0.45);
        box-shadow:         0px 4px 8px rgba(50, 50, 50, 0.45);
    }

    .box-hover .bottom{
        float:left;
        border-top:1px solid #d4e3f1;
        width:330px;
        padding:10px 0;
    }

    .menu-font{
        float: left;
        font-size: 16px;
        font-family: 'gothic720_btroman';
        color: #fff;
    }

    .box-hover .lista{
        color:#686868;
    }

    .box-hover .lista li{
        border-bottom:1px solid #dceaf5;
        padding:5px;
        float:left;
        width:320px;
    }

    .box-hover .lista .produto{
        float:left;
        width:180px !important;
        line-height:16px !important;
    }

    .box-hover .lista .qtd{
        border-left:1px solid #f0f0f0 !important;
        border-right:1px solid #f0f0f0 !important;
        float:left !important;
        text-align:center !important;
        padding:6px 14px !important;
        margin:4px 0 0 !important;
    }

    .box-hover .lista .preco{
        float:left !important;
        padding:10px 0 !important;
        text-align:right !important;
        width:100px !important;
        font-weight:bold !important;
    }

    .box-hover .lista .total{
        background-color:#ececec;
        text-align:right;
        font-size:14px;
    }

    .box-hover .lista .total .produto{
        line-height:30px !important;
        margin:0 10px 0 0;
        width:170px;
    }

    .box-hover .lista .total .qtd{
        color:#488dc8;
        font-weight:bold;
        border-left:1px solid #d4d9d0;
        border-right:1px solid #d4d9d0;
    }

    .box-hover .lista .total .preco{
        color:#488dc8;
        font-weight:bold;
    }

    .bt-azul{
        color:#fff;
        font-weight:bold;
        font-size:14px;
        padding:5px 30px;
        border:0;
        background-color:#3f729f;
        cursor:pointer;
        position:relative;
    }

    .containerMA{
        display: table;
        margin: 0 auto;
        position: relative;
        width: 980px;
        height:48px;
    }

    /* ENTRAR */
    #usuario{
        float:right;
        position: relative;
        min-width:213px;
        width:100%;
        height:40px;
    }


    #usuario #entrar .entrar{
        position: absolute;
        right: 101px;
        width: 112px;
        height: 40px;
        color:#fff;
    }
    #usuario #entrar .entrar.active, #usuario #entrar .entrar.active2{
        background-color: #488dc8;
    }
    #usuario #entrar .entrar .entrar_btn {
        height:18px;
        width: 82px;
        position: absolute;
        top: 5px;
        left: 5px;
        padding: 6px 10px;
        background-color: #488dc8;
        cursor: pointer;
    }



    #usuario #entrar .entrar #identificacao{
        right:-40px;
    }

    #usuario #entrar .entrar #identificacao .form-login{
        width:auto;
        float:left;
        margin:15px 0 0;
    }

    #usuario #entrar .entrar #identificacao .form-login .campo{
        float:left;
        width:310px;
        margin: 5px 0 0;
    }

    #usuario #entrar .entrar #identificacao .form-login .label{
        float:left;
        text-align:right;
        color:#9a9a9a;
        width:60px;
        padding: 8px 0;
        font-weight:bold;
    }

    #usuario #entrar .entrar #identificacao .form-login .text{
        border:1px solid #c7c7c7;
        padding:5px;
        width:220px;
        color:#686868;
        float:right;
    }

    #usuario #entrar .entrar #identificacao .form-login .esqueci{
        margin:5px 0 0 80px;
        float:left;
        color:#208bbb;
        font-weight:bold;
        font-size:11px;
    }

    #usuario #entrar .entrar #identificacao .bottom .novo-cadastro{
        color:#208bbb;
        font-weight:bold;
        font-size:12px;
        margin: 10px 0 0;
        float:left;
    }

    #usuario #entrar .box-hover{
        display: none;
    }

    /* CARRINHO */
    #usuario #carrinho{
        float:right;
        border-left:1px solid #fff;
        padding:9px 10px;

    }

    #usuario #carrinho.active, #usuario #carrinho.active2 {
        background-color:#488dc8;
    }

    #usuario #carrinho .box-hover{

        right:-60px;
    }

    #usuario #carrinho.active .bg-qtd-azul, #usuario #carrinho.active2 .bg-qtd-azul{
        display:block;
        background-position: -100px -24px;
    }

    #usuario #carrinho.active .bg-qtd-azul span, #usuario #carrinho.active2 .bg-qtd-azul span{
        color:#488dc8;
        text-align:center;
    }

    #usuario #carrinho.active .ico-carrinho-azul, #usuario #carrinho.active2 .ico-carrinho-azul{
        background-position:-68px -25px;
    }

    #usuario #carrinho.active .seta-baixo-azul, #usuario #carrinho.active2 .seta-baixo-azul{
        background-position:-9px -24px;
    }

    /* USU�?RIO LOGADO */
    #usuario #logado{
        float:right;
        color:#686868;
        font-size:13px;
        padding:0 10px 0 0;

    }

    #usuario #logado .nome{
        float:left;
        margin: 16px 0 0;
    }

    #usuario #logado .usuario{
        float:left;
        margin: 0 -9px 0 10px;
        width:60px;
        height: 40px;
    }

    #usuario #logado .usuario.active .box-hover, #usuario #logado .usuario.active2 .box-hover{
        display:block;
    }

    #usuario #logado .usuario.active, #usuario #logado .usuario.active2{
        background-color:#488dc8;
    }

    #usuario #logado .usuario.active .ico-usuario-logado,#usuario #logado .usuario.active2 .ico-usuario-logado{
        background-position:-22px -25px;
    }

    #usuario #logado .usuario.active .ico-seta-zul,#usuario #logado .usuario.active2 .ico-seta-zul{
        background-position:-10px -27px !important;
    }

    #logo{
        height:86px;
        width:100%;
        z-index:1;
    }

    #logo .logo{
        margin:25px 0 0 20px;
        float:left;
    }

    #navMA{
        width:100%;
        background-color:#396b98;
        display: inline-block;
        height: 48px;
        position: relative;
        z-index: 999;
        margin-bottom: -5px;
    }

    #navMA a{
        color:#fff;
    }

    #navMA li:hover{
        background-color:#2f5d8b;
	
    }

    #navMA .item{
        float:left;
        font-size:16px;
        font-family: 'gothic720_btroman';
        padding:12px 21px;
		*padding-bottom:0px !important;
        height: 24px;
		*height:35px; !important;
    }

    #navMA .item:hover .submenuMA{
        display:block;

		
    }
    #navMA .item:hover{
        *height:35px;
    }
    #navMA .item .submenuMA{
        display:none;
        width:100%;
        top: 57px;
        *top:6px !important;
        text-align:left;
        min-width: 160px;
        left:0;
        background-color:#396b98;
        z-index: 100;
    }

    #navMA .item .submenuMA .subitem{
        padding: 10px 20px 10px 40px;
        font-family:arial;
        *line-height:1.55 !important;
        font-weight: bold;
        *margin-top: -2px !important;
        font-size:12px;
        position:relative;
    }
    #navMA .item .submenuMA:hover{
       *margin-top:11px !important;
    }
    #navMA .item .submenu .subitemMA .white-bullet{
        left:20px;
    }