/*
 * global.css
 * programmer: wes
 * date created: 3/20/08
 * 
 * colors:
 * purple/brown: #6A4542
 * orange: #c14d00
 * green: #a19b2a
 * copy color: 
 */

/**********************
 * HTML
**********************/
body {
	margin:0px;
	padding:0px;
	color: #000000;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	font-weight:normal;
}
a {
	color: #C04D00;
}
a img {
	border:0;	
}
p {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}

li {color: #666;}

form {
	margin:0;
	padding:0;
}
textarea {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;		
}
hr,.hr {
	display:block;
	height:1px;
	background:none;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	border-bottom:#cecece solid 1px;
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}

h2 {
	color: #6A4542;
	height: auto;
	margin-bottom: 8px;
	font-size: 17px;
}

h3 {
	color: #6A4542;
	height: auto;
	margin-bottom: 3px;
	margin-top: 25px;
	font-size: 14px;
}

#homeBody h1 { /*purple header*/
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#6A4542;
	height:30px;
}

#homeBody h2 { /*green header */
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#a19b2a;
	height:25px;
	margin:0 !important;
	padding:0 !important;
}

#secureID {
	float:right;
	margin-top:-65px;
	margin-bottom: 20px;
}
#scanAlert {
	float:right;
	margin-top:-45px; 
	margin-right:100px;
}

#credit-cards {
	float:right;
	margin-top:-65px; 
	margin-right:100px;
	}

.center {
	text-align: center;
}
.small {
	font-size:10px;
	}
.unbold {
	font-weight:normal;	
}

.halfColumn {
	float:left;
	width:315px;
	padding:5px 24px 5px 0;
}

.rightColImg {
	display:block;
	margin:0px 10px;
}
/**********************
  Clearing Floats
**********************/

.overflowClear{ overflow: hidden; }

.afterClear:after{
 content: ".";
 display: block; clear: both; height: 0; 
 line-height: 0; 
 font-size: 0; min-height: 0; visibility: hidden;
}

* html .overflowClear, * html .afterClear{ /* Trigger hasLayout for IE6, hey, we know, give us a break ok... */
  /* zoom: 1; */
}

/**********************
 * Commonly Used
**********************/
#wrapper {
	display:block;
	margin:0px auto;
	padding: 0px;
	width: 940px;
}

#header form {
	float: right;
	width: 650px;
}
.bold {
	font-weight:bold;
}
.hidden {
	display:none;	
}
.alignCenter {
	text-align:center;	
}
#utilNav {
	float:right;
	min-width:718px;
}

#utilNav .rightCorner {
	float:right;
}

#utilNav #utilLinks {
	float:right;
	min-width:230px;
	height:34px;
	padding:8px 0px 0 0px;
	font-size:11px;
	background:#ffffff url(../img/utils/bkgrd.gif) top left no-repeat;
}

#utilNav #utilLinks .link {
	float:left;
	margin-left:5px;
	margin-right:5px;	
	
}

#utilNav #utilLinks .link a,
#utilNav #utilLinks .link a:visited{
	font-weight:bold;
	color:#6b4544;
	text-decoration:none;	
}

#utilNav #utilLinks .link a:hover,
#utilNav #utilLinks .link a:visited:hover{
	text-decoration:underline;
}

#utilLinks .cartItems {
	font-weight:normal !important;
	color:#545454;
	margin:0 0 0 5px;
}

#utilNav #search {
	float:right;
	/*width:305px; */
	height:34px;
	background:#ffffff url(../img/utils/bkgrd.gif) top left no-repeat;
	padding:0px 0 3px 10px;
	margin:0;
}

#searchField {
	width:128px;
	height:15px !important;
}

select {
	margin-top:3px !important;
}

#logo {
	float:left;
	width:204px;
	height:30px;
	margin:20px 0 15px 15px;
}

#nav {
	float:left;
	width:940px;
	height:28px;
	background:#ffffff url(../img/nav/bkgrd.gif) top left no-repeat;
}
#nav ul {
/*	float:left; */
	list-style:none;
	margin:3px 0 0 5px;
	padding:0;
}

#nav li {
	float:left;
	padding:0;
}

#nav .recentPurchases {
	float: right;
	padding-right: 5px;
	margin-top: 1px;
}

#bottomCopy {
	display:block;
	width:940px;
	height:120px;
	background:#ffffff url(../img/bot-bkgrd.gif) top left no-repeat;
	margin-top: 15px;
clear:both;
}

	
#bottomCopy .bottomBlurb {
	float:left;
	width: 210px;
	margin:14px 0px 10px 10px;
	color: #62776B;
	padding-right: 13px;
}

#bottomCopy .firstBottomBlurb {
	margin-left: 0px;
	padding-left: 15px;
	width: 190px;
}

#bottomCopy .firstBottomBlurb p {
	margin-bottom: 5px;
}

#bottomCopy .bottomBlurb a {
	color: #62776B;
}

#bottomCopy .bottomBlurb h2 {
	font-weight: bold;
	height: 15px;
	margin-top: 0px;
	color:#6A4542;
	text-decoration : none;
	font-size:12px;
}

#bottomCopy .bottomBlurb h2 a {
	text-decoration: none;
	display: block;
	color:#a19b2a;
}

#bottomCopy .bottomBlurb h2 a:hover {
	text-decoration: underline;
	color:#a19b2a;
}

#bottomCopy .bottomBlurb p {
	font-size: 11px;
}

#bottomCopy .bottomBlurb img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

a.moreLink, a.moreLink:visited {
	text-decoration:underline;
	color: #c14d00;
	font-weight:bold;
	padding:0 0 5px 19px;
	background:#ffffff url(../img/icn_morelink_bkgrd.gif) top left no-repeat;
}

a.moreLink:hover, a.moreLink:visited:hover {
	text-decoration:none;
}
a.moreLinkTan, a.moreLinkTan {
	text-decoration:underline;
	color: #c14d00;
	font-weight:bold;
	padding:0 0 5px 19px;
	background:#f5f5eb url(../img/icn_morelink_bkgrd.gif) top left no-repeat;
}

a.moreLinkTan, a.moreLinkTan {
	text-decoration:none;
}
a.moreLinkDarkerTan, a.moreLinkDarkerTan {
	text-decoration:underline;
	color: #c14d00;
	font-weight:bold;
	padding:0 0 5px 19px;
	background:#EDEAD7 url(../img/icn_morelink_bkgrd.gif) top left no-repeat;
}

a.moreLinkDarkerTan, a.moreLinkDarkerTan {
	text-decoration:none;
}

/**********************
 * Homepage
**********************/
#homeBody #products {
	float:left;
	width:940px;
	background:#f6f5eb url(../img/home/orod_bkgrd.gif) top left no-repeat;
	margin:10px 0;
	/*min-height:312px;*/
}

#homeBody #products #featuredProduct {
	float:left;
	width:460px;
	margin:0;
	padding:0;
}

#homeBody #products #productList {
	float:left;
	width:440px;
	margin:15px 0 0 15px;
	padding:0 15px 0 0;
}
#homeBody #products #productList h1 {
	margin:0;
}
#homeBody #productList .popularProduct {
	float:left;
	width:212px;
	min-height:60px;
	margin:5px 7px 5px 0;
	padding:0;
}

.popularProduct {
	overflow: hidden;
}
.popularProduct a {
	text-decoration:none;
}
.popularProduct a:hover {
	text-decoration:underline;	
}
.popularProduct img.prod50 {
	border:#d1d3c8 solid 5px;
}
.popularProduct .productName {
	padding-left:5px;
	overflow:hidden;		
}
.popularProduct.hover {
	background: #fdfcee !important;
}

