/* CSS Document -------------------------------------------------------------*/

/* import stylesheets--------------------------------------------------------*/

@import url(form.css);

/* breadcrumbNav styles --------------------------------------------------------*/

#breadcrumbNav {
	display: none;
}

/* inlineNav styles ------------------------------------------------------------*/

.backToTop a { /* has a li style in screen.css */
	display: none;
}

.prev {
	display: none;
}

.next {
	display: none;
}

/* page structure styles ----------------------------------------------------*/

body {
	background-color: #fff;
	color: #000;
	font: 9pt Times, Courier, serif;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	background: transparent;
	color: #039;
	text-decoration: underline;
}

a.hideLink:link, a.hideLink:visited {
	display: none;
}

a.hideLinkUrl:link:after, a.hideLinkUrl:visited:after {
	display: none;
}

/* typography styles --------------------------------------------------------*/

h1#logo {
	display: none;
}

h1#logo a {
	display: none;
}

h2 {
	color: #360;
	font-size: 1.4em;
	margin: 0 0 -.2em;
}

h2.smallMargin {
	color: #360;
	font-size: 1.4em;
	margin: 0 0 -1em;
}

h2.printOnly {
	text-align: center;
}

.printOnly h2 {
	text-align: center;
}

h3 {
	color: #360;
	font-size: 1.1em;
	margin: .5em 0 0;
}

h3.goingLocal {
	color: #f60;
	width: 8.2em;
}

.infoBox h3 { /* has IE style */
	background-color: #fff;
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	margin: -0.9em 0 0 .5em;
	padding: 0 0 0 .6em;
}

#rightColumn h3 {
	display: none;
}

h4 {
	color: #360;
	font-size: 1em;
	margin: .5em 0 0;
}

h5 {
	color: #360;
	font-size: 1em;
	margin: .5em 0;
}

/* positioning styles -------------------------------------------------------*/

#header {
	display: none;
}

#contentHeader { /* has IE style */
	display: none;
}

#contentHeader img {
	display: none;
}

#contentContainer {
	background-color: #fff;
	float: none;
	font-size: 1.1em;
	line-height: 1.3;
}

#content {
	float: none;
	font-size: 1.2em;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: .8em;
}

#contentFullWidth {
	float: none;
	font-size: 1.2em;
}

#contentFullWidth a:link:after, #contentFullWidth a:visited:after {
	content: " (" attr(href) ") ";
	font-size: .8em;
}

#faqLeft {
	float: none;
}

#faqRight {
	float: none;
}

#rightColumn {
	display: none;
}

#rightColumn .last {
	display: none;
}

#footer {
	color: #999;
	font-size: 1em;
}

#footer .bottomNav {
	display: none;
}

/* layout styles ------------------------------------------------------------*/

.black {
	color: #000;
}

#browserAlert {
	display: none;
}

.coupon {
	border: 1px dashed #693;
	font-size: 1.5em;
	margin: 2em;
	padding: 2em;
	text-align: center;
}

.hide {
	display: none;
}

.green {
	color: #360;
}

.item {
	border-top: 1px dotted #693;
	clear: both;
}

.item.first {
	border-top: 0;
}

.item p {
	margin: 0;
}

.infoBox {
	border: 1px solid #f60;
	border-radius: .7em;
	-moz-border-radius: .7em;
	-webkit-border-radius: .7em;
	margin: 2em 0 1em 0;
	Padding: 0 1em 0 .6em;
}

.limitWidth {
	width: 79%;
}

.nonOrganic {
	color: #f60;
	/*font-style: italic;*/
}

.normal {
	color: #000;
	font-size: 1em;
	font-weight: normal;
}

.pageBreakAfter {
	page-break-after: always;
}

.pageBreakBefore {
	page-break-before: always;
}

p.buyNow {
	display: none;
}

p.photoTour {
	margin: 5em 1em;
}

p.photoTourThumb {
	float: none;
}

.photo {
	display: none;
}

