/* CSS Reset - sets everything to a standard state to override browser defaults */



html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
/* CSS Reset - remember to define focus styles! */

:focus {
	outline: 0;
}
/* CSS Reset - remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/*CSS Reset -  tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Alsett clearing method ---------------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block;
}
/* Autocomplete search ------------------------------------------------------------------------- */

input.autocomplete {
	color: #888;
}
div.autocomplete {
	position:absolute;
	background-color:white;
	border:2px solid #888;
	margin:0;
	padding:0;
	z-index: 100;
	font-size: 11px;
	font-family:Georgia;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.autocomplete ul li.selected {
	background-color: #ddc;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	border-bottom: 1px dashed #eada9a;
}
/* E-commerce ---------------------------------------------------------------------------------- */

form {
	padding: 0px;
	margin: 0px;
}
.ecomm_button {
	background-color: #e6e6e6;
	color: #575757;
	font-weight: bold;
	border: 1px solid #b4b4b4;
	cursor: pointer;
}
.ecomm_textbox {
	color: #000000;
}
.catHead {
	margin:5px 0 5px 0;
	padding:3px 0 3px 3px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	font-weight:bold;
}
.section_header {
	padding: 5px;
	margin: 0px;
	margin-bottom: 0px;
	border: 1px solid #888;
	background-color: #fff;
	text-align: left;
	letter-spacing: 1px;
}
div.menu-wrap, div.menu2-wrap {
	display:none;
}
/* Records ------------------------------------------------------------------------------------- */

#standard_main_col_item {
	margin:0 0 10px;
	float:left;
	width:690px;
}
#standard_full_record {
	width:690px;
}
#standard_full_record_content {
	background-image:url(../images/full_record_bg.gif);
	background-repeat:repeat-y;
	padding:0 0 5px 5px;
	width:685px;
}
#standard_full_record_title {
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 8px;
	float:left;
	padding:3px 0 5px 10px;
	color:#004584;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #dedede;
	width:675px;
}
#standard_full_record_text {
	float:left;
	padding:5px 0 0;
	width:510px;
}
#standard_record_thumb {
	background-color:#e1ebf8;
	border:solid 1px #abceea;
	float:left;
	margin:5px 10px 0 5px;
}
#standard_record_thumb img {
	margin:3px;
}
#standard_record_more {
	float:right;
	margin:20px 20px 0 0;
}
#standard_record_more2{display:none;}
#standard_full_record_title2{font-weight:bold;font-size:14px;margin:10px;padding-top:10px;border-top:1px solid #c2c2c2;}
#standard_record_thumb2 img{float:left;margin-left:10px;}
/* Breadcrumbs --------------------------------------------------------------------------------- */

.bc_home_padding {
	border: medium none;
	margin:0 10px;
	float: left;
}
.bc_last_item {
	font-weight:bold;
	cursor: default;
	color:#fff;
}
.bc_print_this_page {
	padding:8px 0 0 30px !important;
	height:32px;
	width:50px;
	float:right !important;
	background:url(../images/bc_print.jpg) no-repeat top left;
}
#bc_wrap {
display:none;
}
#bc_content {
	float:left;
	height:30px;
	overflow:hidden;
	width:938px;
	display:inline-block;
	position:relative;
}
#bc_content a, .bc_print_this_page a {
	color: #eec887;
	display:inline-block;
	float:left;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
	overflow:hidden;
	padding: 8px 10px;
	text-decoration:underline;
}
.bc_arrow {
	background-image:url(../images/bc_arrow.jpg);
	background-repeat: no-repeat;
	height:32px;
	width:13px;
	float: left;
}
/*=========Main Page & Container Properties==========*/

