/* 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;
}
#container-6 h1{
	border-bottom: 1px solid #333;
	text-align: left;
	margin: 0 10px 5px;
	padding: 0 0 5px 0;
	color: #333;
}
/* Skin */

.tabs-nav2 {
	background:url("../images/nutrition/filter_header_bg.gif") no-repeat scroll 0 0 transparent;
	height:36px;
	list-style:none outside none;
	margin:0;
	padding:19px 20px 0;
}
.tabs-nav2:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.filter_by{
	color:#000000;
	float:left;
	font-size:14px;
	margin:0 10px 0 0;
	padding:3px 0 0;
}
.tabs-nav2 li {
    float: left;
    margin: 0 12px 0 0;
    
}
.tabs-nav2 a, .tabs-nav2 a span {
    display: block;
    padding: 0 8px;
    background: transparent url(/skin1/images/nutrition/filter-tab-bg.png) no-repeat;
    min-width: 40px; /* be nice to Opera */
}
.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% -97px;
    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% -65px;
    color: #000;
}
.tabs-nav2 a span {
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 3px;
    padding-right: 0;
}
.tabs-nav2 a span { /* hide from IE 6 */
    height: auto;
}
.tabs-nav2 .tabs-selected2 a span {
    padding-top: 3px;
}
.tabs-nav2 .tabs-selected2 a span, .tabs-nav2 a:hover span, .tabs-na2v a:focus span, .tabs-nav2 a:active span {
    background-position: 0 -32px;
    color: #fff;
}
.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 0;
}
.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-color: #ccc;
    border-width: 0 2px 2px 2px;
    border-style: solid;
    padding: 5px 0;
    background: #fff url(/skin1/images/nutrition/products_main_bg.gif) repeat-x 0 0;
 /* 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%;
}