.popularProduct.hover img.prod50 {
	border:#ffffff solid 5px;
}
.popularProduct img.prod50 {
	float:left;
	width:50px;
	height:50px;
	margin:0 0px 0 0;
}

.popularProduct a, .popularProduct a:visited {
	/*
	color: #c14d00;
	*/
	font-weight:bold;
	padding:0 0px 0 0;
}

.popularProduct a:hover, .popularProduct a:visited:hover {
	text-decoration:underline;
}
.popularProduct .priceWrapper {
	float:right;
	width:150px;
}
.popularProduct .price {
	float:left;
	width:93px;
	height:15px;
	margin-left:5px;
	padding:9px 0 0 0;
	font-size:12px;
	color:#666;
	
}

.popularProduct img.cart {
	float:left;
	border:0;
	margin:4px 0 0 0;
}
.popularProduct img.checkmark {
	float:left;
	border:0;
	/*padding-left:6px;*/
	margin:4px 0 0 0;
}

#homeBody #recipes {
	float:left;
	width:460px;
	min-height:312px;
}

.tabContent {
	clear: both;
	background:#edead7;
	display:block;
	min-height:270px;
	padding-bottom: 10px;
	overflow: hidden;
}
.tabContent a{
	text-decoration:none;
}
.tabContent a:hover {
	text-decoration:underline;	
}
.tabs #popularButton {
	margin-left:0px;
}
.recipeItem {
	clear: left;
	padding: 10px 10px 0px 10px;
}
.recipeItem .recipeItemImage {
	float: left;
	border: 5px solid #FFF;
	margin-right: 20px;
	width:201px;
	height:115px;
}

.recipeItem .recipeItemName {
	color: #C14D00;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

.recipeItem .recipeItemName:hover {
	text-decoration: none;
}

.recipeItem dl {
	color: #676664;
	float: left;
	width: 205px;
	line-height: 17px;
}

.recipeItem dl dt {
	width: 105px;
	padding-right: 12px;
	float: left;
}

.recipeItem dl dd {
	margin-left: 115px;
}

#homeBody #recipes .moreLink {
	float:right;
	margin:11px 10px 0 0;
	padding-bottom: 0px;
}

#homeBody .infoBlurb {
	float:left;
	width:220px;
	min-height:312px;
	margin:0 0 0 20px;
}

#homeBody .infoBlurb h2 {
	height: 29px;
	padding-top: 8px;
}

#homeBody .infoBlurb ul {list-style: none; margin: 10px 0 0 0; padding: 0;}

#homeBody .infoBlurb ul li {float: left; margin: 0 0 8px 0; padding: 0 0 0 17px; background: url(../img/icn_morelink_bkgrd.gif) top left no-repeat;}

#homeBody .infoBlurb ul li a {text-decoration: none;}

#homeBody .infoBlurb ul li a:hover {text-decoration: underline;}

#guarantee-symbol {float: right; width: 100px; height: 85px; margin: 0 0 0 -10px; background: url(../img/guaranteed-symbol.png) top center no-repeat;}

#title-review {float: left; width: 355px; padding: 15px 0 0 0;}

/**********************
 * CMS Styles
**********************/
input[type="text"],input[type="file"],input[type="password"],textarea,select {
	font-size:11px;
	border:#d0d2c7 solid 1px;
	margin:3px 10px 3px 0;
	padding: 2px 5px;
	color:#545454;
}

input[type="submit"] {
	font-size:11px;
	border:#999999 solid 1px;
	margin:3px 0 3px 0px;
	padding: 2px 5px;
}

div#loginForm input {
	display:block;
	width:350px;
	clear:both;
}
div#loginForm input.submit {
	width:70px;
	height:29px;	
}
#loginForm hr {
	width:477px;
	margin-top:22px;
	
}
#langNav {
	float:right;
	font-size:11px;
	margin-top:5px;
}
#cmsLogo {
	float:left;
	width:423px;
	height:30px;
	margin:15px 0 15px 15px;
}
#login {
	clear:both;
	display:block;
	margin:56px 0 0 80px;
	
}
#loginHeader {
	padding-left:13px;
	margin-bottom:25px;
}
#loginForm {
	color:#666666;
	width:502px;
	height:238px;
	background:#ffffff url(../img/cms/cms_login_form_bg.gif) top left no-repeat;
	padding:20px 10px 30px 13px;
	
}

#login .loginLabel {
	width:350px;
	margin-bottom:5px;	
}

#login .loginInput {
	width:350px;
	margin-bottom:14px;	
}
#login .submit {
	margin:20px 0 0 0;	
}
#login #forgotUsername {
	margin:18px 0 0 0;
}
.breadcrumb {
	padding:6px 0 0 14px;
	font-size:14px;
	font-weight:bold;
	color:#6b4544;
	
}
#htmlHelp {
	width:400px;
	background-color:#f5f5eb;
	padding:10px;
	color:#676566;
	font-size:11px;
	margin:10px;
}
#htmlHelp  {
	margin:10px;
	}
#cmsNav {
	padding:0 0 0 14px;
	list-style:none;
	color:#c24e03;
	font-size:13px;
}

#cmsNav a {
	color:#c24e03;
	text-decoration: underline;
}

#cmsNav a.active {
	color:#6b4544;
	text-decoration: underline;
}

#cmsNav li.cmsNavParent {
	padding-left:18px;
	background-image:url(../img/cms/cms_nav_list_img.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	font-weight:bold;
	margin:3px 0 5px 0;
}

#cmsNav a:hover, a.active :hover{
	text-decoration:none;	
}

#cmsNav li.cmsNavChild {
	padding:0 0 4px 30px ;
}

#content {
	background-color:red;
	margin:30px 0 0 0;
}

#col1 {
	float:left;
	width:190px;
	
}

#col2 {
	float:left;
	width:490px;
	background-color:white;
}

#col3 {
	background-color:#fff;
	float:left;
	width:190px;
}
#fullColumn {
	float:left;
	width:680px;
	background-color:#ffffff;
}
#fullColumn>h1 {
	margin-left:10px;
	}
#footer {
	float:left;
	padding-left:2px;
	background:#ffffff url(../img/cms/footer_bg.gif) top left no-repeat;

	width:942px;
	height:96px;
	margin:10px 0;
}

#footerText {
	padding:8px 0 12px 30px;
}

#footerText .active {
	color: #6A4542;
}

#footerNav {
	font-size:12px !important;
	list-style:none;
	color:#c24e03;
	text-transform:uppercase;
}

#footerSubNav {
	font-size:11px !important;
	list-style:none;
	color:#c24e03;
}

#footerNav li,
#footerSubNav li {
	display:inline;
	list-style:none;
	margin-right:16px;	
}

#footerNav li {
	font-weight:bold;
}

#footerNav a, #footerNav:visited,
#footerSubNav a, #footerSubNav:visited {
	color:#c24e03;
	text-decoration:none;
}

#footerNav a:hover, #footerNav:visited:hover,
#footerSubNav a:hover, #footerSubNav:visited:hover {
	text-decoration:underline;
}