a img {
	border:none;
}
p {
	line-height:1.33em;
}
h5 {
	font-family: arial, verdana, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#564032;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	border-bottom: 1px dotted;
}
h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#564032;
	margin:0 0 10px 0px;
	padding:0 0 10px 0px;
	border-bottom: 1px dotted;
}
h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#564032;
	margin:0 0 10px 0px;
	padding:10px 0 10px 0px;
	border-bottom: 1px dotted;
	border-top: 1px dotted;
}
input {
	background: #fff url(../images/newsletter-input-bg.gif) repeat-x top left;
	border:1px solid #ae957b;
	height:14px;
	padding:2px;
}
select, special_option_select {
	background: #fff url(../images/newsletter-input-bg.gif) repeat-x top left;
	border:1px solid #ae957b;
}
a:link, a:visited {
	color:#663333;
	text-decoration:underline;
}
a:hover, a:focus {
	color:#330000;
}
#mainText{width:600px;}
#mainText ul {
	list-style-image: url(../images/list-img.jpg);
	width:400px;
	margin-top:20px;
} /* -- Heart Style Separator -- */

#mainText img{float:left; margin-right:40px;}
#mainText ul li, #cmsText ul li, .tab_text {
margin:0 0 0.7em 20px;
}
body {
	background:#fff;
	margin:0;
	padding:0;
	color:#333333;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
}
#container {
	width:100%;
	margin:0 0 0 -480px;
	padding:0px;
	position:absolute;
	top:0;
	left:0;
}
/* -- page is divided vertically into 3 blocks; below, each block and it's sub-blocks are defined */
#headerImage{display:none;}
#block1 {
	margin-top:0;
	position:relative;
	height:175px;
}
#block1_container1, #block1_container2 {
	width:100%;
	border:none;
	float:left;
	clear:left;
}
#block1_container2 {display:none;}
#block1_container3 {
	width:960px;
	margin:0 auto;
}
#block2 {
	width:100%;
}
#block2 #wrapperContents {
	width:940px;
	margin:0 auto;
}
#block3 {
	clear:left;
	width:100%;
}
#footerLinks, #socialNotworking, #copyright {
	width:940px;
	margin:0 auto;
}
/*========= header ==========*/

#header {
	position:relative;
	width:960px;
	height:130px;
	margin:0 auto;
	padding:0;
}
#logo {
	width:100%;
}
#logo img {
position:abolute;
top:0;
left:0;

}
#logo h3 {
	position:absolute;
	top:70px;
	left:250px;
	width:599px;
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	z-index:3;
}
#logo h3 a img {
	border:none;
}
#topBar {
	display:none;
}
#headerExtras {
	display:none;
}
/*========= nav ==========*/

#nav {
	display:none;
}
#nav2 {
	display:none;
}

/*========= slideshow ==========*/

#slideshow {
display:none;
}

/*========= Banner Position under slideshow ==========*/

#banner1 {
	display:none;
}
/*========= Main.html Page ==========*/

#mainText {
	width:80%;
	margin-right:20px;
	float:left;
}
#featuredVideo {
	display:none;
}
/*========= Main Page Tabs ==========*/

#tabHeader {
	display:none;
}
#tabHeader ul {
	list-style:none;
	text-align:center;
	display:inline;
	width:815px;
}
#tabHeader ul li {
	display:inline-block;
	height:28px;
	width:163px;
	float:left;
}
#tabHeader ul li.tab {
}
#tabHeader ul li.tab:hover {
}
#tabHeader ul li.tabActive {
}
li.tab a, li.tabActive a {
	font-family: arial, verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding-top:.75em;
	display:block;
}
li.tab a:link, li.tab a:visited {
	color:#663333;
}
li.tab a:hover, li.tab a:focus {
	color:#333333;
}
li.tabActive a:link, li.tabActive a:visited, li.tabActive a:hover, li.tabActive a:focus {
	color:#333333;
}
#tabContent {
display:none;
}
/*=========Home page Featured==========*/



/*========= Footer ==========*/