.popup {
	cursor: pointer;
}

.red {
	color: red;
}

.roundBoxBottom {
	margin: 0 1.3em 1.7em;
	border: 1px solid #000;
}

.roundBoxBottom p {
	margin: .5em 1em;
}

.roundBoxTop h3 {
	background: transparent;
	color: #360;
	font-size: 1.1em;
	margin: 0;
	text-align: center;
}

.separator {
	clear: both;
	margin: 2em;
	text-align: center;
}

.servingPrice {
	color: #360;
	font-style: italic;
}

.small {
	font-size: .8em;
	font-weight: normal;
}

.underline {
	border-bottom: 1px solid #693;
}

.verySmall {
	font-size: .5em;
	font-weight: normal;
}

/* list styles --------------------------------------------------------------*/

dl.links {

}

dd {
	margin: 1em;
}

li .backToTop { /* main style is in inline nav in nav.css */
	margin: .5em 2em
}

.links dd {
	margin: .2em 1em 1em;
	padding: 0;
}

ol {
	margin: .5em;
}

ol li {
	margin: .5em 0;
}

ol ol {
	list-style-type: lower-alpha;
	margin: .5em .2em;
}

.green li {
	color: #360;
	font-weight: bold;
}

.green li li {
	color: #000;
	font-weight: normal;
	margin: .3em 0;
}

.shortlist li {
	margin: 1em 0;
}

.shortlist h4 {
	margin: 0 0 -.5em 0;
}

ul.links {
	list-style: none;
	padding: 0;
}

/* table styles -------------------------------------------------------------*/

.contact {
	border: 0;
}

.contact th {
	vertical-align: baseline;
	color: #693;
	text-align: left;
}

.contact td {
	vertical-align: baseline;
}

.nutrition .data {
	text-align: right;
	width: 2em;
}

table.nutrition {
	border: 1px solid #360;
	border-collapse: collapse;
	float: right;
	font-size: 0.8em;
	margin: 0 0 1em 1em;
	padding: 0;
	width: 40%;
}

.nutrition caption {
	color: #360;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.2em;
	text-align: center;
}

.nutrition tr th {
	text-align: left;
	border-bottom: 1px solid #693;
	padding-left: .3em;
}

.nutrition tr th.dailyValue {
	text-align: right;
	width: 9em;
}

.nutrition tr td {
	border-bottom: 1px solid #693;
	padding-left: .3em;
}

.nutrition td.data {
	text-align: right;
	padding-right: .5em;
	width: 2em;
}

.nutrition td.noLine {
	border: 0;
}

.nutrition td.main {
	font-weight: bold;
}

.nutrition tr.mediumLine td {
	border-bottom: 2px solid #693;
}

.nutrition tr.strongLine td {
	border-bottom: 3px solid #693;
}

.price {
	border: 0;
	margin: 0 0 0 .3em;
	padding: 0;
}

.priceList {
	border: 0;
	margin: 0;
	padding: 0;
	width: 96%;
}

.priceList caption {
	font-style: italic;
	margin: 0 0 -1em 0;
	padding: 0;
	text-align: left;
}

.priceList .last, .price .last {
	text-align: right;
	width: 3.5em;
}

.priceList th {
	padding-top: 0em;
}

.priceList .value, .price .value {
	text-align: right;
}

.priceList .wholesale, .price .wholesale {
	text-align: center;
}

/* image styles -------------------------------------------------------------*/

img {
	border: 0;
}

img.bio {
	float: left;
	margin: 0 .5em .2em 0;
}

img.icon {
	margin: 0 0 -.2em 0;
}

img.icon2 {
	margin: -.2em 0 0 0;
}

img.menuThumb {
	display: none;
	float: none;
	margin: 0;
}

img.menuPreview {
	margin: 5px;
}

img.photoTour {
	float: left;
	margin: .5em 2em;
}

img.photoTourThumb {
	display: none;
}

/* hidden styles -------------------------------------------------------------*/

.skip {
	display: none;
}