#footerNav a.active {
	color:#6b4544;	
}
#footer #copyright {
	font-size:11px !important;
	font-weight:normal !important;
	margin:0 0 0 40px;
	color:#999999;
}
#footer #disclaimer {
	font-size:9px !important;
	font-weight:normal !important;
	margin:0 0 0 40px;
	color:#BBB;
}
.moderateComments td {
	padding:5px;
}
.cmsMain {
	background-color:#f5f5eb;
	padding:10px;
	color:#676566;
	font-size:11px;
}
.cmsMain h1 {
	margin:0;
	padding:0;	
}
.cmsMain label {
	color:#676566;
	font-weight:bold;
	font-size:11px;
	display:block;
}
.cmsMain label>input[type="text"], .cmsMain label>input[type="file"], .cmsMain label>textarea, .cmsMain label>select {
	display:block;
	border:1px solid #d0d2c7;
	margin-bottom:15px;
}
#quickStats {
	background-color:#f5f5eb;
	padding:10px;
	color:#676566;
	font-size:12px;
	margin:10px;
	line-height:20px;
}
.quickStatYear {
	padding-left:10px;
}
#productForm .quantity, #productForm .price, #productForm .newQuantity, #productForm .inventory, #productForm .weight{
	float:left;
}
#codes td {
	padding:5px;	
}
.soldOut {
	color:red;
}
.newQuantity {
	margin-top:16px;
}
#productForm {
		font-weight:bold;
	
}
#productForm hr {
	margin:8px 0 8px 0;
}

#productForm #nutrition .nutritionRow label {
	font-weight:normal;
	float:left;
	margin-right:30px;
	width:120px;
}
#productForm #nutrition .nutritionRow input {
	width:50px
}
#addProductBtn {
	padding:20px 0 0 15px;
}
#recipeDirections label,#recipeDirections input {
	
	display:inline;
	margin-bottom:0;
}
.customerOrder {
	border-bottom:1px solid #999;
	line-height:16px;	
}
#viewOrder .pushRight{
	padding-left:7px;
}
#viewOrder input[type="submit"] {
	margin:0 20px 0 0px;
}
.quantityInput {
	width:50px;
}
.ingredientDiv { 
	margin-bottom:10px;	
}
.ingredientInput{
		
	width:350px
}
.ingredientProduct {
	width:362px;
}
.tabs {
  float: left;
}

.tabs .tab {
  float: left;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  color: #c24e01;
}

.tabs .tab .tab_inner {
  float: left;
  padding: 10px 10px 8px;
}

.tabs .tab.active {
  color: #684a40;
  background: #EDEBD7 url(../img/active_tab_left.gif) no-repeat left top;
}

.tabs .tab.active .tab_inner {
  background: url(../img/active_tab_right.gif) no-repeat right top;
}

#newsletter_form .text_input {
	height: 17px;
	width: 123px;
	border-color: #ccc;
	margin-right: 6px;
}

#newsletter_form .image_input {
	position: relative;
	top: -2px;
	
}

#breadcrumbs {
	clear: left;
	font-size: 11px;
	font-weight: bold;
	color: #C04D00;
	margin: 0px 0 5px 15px;
	padding-top: 10px;
}

#breadcrumbs a {
	color: #C04D00;
	text-decoration: none;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs span {
	color: #6A4542;
}

.leftContent {
	width: 700px;
	padding-right: 10px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 0;
}

.faq {padding: 0 20px 0 0;}

.faq strong {color: #c14d00;}

.rightSidebar {
	/* original width val was 225 adjusted for safari */
	width: 227px;
	float: right;
	overflow: hidden;
	margin: 10px 0 20px 0;
}

.leftContent p,
.rightSidebar p {
	margin: 0px 0px 10px;
	line-height: 17px;
}

.leftContent ul {
	list-style: square;
	color: #666666;
	font-size:12px;
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 0px 13px;
}

.rightSidebar p {
	font-size: 11px;
}

.rightSidebar .tabContent {
	padding: 5px 10px;
	min-height: 0px;
}

.rightSidebar .tabContent .popularProduct {
	margin-top: 15px;
	margin-bottom: 15px;
}

.rightSidebar .tabContent .popularProduct.hover {
	background: #fff !important;
}

.flaxseedTypesRow {
	clear: left;
}

.flaxseedType {
	width: 210px;
	padding: 10px;
	float: left;
	margin: 5px 3px 5px 0px;
}

.flaxseedType.hover {
	background: #edead7 !important;
}

.flaxseedType h2 {
	margin-top: 0px;
	font-size: 15px;
}

.flaxseedType a {
	color: #C04D00;
	text-decoration: none;
}

.flaxseedType a:hover {
	text-decoration: underline;
}

.flaxseedType a img {
	border: 5px solid #eeebd8;
}

.flaxseedType a:hover img {
	border: 5px solid #fff;
}

.flaxseedType ul {
	list-style: square;
	color: #d0d2c7;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 13px;
}

.flaxseedType ul li {
	line-height: 15px;
	padding: 0 0 5px 0;
}


.recipeItemRow .recipeItem {
	width: 210px;
	padding: 10px;
	float: left;
	margin: 5px 3px 5px 0px;
	clear: none;
}

.recipeItemRow .recipeItem h2 {
	margin-top: 0px;
	font-size: 15px;
}

.recipeItemRow .recipeItem a {
	color: #C04D00;
	text-decoration: none;
}

.recipeItemRow .recipeItem a:hover {
	text-decoration: underline;
}

.recipeItemRow .recipeItem img {
	border: 5px solid #FFF;
}

.recipeItemRow .recipeItem.hover {
	background: #6b4542 !important;
}

.recipeItemRow .recipeItem.hover p,
.recipeItemRow .recipeItem.hover h2 a {
	color: #FFF !important;
}

.recipeItemRow .recipeItem p {
	margin-bottom: 0px;
}

.recipeItemRow {
	clear: left;
}

.recipesSimpleList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.recipesSimpleList li {
	overflow: hidden;
	/* zoom: 1; */
	line-height: 16px;
	margin: 10px 0px;
	color: #666666;
}

.recipesSimpleList li a {
	display: block;
	color: #C04D00;
	font-size: 13px;
}

.recipesSimpleList li span {
	display: block;
}

.recipesSimpleList li span.stars {
	position: relative;
	top: 3px;
}

#customerServiceBody .content {
	margin: 15px 15px 20px;
}

#customerServiceBody a {
	color: #C04D00;
}

#customerServiceBody .rightSidebar {
	padding-top: 18px;
}

#customerServiceForm {
	background: #f5f5eb;
	padding: 10px 15px;
	color: #666666;
	/* zoom: 1; */
	overflow: hidden;
}

#customerServiceForm h3 {
	margin-top: 0px;
	margin-bottom: 15px;
}

#customerServiceForm label {
	display: block;
}

#customerServiceForm .leftFormColumn,
#customerServiceForm .rightFormColumn {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

#customerServiceForm .formField {
	padding: 0px 0px 15px;
}

#customerServiceForm .inputText {
	width: 300px;
}

#customerServiceForm textarea {
	width: 320px;
	height: 130px;
}

.formButtons {
	clear: both;
	border-top: 1px solid #d1d1c7;
	padding-top: 15px;
}

#searchResultsBody .leftContent .popularProduct {
	width: 312px;
	min-height:80px;
	padding-right: 5px;
	float: left;
	
	margin: 10px 10px 10px 10px;
}
#searchResultsBody .leftContent .popularProduct .productName {
	padding-left:5px;
	overflow:hidden;		
}
.moreOptions {
	background: url(../img/utils/more_pricing_options.gif) no-repeat 0px 0;
	color:#6f6f6f;
	
	font-size:9px;
	clear: both;
	margin: 5px 0 20px 0px;
	padding:5px 0 0px 24px;
}
.moreOptions a {
	color:#6f6f6f;
	text-decoration:none;
}
.moreOptions a:hover {
	color:#6f6f6f;
	
	text-decoration:underline;
}
.popularProduct .small {
	font-size:10px;
}