#footerLinks {
	text-align:center;
	height:37px;
}
#footerLinks ul {
	list-style:none;
	padding-top:10px;
	height:19px;
}
#footerLinks ul li {
	display:inline;
	margin-right:5px;
	color:#000;
	height:19px;
}
#footerLinks ul li a {
	color:#000;
	font-family: arial, verdana, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-right:10px;
	text-decoration:none;
}
.footerLinksList {
	text-align:center;
	margin:0 auto;
}
#footerLinks ul li a:hover {
	color:#fff;
}
li.phoneNumber {
	background:url(../images/phone.jpg) no-repeat top left;
	padding-left:25px;
	font-weight:bold;
	height:19px;
}
#socialNotworking {
	display:none;
}
#copyright {
	text-align:center;
	font-family: arial, verdana, sans-serif;
	font-size:11px;
	padding-bottom:20px;
}
/*=============RECIPES=============*/

#recipeCol1 {
	margin:0 0px;
	padding:0 10px 0 20px;
	float:none;
	width:600px;
}
li.hasImage h2 {
width:600px;
}
#recipeCol1 .recipeCatHead h1 {
	padding:5px 0 0 0;
	margin:0;
}
div.catItemImg {
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #D5CDB6;
clear:left;
float:left;
margin:10px 10px 0 0;
}
.catItemText{clear:both; float:left;padding-top:10px;}
#recipeCol1 .recipeCatHead p {
	padding:0 0 8px 0;
	margin:0;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#726155;
	border-bottom:1px dotted #c2c2c2;
}
#recipeCol1 ul {
	margin:0;
	padding:0;
}
#recipeCol1 li {
	margin:0;
	padding:10px 0;
	list-style:none;
	border-bottom: 1px dotted #c2c2c2;
}
#recipeCol1 li div.catItemContent {
	margin:0;
	padding:20px;
	list-style:none;
	background-color:#e8e8d9;
}
#recipeCol1 li div.catItemContent h2 {
	margin:0;
	padding: 0 0 0 10px;
	background:url(../images/asterisk2.gif) no-repeat top left;
	float:left;
}
#recipeCol1 li div.catItemContent h2 a {
	margin:0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	text-decoration:none;
	float:left;
}
#recipeCol1 li div.catItemContent h2 a:hover {
	text-decoration:underline;
	color:#872107;
}
#recipeCol1 li div.catItemContent p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding: 10px 0 0 10px;
	margin:0;
	float:left;
}
#recipeCol1 li.hasImage div.catItemContent p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding: 10px 0 0 10px;
	margin:0;
	float:left;
	width:330px;
}
#recipeCol1 li.hasImage div.catItemContent h2 {
	width:330px;
}
#recipeCol1 li.lastRecipe {
	border-bottom:none;
	padding-bottom:0;
}
#recipeCol1 li div.catItemContent img {
	background-color:#fff;
	padding:3px;
	width:202px;
	height:130px;
	margin:0;
}
#recipeCol1 li div.catItemContent a img {
	border:1px solid #d5cdb6;
}
#recipeCol2 {
	padding:10px 0 0 0;
	float:left;
	width:300px;
	margin:0 10px;
}
#recipeCol2 .colHead {
	background:url(../images/recipeCol2Head.gif) no-repeat top left;
	width:300px;
	height:44px;
	padding:0;
	margin:0;
}
#recipeCol2 .colHead h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#726155;
	padding: 12px 0 0 15px;
	margin:0;
}
#recipeCol2 .colBody {
	position:relative;
	background-color:#f6f4ee;
	border:1px solid #dad5c6;
	border-top:none;
	border-bottom:none;
	padding:0 30px 30px 30px;
}
#recipeCol2 div.productSmallWrapper {
	width:227px;
}
#recipeCol2 #product_small {
	padding:30px 0 0 0;
}
#recipeCol2 .colFoot {
	background:url(../images/recipeCol2Foot.gif) no-repeat top left;
	width:300px;
	height:6px;
}
p.back {
	margin:12px 0 10px 0;
	padding: 5px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
	float:left;
	width:100%;
}
p.back a {
	color:#872107;
	text-decoration:none;
}
p.back a:hover {
	color:#872107;
	text-decoration:underline;
}
/*==========RECIPE DETAILS===========*/

