/*--- Layout ---*/

#containerinner{
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
}


#header{
}
#headerinner{

}

#loginoutbtn {
	position: absolute;
	margin-left: 690px;
	margin-top: 10px;
}

#enterbuttons{
	width: 500px;
	margin: 0 auto;
}
#enterbuttons li{
	list-style-type: none;
}
#enterbuttons a{
	display: block;
	width: 150px;
	padding: 10px 30px;
	background: #e9e9e9 url(/images/button-bg.png) top repeat-x;
	border: 1px solid #ddd;
	border-top-color: #dfdfdf;
	border-bottom-color: #b1b1b1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#enterbuttons li.enterretail,
#enterbuttons .enterretail a{
	float: left;
}
#enterbuttons li.enterprof,
#enterbuttons .enterprof a{
	float: right;
}
#enterbuttons a:hover{
	color: #ff3300;
}
#productlogos{
	clear: both;
	padding-top: 50px;
}


#headerinner h1 a{
	width: 209px;
	height: 62px;
	display: block;
}
#topnav{
	padding-left: 11px;
	background: url(/images/topnav-left.png) top left no-repeat;
}
#topnavinner{
	padding-right: 11px;
	background: url(/images/topnav-right.png) top right no-repeat;
}
#topnavinner2{
	background: url(/images/topnav-center.png) top repeat-x;
}
#topnav ul{
	margin: 0;
	padding: 0;
}
#topnav li{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topnav li a{
	float: left;
	background-image: url(/images/topnav-link.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 5px 7px 4px 7px;
	color: #333;
	display: block;
	text-shadow: 0 1px 0 #fff;
}
#topnav li a:hover{
	background-position: 0 -100px;
}
#topnav li.cartlink{
	float: right;
}
#topnav li.cartlink a.cartbutton{
	padding: 4px 0 5px 0;
	text-indent: -1500em;
	width: 127px;
	background: url(/images/shoppingcart.png) 50% 4px no-repeat;
}
#topnav li.cartlink a.shopbutton{
	padding: 4px 0 5px 0;
	text-indent: -1500em;
	width: 127px;
	background: url(/images/keepshopping.png) 50% 4px no-repeat;
	display: none;
}
#topnav li.current a,
#topnav li.current a:hover{
	position: relative;
	background-position: 0 -200px;
	color: #fff;
	text-shadow: 0 1px 2px #003300;
	padding-bottom: 5px;
	margin-bottom: -1px;
}
#content{
	padding: 0;
}
#contentinner{
	background: #fff url(/images/fauxcolumn1.png) top left repeat-y;
}
#column1{
	float: left;
	width: 194px;
	padding: 10px 0;
}
ul#sidenav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	background: #222;
	text-transform: uppercase;
}
ul#sidenav li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#sidenav li a,
ul#sidenav li strong{
	display: block;
	padding: 6px 0 6px 10px;	
	border-top: 1px solid #555;
	border-bottom: 1px solid #000;
	color: #fff;
	background: url(/images/sidenav-sprites.png) left top repeat-x;
}
ul#sidenav li a:hover{
	border-top-color: #436635;
	background: url(/images/sidenav-sprites.png) left -100px repeat-x;
}
ul#sidenav ul{
	display: none;
	margin: 0;
	background: #111;
	text-transform: none;
}
ul#sidenav ul a{
	padding: 2px 0 2px 30px;
	border-top: 1px solid #252525;
	color: #999;
	background: url(/images/sidenav2-sprites.png) left top repeat-x;
}
ul#sidenav ul a:hover{
	border-top-color: #2c4622;
	background: url(/images/sidenav2-sprites.png) left -50px repeat-x;
}
ul#sidenav ul ul{
	background: #000;
}
ul#sidenav ul ul a{
	padding: 1px 0 1px 50px;
	border: none;
}
ul#sidenav a.current,
ul#sidenav a:hover.current{
	border-top: 1px solid #92c67d;
	border-bottom: 1px solid #000;
	background: #31890f url(/images/sidenav-selected.png) top left repeat-x;
	color: #fff;
	text-shadow: 0 1px 2px #003300;
}
.industrial #industriallist,
.recipes #recipeprod,
.recipes #recipecat,
.btb #btblist,
.btg #btglist,
.cg #cglist,
.salsa #salsalist{
	display: block;
}
#mainContent{
	float: right;
	width: 530px;
	padding: 20px 15px;
}

#mainContent h3{
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
}
#paging{
	padding: 5px 0;
	color: #999;
}
#paging ul{
	margin: 0;
}
#paging li{
	display: inline;
	padding: 0 3px;
	margin: 0;
}

#paging strong,
#paging .currentpage{
	color: #000;
	font-weight: bold;
}
h4 a{
	color: #f30;
}
h4 a:hover{
	text-decoration: underline;
}

