﻿/* fact sheets */

#fsReadingLevels {
	padding:0px;
	/* position:absolute; */
	right:0px;
	/* font-size:10px; */
	width: auto;
}

#fsReadingLevels ul{
	padding:0px;
	margin:0px;
	height:16px;
}

#fsReadingLevels li{
	float:right;
	border-width:1px;
	border-style:solid;
	border-top:0px;
	/* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; */
	height:16px;
	padding:5px 10px;
	line-height:16px;
	position:relative;
	width:auto;
	list-style-type:none;
	background:#fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#fsReadingLevels li.selected{
	color:#FFF;
}

#fsReadingLevels li.first{
	/* margin-left:0px; */
}

#fsReadingLevels li img{
	position:absolute;
	bottom:0px;
	right:-16px;
}

#fstitle {
	/* background: White; #f8f4ee;*/
	width: 100%;
/*	The following removed 16NOV11 for help with Compatibility View in IE.
	height: 60px;
	margin-bottom: 20px; */
	position: relative;
}

#fstitleborder {
	border-bottom:5px solid rgb(130, 92, 38);
}

#fstitle H1 {
	text-transform: none;
	font-size: 32px;
	margin: 0px 0px 5px 0px;
    line-height: 1em;
}


h1.fsTitle, .fsSuperTitle {
	color: rgb(130, 92, 38);
}
h1.fsTitle {
    clear: right;
}

#fstitle .fssupertitle {
	font-size: 16px;
}

#fsReadingLevels li {
	border-color:rgb(130, 92, 38);
}

#fsReadingLevels li.selected {
	background-color:rgb(130, 92, 38);
}

#fsReadingLevels li.selected a {
	color: White;
}

#fsReadingLevels a {
	color: rgb(130, 92, 38);
    text-decoration: none !important;
}

#content h3 {
	color: #762A34;
}

.factsheet-toc {
    padding: 5px;
    float:left;
    width:250px;
    background-color: #eaeaea;
    border: 1px solid #999;
    margin: 10px 30px 10px 0;
}
    .factsheet-toc h3 {
        font-size: 13px;
        margin: 5px 0;
    }

.factsheet-toc.nowrap {
    float:inherit;
    clear: right;
    margin: auto;
    width: auto;
}

H2.glossaryterm {
	font-size: 20px;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

TABLE.glossaryterm TH {
	text-align: right;
	font-weight: bold;
    font: 80%/1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

TABLE.glossaryterm TD {
	font-size: 13px;
    font: 80%/1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
}
.center TABLE.ingredients {
    width: 100%;
    background: white;
}

.center TABLE.ingredients TH {
    font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
    background-color: #719500;
    color: #fff;
    height: 26px;
    width: 190px;
    vertical-align: middle !important;
    padding-left: 10px;    
    border-right: 1px solid #fff !important;
}
    .center TABLE.ingredients TH:last-of-type {
        border-right:none;
    }
.center TABLE.ingredients TR {
    border-bottom: none;
}
.center TABLE.ingredients TD {
    font: 1em/1.5em Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #000;
    height: 18px;
    width: 188px;
    padding:4px 4px 4px 8px;
    /* border-right: 1px solid #fff !important; */
}
    .center TABLE.ingredients TD span.title {
        font: bold 1em Trebuchet MS, Arial, Helvetica, sans-serif;
        color: #20558a;
    }
.collapsed {
    display:none;
    border-top: 1px solid #719500;
    border-bottom: 1px solid #719500 !important;  
}
.open {
    
}
.expand, .collapse {
    padding-left: 20px;
    padding-bottom: 1px;
    cursor:pointer;
}
.expand {
    background: url('/images/icon-plus.png') no-repeat;
}
.collapse {
    background: url('/images/icon-minus.png') no-repeat;
}
.collapsed {
    background-color: #fff !important;
}
.dot {
    background: url('/images/icon-dot.png') no-repeat;
    padding-left: 20px;
    padding-bottom: 1px;
}
.light {
    background-color: rgba(113, 149, 0, 0.1) !important;
}
.dark {
    background-color: rgba(113, 149, 0, 0.3) !important;
}
    .center TABLE.ingredients TD span.h {
        font: bold 1em Trebuchet MS, Arial, Helvetica, sans-serif;
        color: #719500;
    }