#recipeCol1 div.recipeContent {
	background-color: #e8e8d9;
	margin:10px 0 0 0;
	padding:20px;
	font-family: arial, verdana, sans-serif;
	font-size:11px;
	color:#333;
}
#recipeCol1 div.recipeTitle {
	width:50%;
	float:left;
	margin:0;
	padding-bottom:0;
}
#recipeCol1 div.recipeTitle h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0;
	text-transform:capitalize;
}
#recipeCol1 div.recipeExtras {
	background-color:#d5cdb6;
	width:46%;
	float:left;
	padding:2%;
}
#recipeCol1 div.recipeExtras ul {
	width:100%;
	padding:0;
	margin:0;
}
#recipeCol1 div.recipeExtras li {
	float:left;
	display:inline;
	width:40%;
	padding: 5px 0 5px 8%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:5px;
	border:none;
}
#recipeCol1 div.recipeExtras a {
	text-decoration:none;
	color:#872107;
}
#recipeCol1 div.recipeExtras a:hover {
	text-decoration:underline;
	color:#872107;
}
li.recipeDownload {
	background:url(../images/RecipeDownload.jpg) no-repeat left center;
}
li.recipeVideo {
	background:url(../images/recipeVideo.jpg) no-repeat left center;
}
li.recipePhone {
	background:url(../images/recipePhone.jpg) no-repeat left center;
}
li.recipePrint {
	background:url(../images/recipePrint.jpg) no-repeat left center;
}
#recipeCol1 div.recipeDescription {
	clear:left;
	padding:0;
}
#recipeCol1 div.recipeDescription p {
	margin:0;
	padding-top:10px;
}
#recipeCol1 div.recipeIngredients h2, #recipeCol1 div.recipeDirections h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#726155;
	border-bottom: 1px dotted #726155;
	width:100%;
	padding: 0 0 7px 0;
}
#recipeCol1 div.recipeIngredients ul {
	list-style:none;
}
#recipeCol1 div.recipeIngredients li {
	background:url(../images/asterisk2.gif) no-repeat left center;
	padding:5px 0 0 15px;
	border:none;
}
#recipeCol1 div.recipeDirections ol {
	list-style-type:decimal;
	margin:0;
	padding:0;
}
#recipeCol1 div.recipeDirections li {
	list-style-type:decimal;
	margin:0 0 10px 15px;
	padding:0;
	font-weight:normal; /* changed from bold, since we can't allow on a "span" tag in the WYSIWYG */
	color:#333;
	border:none;
}
#recipeCol1 div.recipeDirections li span {
	font-weight:normal;
}
/*=============Recipe Index===========*/

div.featuredRecipe {
	margin: 10px 0 15px 0;
	background-color:#e8e8d9;
	padding:10px;
	width:580px;
}
div.featuredRight a img {
	border: 1px solid #d5cdb6;
	padding:3px;
	background-color:#fff;
	float:left;
}
div.featuredLeft {
	width:48%;
	padding: 0 2% 0 0;
	float:left;
}
div.featuredLeft h4 {
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding:0 0 7px 0;
	margin:8px 0 0 8px;
	color:#726155;
	width:95%;
	border-bottom:1px dotted #726155;
}
div.featuredLeft h2 {
	margin:8px 0 0 8px;
	width:95%;
}
div.featuredLeft h2 a {
	text-transform:capitalize;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0;
	color:#872107;
	margin:0;
}
div.featuredLeft h2 a:hover {
	text-decoration:underline;
}
div.featuredLeft p {
	font-family: arial, verdana, sans-serif;
	font-size:11px;
	margin:8px 0 0 8px;
	width:95%;
}
div.featuredLeft span a {
	margin:8px 0 0 8px;
	padding: 2px 0 0px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#872107;
	text-decoration:none;
	float:left;
	background:url(../images/asterisk2.gif) no-repeat center left;
}
div.featuredLeft span a:hover {
	text-decoration:underline;
}
#recipeCol1 div.recipeIndex div.recipeTitle {
	width:100%;
	margin:0;
	padding:0;
}
div.recipeIndex div.recipeTitle p {
	text-transform:uppercase;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	padding:0 0 7px 0;
	margin:0px 0 0 0px;
	color:#726155;
	width:100%;
	border-bottom:1px dotted #726155;
	float:left;
}
#recipeCol1 div.recipeIndex div.recipeCatList ul {
	clear:left;
	width:100%;
	margin:0;
	padding:0;
}
#recipeCol1 div.recipeIndex div.recipeCatList ul li {
	display:inline;
	float:left;
	width:50%;
	padding:0;
	border:none;
}
#recipeCol1 div.recipeIndex div.recipeCatList ul li a {
	margin:8px 0 0 0px;
	padding: 2px 0 0px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#872107;
	text-decoration:none;
	float:left;
	background:url(../images/asterisk.gif) no-repeat center left;
}
#recipeCol1 div.recipeIndex div.recipeCatList ul li a:hover {
	text-decoration:underline;
}
/* 

=================================================

E-COMMERCE STYLES

=================================================

*/