#searchResultsBody .leftContent .recipe {
	width:200px;
	height:70px;
	margin:5px;
	padding:5px !important;
	line-height:18px;
}
#searchResultsBody .leftContent .recipe a{
	font-size:12px;
}
#searchResultsBody .searchResultsGroup {
	padding: 10px 0px 20px 0px;
	clear: left;
	/* zoom: 1; */
	overflow: hidden;
}

#searchResultsBody h3.searchResultsGroupTitle {
	background: #edead7;
	margin: 0px 0px 5px;
	padding: 5px 10px;
}

#searchResultsBody .leftContent .popularProduct.hover {
	background: #edead7 !important;
}

#searchResultsBody .leftContent .popularProduct.hover img.prod50 {
	border: 5px solid #edead7 !important;
}

#searchResultsBody h2 {
	margin-left: 15px;
}
#noSearchResults {
	margin:30px 0 0 15px;
}
#noSearchResults ul {
	color:#000;	
}
.content #searchInOther {
	margin-left:15px;	
}
.flaxRecipeDetailed {
	background: #f5f5eb !important;
	margin-top: 10px;
	color: #666666;
	margin-bottom: 15px;
}

.tempCurves {
	float:left;
	background: #f5f5eb;
	margin: 5px 0px 0 0;
	padding: 0px 10px;
	clear:both;
width:680px;
overflow:hidden;
}

.fullWidth {
	float:left;

	margin: 5px 0px;
	padding: 0px 10px;
	clear:both;
width:700px;
}

.flaxRecipeDetailed a {
	color: #C04D00;
	text-decoration: none;
}

.flaxRecipeDetailed a:hover {
	text-decoration: underline;
}

.flaxRecipeDetailed h2 {
	margin: 0px 0px 5px;
}

.flaxRecipeDetailed .rating,
.flaxRecipeDetailed .reviews,
.flaxRecipeDetailed .author {
	margin-right: 20px;
}

.flaxRecipeDetailed .rating img {
	position: relative;
	top: 2px;
}

.flaxRecipeDetailed .content {
	padding: 10px 10px 15px;
}

.flaxRecipeDetailed dl {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 19px;
	border-top: 1px solid #ddddd3;
}

.flaxRecipeDetailed dl dt {
	width: 150px;
	float: left;
	font-weight: bold;
}

.flaxRecipeDetailed dl dd {
	border-bottom: 1px solid #ddddd3;
	margin: 0px;
}

.flaxRecipeDetailed h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 7px 10px;
	background: #7e7892 url(../img/utils/recipe_subheading.gif) repeat-x left top;
	border-bottom: 5px solid #ddddd3;
}

.flaxRecipeDetailed h3 a {
}
.flaxRecipeDetailed .content ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: square;
	color: #999;
	line-height: 19px;
}

.flaxRecipeDetailed .content ul li {
	color: #666666;
	font-weight: bold;
}

.flaxRecipeDetailed .content ol {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 15px;
	color: #666;
	font-size: 12px;
	line-height: 19px;
}

.flaxRecipeDetailed .content ol li {
	padding: 5px 0px 5px;
}

.flaxRecipeDetailed .flaxRecipeDetailedImage {
	float: left;
	border: 5px solid #FFF;
	margin: 20px;
	width:201px;
	height:115px;
}

