/* 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 gray tabs */
.frontpage_tabs .tabs-nav { list-style: none; margin:0; padding:49px 0 0 0; width:100%; position:relative; }
.frontpage_tabs .tabs-nav:after { display: block; clear: both; content: " "; }
.frontpage_tabs .tabs-nav li { float: left; margin: 0 0 0 0; width:236px; /* be nice to Opera */ }
.frontpage_tabs .tabs-nav a, .frontpage_tabs.tabs-nav a span { padding:1px 1px 0 1px; width:236px; height:178px; display: block; }
.frontpage_tabs .tabs-nav a { position: relative; top: 0px; z-index: 2; color:#666666; text-align: left; text-decoration: none; }
.frontpage_tabs .tabs-nav a img{ position:absolute; bottom:20px; left:10px; }

.frontpage_tabs .tabs-nav .tabs-selected a { color: #FFF; }
.frontpage_tabs .tabs-nav .tabs-selected a { background:#0f0f0f; width:234px; padding:0; border-left:1px solid #1f1f1f; border-top:1px solid #1f1f1f; border-right:1px solid #1f1f1f; /* prevent dotted border in Firefox */ }
.frontpage_tabs .tabs-nav .tabs-selected a img { display:none; }
.frontpage_tabs .tabs-nav a, .frontpage_tabs .tabs-nav .tabs-disabled a:hover, .frontpage_tabs .tabs-nav .tabs-disabled a:focus, .frontpage_tabs .tabs-nav .tabs-disabled a:active { }

.frontpage_tabs .tabs-nav a span { /* IE 6 treats width as min-width */ /* IE 6 treats height as min-height */ }
.frontpage_tabs *>.tabs-nav a span { /* hide from IE 6 */ width: auto; height: auto; }
.frontpage_tabs .tabs-nav .tabs-selected a span { }
.frontpage_tabs .tabs-nav .tabs-selected a span, .frontpage_tabs .tabs-nav a:hover span, .frontpage_tabs .tabs-nav a:focus span, .frontpage_tabs .tabs-nav a:active span {  }

.frontpage_tabs .tabs-nav a span, .frontpage_tabs .tabs-nav .tabs-disabled a:hover span, .frontpage_tabs .tabs-nav .tabs-disabled a:focus span, .frontpage_tabs .tabs-nav .tabs-disabled a:active span{ }

.frontpage_tabs .tabs-nav .tabs-selected a:link, .frontpage_tabs .tabs-nav .tabs-selected a:visited, .frontpage_tabs .tabs-nav .tabs-disabled a:link, .frontpage_tabs .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */ cursor: text; }.frontpage_tabs .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */ cursor: pointer; }

.frontpage_tabs .tabs-nav .tabs-disabled {  opacity: .4; }
.frontpage_tabs .tabs-container { position:relative; background:#0f0f0f; float:left; width:686px; border:1px solid #1f1f1f; margin-top:-1px; /* declare background color for container to avoid distorted fonts in IE while fading */ }
.frontpage_tabs .tabs-loading em { padding: 0 0 0 20px; background: url(loading.gif) no-repeat 0 50%; }
/* end skin gray tabs */