/*==========Category Page===========*/

#catLeft {
display:none;
}
#catLeftList {
	background:url(../images/cat-col-ragged-middle.jpg) repeat-y top left;
	position:relative;
	padding:20px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
div.catLeftListHead {
	display:block;
	height:40px;
}
#catLeftList ul {
	width:100%;
	text-align:left;
	background: transparent url(../images/bullet.png) no-repeat left top;
	padding-left:10px;
}
#catLeftList ul li {
	margin-bottom:1em;
}
#catLeftList img.top {
	position:absolute;
	top:-11px;
	left:0;
}
#catLeftList img.bottom {
	position:absolute;
	bottom:-13px;
	left:0;
}
#catLeftList h4, .catLeftExtras h4 {
	width:auto;
	height:100%;
	display:inline;
	padding:0 0 5px 0;
	margin:0 auto;
	text-align:center;
	overflow:auto;
}
.catLeftExtras {
	text-align:center;
	padding:20px;
	background:#f3dfc1;
	border-bottom:1px solid #d0ac71;
	margin-top:30px;
}
.catLeftExtras p {
	font-size:11px;
	text-align:left;
}
.catLeftExtras div.extraPwithImg {
	width:113px;
	float:left;
}
.catLeftExtras img {
	float:right;
	width:60px;
}
.extrasDetails {
	clear:both;
	float:left;
	width:100%;
	height:20px;
	text-align:left;
	margin-top:7px;
	padding-top:5px;
	padding-left:25px;
	background:url(../images/arrowBox.jpg) no-repeat left center;
}
.extrasDetails a {
	font-size:11px;
	font-weight:bold;
	display:block;
}
#catRight {
	margin: 20px 0 20px 0;
	width:695px;
}
.cms_banner img {
display:none;
}
.cmsText {
	padding:20px 0 0 0;
}
#catRight .cmsText{width:680px;}
#catRight h1{margin-top:20px;}
.cmsTextBottom {
	padding:20px 0 200px 0;
}
/*=====PAGING TABLE========*/
div.paging, .paging_bottom{display:none;}
table.pagingTable {
	width:100%;
	margin: 20px 0;
	font-size:11px;
	font-weight:bold;
}
table.pagingTable a {
	font-size:11px;
	font-weight:bold;
}
a.sortPrice {
	width:20px;
	height:19px;
	display:inline-block;
	background:url(../images/sort-price-bg.jpg) no-repeat top left;
}
a.sortPrice:hover {
	background:url(../images/sort-price-bg.jpg) no-repeat bottom left;
}
/*=====Product Small Template========*/

