/* 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-hide2 {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav2 {
        display: none;
    }
}
#container-6{
	position: relative;
	width: 100%;
	margin-top: 10px;
}
/* Skin */
.tabs-nav2 {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.tabs-nav2:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav2 li {
    float: right;
    margin: 0 2px 0 0;
    min-width: 160px; /* be nice to Opera */
}
.tabs-nav2 a, .tabs-nav2 a span {
    display: block;
    padding: 0 8px;
    background: transparent url(/skin1/images/nutrition/stacks-tab-bg.png) no-repeat;
}
.tabs-nav2 a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav2 .tabs-selected2 a {
    color: #000;
}
.tabs-nav2 .tabs-selected2 a, .tabs-nav2 a:hover, .tabs-nav2 a:focus, .tabs-nav2 a:active {
    background-position: 100% -65px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav2 a, .tabs-nav2 .tabs-disabled2 a:hover, .tabs-nav2 .tabs-disabled2 a:focus, .tabs-nav2 .tabs-disabled2 a:active {
    background-position: 100% -97px;
    color: #666;
}
.tabs-nav2 a span {
    width: 64px; /* 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;
}
.tabs-nav2 a span { /* hide from IE 6 */
    width: 144px;
    height: auto;
}
.tabs-nav2 .tabs-selected2 a span {
    padding-top: 7px;
    width: 144px;
}
.tabs-nav2 .tabs-selected2 a span, .tabs-nav2 a:hover span, .tabs-na2v a:focus span, .tabs-nav2 a:active span {
    background-position: 0 0;
}
.tabs-nav2 a span, .tabs-nav2 .tabs-disabled2 a:hover span, .tabs-nav2 .tabs-disabled2 a:focus span, .tabs-nav2 .tabs-disabled2 a:active span {
    background-position: 0 -32px;
}
.tabs-nav2 .tabs-selected2 a:link, .tabs-nav2 .tabs-selected2 a:visited, .tabs-nav2 .tabs-disabled2 a:link, .tabs-nav2 .tabs-disabled2 a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav2 a:hover, .tabs-nav2 a:focus, .tabs-nav2 a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav2 .tabs-disabled2 {
    opacity: .4;
}
.tabs-container2 {
    border: 1px solid #cccccc;
    padding: 1em 0;
    background: #fff url(/skin1/images/nutrition/website-stacks-tab-bg.gif) repeat-x;
 /* declare background color for container to avoid distorted fonts in IE while fading */
    min-height: 180px;
    width: 974px;
}
.tabs-loading2 em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

