header {
    width: 1100px;
    height: 160px;
    margin: 0 auto;
    float: none;
    z-index: 2;
    position: relative;
    background: url(images/baraTopo.jpg) center top no-repeat;
    background: none!important;
}
#cabecalho {
    width: 1100px;
    height: 100px;
    margin: 20px auto 0;
    background: #fff;
}

/* LOGO LOJA */
#cabecalho .logoLoja {
    float:left;
    /* margin: 22px 20px 0px 27px; */
}
#cabecalho .logoLoja a {
    background: url(images/logoWorker.png) 0 -10px;
    background-repeat: no-repeat;
    float: left;
    height: 100px;
    width: 272px;
}
#cabecalho .areaRestrita {
    float: right;
    margin: 27px -7px 0px 10px;
    width: 150px;
}


.floater-menu {
    background: #fff;
    width: 100%;
    height: 100px;
    opacity: 0.93;
    position: fixed;
    z-index: 999999;
    display: none;
    top: 0px;
    border-bottom: 1px solid #ccc;
}



/* ITENS TOPO */
#cabecalho .itensTopo
{
    float: left;
    height: 38px;
    width: 100%;
}
#cabecalho .itensTopo .bordaLogo
{
    background: #000;
    float: left;
    height: 6px;
    width: 299px;
}
#cabecalho .itensTopo .sacTopo
{
    color: #141414;
    float: left;
    font-family: "museo_sans500";
    font-size: 12px;
    margin-left: 1px;
    margin-top: 7px;
    width: 200px;
}
#cabecalho .itensTopo .linkCabecalho
{
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    width: 650px;
}
#cabecalho .itensTopo .linkCabecalho span
{
    color: #CCCCCC;
    float: right;
    font-family: Arial;
    font-size: 13px;
    padding: 0px 5px;

    display: none;
}
#cabecalho .itensTopo .linkCabecalho li
{
    float: right;
    padding: 7px 10px;
}
#cabecalho .itensTopo .linkCabecalho li a
{
    color: #141414;
    font-family: "museo_sans500";
    font-size: 11px;
    text-transform: uppercase;
}
#cabecalho .itensTopo .linkCabecalho li a:hover
{
    color: #F3001E;
}
/* -------------- */
/* -------------- */
/* CONTEUDO TOPO */
#cabecalho .barraTopo
{
    float: right;
    margin-top: 34px;
    position: relative;
    width: 728px;
}   
/* BUSCA */
#cabecalho .barraTopo #busca
{
    float: left;
    position: relative;
    width: 464px;
}
/* LOGIN */
#cabecalho .barraTopo #busca #bemVindo
{
    float: left;
    width: 100%;
}
#cabecalho .barraTopo #busca #bemVindo span
{
    color: #8A8A8A;
    float: left;
    font-family: "museo_sans500";
    font-size: 15px;
    width: 100%;
}
#cabecalho .barraTopo #busca #bemVindo a
{
    color: #141414;
    font-family: "museo_sans500";
    font-size: 15px;
}
#cabecalho .barraTopo #busca #bemVindo a:hover
{
    color: #F3001E;
}
/* BUSCA */
#cabecalho .barraTopo #busca #frmBusca
{
    float: left;
    width: 100%;
}
#cabecalho .barraTopo #busca #frmBusca .campoBusca
{
    background: url(images/bgBusca.png);
    background-repeat: no-repeat;
    float: left;
    height: 60px;
    position: relative;
    z-index: 999;
    width: 464px;
}
#cabecalho .barraTopo #busca .inputBusca
{
    background: transparent;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: 1px solid #e8e8e8 !important;
    color: #141414;
    float: left;
    font-family: "museo_sans500";
    font-size: 13px;
    margin-left: 5px;
    padding: 19px 0 18px 15px;
    width: 255px;

    border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px; 
}
#cabecalho .barraTopo #busca select
{
    background: transparent !important;
    border: none !important;
    color: #141414;
    float: left;
    font-family: "museo_sans500";
    font-size: 13px;
    margin: 17px 0 0;
    padding: 1px 0 1px 10px !important;
    width: 120px;
}
#cabecalho .barraTopo #busca .botaoBuscar
{
    background: url(images/btnBusca.png);
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
    float: right;
    margin: 4px 9px 0px 0px;
    height: 43px;
    width: 43px;
}
#cabecalho .barraTopo #busca .botaoBuscar:hover
{
    background-position: 0px -43px;
}
/* TELEVENDAS */
#cabecalho .barraTopo .televendasTopo
{
    background: url(images/bgTelevendas.png);
    background-repeat: no-repeat;
    float: right;
    height: 51px;
    position: absolute;
    right: 0;
    top: 0;
    width: 298px;
}
#cabecalho .barraTopo .televendasTopo p
{
    color: #181818;
    float: right;
    font-family: "museo_sans500";
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 260px;
}
#cabecalho .barraTopo .televendasTopo p span
{
    color: #181818;
    font-family: "museo_sans500";
    font-size: 22px;
    margin-left: 5px;
    float: left;
    width: 100%;
}
/* CARRINHO TOPO */
#cabecalho .barraTopo .carrinhoTopo
{
    float: right;
    margin-right: 1px;
    position: relative;
    width: 182px;
}
#cabecalho .barraTopo .carrinhoTopo .campoCarrinho
{
    background: url(images/bgCarrinho.png);
    background-repeat: no-repeat;
    float: left;
    height: 58px;
    width: 100%;
}
#cabecalho .barraTopo .carrinhoTopo .campoCarrinho .meuCarrinho
{
    color: #515151;
    float: right;
    font-family: "museo_sans500";
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
    width: 110px;
}
#cabecalho .barraTopo .carrinhoTopo .campoCarrinho .qtdCarrinho
{
    color: #FFFFFF;
    float: right;
    font-family: "museo_sans500";
    font-size: 14px;
    margin-top: 5px;
    text-align: left;
    width: 110px;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho
{
    float: left;
    width: 100%;
    margin-top: 12px;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho a
{
    color: #141414;
    float: left;
    font-family: Arial;
    font-size: 10px;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho a:hover
{
    color: #F3001E;
}
#cabecalho .barraTopo .carrinhoTopo .menuCarrinho span
{
    color: #141414;
    float: left;
    padding: 0px 6px;
}
.floater-menu #cabecalho {
    margin-top: 0px;
}