.productSmall {
	width:210px;
	margin:20px 10px;
	text-align:center;
	float:left;
}
.productImage {
	margin:0 auto;
	width:142px;
	height:142px;
	overflow:hidden;
}
.productImage a img {
	border:1px solid #d0ac71;
}
.productSmall .productName a {
	font-size:12px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	line-height:1.2em;
}
.productSmall .productName {
	text-align:center;
	margin-top:10px;
	display:block;
	width:100%;
}
#productSmallPrice {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 0 10px 0;
}
div.ratingOff {
	float:left;
	width:23px;
	height:19px;
	background:url(../images/rating-cup-off.gif) no-repeat top left;
}
div.ratingOn {
	float:left;
	width:23px;
	height:19px;
	background:url(../images/rating-cup-on.gif) no-repeat top left;
}
.ratingNum p {
	font-size:11px;
	font-weight:bold;
	padding:2px 0 0 2px;
}
div.ratingsWrapper {
	width:140px;
	margin:0 auto;
}
div.ratings {
	margin-left:13px;
}
/*=====Product Large Template (prefix: pp)========*/
#hide_for_print{display:none;}
#ppLcol {
	padding:20px 0 200px 0;
}
#ppRcol {
display:none;
}
.boxStyle { /* used on various side-col boxes */
	background:#f3dfc1;
	border-bottom:1px solid #d0ac71;
}
#ppImage {
	width:302px;
	float:left;
}
#ppMainImage img {
	border:1px solid #d0ac71;
}
#ppThumbs {
	margin:10px 0;
}
.ppThumb {
	width:42px;
	height:42px;
	background-color:#fff;
	margin:0 10px 10px 0;
	padding:2px;
	border:1px solid #d0ac71;
	float:left;
	overflow:hidden
}
#ppVideo {
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;
}
#ppVideo a {
	background:url(../images/ppVideo.jpg) no-repeat left center;
	padding-left:25px;
}
#ppDetails {
	width:378px;
	float:left;
	margin-left:20px;
}
#ppDetails h1 {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	border:none;
	padding:0;
}
#ppDetails div.ratings {
	margin:8px 0 0 0;
}
.ratings img {
	float:left;
}
#ppPrice, #ppOptions, #ppAddBtn, #ppShort {
	float:left;
	width:100%;
	margin-top:10px;
}
#ppOptions input[type=text] {
	width:50px;
	margin:0 7px 0 0;
}
#ppOptions select {
	margin:8px 10px 0 0;
}
#ppTabs, #ppTabHead, #ppReviews {
	width:700px;
	float:left;
}
#ppTabs {
	margin:20px 0;
}
#ppTabs ul {
	list-style:none;
	text-align:center;
	display:inline;
	list-style:none;
	width:700px;
}
#ppTabs li {
	background:url(../images/ppTabBg.gif) repeat-x top left;
	display:inline-block;
	height:28px;
	width:228px;
	float:left;
	text-align:center;
}
#ppTabs li.tabSpacer {
	width:5px;
	height:29px;
	background:transparent none;
	border-bottom:1px solid #d0ac71;
}
#ppTabHead {
	height:30px;
}
#ppTabs li.ppTabActive {
	background-image:none;
	background-color:#efdab8;
	border:1px solid #d0ac71;
	border-bottom-color:#efdab8;
}
#ppTabs li.ppTabInactive {
	border:1px solid #d0ac71;
}
li.ppTabActive a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#333;
	display:block;
	height:28px;
	padding-top:.6em;
}
li.ppTabInactive a {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#663333;
	display:block;
	height:18px;
	padding-top:10px;
}
li.ppTabInactive a:hover {
	background:#efdab8;
}
#ppTabContent {
	width:658px;
	float:left;
	padding:20px;
	background:#efdab8;
	border:1px solid #d0ac71;
	border-top:none;
}
/*-----Product VERSIONS----------*/

#product_versions {
	width:670px;