.flaxRecipeSection {
	background: #b7ae5f;
	overflow: hidden;
	/* zoom: 1; */
	padding: 4px 4px 3px 10px;
	height: 19px;
}
.flaxRecipeTxt {
	margin-top: 8px;
	line-height:14px;	
}
.flaxRecipeSection h3 {
	float: left;
	margin: 2px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.flaxRecipeSection .pagination {
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.flaxRecipeSection .pagination a {

	color: #FFF;
	margin-right: 3px;
	height: 18px;
	text-decoration: none;
	display: block;
	float: left;
	cursor: pointer;
}

.flaxRecipeSection .pagination a span {
	padding: 2px 6px;
	height: 14px;
	display: block;
	float: left;
}

.flaxRecipeSection .pagination a:hover,
.flaxRecipeSection .pagination a.active {
	background: #a29a2b url(../img/utils/pagination_left.gif) no-repeat;
}

.flaxRecipeSection .pagination a:hover span,
.flaxRecipeSection .pagination a.active span {
	background: url(../img/utils/pagination_right.gif) no-repeat right top;
}

.flaxRecipeSection .buttons {
	float: right;
}

.customerReview {
	color: #666;
	font-size: 12px;
	margin: 20px 10px 25px;
}

.customerReview .details {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.customerReview .details a {
	font-size: 12px;
	color: #6A4542;
	margin: 0px 6px;
}

.customerReview .details b {
	font-size: 12px;
	color: #6A4542;
	margin: 0px 6px;
}

.customerReview .details .stars {
	position: relative;
	top: 2px;
}

.customerReview .author {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	margin: 2px 0px 10px;
}

.customerReview .author a {
	color: #999;
}

.customerComment {
	color: #666;
	font-size: 12px;
	margin: 0px 0px 0px;
	padding: 15px 15px;
}

.customerComment.odd {
	background: #f5f5eb;
}

.customerComment .details {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 3px;
}

.customerComment .details em {
	font-weight: normal;
}

.customerComment .details a {
	font-size: 12px;
	color: #c14d00;
	margin: 0px 6px;
	text-decoration: none;
}

.customerComment .details a:hover {
	color: #6A4542;
}

.customerComment .details b {
	font-size: 12px;
	color: #6A4542;
	margin: 0px 6px;
}

.customerComment .details .stars {
	position: relative;
	top: 2px;
}

.customerComment .content {
	line-height: 17px;
}

.customerComment .author {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	margin: 2px 0px 10px;
}

.customerComment .author a {
	color: #999;
}

.simpleRecipe {
	color: #666;
	font-size: 12px;
	margin: 0px 0px 0px;
	padding: 15px 15px;
	line-height: 170%;
}

.simpleRecipe.odd {
	background: #f5f5eb;
}

.simpleRecipe .title {
	text-decoration: none;
	font-weight: bold;
}

.simpleRecipe .rating {
	font-size: 11px;
}

.simpleRecipe .stars {
	position: relative;
	top: 2px;
	margin: 0px 5px;
}

.simpleRecipe .reviews {
	font-size: 11px;
}

.simpleRecipe .title:hover {
	color: #6A4542;
}

ul.ratingRadioBtns {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 0 0px;
	padding:0;
	list-style:none;
}

ul.ratingRadioBtns li {
	float:left;
	list-style:none;
	width:30px;
	background:url(../img/utils/star_off.gif) no-repeat right center;
}

.straightfromthechef {
	background: #edead7;
	margin-top: 20px;
	padding: 10px;
	/* zoom: 1; */
	overflow: hidden;
	width: 205px;
}

.straightfromthechef h3 {
	margin: 0px 0px 10px;
	font-size: 15px;
}

.straightfromthechef .recipeItem {
	padding: 0px;
}

.straightfromthechef .recipeItem img {
	margin-bottom: 10px;
}

.straightfromthechef .recipeItem a {
	font-size: 13px;
}

.rightSidebar .bigbutton {
	margin-bottom: 15px !important;
	display: block;
	position: relative;
	left: -3px;
}

.categorySelect {
	background: #edead7 url(../img/utils/category_select_top.gif) repeat-x left top;
	padding: 10px;
	margin-bottom: 15px;
}

.categorySelect p {
	margin: 0px 0px 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

.categorySelect select {
	width: 175px;
	margin-right: 5px;
}

.categorySelect input {
	position: relative;
	top: -2px;
}

.productInfo {
	/* zoom: 1; */
	overflow: hidden;
}

.productInfoLeft {
	width: 220px;
	overflow: hidden;
	float: left;
}

.productInfoLeft img {
	border: 5px solid #FFF;
}

.productInfoLeft .productInfoThumbs {
	margin-top: 10px;
}

.productInfoLeft .productInfoThumbs img {
	border: 5px solid #d0d2c7;
	cursor: pointer
}

.productInfoLeft .productInfoThumbs img.hover {
	border: 5px solid #FFF;
}

.productInfoLeft .productInfoThumbs img.middleThumb {
	margin: 0px 16px;
}

.productInfoRight {
	width: 450px;
	float: left;
	margin-left: 10px;
}

.productInfoRight h2 {width: 350px;}

.productInfoRight p {
	margin: 10px 0px;
}

.amountForm .submitButton {
	margin-top: 15px;
}

.amountForm label {
	display: block;
	font-weight: bold;
	color: #C04D00;
}

.amountForm label input {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.productDetails {
	/* zoom: 1; */
	overflow: hidden;
}

.productDetailsColumn {
	width: 233px;
	float: left;
}

.productDetailsColumn .content {
	padding: 10px 10px 0px 10px;
}

.productDetailsColumn .progressbar {
	display: block;
	width: 100px;
	background: #aaad9a;
	height: 16px;
	position: relative;
}

.productDetailsColumn .progressbar .gauge {
	display: block;
	height: 16px;
	background: #00689b;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 18;
}

.productDetailsColumn .progressbar .title {
	position: absolute;
	left: 7px;
	top: 1px;
	z-index: 18;
	color: #FFF !important;
	font-weight: bold;
}

.productDetailsColumn .progressbar .cover {
	background: url(../img/utils/progresbar_cover.gif);
	width: 100%;
	display: block;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
}

.productDetailsColumn table {
	width: 100%;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0px;
}

.productDetailsColumn table th {
	text-align: left;
	font-size: 12px;
	color: #6A4542;
	font-weight: normal;
	padding-bottom: 5px;
}

.productDetailsColumn .caloriesFromFat .progressbar .gauge {
	background: #ac4500;
}

.productDetailsColumn .totalFat .progressbar .gauge {
	background: #6c691a;
}

.productDetailsColumn .sodium .progressbar .gauge {
	background: #684501;
}

.productDetailsColumn .totalCarbohydrates .progressbar .gauge {
	background: #aa0000;
}

.productDetailsColumn .protein .progressbar .gauge {
	background: #426700;
}

.productDetailsColumn .calcium .progressbar .gauge {
	background: #ab6800;
}

.productDetailsColumn .iron .progressbar .gauge {
	background: #66685d;
}

.productDetailsColumn p {
	font-size: 11px;
	color: #666;
	margin-top: 12px;
}

.productDetailsColumn.nutritionalInfo dl {
	font-size: 11px;
	border: 0px;
	margin: 0px 0px 2px 0px;
	line-height: 15px;
}

.productDetailsColumn.nutritionalInfo dt {
	font-weight: normal;
	width:135px;
}

.productDetailsColumn.nutritionalInfo dd {
	border: 0px;
}

.productDetailsColumn .firstParagraph {
	margin-top: 0px;
}
.productDetailsColumn .quality {
	margin-bottom:4px;	
}
.productDetailsColumn .qualityBar {
	height:4px;
	line-height:4px;	
	position:absolute;
	margin-top:4px;
}
.productDetailsColumn .date {
	font-size:12px;
	position:relative;
	top:-2px;
}
.productDetailsColumn .ourDate {
	color:#CC6600;
}
.productDetailsColumn .industryDate {
	color:#666600;
}
.productDetailsColumn .ourBar {
	background-color:#CC6600;
}
.productDetailsColumn .industryBar {
	background-color:#666600;
	
}
.industryStandards,
.ourStandards {
	font-weight: bold;
	display: block;
	color: #CC6600;
}

.industryStandards {
	color: #666600;
}

#cartBreadcrumbs {
  text-align: center;
  padding: 16px 0px 15px;
}

#cartBody h2 {
    font-size: 15px;
}

#cartBody .content {
  margin: 0px 10px;
}

.cartTable {
	background: #f5f5eb;
	width: 100%;
	color: #666;
	font-size: 12px;
	margin-top: 10px;
}

.cartTable thead {
	background: #d0d2c7;
}

.cartTable thead .firstCol {
	background-image: url(../img/utils/cart_table_left_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.cartTable thead .lastCol {
	background-image: url(../img/utils/cart_table_right_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.cartTable thead th {
	text-align: left;
	font-weight: normal;
}

.cartTable td,
.cartTable th {
	padding: 20px 0px 20px 10px;
	vertical-align: top;
	border-bottom: 1px solid #d1d1c7;
}

.cartTable th input {
	vertical-align: middle;
}

.cartTable th {
	padding: 7px 0px 7px 10px;
}

.cartTable .cartColThumb {
	width: 60px;
}
/*
td.cartColName, td.cartColDescription, td.cartColQuantity, td.cartColPrice, td.cartColTotal, td.cartColRemove {
	line-height:50px;	
}
*/

.cartTable .cartColThumb img {
	border: 5px solid #d0d2c7;
}

.cartTable .cartColRemove {
	text-align: center;
	width: 60px;
}

.cartTable .cartColTotal,
.cartTable .cartColPrice {
	width: 80px;
	text-align: right;
}

.cartTable .cartColTotal {
	font-weight: bold;
}

.cartTable .cartColQuantity {
	width: 80px;
}

.cartTable .cartColQuantity input {
	width: 30px;
	margin: 0px;
}

.cartTable .cartColName a {
	color: #C04D00;
	text-decoration: none;
} 

.cartTable .cartColName a:hover {
	text-decoration: underline;
}

.cartTable .lastRow td,
.cartTable .singleRow td {
	vertical-align: middle;
	line-height: 30px;
}

.cartTable .lastRow td img,
.cartTable .singleRow td img {
	vertical-align:middle
}

.cartTable .lastRow td {
	border: none;
	font-weight: bold;
}

.cartTable tfoot .firstCol,
.cartTable tbody .firstCol {
	background: url(../img/utils/cart_table_left_bottom.gif) no-repeat left bottom;
}

.cartTable tfoot .lastCol,
.cartTable tbody .lastCol {
	background: url(../img/utils/cart_table_right_bottom.gif) no-repeat right bottom;
}

.cartTable .cartUpdate {
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.cartTable tfoot .cartColPrice {
	text-align: right;
	color: #333;
	font-size: 13px;
}

.cartTable tfoot .cartColTotal {
	color: #333;
	font-size: 13px;
}

.cartTable tfoot .cartColShippingPrice {
	text-align:right;
	font-weight: bold;
}

.cartTable tfoot .cartColShippingTotal {
	font-weight: bold;
	text-align: right;
}

.discount {
	text-align:right;
	color:#a19b2a;	
	font-size:13px;
	font-weight:bold;
}
.cartButtons {
	display:block;	
	text-align: right;
	padding-top: 20px;
	/*margin-bottom:-180px;*/
	clear:both;
}
.cartButtons1 {
	display:block;	
	text-align: right;
	padding-top: 10px;
	/*margin-bottom:-180px;*/
	clear:both;
}
table {
clear:both;
}

.cartTable p {
	margin: 6px 0px 18px;
}

.cartTable p.buttons {
	margin-bottom: 6px;
}

.cartTable p.buttons a {
	margin-right: 8px;
}

.shippingInformationForm {
	
}

.shippingInformationForm label {
	display: block;
	font-weight: bold;
	font-size: 11px;
	line-height: 100%;
}

.shippingInformationForm label.required {
	font-weight: bold;
	color: #444;
}

.shippingInformationForm label span {
	font-weight: normal !important;
}

.shippingInformationForm .fieldGroup {
	margin-bottom: 10px;
}



.shippingInformationForm .fieldGroup .description {
	font-weight: normal;
	font-size: 11px;
}

.shippingInformationForm .inputText,
.shippingInformationForm select,
.shippingInformationForm textarea {
	border-color: #d0d2c7;
	width: 280px;
}

.shippingInformationForm .inputText,
.shippingInformationForm textarea {
	padding: 4px 4px;
}

.shippingInformationForm select {
	width: 180px;
}

.shippingInformationForm select.auto_width {
	width: auto !important;
}

.shippingInformationForm textarea {
	height: 90px;
}

.shippingInformationForm .zipInput {
	width: 110px;
}

.prefferedShippingMethod {
	margin: 0px 10px 0px 0px;
}

.prefferedShippingMethod h3 {
	font-size: 12px;
	margin: 0px 0px 10px;
	padding: 5px 10px;
	font-weight: normal;
	color: #666;
	background: #edead7;
	height: auto;
	line-height: 14px;
}

.prefferedShippingMethod label {
	color: #C04D00;
}

.cartTable .cartColPaymentMethod {
	width: 45%;
}

.cartTable .formRow td {
	vertical-align: top;
	line-height: 120%;
}

.weaccept img {
	margin: 0px 7px 2px 7px;
}

.weaccept {
	margin-bottom: 10px;
}

.expiration_date {
	width: 120px !important;
}

.expiration_year {
	width: 70px !important;
}

.formError {
	background: #fecccb;
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
	line-height: 20px;
	padding: 15px 15px;
	margin-top: 15px;
}
tr.formError {
	background: none;
	line-height: 20px;
}
tr.formError input[type="text"], 
tr.formError input[type="file"], 
tr.formError input[type="password"], 
tr.formError textarea, 
tr.formError select {
	border:1px solid #FF0000;
	background: #fecccb;
}
.formSuccess {
	background: #ccfecb;
	font-weight: bold;
	font-size: 14px;
	color: #119911;
	line-height: 20px;
	padding: 15px 15px;
	margin-top: 15px;
}

.formInformation {
	background: #F6F5EB;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 15px 15px;
	margin-top: 15px;
}

.formInformation .button {
	float: right;
	position: relative;
	top: 2px;
}

.formError img {
	vertical-align: middle;
	margin-bottom: 2px;
}

.fieldGroup.validationError .inputText,
.fieldGroup.validationError textarea,
.fieldGroup.validationError select {
	border-color: #FF0000 !important;
}

.placeOrderInfo {
	font-weight: normal;
	margin: 0px 0px 10px 0px !important;
}
.leftContent h1 {
	color: #6A4542;
	padding-left:15px;
}
 #loginBox {
	background-color:#f5f5eb;
	padding:15px;
	color:#676566;
	font-size:11px;
	font-weight:bold;
}
#loginBox input[type="text"], #loginBox input[type="password"] {
		border:#d0d2c7 solid 1px;
		width:350px;
		margin-bottom:20px;
}
#loginBox label {
	display:block;
}
#loginBox #requiredFields {
	float:right;
}
#loginBox #forgotUsername{
	margin:10px 0 10px 0px;
	
}
 #emailBox {
 	width: 350px;
	background-color:#f5f5eb;
	padding:15px;
	color:#676566;
	font-size:11px;
	font-weight:bold;
	margin-left:15px;
}
#emailBox input[type="text"], #emailBox input[type="password"] {
		border:#d0d2c7 solid 1px;
		width:250px;
		margin-bottom:20px;
}
#emailBox label {
	display:block;
}
#emailBox #requiredFields {
	float:right;
}
#emailBox #forgotUsername{
	margin:10px 0 10px 0px;
	
}
#emailBox input[type="submit"] {
	width: 75px;
	
}