ul.productlist{
	clear: both;
	margin: 0;
	color: #444;
	font-size: 90%;
}
ul.productlist li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	list-style-type: none;
	display: block;
	margin: 0;
	overflow: auto;
}
.productthumb{
	float:left;
	width:200px;
}
.productcontent{
	float:right;
	width:310px;
}
.subcategory-productcontent{
	float:right;
	width:395px;
}
ul.morerecipes{
	clear: both;
	margin: 0;
	font-size: 90%;
}
ul.morerecipes li{
	float: left;
	overflow: auto;
	margin-right: 30px;
}
.thumb{
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	border: 1px solid #ccc;
}
.noborder{
	border: none;
}
#paging a{
	font-weight: normal;
}
ul.categories,
ul.flavors{
	margin-left: 0;
	margin-right: 0;
}
ul.categories li,
ul.flavors li{
	margin: 0;
	border: none;
	display: inline;
	padding: 0;
}
ul.categories a,
ul.flavors a{
	font-weight: normal;
}
#productdetails{
	width: 290px;
	float: left;
}
#productdetails img{
	margin-bottom: 20px;
}
#column2 {
	width: 220px;
	float: right;
	font-size: 90%;
}
.addtocart{
	border: 1px solid #ffe382;
	background: #ffffdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
	padding: 7px;
	text-align: center;
}
.min{
	display: block;
	vertical-align: middle;
	text-align: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 3px 3px 5px;
	margin-left: 130px;
	font-size: 90%;
}
table.addtocartmin{
	font-size: 90%;
	border: 1px solid #ffe382;
	background: #ffffdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 395px;
}
table.addtocartmin td{
	padding: 3px;
}
table.addtocartmin label,
.min label{
	color: #000;
	font-weight: bold;
}
.cartleft{
	float:left;
	width:325px;
}
.cartright{
	float:right;
	width:60px;
	text-align:right;
}
.addtocart table{
	width: 100%;
	margin-bottom: 0;
}
.addtocart th{
	text-align: right;
}
.price{
	font-size: 1.2em;
	color: #390;
	font-weight: bold;
}
.relatedrecipes{
	border: 1px solid #a8ec5f;
	background: #deffdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
	padding: 7px;
}
.relatedrecipes li{
	padding: 0;
	margin: 0 0 0 5px;
}
.relatedrecipes h4{
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.morerecipes img,
.relatedrecipes img{
	border: 1px solid #ddd;
	background: #fcfcfc;
	margin-bottom: 0;
}
.morerecipes a:hover img,
.relatedrecipes a:hover img {
	border-color: #f30;
	background: #fff;
}
.relatedrecipes ul{
	margin: 0;
}
.relatedrecipes li{
	list-style-type: none;
}
.nutritionfacts{
	border: 1px solid #bbb;
	padding: 7px;
	color: #333;
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 7px;
}
.fullrecipe h4 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 2px 15px;
	background: #fff;
	margin: 0 0 0 10px;
	float: left;
	display: block;
	position: relative;
	top: 1px;
}
.recipecontent{
	clear: both;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	padding-bottom: 0;
	font-size: 90%;
	margin-bottom: 15px;
	background: #fff;
}
.recipeimage{
	float:right; 
	margin: 0 0 15px 15px; 
	width:275px;
}
.print{
	float:right;
	margin-bottom:0;
}
.print a{
	display: block;
	padding: 3px 5px 3px 30px;
	background: url(/images/print.png) left center no-repeat;
	color: #f30;
}
.print a:hover{
	text-decoration: underline;
}
.recipeproduct{
	border: 1px solid #ccc; 
	padding:2px; 
	background:#fdfdfd; 
	overflow:auto; 
	margin:0;
}
#panel{
	display: none;
}
#mainContent .nutritionfacts h3{
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	font-weight: bold;
	font-size: 1.7em;
	margin: 0;
	padding: 0 0 2px 0;
}
/*#mainContent .nutritionfacts h3 a{
	color: #333;
	display: block;
}*/

a.btn-slide{
	color: #333;
	display: block;
	background-image: url(/images/twirly-sprite.png);
	background-position:left top;
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.btn-slide:hover{
	color: #f30;
	background-position:left -25px;
}
a.btn-slide-active{
	background-image: url(/images/twirly-sprite.png);
	background-position:left -50px;
	background-repeat: no-repeat;
}
a.btn-slide-active:hover{
	color: #f30;
	background-position:left -75px;
}
.nutritionfacts p{
	line-height: 1.2;
	padding: 0 0 3px 0;
	margin: 0;
}
.nutritionfacts table{
	border-top: 5px solid #333;
	border-bottom: 4px solid #333;
	margin: 3px 0 6px 0;
}
.nutritionfacts th{
	border-bottom: 4px solid #333;
	padding: 0;
}
.nutritionfacts td{
	border-bottom: 1px solid #333;
	padding: 0;
}
.ralign{
	text-align: right;
}
.indent{
	text-indent: 10px;
}

table.tabular{
	border-collapse: collapse;
}
table.tabular th{
	font-weight: bold;
	border: 1px solid #ccc;
	background: url(/images/footer-bg.png) top repeat-x;
	font-size: 90%;
	white-space: nowrap;
}
table.tabular td{
	border: 1px solid #ccc;
	font-size: 90%;
}



table.carttable tr.mainth th{
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url(/images/footer-bg.png) top repeat-x;
}
table.carttable tr.product td{
	padding-top: 10px;
	padding-bottom: 10px;
}
table.carttable tr.product td.tablethumb{
	padding-top: 4px;
	padding-bottom: 4px;
}
table.carttable .right{
	text-align: right;
}
table.carttable .price{
	font-size: 1.3em;
}
table.carttable tr.subtotal td,
table.carttable tr.subtotal th,
table.carttable tr.total td,
table.carttable tr.total th{
	padding-top: 10px;
	border-top: 1px solid #ccc;
	vertical-align: bottom;
}



#footer{
	background: url(/images/footer-bg.png) top repeat-x;
	color: #ddd;
	text-align: center;
}
#footerinner{
	padding: 5px 10px;
	border-top: 1px solid #dfdfdf;
}
#footer p{
	margin: 0;
	color: #444;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