clear:both;	margin-top:20px;
}
div.version_top {
	font-size:14px;
	line-height:1.3em;
	padding:5px 5px 5px 35px;
	width:660px;
	background:#f3dfc1 url(../images/version_arrow.jpg) no-repeat 10px center;
	border-bottom:1px solid #d0ac71;
	color:#564032;
}
div.version_top_down {
	background:#f3dfc1 url(../images/version_arrow_down.jpg) no-repeat 10px center !important;
}
.version_top a:link, .version_top a:visited, .version_top a:focus {
	font-weight:bold;
	text-decoration:none;
}
.version_item {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #564032;
	width:670px;
}
.vitem_image, .vitem_desc, .vitem_pricing {
	float:left;
}
.vitem_image {
	border:1px solid #d0ac71;
	height:68px;
	width:68px;
	position:relative;
	overflow:hidden;
	margin-right:10px;
}
.vitem_desc {
	width:220px;
	margin-right:20px;
	font-size:11px;
}
.vitem_desc a {
	font-weight:bold;
	font-size:12px;
}
.vitem_pricing {
	width:379px;
}
.vitem_price, .vitem_pricing h5 {
	display:inline;
	margin-right:10px;
}
.vitem_pricing table td.empty {
	background-color:#faead1;
}
.vitem_pricing table td {
	background-color:#efdab8;
}
.vitem_pricing table td div {
	font-weight:bold;
}
.vitem_pricing table {
	margin-top:5px;
	font-size:11px;
	width:100%;
}
.vitem_pricing table table {
	margin-top:0px;
}
input.quantity {
	width:50px;
}
#stockOut {
	padding-top: 10px;
}

#ppDetails div#stockOut{float:left; margin:7px 0;}
#ppDetails div#stockOut h4{margin:0 0 5px 0 !important; padding-bottom:5px;}
#tab_wrap #tabs, #tab_wrap .spacer_fill,.vitem_pricing,.cat_flag_position span{display:none;}
#tab_content .tab_text{width:670px; margin:15px 0 0; display:block !important; clear:both;}
.cat_flag_position{padding:10px 0;}
#ppReviews {
	float:left;
	width:100%;
}

#ppExtras {
	padding:10px 20px;
}
li.wishlist, li.questions {
	margin-top:5px;
}
li.wishlist a {
	background:url(../images/wishlist.gif) no-repeat top left;
	padding-left:30px;
	height:20px;
	display:block;
}
li.questions a {
	background:url(../images/question.gif) no-repeat top left;
	padding-left:30px;
	height:20px;
	display:block;
}
#ppSuggested, #ppAlsoBought {
	float:left;
	width:100%;
	background:#f3dfc1;
	margin: 0;
}
#ppIngred {
	margin-top:20px;
}
#ppIngred ul {
	list-style:disc;
	list-style-position:inside;
}
#ppIngred ul li {
	padding-bottom:.5em;
}
#ppSuggested {
	margin-top:20px;
}
#ppAlsoBought {
}
.ppExpand {
	background:#faead1 url(../images/arrow-down.gif) no-repeat center center;
	width:100%;
	height:8px;
	float:left;
	clear:left;
	margin: 10px 0 20px 0;
}
.ppContract {
	background:url(../images/arrow-up.gif) no-repeat top center;
	width:100%;
	height:8px;
	float:left;
	margin: 10px 0 20px 0;
}
.ppContract a, .ppExpand a {
	display:block;
	width:100%;
	height:8px;
}
/*==================REVIEWS=======================*/



