.noPrint, #Nav, #SiteNav, #Footer a, #TabPanelList, #InfoSheets {
	display: none;
}

.printIntro {
	width: 500px;
	float: right;
}
.printClear {
	clear: both;
}

body{
	padding:0;
	margin: 0;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

#Logo {
	float: left;
	padding: 0 1em 1em 0;
}

#Content {
	font-size: 80%;
}

h3, h4, p, li, dt, dd, td, th, cite, address {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

#Footer {
	display: none;
}

h2, h3, h4, p {
	margin: 0;/* avoid Gecko margin bug */
}

h1 {
	display: none;
}

h2 {
	font-family: 'Trebuchet MS',arial, helvetica, sans-serif;
	font-size: 2.3em;
	padding: .5em 0;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 18px 0 10px 0;
}

h4 {
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	padding: 10px 0;
}

p, li, dl, th, td {
	font-size: 1em;
}

p {
	padding: .3em 0;
	line-height: 1.5em;
}

address {
	font-style: normal;
}

dt {
	text-transform: uppercase;
}
dd, dd dt {
	padding: .2em 0;
}
dd dt {
	float: left;display: inline;/* IE6 */
	clear: left;
	width: 5em;
}



ul.simple,
ul.healthClaims {
	padding: 1em 0 1em 1.2em;
	margin: 0;
}
ul.simple li,
ul.healthClaims li {
	line-height: 1.3em;
	list-style-type: square;
	padding: .15em 0;
}
ul.first {
	padding: .3em 0 1em 1.2em;
}

div.spot {
	float: right;display: inline;/* IE6 */
	clear: right;
	width: 230px;
	margin-top: .8em;
	margin-left: 22px;
}

div.spot img {
	border: 2px solid #000;
}

div.spot ul {
	display: inline-block;/* Fix IE height on the first <li> */
}
div.spot ul.simple {
	padding: 17px 0 0 1.2em;
}

div.spot h4 {
	padding: 22px 0 0 0;
}

h3.nutritionFacts {
	padding: 6px 0 10px 0;
}



blockquote.feature {
	margin-top: 22px;
	clear:both;
}

blockquote.feature p,
blockquote.feature2 p {
	font-family: 'Georgia', 'Times New Roman', times, serif;
	font-style: italic;
	padding: 0;
}
blockquote.feature p {
	font-size: 1.3em;
	line-height: 1.4em;
}
blockquote.feature2 p {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: .03em;
}

blockquote.feature cite,
blockquote.feature2 cite {
	font-style: normal;
	font-size: .85em;
}

blockquote.feature2 img {
	float: left;display: inline;/* IE6 */
	margin-right: 22px;
}

div.references {
	padding: .25em 3em;
	border-top: 2px solid #000;
	margin-top: 22px;
}
div.references h3 {
	font-size: 1em;
	padding: 12px 0 10px 0;
}
div.references cite {
	display: block;
	font-size: .85em;
	font-style: normal;
	padding: .3em 0;
}

div.hr {
	clear: both;
	height: 22px;
	border-bottom: 2px solid #000;
}

table table{
	width: 100%;
}
table.comparison th {
	padding:.5em;
}
table.comparison td {
	padding:.5em;
}

/** Nutrition Labels **/
.tableWrapper { /* IE doesn't pad a table */
	float: left;display: inline;/* IE6 */
	color: #000;
	background: #000;
	padding: .25em .5em;
	margin-top: 10px;
	border: .05em solid #000;
}

td, th {
	font-family: tahoma,arial, helvetica, sans-serif;
}

td {
	font-size: .85em;
	line-height: 1.2em;
	padding: .3em 0;
}

.heading {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
}

.amount, .dailyValue {
	font-weight: bold;
}

.dailyValue, .dv {
	text-align: right;
}
.dv {
	padding-left:1em;
}

.pad {
	width: .6em;
}

.thinRule, .medRule, .thickRule {
	border-style: solid;
	border-color: #000;
}
.thinRule { border-width: .05em 0 0 0;}
.medRule {  border-width: .1em 0 0 0;}
.thickRule {border-width: .2em 0 0 0;}

/** Tab Panels **/
.panel {
	display: block;
}
.panelShow {
	display: block;
}

/*
#TabPanels div {
	clear: both;
}
*/

#AllPurpose, #BranMuffin, #PancakeWaffle {
	float: left;
	width: 45%;
}

#WholeWheat, #CarrotMuffin {
	float: right;
	width: 45%;
}

#Organic {
	float: left;
}
#Natural {
	float: right;
}
