/* 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 Tab*/
.tabs-nav {width: 395px; height: 35px; list-style: none; margin-bottom: 5px;}
.tabs-nav li {height: 35px; /*margin-right: 1px; */float: left;}
.tabs-nav a, .tabs-nav a span {height: 35px; display: block;}

.tabs-nav a span.infra-estrutura {width: 163px; background: url(../img/btn-infra-estrutura.gif); text-indent: -9999px; overflow: hidden;}
.tabs-nav a span.servicos {width: 105px; background: url(../img/btn-servicos.gif); text-indent: -9999px; overflow: hidden;}
.tabs-nav a span.suporte {width: 106px; background: url(../img/btn-suporte.gif); text-indent: -9999px; overflow: hidden;}

.tabs-nav a span {/* IE 6 treats width as min-width */ height: 35px; /* IE 6 treats height as min-height */ min-height: 35px;}
.tabs-nav a span { /* hide from IE 6 */ width: auto; height: auto;}
/*.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {}*/
/*.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {}*/
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ cursor: text;}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */ cursor: pointer;}
.tabs-container {/* declare background color for container to avoid distorted fonts in IE while fading */}
.tabs-loading em {padding: 0 0 0 20px; background: url(loading.gif) no-repeat 0 50%;}

/* accor */
.conteudo .accordion{}
.conteudo .accordion li h3 {cursor:pointer; width: 728px; text-indent: -9999px; overflow: hidden;}
.conteudo .accordion li>div {padding: 5px 10px; text-align: justify;}
.conteudo .accordion li ul.disc-mLeft li {list-style: url(../img/style-disc.jpg); margin: 0px 0px 10px 30px;}
.conteudo .accordion li ol{margin:0 0 0 14px}
.conteudo .accordion li ol li{border:0;margin:0;padding:0}
.conteudo .accordion .aberto{}
/* accor / end */

.email-left {width: 328px; float: left;}
.email-right {width: 328px; float: right;}
table.tbl-email {width: 328px;}
table.tbl-email td {border: 1px solid #b7bbc1; height: 40px; padding: 3px 0px 0px 3px;}
table.tbl-email td.even {background: #f3f3f3;}

/* h3 infra-estrutura */
h3.virtualizacao {height: 32px; background: url(../img/h3-virtualizacao.gif);}
h3.desktop-remoto {height: 33px; background: url(../img/h3-desktop-remoto.gif);}
h3.locacao {height: 33px; background: url(../img/h3-locacao.gif);}
h3.data-center {height: 33px; background: url(../img/h3-data-center.gif);}
h3.link-dedicado-internet {height: 33px; background: url(../img/h3-link-dedicado-internet.gif);}


/* h3 servicos */
h3.iron-port {height: 33px;background: url(../img/h3-iron-port.gif);}
h3.spla {height: 32px; background: url(../img/h3-spla.gif);}
h3.email-exchange {height: 32px; background: url(../img/h3-email-exchange.gif);}
h3.backup-dedicado {height: 32px; background: url(../img/h3-backup-dedicado.gif);}
h3.backup-offsite {height: 32px; background: url(../img/h3-backup-offsite.gif);}
h3.hospedagem-de-sites {height: 32px; background: url(../img/h3-hospedagem-de-sites.gif);}
h3.data-center {height: 32px; background: url(../img/h3-data-center.gif);}
h3.link-dedicado-internet {height: 32px; background: url(../img/h3-link-dedicado-internet.gif);}
h3.antispam {height: 33px; background: url(../img/h3-antispam.gif);}

/* h3 suporte */
h3.fake {height: 32px; background: url(../img/h3-accor-fake.gif);}
h3.remoto {height: 32px; background: url(../img/h3-remoto.gif);}
h3.campo {height: 32px; background: url(../img/h3-campo.gif);}
h3.agendado {height: 32px; background: url(../img/h3-agendado.gif);}
h3.residente {height: 32px; background: url(../img/h3-residente.gif);}
h3.gerente-de-ti {height: 32px; background: url(../img/h3-gerente-de-ti.gif);}
h3.equipe-de-service-desk {height: 32px; background: url(../img/h3-equipe-de-service-desk.gif);}