#reviewBox {
	background-color:#f5f5eb;
	padding:15px;
	color:#676566;
	font-size:11px;
	font-weight:bold;
	margin-left:0;
}
#reviewBox input[type="text"], #reviewBox input[type="password"] {
		border:#d0d2c7 solid 1px;
		width:180px;
		margin-bottom:20px;
}
#reviewBox input[type="radio"] {
	display:inline;
}
#reviewBox label {
	display:block;
}
#reviewBox #requiredFields {
	float:right;
}
#reviewBox #forgotUsername{
	margin:10px 0 10px 0px;
	
}
#reviewBox input[type="submit"] {

	
}
.frontendMain {
	background-color:#f5f5eb;
	padding:10px;
	color:#676566;
	font-size:11px;
}

.frontendMain h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.frontendMain p.billingDetails {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #333;
}


#registerAccount {
	font-size:11px;
	font-weight:bold;	
}

#registerAccount td {
	vertical-align:top;	
}
#registerAccount .label {
	padding-top:6px;	
}
#registerAccount input, #registerAccount textarea, #registerAccount select {
	color:#676566;
	font-size:11px;
	display:block;
	width:250px;
}
#registerAccount #registerBtn {
	width:84px;
	height:29px;
}
#signinBtn {
	width:70px;
	height:29px;	
}
#registerAccount hr {
	margin:10px 0 15px 0;
}
#loginDialog {
	background: url(../img/nav/loginDialogBkgrd.gif) top left no-repeat;
	
	display:none;
	color:#f5f5eb;
	position:absolute;
	width:250px;
	height:200px;
	padding:10px;
}
#loginDialog h2, #loginDialog a {
	color:#f5f5eb;
	margin:0 0 10px 0;
}

#loginDialog label {
	color:#f5f5eb;
	
}
#loginDialog input {
	margin-bottom:10px;
}

.accountSectionTitle {
  background: #edead7;
  /* zoom: 1; */
  overflow: hidden;
  padding: 5px 15px;
  height: 19px;
}

.accountSectionTitle h2 {
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 15px;
}

.accountSectionTitle .links {
  float: right;
  margin-top: 3px;
}

.accountSectionTitle .links a {
  background-color: transparent !important;
  text-decoration: none;
}

.accountSectionTitle .links a:hover {
  text-decoration: underline;
}
#requireLogin {
	padding:15px;
}
#profileNoOrders {
	padding:15px;	
}
.recentOrdersTable {
	width: 100%;
	margin-top: 5px;
}