.copy{
	font-size: smaller;
}
.clear{
	clear: both;
}
.left{
	float: left; 
	padding: 4px; 
	border: 1px solid #ddd; 
	margin: 0 10px 10px 0;
}
.cart #topnav li.cartlink a.cartbutton{
	display: none;
}
.cart #topnav li.cartlink a.shopbutton{
	display: block;
}
.onecolumn #contentinner{
	background: #fff;
}
.onecolumn #mainContent{
	width: 725px;
}
.cart #mainContent h3{
	border: 1px solid #ff9900;
	background: #fdc431 url(/images/cart-icon.png) 10px center no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 6px 10px 8px 50px;
	color: #9b3a00;
}
fieldset{
	border: 1px solid #dfdfdf;
	background: #fcfcfc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 7px;
}
fieldset table th{
	width: 170px;
	text-align: right;
	font-weight: normal;
}
fieldset h1,
fieldset h2,
fieldset h3,
fieldset h4,
fieldset h5{
	margin-bottom: 1em;
	background: #e2ecfa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 10px;
}

fieldset textarea {
  width: 100%;
}

.cart #mainContent h3.confirmation{
	color: #206100;
	background: #b0ff7c;
	border: 1px solid #4fad0d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.multicolumn{
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}
li.folder{
	list-style-type: none;
	padding-left: 25px;
	background: url(/images/icon-folder.png) left top no-repeat;
	margin: 0;
}
li.pdf{
	list-style-type: none;
	padding-left: 25px;
	background: url(/images/icon-pdf.png) left top no-repeat;
	margin: 0;
}
li.jpg, li.gif, li.tif{
	list-style-type: none;
	padding-left: 25px;
	background: url(/images/icon-jpg.png) left top no-repeat;
	margin: 0;
}
li.ai, li.eps{
	list-style-type: none;
	padding-left: 25px;
	background: url(/images/icon-ai.png) left top no-repeat;
	margin: 0;
}
.nobullet li{
	list-style-type: none;
}
.alert{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffe382;
	background: #ffffdd url(/images/alert.png) 25px center no-repeat;
	margin-bottom: 10px;
	padding: 20px 20px 20px 80px;
	color: #f30;
	font-weight: bold;
}
.success{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #8bdb51;
	background: #e8ffd4 url(/images/success.png) 25px center no-repeat;
	margin-bottom: 10px;
	padding: 20px 20px 20px 80px;
	color: #390;
	font-weight: bold;
}
.alert p,
.success p{
	margin: 0;
	padding: 0;
}
.checkboxselect{
	border: 1px solid #ccc;
	background: #fff;
	height: 115px;
	font-size: 90%;
	padding: 5px;
	overflow: auto;
}
.checkboxselect li{
	list-style-type: none;
	margin: 0;
}
a.sample{
	display: block;
	float: right;
	text-indent: -1500em;
	width: 127px;
	height: 20px;
	background: url(/images/request-sample.png) left top no-repeat;
}
#contact-area{
	margin-bottom: 15px;
}
/* adimn */
.adminproduct{
	border: 1px solid #dadada;
	padding: 5px;
	background: #f9f9f9;
	margin-top: 5px;
}
.adminproduct .adminproduct{
	border: 1px solid #d2d2d2;
	background: #f0f0f0;
}
.adminproduct .adminproduct .adminproduct{
	border: 1px solid #cbcbcb;
	background: #e8e8e8;
}
.adminsubcategories .adminproduct{
	margin-left: 30px;
}

.help-text {
	font-size: 90%;
	color: #505050;
}

tr.product-line-items input {
		display: block;
}

#introslide{
	border: 1px solid #ddd;
}
.productsummary{
	padding: 0 15px;
}
.productsummary h3{
	margin: 0;
	padding: 0;
}
.productsummary p{
	width: 500px;
}

.producthilight {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

p.q{
	font-weight: bold;
	margin-bottom: 0;
}
.featured{
	border: 1px solid #93d7d3;
	padding: 10px;
	overflow: auto;
	margin-bottom: 10px;
	background: #eefeff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.featured .thumb{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: none;
}

table.admin-user-list td.user-name {
	width: 17em;
}