.review {
	margin:0;
	width:700px;
	padding:0 0 20px 0;
	border-bottom:1px dotted #888a87;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
.reviewLast {
	width:700px;
	padding:0 0 20px 0;
	margin:0;
	border-top:1px dotted #888a87;
	border-bottom:1px dotted #888a87;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px red solid;
}
.reviewTitle {
	margin-bottom:10px;
}
.reviewTitle h2 {
	float:left;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	border:0;
	font-weight:normal;
}
.reviewTitle h4 {
	float:left;
	clear:left;
	margin:0;
	padding: 10px 0 0 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	color:#564032;
	border:none;
	font-style:normal;
	font-family:Arial, verdana, sans-serif;
}
.reviewText p {
	float:left;
	clear:left;
	margin-top:10px;
	margin-bottom:0px;
}
.rating {
	float:left;
	clear:left;
	padding-top:15px;
	margin-left:0;
}
.rating a img {
	border:none;
}
.ratingNum {
	margin: 0 0 0 3px;
	padding:0;
	float:left;
	width:20px;
	font-weight:bold;
}
.ratingNum p {
	margin:0px;
	padding:0px;
}
.reviewShare {
	margin-top:8px;
	height:16px;
	display:inline-block;
	width:400px;
	float:left;
	clear:left;
}
.reviewShare p {
	margin:5px 0 0 0;
	float:left;
	padding-right:1em;
	font-family:Arial, verdana, sans-serif;
	font-weight:bold;
	font-size:11px;
}
.reviewShare img {
	width:171px;
	float:left;
	padding-top:3px;
	border:none;
}
.reviewHelpful {
	float:left;
	clear:left;
	font-family: arial, verdana, sans-serif;
	font-size:11px;
}
.reviewHelpful p {
	margin-top:25px;
	margin-bottom:0px;
	padding-top:0px;
}
/*------------store locator------------*/

ul.bullet {
	list-style:none;
	list-style-image:url(../images/bullet.png) !important;
}
div.retailStoreLoc ul.bullet {
	margin:10px 0 0;
	padding-left:0;
}
div#retailStores {
	/*float:left;*/

	margin:0;
	padding:0;
	font-family:Arial, verdana, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:1.2em;/*width:940px;*/

}
.retailStoreLoc {
	width:24%;
	float:left;
	padding:13px 0;
	margin-left:1%;
}
.retailStoreLoc h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	border:none;
	margin:0;
}
.retailStoreLoc h2 a:link, .retailStoreLoc h2 a:visited {
	color:#872107;
	text-decoration:none;
}
.retailStoreLoc h2 a:active, .retailStoreLoc h2 a:hover {
	color:#872107;
	text-decoration:underline;
}
#retailStores .row {
	float: left;
	width: 650px;
	margin: 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #888a87;
	clear:both;
}

.retailStoreLoc a {
	color:#872107;
	text-decoration:none;
}
.retailStoreLoc a:hover {
	color:#872107;
	text-decoration:underline;
}
div.locator_form {
display:none;
}
div.letters {
	font-size:11px;
	padding-top:5px;
}
div.letters a:link, div.letters a:visited {
	color:#872107;
	text-decoration:underline;
}
div.letters a:hover, div.letters a:active {
	color:#872107;
	text-decoration:none;
	font-weight:bold;
}
/*=============INGREDIENTS============*/

#ingred_wrap {
/*width:100%;*/

}
.ingred_item {
	width:330px;
	float:left;
	margin:20px 0 0 0;
	display:inline;
}
.ingred_photo {
	float:left;
	width:89px;
	height:89px;
	border:1px solid #bc9256;
	overflow:hidden;
}
.ingred_text {
	float:left;
	width:200px
}
.ingred_text h2 {
	margin:0 0 0 10px;
	padding:0;
}
.ingred_text h2 a {
	text-decoration:none;
}
.ingred_text p {
	margin:10px 0 0 10px;
	padding:0;
}
#ingred_detail {
	width:100%;
}
img.ingred_detail_img {
	float:left;
	margin:10px 10px 10px 0; /* Josh changed from padding to margin */
}
.ingred_detail_text {
}
#ingred_detail h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#333333;
	border:none;
}
/*--------Endorsements-------*/

.endorsement {
	width:665px;
	float:left;
	padding-bottom:200px;
}
.endorsement_extras {
	width:220px;
	float:right;
	padding-bottom:200px;
}
.endorsement_extras h3 {
	font-size:120%;
	padding-bottom:10px;
}
.endorsement_extras ul {
	margin-left:20px;
}
.end_extra_block {
	background-color:#F3DFC1;
	margin-bottom:20px;
	padding:20px;
}
/* Google maps */

#map_sample1 {
	width: 100%;
	height: 250px;
	border: 1px solid #777;
}

