/*
 * global.css
 * programmer: wes
 * date created: 3/20/08
 *
 * colors:
 * purple/brown: #6A4542
 * orange: #788c00
 * 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: #788c00;
}
a img {
	border:0;
}
p {
	color:#666666;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}

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;
}

.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:668px;
}

#utilNav .rightCorner {
	float:right;
}

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

#utilNav #utilLinks .link {
	float:left;
	margin-left:12px;
	margin-right:10px;

}

#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(i/bkgrd1.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:244px;
	height:61px;
	margin:5px 0 5px 10px;
}

#nav {
	float:left;
	width:940px;
	height:28px;
	background:#ffffff url(i/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 {
	float:left;
	width:940px;
	height:120px;
	background:#ffffff url(i/bot-bkgrd.gif) top left no-repeat;
	margin-top: 25px;
}


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

.bottomBlurb ul {
  color: #666666;
  font-size: 11px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
}

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

.firstBottomBlurb p {
	margin-bottom: 5px;
	margin-top:0;
	padding-top:0;
}

.bottomBlurb a {
	color: #62776B;
}

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

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

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

.bottomBlurb p {
	font-size: 11px;
	margin-top:0;
	padding-top:0;
}

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

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

a.moreLink:hover, a.moreLink:visited:hover {
	text-decoration:none;
}

/**********************
 * Homepage
**********************/
#homeBody #products {
	float:left;
	width:940px;
	background:#f6f5eb;
	margin:10px 0;
	min-height:280px;
}

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

#homeBody #products #productList {
	float:left;
	width:440px;
	margin:15px 0;
	padding:0 15px;
}

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

.popularProduct {
	overflow: hidden;
}
.popularProduct a {
	text-decoration:none;
}
.popularProduct a:hover {
	text-decoration:underline;
}
.popularProduct img.prod50 {
	border:#fff 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: #788c00;
	*/
	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:14px;
	color:#c27238;
	font-weight: bold;

}

.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:280px;
}

.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: #788c00;
	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 .slidesh {
	float: left;
	clear: both;
	width:450px;
	min-height:312px;
	margin:0 0 0 20px;
}

#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 li {
	color: #666;
}


/**********************
 * 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(i/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(i/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(i/footer_bg1.gif) top left no-repeat;

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

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

#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;
}
.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(i/active_tab_left.gif) no-repeat left top;
}

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

.text_input {
	height: 17px;
	width: 100px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

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

}

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

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

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

#breadcrumbs span {
	color: #6A4542;
}

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

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

.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;
}

.TypesRow {
	clear: left;
}

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

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

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

.Type a {
	color: #788c00;
	text-decoration: underline;
}

.Type a:hover {
	text-decoration: none;
}

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

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

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

.Type 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: #788c00;
	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: #788c00;
	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: #788c00;
}

#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(i/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;
}
.Detailed {
	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;
}

.Detailed a {
	color: #788c00;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.Section .pagination a {

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

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

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

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

.Section .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: #788c00;
	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(i/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(i/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 #edead7;
}

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

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

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

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

.productInfoLeft .productInfoThumbs h2 {
	margin: 10px 0;
	padding: 5px 10px;
}

.productInfoLeft .productInfoThumbs img.cart, .productInfoLeft .productInfoThumbs img.prod50 {
  border: 0;
}

.productInfoThumbs .popularProduct {
  margin-left: 10px;
  font-weight: normal;
}

.productInfoThumbs .popularProduct div {

  font-weight: normal;
}

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

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

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

.amountForm label {
	display: block;
	font-weight: normal;
	color: #788c00;
}

.amountForm .prodPrice
{
  font-weight: bold;
}

.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(i/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;
}

.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(i/cart_table_left_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.cartTable thead .lastCol {
	background-image: url(i/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: 60px;
	text-align: center;
}

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

.cartTable .cartColQuantity {
	width: 100px;
}

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

.cartTable .cartColName a {
	color: #788c00;
	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(i/cart_table_left_bottom.gif) no-repeat left bottom;
}

.cartTable tfoot .lastCol,
.cartTable tbody .lastCol {
	background: url(i/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 {
	text-align: right;
	padding-top: 20px;
}

.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,
#registerForm .inputText,
#registerForm select,
#registerForm textarea
 {
	border-color: #d0d2c7;
	width: 280px;
}

.shippingInformationForm .inputText,
.shippingInformationForm textarea,
#registerForm .inputText,
#registerForm 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: #788c00;
}

.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: 12px;
	color: #FF0000;
	line-height: 20px;
	padding: 15px 15px;
	margin-top: 15px;
}
.formError ul {
  padding:0;
  margin:0;
  margin-left:10px;
}
.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:15px;
}
#reviewBox input[type="text"], #reviewBox input[type="password"] {
		border:#d0d2c7 solid 1px;
		width:250px;
		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(i/loginDialogBkgrd.gif) top left no-repeat;
	display:none;
	color:#f5f5eb;
	position:absolute;
	width:250px;
	height:200px;
	padding:10px;
	opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity:0.9;
  filter:alpha(Opacity=90);
}
#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(i/pagination_left1.gif) no-repeat;
}

.centeredPagination a:hover span,
.centeredPagination a.active span {
	background: url(i/pagination_right1.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:#788c00;
}
.siteMapFullCol {

	float:left;
	margin:10px;
}
.siteMapCol {
	color:#788c00;
	width:200px;
	float:left;
	margin:10px;
}
.siteMapColTitle {
	color:#788c00;
	font-size:14px;
	font-weight:bold;
}
.siteMapCol ul {
	list-style: square;
	color: #d0d2c7;
}
.siteMapCol li {
	margin-left:-20px;
	color:#788c00;

}
.homepageFeaturedTitle {
	margin:0;
}
.breadCrumbHeader {
	margin:0;
	display:inline;
	font-size:11px;
}
.flaxfacts h2{
	font-size:10px;
}
#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;
}
.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;
}
.alphatable {
  width: 100%;
  display: table;
}
.alphatable td {
  vertical-align: top;
  font-weight: bold;
}
.alpha span {
  padding: 0 12px 0 10px;
  width: 30px;
  margin: 1px 5px 0 10px;
}
.alpha {width: 30px;
  background: top center url('i/letterbg.gif') no-repeat;
}
.alphatable .alpha a {
  color: #fff;
  font-size: 12px;
  font-weight:bold;
}

.alphatable td a {font-weight: normal}

.updateCart {
	height: 28px;
	width: 103px;
	background:#ffffff url(i/update.gif) top left no-repeat;
}
#confirmBtn {
  width: 82px !important;
  height: 28px;
}
a.brands {
	padding-left:2px;
	padding-right:2px;
}
a.brands:hover {
	background-color:#fff;
	text-decoration:none;
}
.faq_title {
 background-image:url('/i/bkgrd.gif');
 height:28px;
 vertical-align:middle;
 padding-left:10px;
 color:#6b4544;
}