/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */

#abas_loja {
    list-style: none;
    margin: 32px 0 0;
    width:100%;
    padding:0;
}
#abas_loja:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
#abas_loja li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 350px; /* be nice to Opera */
    width:350px;
}
#abas_loja li.first {
    margin: 0 0 0 125px;
}
#abas_loja a, #abas_loja a span {
    display: block;
    padding: 0 10px;
    text-align: center;
    background: url(../../imagens/abas/aba_novidades.png) no-repeat;
}
#abas_loja a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #5e5e42;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
    text-transform: ;
}
#abas_loja .tabs-selected a {
    color: #5e5e42; top: 0px;
    text-transform: ;
}
#abas_loja .tabs-selected a, #abas_loja a:hover, #abas_loja a:focus, #abas_loja a:active {
    background-position: 100% -33px;
    outline: 0; /* prevent dotted border in Firefox */
}
#abas_loja a, #abas_loja .tabs-disabled a:hover, #abas_loja .tabs-disabled a:focus, #abas_loja .tabs-disabled a:active {
    background-position: 100% 0px;
}
#abas_loja a span {
    width: 182px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>#abas_loja a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
#abas_loja .tabs-selected a span {
    padding-top: 7px;
}
#abas_loja .tabs-selected a span, #abas_loja a:hover span, #abas_loja a:focus span, #abas_loja a:active span {
    background-position: 0 -32px;
}
#abas_loja a span, #abas_loja .tabs-disabled a:hover span, #abas_loja .tabs-disabled a:focus span, #abas_loja .tabs-disabled a:active span {
    background-position: 0 0;
}
#abas_loja .tabs-selected a:link, #abas_loja .tabs-selected a:visited, #abas_loja .tabs-disabled a:link, #abas_loja .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
#abas_loja a:hover, #abas_loja a:focus, #abas_loja a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
	
    background:transparent url("../../imagens/abas/linha_novidades.png") no-repeat center top; /* declare background color for container to avoid distorted fonts in IE while fading */
    width:100%;
}