.recentOrdersTable thead th {
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

.recentOrdersTable td,
.recentOrdersTable th {
	padding: 5px 15px;
	text-align: left;
	vertical-align: top;
}

.recentOrdersTable td {
	color: #666;
	line-height: 18px;
	padding: 15px 15px;
}

.recentOrdersTable .odd td {
	background: #f5f5eb;
}

.recentOrdersTable tbody .colOrderDetails {
	width: 210px;
}

.recentOrdersTable tbody .colItemsOrdered {
	width: 210px;
}

.recentOrdersTable tbody .colTotal {
	width: 110px;
	font-size: 13px;
}

.recentOrdersTable .popularProduct {
	margin: 3px 0px 7px;
	line-height: 120%;
	min-height:65px;
}

.accountNavigation {
	list-style: none;
	font-size: 14px;
	margin: 57px 0px 0px 15px;
	padding: 0px;
}

.accountNavigation li {
	display: block;
}

.accountNavigation a {
	text-decoration: none;
	display: block;
	padding: 6px 15px;
}

.accountNavigation a:hover {
	color: #6A4542;
}

.accountNavigation .active a {
	background: #edead7;
	color: #6A4542;
}

.centeredPagination {
	font-size: 11px;
	font-weight: bold;
	background: #b7ae5f;
	/* zoom: 1; */
	overflow: hidden;
	padding: 4px 15px;
	height: 19px;
	margin-top: 10px;
}

.centeredPagination a {
	color: #FFF;
	margin-right: 3px;
	height: 18px;
	text-decoration: none;
	display: block;
	float: left;
	cursor: pointer;
}

.centeredPagination a span {
	padding: 2px 6px;
	height: 14px;
	display: block;
	float: left;
}

.centeredPagination a:hover,
.centeredPagination a.active {
	background: #a29a2b url(../img/utils/pagination_left.gif) no-repeat;
}

.centeredPagination a:hover span,
.centeredPagination a.active span {
	background: url(../img/utils/pagination_right.gif) no-repeat right top;
}

.required_notice {
	font-weight: bold;
	color: #333;
	float: right;
}
#searchForm {
	margin-left:15px;
}
#searchForm select {
	width:100px;
}
.userDetails tr {
	padding-bottom:16px;	
}
.userDetails td{
	margin:0;
	padding:0px;
	padding-bottom:4px;	
	
	border:0;
}
.userDetails .label {
	padding-top:4px;
	padding-right:5px;
	font-weight:bold;	
}
.userDetails input {
	margin:0;
	padding:0;
}
.userDetails input, .userDetails textarea, .userDetails select {
	width:280px;
}
h3.siteMapTitle {
	background: #edead7;
	margin: 0px 0px 5px;
	padding: 5px 10px;
	color:#c14d00;
}
.siteMapFullCol {
	
	float:left;
	margin:10px;
}
.siteMapCol {
	color:#c14d00;
	width:200px;
	float:left;
	margin:10px;
}
.siteMapColTitle {
	color:#c14d00;
	font-size:14px;
	font-weight:bold;
}
.siteMapCol ul {
	list-style: square;
	color: #d0d2c7;
}
.siteMapCol li {
	margin-left:-20px;
	color:#c14d00;
	
}
.homepageFeaturedTitle {
	margin:0;
}
.breadCrumbHeader {
	margin:0;
	display:inline;
	font-size:11px;
}
.flaxfacts h2{
	font-size:10px;
}
.flaxfacts h1 {margin: 0 0 10px -14px;}

#viewOrders .yearInfo {
	margin-bottom:10px;
	}
#viewOrders .yearLink {
	color: #C04C00;
	}
#viewOrders .monthLink, #viewOrders .yearLink {
	display:inline;
	text-decoration:underline;
}
.viewProcessedOrders {
	margin-left:10px;
	}
.processedMonth {
	background-color:#f5f5eb;
	padding:10px;
	margin: -20px 10px 0 20px;
	}
.orderViewMonth {
	background-color:#f5f5eb;
	padding:10px;
	color:#676566;
	font-size:11px;
	margin-top:10px;
	margin-left:10px;
}
#productSales .yearInfo {
	margin-bottom:0px;
	}
#productSales .yearLink {
	color: #C04C00;
	}
#productSales .monthLink, #productSales .yearLink {
	display:inline;
	text-decoration:underline;
}
#productSalesGraphs {
	width:740px;
}
.viewProcessedOrders {
	margin-left:10px;
	}

.salesYear {
	margin-bottom:5px;
	}
.salesMonth {
	background-color:#f5f5eb;
	margin:-10px 0px 0px 20px;
}
.productSalesMonth {
	background-color:#f5f5eb;
	color:#676566;
	font-size:11px;
	margin:0;
	padding:5px 0px 0px 10px;
}
#freeShippingContent {
	padding:10px;
}
.freeShippingImg {
	
}
#edpSidebar {
	background-color:#f5f5eb;
	margin-top:70px;
	padding:10px;
	width:210px;
}
#edpTestimonial {
	background-color:#f5f5eb;
	padding:10px 10px 5px 15px;
}
#edpTestimonial h4 {
	color:#6A4542;
	margin-bottom:0;
}
#edpTestimonial blockquote {
	font-style:italic;
	margin:10px 5px 10px 30px;
}
#freshFromBlog ul {
	list-style-type:none;
	margin:12px;
	padding:0;
}
#freshFromBlog li {
	font-size:14px;
	margin-bottom:12px;
}
#flaxfactsRSS ul {
	list-style-type:none;
	
	padding:0;
}
#flaxfactsRSS li {
	font-size:12px;
	margin-bottom:12px;
}
.sIFR-alternate {
	display:none;
}
#freeShippingPromo {
	float:left;
	width:940px;
	height:42px;
	text-align:center;
	color:#6A4542;
	font-size:18px;
	padding: 0;
}

/*Top Banners*/

.register-button {float: left; width: 428px; height: 40px; margin: 0; background: url(../img/register-button.jpg) top left no-repeat;}

.free-shipping-banner {float: right; width: 509px; height: 40px; margin: 0 0 0 3px; background: url(../img/free-shipping-banner.jpg) top right no-repeat;}

.free-shipping-banner-april {float: right; width: 356px; height: 42px; margin: -2px 0 0 3px; background: url(../img/free-shipping-banner-april.jpg) top right no-repeat;}

.valentines-banner {float: left; width: 957px; height: 50px; margin: -5px 0 20px -8px; background: url(../img/valentines-banner-long.jpg) top center no-repeat;}

.cranberry-banner {float: left; width: 426px; height: 50px; margin: -4px 0 0 0; background: url(../img/cranberry-banner.png) top left no-repeat;}

#freeShippingPromo2 {
	float:right;
	margin: 0 0 5px 0;
	width:532px;
	height:42px;
	color:#6A4542;
	font-size:18px;
	padding: 0 0 0 0;
}

.free-shipping-banner2 {float: right; width: 532px; height: 40px; margin: 0; padding: 0; background: url(../img/free-shipping-banner.jpg) top right no-repeat;}

.thanksgiving {float: left; width: 957px; height: 50px; margin: -5px 0 20px -8px; background: url(../img/thanksgiving-top-banner.jpg) top center no-repeat;}

.thanksgiving2 {float: right; width: 532px; height: 50px; margin: -5px 0 0 0; padding: 0; background: url(../img/thanksgiving-top-banner2.jpg) top right no-repeat;}

.sfi-logo {float: left; width: 120px; height: 72px; margin: 0 5px 0 0; background: url(../img/sfi-logo.jpg) top center no-repeat;}

/*Testimonials*/

.testimonials {float: left; width: 601px; background: url(../img/post-bg.jpg) top center no-repeat;}

.testimonials p {font-size: 12px; padding: 0; margin: 0;}

.testimonials span {color: #c14d00; font-style: italic;}

.testimonials-inside {padding: 15px 15px 0 18px;}

.testimonials-bottom {float: left; width: 601px; height: 14px; margin-bottom: 15px; background: url(../img/post-bg-bottom.jpg) top center no-repeat;}

/*Find Your Flax */

#find-flax-container {float: left; width: 941px;}

#find-flax-nav {float: left; width: 941px; height: 58px;}

#find-flax-nav ul {float: left; width: 941px; height: 58px; list-style: none; margin: 0; padding: 0;}

#find-flax-nav ul li {float: left; display: block;}

#find-flax-nav .entrees a {float: left; width: 235px; height: 58px; background: url(../img/find-flax/nav-entrees-up.jpg) top center no-repeat;}

#find-flax-nav .entrees a:hover, #find-flax-nav .entrees a.selected {background: url(../img/find-flax/nav-entrees-up.jpg) bottom center no-repeat;}

#find-flax-nav .juices a {float: left; width: 235px; height: 58px; background: url(../img/find-flax/nav-juices-up.jpg) top center no-repeat;}

#find-flax-nav .juices a:hover, #find-flax-nav .juices a.selected {background: url(../img/find-flax/nav-juices-up.jpg) bottom center no-repeat;}

#find-flax-nav .smoothies a {float: left; width: 238px; height: 58px; background: url(../img/find-flax/nav-smoothies-up.jpg) top center no-repeat;}

#find-flax-nav .smoothies a:hover, #find-flax-nav .smoothies a.selected {background: url(../img/find-flax/nav-smoothies-up.jpg) bottom center no-repeat;}

#find-flax-nav .breakfast a {float: left; width: 233px; height: 58px; background: url(../img/find-flax/nav-breakfast-up.jpg) top center no-repeat;}

#find-flax-nav .breakfast a:hover, #find-flax-nav .breakfast a.selected {background: url(../img/find-flax/nav-breakfast-up.jpg) bottom center no-repeat;}

#find-flax-content {float: left; width: 941px; background: url(../img/find-flax/find-flax-content-bg.jpg) top center repeat-y;}

#find-flax-content .find-flax-content-left {float: left; width: 520px; margin: 0 20px 20px 20px;}

#find-flax-content .find-flax-content-left .product-detail-button {float: left; width: 144px; height: 26px; margin-top: 20px; background: url(../img/find-flax/product-detail-button.jpg) top center no-repeat;}

#find-flax-content .find-flax-content-right { position:absolute; top:0; right:0; float: right; width: 350px; height: 307px; margin: 0 2px 0 0; }

#find-flax-content-bottom {float: left; width: 941px; height: 10px; margin-bottom: 20px; background: url(../img/find-flax/find-flax-content-bottom.jpg) top center no-repeat;}

#find-flax-bottom-nav {float: left; width: 941px; height: 156px; margin-bottom: 20px; background: url(../img/find-flax/find-flax-bottom-nav.jpg) top center no-repeat;}

#find-flax-bottom-nav h2 {font-size: 13px;}

#find-flax-bottom-nav .bottom-bucket {float: left; width: 152px; margin: 10px 18px 0 18px;}

#find-flax-bottom-nav .bottom-bucket .bottom-bucket-image {float: left; width: 148px; height: 74px; margin-bottom: 5px; border: 2px solid #D1CFB4;}

/*Flax Facts New

#flax-facts-top {float: left; width: 940px; height: 310px; margin: 0; background: url(../img/flax-facts-top-bg.jpg) top center no-repeat;}

.flax-facts-top-left {float: left; width: 497px; height: 288px; margin: 12px 0 0 25px;}

.flax-facts-top-left p {line-height: 20px;}

.buy-button {float: left; width: 116px; height: 28px; margin: 10px 0 0 0; background: url(../img/buy-button.jpg) top center no-repeat;}

.flax-facts-top-right {float: left; width: 376px; height: 288px; margin: 12px 0 0 30px;}

.next-button {float: right; width: 45px; height: 18px; background: url(../img/next-button.jpg) top center no-repeat;}

.flax-facts-top-right-image {float: left; width: 361px; height: 250px; background: url(../img/flax-facts-top-right-image.jpg) bottom center no-repeat;}

#flax-facts-top2 {float: left; width: 940px; height: 58px; margin: 0 0 20px 0; background: url(../img/flax-facts-top-bg2.jpg) top center no-repeat;}

.flax-facts-top2-bucket1 {float: left; width: 451px; height: 45px; margin: 6px 0 0 10px;}

.did-you-know {float: left; width: 193px; height: 15px; background: url(../img/did-you-know-title.jpg) top left no-repeat;}

.flax-facts-top2-bucket1 p {font-size: 10px; margin: 3px 0 0 0; line-height: 12px;}

.flax-facts-top2-bucket2 {float: left; width: 220px; height: 45px; margin: 6px 3px 0 17px;}

.flax-facts-top2-bucket2 a {color: #c04c00; text-decoration: none;}

.flax-facts-top2-bucket2 a:hover {color: #c04c00; text-decoration: underline;}

.flax-facts-top2-bucket2 p {font-size: 10px; color: #c04c00; margin: 8px 0 0 0; line-height: 14px;}

.rss {float: left; width: 33px; height: 34px; margin: 6px 8px 0 6px; background: url(../img/rss.jpg) top center no-repeat;}

.bucket3 {width: 215px;}

.top2-arrow {float: left; width: 18px; height: 18px; margin: 15px 10px 0 10px; background: url(../img/top2-arrow.jpg) top center no-repeat;}

.top2-video-text {float: left; width: 90px;}

.top2-video {float: left; width: 65px; height: 43px; margin: 5px 0 0 10px; background: url(../img/top2-video.jpg) top center no-repeat;}

#flax-facts-bottom {float: left; width: 940px; height: 214px; margin: 0 0 20px 0; background: url(../img/flax-facts-bottom-bg.jpg) top center no-repeat;}

#flax-facts-bottom h2 {margin: 0;}

#flax-facts-bottom h3 {margin: 0; visibility: hidden;}

#flax-facts-bottom p {font-size: 10px; margin: 0 0 5px 0;}

.flax-facts-bottom-buckets {float: left; width: 220px; height: 194px; margin: 10px 15px 0 0;}

.flax-image1 {float: left; width: 216px; height: 76px; border: 3px solid #D1CFB4; margin: 0 0 3px 0; background: url(../img/flax-bottom-image.jpg) top center no-repeat;}

.learn-more {float: left; width: 78px; height: 18px; background: url(../img/learn-more.jpg) top center no-repeat;}

.first-bucket {margin-left: 8px;}

.last-bucket {margin-right: 0;}

.bottom-inside-buckets {width: 220px; height: 40px; margin: 0 0 12px 0; background: url(../img/top2-arrow.jpg) right no-repeat;}

#flax-facts-bottom .bottom-inside-buckets h3 {width: 200px; vertical-align: middle;}

#flax-facts-bottom .inside1 h3 {padding: 10px 5px 0 0;}

#flax-facts-bottom .inside2 h3 {padding: 0 5px 0 0;}

#flax-facts-bottom .inside3 h3 {padding: 7px 5px 0 0;}

#flax-facts-bottom .inside4 h3 {padding: 7px 5px 0 0;}

.did-you-know-widget {margin-top: 20px;}
*/

.hide{/*visibility:hidden;*/
    display:none;
}

.bi1 {background-image: url(../img/find-flax/image-entrees-bucket.png);}

.bi2 {background-image: url(../img/find-flax/image-juices-bucket.png);}

.bi3 {background-image: url(../img/find-flax/image-smoothies-bucket.png);}

.bi4 {background-image: url(../img/find-flax/image-breakfast-bucket.jpg);}

div.find-flax-content-slide { position:relative; width: 941px; height:307px; overflow:hidden; }

div.find-flax-content-slide div.slider { position:absolute; height:307px; }

div.find-flax-content-slide div.flax-content-slide { float:left; padding: 0 20px; width:520px; } 
