@charset "UTF-8";
/*  ==================

    CMS sandbox resets
    (TODO: move into global and add appropriate rules for each site's stylesheet)

    ================== */
/* line 9, ../sass/glbl.scss */
.cms-sandbox div, .cms-sandbox span, .cms-sandbox applet, .cms-sandbox object, .cms-sandbox iframe, .cms-sandbox h1, .cms-sandbox h2, .cms-sandbox h3, .cms-sandbox h4, .cms-sandbox h5, .cms-sandbox h6, .cms-sandbox p, .cms-sandbox blockquote, .cms-sandbox pre, .cms-sandbox a, .cms-sandbox abbr, .cms-sandbox acronym, .cms-sandbox address, .cms-sandbox big, .cms-sandbox cite, .cms-sandbox code, .cms-sandbox del, .cms-sandbox dfn, .cms-sandbox em, .cms-sandbox font, .cms-sandbox img, .cms-sandbox ins, .cms-sandbox kbd, .cms-sandbox q, .cms-sandbox s, .cms-sandbox samp, .cms-sandbox small, .cms-sandbox strike, .cms-sandbox strong, .cms-sandbox sub, .cms-sandbox sup, .cms-sandbox tt, .cms-sandbox var, .cms-sandbox b, .cms-sandbox u, .cms-sandbox i, .cms-sandbox center, .cms-sandbox dl, .cms-sandbox dt, .cms-sandbox dd, .cms-sandbox ol, .cms-sandbox ul, .cms-sandbox li, .cms-sandbox fieldset, .cms-sandbox form, .cms-sandbox label, .cms-sandbox legend, .cms-sandbox table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 21, ../sass/glbl.scss */
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* line 32, ../sass/glbl.scss */
.cms-sandbox {
  /* Equivalent to #contentInner styles */
  font-size: 12px;
  /* color: #583535; */
  color: #450100;
}
/* line 33, ../sass/glbl.scss */
.cms-sandbox tbody, .cms-sandbox tfoot, .cms-sandbox thead, .cms-sandbox tr, .cms-sandbox th, .cms-sandbox td, .cms-sandbox article, .cms-sandbox aside, .cms-sandbox canvas, .cms-sandbox details, .cms-sandbox figcaption, .cms-sandbox figure, .cms-sandbox footer, .cms-sandbox header, .cms-sandbox hgroup, .cms-sandbox menu, .cms-sandbox nav, .cms-sandbox section, .cms-sandbox summary, .cms-sandbox time, .cms-sandbox mark, .cms-sandbox audio, .cms-sandbox video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
/* line 47, ../sass/glbl.scss */
.cms-sandbox a {
  color: #A60000;
}
/* line 49, ../sass/glbl.scss */
.cms-sandbox a:hover {
  text-decoration: underline;
}
/* line 53, ../sass/glbl.scss */
.cms-sandbox p {
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 54, ../sass/glbl.scss */
.cms-sandbox p:first-child {
  margin-top: 0;
}
/* line 57, ../sass/glbl.scss */
.cms-sandbox p:last-child {
  margin-bottom: 0;
}
/* line 63, ../sass/glbl.scss */
.cms-sandbox sup {
  font-size: 80%;
  position: relative;
  top: -4px;
}
/* line 68, ../sass/glbl.scss */
.cms-sandbox del, .cms-sandbox strike, .cms-sandbox s {
  text-decoration: line-through;
}
/* line 71, ../sass/glbl.scss */
.cms-sandbox ins, .cms-sandbox u {
  text-decoration: underline;
}
/* line 74, ../sass/glbl.scss */
.cms-sandbox sub {
  font-size: 70%;
  position: relative;
  top: 3px;
}
/* line 79, ../sass/glbl.scss */
.cms-sandbox > *:last-child {
  margin-bottom: 0;
}
/* line 82, ../sass/glbl.scss */
.cms-sandbox h1:first-child, .cms-sandbox h2:first-child, .cms-sandbox h3:first-child, .cms-sandbox h4:first-child, .cms-sandbox h5:first-child, .cms-sandbox h6:first-child {
  margin-top: 0;
}
/* line 85, ../sass/glbl.scss */
.cms-sandbox h1 {
  color: #A60000;
  font-size: 200%;
  font-family: Georgia, Times New Roman, Times, serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
}
/* line 94, ../sass/glbl.scss */
.cms-sandbox h2 {
  /* font-family specified by Cufon */
  font-weight: normal;
  font-size: 233%;
  color: #B29642;
  margin-top: -10px;
  margin-bottom: 10px;
}
/* line 101, ../sass/glbl.scss */
.cms-sandbox h2 + h1 {
  margin-bottom: 0;
}
/* line 105, ../sass/glbl.scss */
.cms-sandbox h3 {
  font-weight: bold;
  color: #B29642;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 112, ../sass/glbl.scss */
.cms-sandbox h4 {
  font-weight: bold;
  color: #AE810D;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 118, ../sass/glbl.scss */
.cms-sandbox h5 {
  font-weight: bold;
  color: #AE810D;
}
/* line 122, ../sass/glbl.scss */
.cms-sandbox li {
  margin-bottom: 10px;
}
/* line 125, ../sass/glbl.scss */
.cms-sandbox ul {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 126, ../sass/glbl.scss */
.cms-sandbox ul:first-child {
  margin-top: 0;
}
/* line 129, ../sass/glbl.scss */
.cms-sandbox ul:last-child {
  margin-bottom: 0;
}
/* line 135, ../sass/glbl.scss */
.cms-sandbox ul li {
  list-style-type: disc;
  list-style-position: outside;
}
/* line 139, ../sass/glbl.scss */
.cms-sandbox ul ul li {
  list-style-type: circle;
}
/* line 143, ../sass/glbl.scss */
.cms-sandbox ol {
  margin-left: 18px;
  *margin-left: 23px;
}
/* line 146, ../sass/glbl.scss */
.cms-sandbox ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
/* line 150, ../sass/glbl.scss */
.cms-sandbox ol ol li {
  list-style-type: lower-latin;
  list-style-position: outside;
}
/* line 156, ../sass/glbl.scss */
.cms-sandbox table:first-child {
  margin-top: 0;
}
/* line 159, ../sass/glbl.scss */
.cms-sandbox table:last-child {
  margin-bottom: 0;
}
/* line 162, ../sass/glbl.scss */
.cms-sandbox table.Table-Dashed-Cells tr td {
  background: url(../img/global/table-row-separator.png) bottom left repeat-x;
  padding: 7px 0 9px 5px;
  vertical-align: middle;
}
/* line 167, ../sass/glbl.scss */
.cms-sandbox table tr th {
  padding: 0 0 9px 5px;
}
/* line 169, ../sass/glbl.scss */
.cms-sandbox table tr th:first-child {
  padding: 0;
}
/* line 173, ../sass/glbl.scss */
.cms-sandbox table .Table-Dashed-Cells tr td {
  background: url(../img/global/table-row-separator.png) bottom left repeat-x;
  padding: 7px 0 9px 5px;
}
/* line 177, ../sass/glbl.scss */
.cms-sandbox table tr td:first-child {
  padding-left: 0;
  vertical-align: top;
}
/* line 182, ../sass/glbl.scss */
.cms-sandbox blockquote {
  margin: 20px 0;
  border: 1px solid #B29642;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}

		/*
        .cms-sandbox table {
            border-collapse: collapse;
            margin-top: 10px;
            margin-bottom: 10px;
			width:100%!important;
        }
		*/
/*  =========================================

    Basic colours, backgrounds and typography

    =========================================  */
/* line 206, ../sass/glbl.scss */
body {
  background: #6f070c url(../img/global/bg.gif) top center repeat-y;
  color: #FFFFFF;
  font-size: 120%;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25;
}

/* line 214, ../sass/glbl.scss */
#wrap {
  background: url(../img/global/bg-top.jpg) top center no-repeat;
  /* Second background layer */
  overflow: hidden;
  /* Remove magical extra margin */
}

/* line 221, ../sass/glbl.scss */
a {
  color: #FFCC99;
  text-decoration: none;
}
/* line 224, ../sass/glbl.scss */
a:hover {
  text-decoration: underline;
}

/* line 229, ../sass/glbl.scss */
input[type="text"] {
  border: 1px solid #E9D599;
  padding: 3px 2px;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #583535;
  line-height: 19px;
}

/* line 238, ../sass/glbl.scss */
.dn {
  display: none;
}

/* line 242, ../sass/glbl.scss */
.dsib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 248, ../sass/glbl.scss */
#content ul.breadcrumb {
  background: url(../img/global/bg_breadcrumbs.png) top left no-repeat;
  padding: 0 20px;
  height: 36px;
  overflow: hidden;
  position: relative;
  /* Positioning context for children */
}
/* line 255, ../sass/glbl.scss */
#content ul.breadcrumb li {
  position: relative;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
}
/* line 261, ../sass/glbl.scss */
#content ul.breadcrumb a {
  color: #A60000;
  padding-right: 15px;
  background: url(../img/global/breadcrumbs-separator.png) right center no-repeat;
  margin-right: 10px;
}
/* line 267, ../sass/glbl.scss */
#content ul.breadcrumb .last a {
  color: #B29642;
  font-style: oblique;
  margin-right: 0;
  background: none;
}

/* line 275, ../sass/glbl.scss */
#contentInner {
  background: #FFFAF5;
  color: #583535;
}

/* line 280, ../sass/glbl.scss */
.content-wrapper a {
  color: #A60000;
}

/* line 284, ../sass/glbl.scss */
.content-bottom {
  display: block;
  background: url(../img/global/bg_content-bottom.png) left top no-repeat;
  width: 960px;
  height: 3px;
  overflow: hidden;
  /* Ensure no accidental whitespace */
  margin: 0 auto;
}

/* Hidden headings */
/* line 296, ../sass/glbl.scss */
body.path_shopping-list h1 {
  display: none;
}
/* line 298, ../sass/glbl.scss */
body.path_shopping-list h1.shoppingListHeading {
  display: block;
}

/* Smaller gold headings */
/* line 305, ../sass/glbl.scss */
h2 {
  color: #B29642;
  font-size: 230%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

/* line 315, ../sass/glbl.scss */
body.path-depth_2-or-deeper .content-wrapper > h1, body.path_about-us .content-wrapper > h1, body.path_our-range .content-wrapper > h1, body.path_nutrition .content-wrapper > h1, body.path_tips .content-wrapper > h1, body.path_recipe-tips .content-wrapper > h1, body.path_recipes-and-tips .content-wrapper > h1 {
  color: #B29642;
  font-size: 230%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0;
}

/* line 325, ../sass/glbl.scss */
#prod-detail .col1 > h5 {
  color: #B29642;
  text-transform: uppercase;
  font-size: 80%;
}

/* line 332, ../sass/glbl.scss */
#recipe-detail .col1 > h3, #recipe-detail .col1 > #instructions > h3 {
  color: #B29642;
  text-transform: uppercase;
  font-size: 80%;
}

/* line 339, ../sass/glbl.scss */
body cufon {
  vertical-align: middle\0 !important;
  position: relative\0;
  top: -1px\0;
}

/* Dirrrrty IE8 fix for across-the-board cufon misalignment */
/* Big red headings */
/* line 349, ../sass/glbl.scss */
h2#subPageTitle, h1 {
  color: #A60000;
  font-size: 200%;
  font-family: Georgia, Times New Roman, Times, serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}

/* line 358, ../sass/glbl.scss */
body.path_recipes h1 {
  margin-bottom: 0;
}

/*  ======

    Header

    ======  */
/* line 368, ../sass/glbl.scss */
header {
  background: #6F070C url(../img/global/header/bg.jpg) top center no-repeat;
  z-index: 10;
  position: relative;
  /* Makes IE7 respect z-order of dropdowns */
}
/* line 373, ../sass/glbl.scss */
header a#logo {
  /* qualified with tag because the img inside also has the same ID :| */
  display: block;
  margin: 0 auto;
  width: auto;
  padding: 18px 0;
  overflow: hidden;
  /* Prevent whitespace artefacts */
  text-align: center;
  line-height: 0;
}

/* line 387, ../sass/glbl.scss */
.top-nav {
  background: url(../img/global/header/bg_navbar.png) top center repeat-x;
  line-height: 1.3\0;
  /* IE8 nicer default line-height */
}
/* line 391, ../sass/glbl.scss */
.top-nav #main-nav-wrapper {
  background: url(../img/global/header/bg_navbar-bottom.png) bottom center repeat-x;
  padding: 7px 0 0;
}

/* line 398, ../sass/glbl.scss */
#main-nav ul.mnav {
  margin-left: 10px;
}
/* line 400, ../sass/glbl.scss */
#main-nav ul.mnav > li {
  background: url(../img/global/spacer.png) repeat;
  /* Seriously, keep the padding IE7. Don't "hover through" */
}
/* line 404, ../sass/glbl.scss */
#main-nav ul.mnav > li > #lnkProductExplorer > a, #main-nav ul.mnav > li > a {
  padding: 4px 10px 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 85%;
  text-decoration: none;
}
/* line 411, ../sass/glbl.scss */
#main-nav ul.mnav > li > #lnkProductExplorer > a .cufon {
  *top: -1px;
}
/* line 414, ../sass/glbl.scss */
#main-nav ul.mnav > li > a {
  color: #fff;
}
/* line 416, ../sass/glbl.scss */
#main-nav ul.mnav > li > a:hover {
  background: url(../img/global/header/bg_mnav-hover.png) top left no-repeat;
  position: relative;
  /* Positioning and sizing context for .navitem-right */
  margin-right: 3px;
  padding-right: 7px;
  /* = original 10px - 3px */
  color: #FDF3D9;
}
/* line 426, ../sass/glbl.scss */
#main-nav ul.mnav > li > #lnkProductExplorer:hover > a {
  background: url(../img/global/header/bg_mnav-hover.png) top left no-repeat;
  position: relative;
  /* Positioning and sizing context for .navitem-right */
  margin-right: 3px;
  padding-right: 7px;
  /* = original 10px - 3px */
  color: #FDF3D9;
}
/* line 436, ../sass/glbl.scss */
#main-nav ul.mnav > li > a.has-open-submenu {
  background: url(../img/global/header/bg_mnav-hover.png) top left no-repeat;
  position: relative;
  /* Positioning and sizing context for .navitem-right */
  margin-right: 3px;
  padding-right: 7px;
  /* = original 10px - 3px */
  color: #FDF3D9;
}
/* line 445, ../sass/glbl.scss */
#main-nav ul.mnav > li > a:hover .navitem-right {
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 100%;
  padding-right: 7px;
  /* = (li > a.paddingRight) - 3px */
  background: url(../img/global/header/bg_mnav-hover_right.png) top right no-repeat;
}
/* line 456, ../sass/glbl.scss */
#main-nav ul.mnav > li > #lnkProductExplorer:hover > a .navitem-right, #main-nav ul.mnav > li > a.has-open-submenu .navitem-right {
  position: absolute;
  top: 0;
  right: -3px;
  width: 3px;
  height: 100%;
  padding-right: 7px;
  /* = (li > a.paddingRight) - 3px */
  background: url(../img/global/header/bg_mnav-hover_right.png) top right no-repeat;
}
/* line 466, ../sass/glbl.scss */
#main-nav ul.mnav > li > #lnkProductExplorer:hover > a {
  background: url(../img/global/header/bg_dropdown-hover.png) top left no-repeat;
  margin-right: 3px;
  padding-right: 7px;
  /* = original 10px - 3px */
}
/* line 473, ../sass/glbl.scss */
#main-nav ul.mnav > li > a.has-submenu:hover, #main-nav ul.mnav > li > a.has-open-submenu {
  background: url(../img/global/header/bg_dropdown-hover.png) top left no-repeat;
  margin-right: 3px;
  padding-right: 7px;
  /* = original 10px - 3px */
}
/* line 481, ../sass/glbl.scss */
#main-nav ul.mnav > li:hover > #lnkProductExplorer:hover > a .navitem-right {
  background: url(../img/global/header/bg_dropdown-hover_right.png) top right no-repeat;
}
/* line 485, ../sass/glbl.scss */
#main-nav ul.mnav > li > a.has-submenu:hover .navitem-right, #main-nav ul.mnav > li > a.has-open-submenu .navitem-right {
  background: url(../img/global/header/bg_dropdown-hover_right.png) top right no-repeat;
}
/* line 491, ../sass/glbl.scss */
#main-nav ul.stnav {
  margin-right: 20px;
}
/* line 493, ../sass/glbl.scss */
#main-nav ul.stnav > li {
  background: url(../img/global/spacer.png) repeat;
  /* Seriously, keep the padding IE7. Don't "hover through" */
}
/* line 498, ../sass/glbl.scss */
#main-nav ul.stnav > li > div > a {
  color: #FDF3D9;
  text-transform: uppercase;
  font-size: 75%;
  text-decoration: none;
  background: url(../img/global/header/bg_stnav.png) top left no-repeat;
  margin-left: 1px;
  margin-right: 3px;
}
/* line 506, ../sass/glbl.scss */
#main-nav ul.stnav > li > div > a .snav-button-end {
  display: block;
  background: url(../img/global/header/bg_stnav-right.png) top right no-repeat;
  padding: 5px 13px 11px 12px;
  margin-right: -3px;
}
/* line 512, ../sass/glbl.scss */
#main-nav ul.stnav > li > div > a .icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../img/global/header/stnav-icons.png) top left no-repeat;
  *background-position: 0 1px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
/* line 527, ../sass/glbl.scss */
#main-nav ul.stnav > li > div:hover > a {
  background: url(../img/global/header/bg_stnav-hover.png) top left no-repeat;
}
/* line 529, ../sass/glbl.scss */
#main-nav ul.stnav > li > div:hover > a .snav-button-end {
  background: url(../img/global/header/bg_stnav-hover_right.png) top right no-repeat;
}
/* line 533, ../sass/glbl.scss */
#main-nav ul.stnav > li > div#lnkSubscribe:hover > a {
  background: url(../img/global/header/bg_stnav-hover_subscribe.png) top left no-repeat !important;
}
/* line 535, ../sass/glbl.scss */
#main-nav ul.stnav > li > div#lnkSubscribe:hover > a .snav-button-end {
  background: url(../img/global/header/bg_stnav-hover_subscribe_right.png) top right no-repeat !important;
}
/* line 540, ../sass/glbl.scss */
#main-nav ul.stnav > li > #lnkrecipefinder > a .icon {
  background-position: 0 -11px;
  *background-position: 0 -10px;
}
/* line 544, ../sass/glbl.scss */
#main-nav ul.stnav > li > #lnkShoppinglist > a .icon {
  background-position: 0 -22px;
  *background-position: 0 -21px;
  top: 0;
}

/* Navitems */
/* Changes to ovveride subscribe menu. MB, 11-27-2012 */
/* END Override */
/* line 560, ../sass/glbl.scss */
.nav-shadow {
  display: block;
  height: 13px;
  overflow: hidden;
  background: url(../img/global/header/bg_navbar-dropshadow.png) top left repeat-x;
}

/*  ----------------------------------------
    Product finder (a.k.a. Product explorer)
    ----------------------------------------  */
/* line 573, ../sass/glbl.scss */
#peLoader {
  z-index: 111;
  background: #FEF3E1 url("../img/global/header/product-finder/loader.gif") no-repeat center center;
  margin: 0 auto;
  height: 426px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 585, ../sass/glbl.scss */
#productExplorerInner {
  background: #FEF3E1 url(../img/global/header/product-finder/bg_products.png) bottom left no-repeat;
  color: #583535;
  position: relative;
  zoom: 1;
}
/* line 590, ../sass/glbl.scss */
#productExplorerInner .nav {
  position: absolute;
  bottom: 18px;
  right: 37px;
  background: url(../img/global/btn_prev-next.png) top left no-repeat;
  width: 21px;
  height: 22px;
  overflow: hidden;
  line-height: 9999px;
}
/* line 600, ../sass/glbl.scss */
#productExplorerInner .nav-next {
  right: 15px;
  background-position: top right;
}

/* line 606, ../sass/glbl.scss */
#peNumProducts {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 90%;
  font-style: oblique;
  border-top: 1px solid #FFFFFF;
}
/* line 611, ../sass/glbl.scss */
#peNumProducts span {
  border-top: 1px solid #EDE0BC;
  display: block;
  padding: 19px 18px 21px;
}

/* line 618, ../sass/glbl.scss */
#peCategory {
  background: url(../img/global/header/product-finder/bg_category.png) top left no-repeat;
}
/* line 620, ../sass/glbl.scss */
#peCategory li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* line 624, ../sass/glbl.scss */
#peCategory li a {
  display: block;
  *float: left;
  color: #F2DB95;
  font-size: 80%;
  text-transform: uppercase;
  padding: 14px 20px 13px;
}
/* line 632, ../sass/glbl.scss */
#peCategory li.on {
  border-left: 1px solid rgba(242, 212, 169, 0.2);
  border-right: 1px solid rgba(242, 212, 169, 0.2);
  *border-left: none;
  /* (1) No border looks better than opaque border in IE7 */
  *border-right: none;
}
/* line 638, ../sass/glbl.scss */
#peCategory li.on a {
  background: url(../img/global/header/product-finder/bg_category-on.png) top left repeat-x;
  border-left: 1px solid #120000;
  border-right: 1px solid #120000;
  padding: 14px 18px;
  *padding: 14px 19px;
  /* Related to #peCategory li.on -- comment (1) */
  margin-bottom: -1px;
}
/* line 648, ../sass/glbl.scss */
#peCategory li:first-child.on {
  border-left: none;
}
/* line 650, ../sass/glbl.scss */
#peCategory li:first-child.on a {
  border-left: none;
  padding-left: 20px;
}

/* line 658, ../sass/glbl.scss */
#peSubCategory {
  background: url(../img/global/header/product-finder/bg_subcategory.png) top left no-repeat;
  padding-left: 170px;
}
/* line 661, ../sass/glbl.scss */
#peSubCategory li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* line 665, ../sass/glbl.scss */
#peSubCategory li a {
  display: block;
  *zoom: 1;
  color: #FDF3D9;
  font-size: 90%;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: oblique;
  padding: 14px 20px 13px;
}
/* line 674, ../sass/glbl.scss */
#peSubCategory li.on {
  background: url(../img/global/header/product-finder/bg_subcategory-on.png) 5px 8px no-repeat;
  margin-right: 11px;
}
/* line 677, ../sass/glbl.scss */
#peSubCategory li.on a {
  margin-right: -6px;
  background: url(../img/global/header/product-finder/bg_subcategory-on_right.png) right 8px no-repeat;
  color: #450100;
  padding-right: 15px;
}

/* line 687, ../sass/glbl.scss */
#peProducts {
  *position: relative;
  /* IE7 -- yes, really. Overflow, be hidden. I told you. */
  overflow: hidden;
  /* Allows the scroller to function correctly */
}
/* line 692, ../sass/glbl.scss */
#peProducts a {
  color: #A00000;
}
/* line 695, ../sass/glbl.scss */
#peProducts ul {
  background: url(../img/global/header/product-finder/bg_products.png) top left no-repeat;
  padding: 20px;
  padding-right: 0;
  *zoom: 1;
  position: relative;
  width: 15000px;
  /* Allows the scroller to function correctly */
}
/* line 703, ../sass/glbl.scss */
#peProducts ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 712, ../sass/glbl.scss */
#peProducts li {
  float: left;
  width: 168px;
  margin-right: 20px;
}
/* line 717, ../sass/glbl.scss */
#peProducts li > a {
  display: block;
  width: 166px;
  height: 164px;
  overflow: hidden;
  /* Clip contained image */
  border: 1px solid #E6C975;
  background: #FFFFFF;
  font-size: 0;
  text-align: center;
}
/* line 727, ../sass/glbl.scss */
#peProducts li > a img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* line 736, ../sass/glbl.scss */
#peProducts li > p {
  padding: 6px 0;
  font-size: 100%;
  line-height: 1.25;
  height: 3.75em;
}
/* line 741, ../sass/glbl.scss */
#peProducts li > p a {
  text-decoration: none;
  color: #583535;
  cursor: default;
}
/* line 745, ../sass/glbl.scss */
#peProducts li > p a:hover {
  text-decoration: none;
  color: #583535;
  cursor: default;
}
/* line 752, ../sass/glbl.scss */
#peProducts li > span a {
  display: block;
  background: url(../img/global/header/product-finder/btn_view-product.png) top left no-repeat;
  width: 132px;
  padding-left: 14px;
  padding-right: 22px;
  height: 28px;
  line-height: 29px;
  /* Ideally this should be 28px, but 29px looks more centred */
  color: #FDF3D9;
  font-size: 72%;
  text-transform: uppercase;
  text-indent: -10000px;
}
/* line 765, ../sass/glbl.scss */
#peProducts li > span a .cufon {
  *position: relative;
  *top: -2px;
  /* IE7 - stay centered dammit */
}

/*  -------------
    Recipe Finder
    -------------  */
/* line 779, ../sass/glbl.scss */
#lnkrecipefinder #rfmodal {
  background: #FEF3E1 url(../img/global/header/recipe-finder/bg.png) top left no-repeat;
  color: #583535;
  padding-top: 17px;
  /*display: block !important; */
  /* Debugging only */
  right: -20px;
}

/* line 788, ../sass/glbl.scss */
#rdModalInner {
  *zoom: 1;
  background: url(../img/global/header/recipe-finder/bg-bottom.png) bottom left no-repeat;
  padding-bottom: 3px;
}
/* line 792, ../sass/glbl.scss */
#rdModalInner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}

/* line 802, ../sass/glbl.scss */
#rfmodalform {
  float: left;
  width: 242px;
  padding: 20px;
  padding-top: 45px;
}
/* line 807, ../sass/glbl.scss */
#rfmodalform .filter-container {
  *zoom: 1;
  padding-bottom: 25px;
}
/* line 811, ../sass/glbl.scss */
#rfmodalform .cuisinetype, #rfmodalform .mealtype {
  display: none;
}
/* line 813, ../sass/glbl.scss */
#rfmodalform .cuisinetype:after, #rfmodalform .mealtype:after {
  display: none;
}
/* line 818, ../sass/glbl.scss */
#rfmodalform .filter-container:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 826, ../sass/glbl.scss */
#rfmodalform .filter-container label {
  float: left;
  padding-top: 3px;
  width: 96px;
  color: #A60000;
  text-transform: uppercase;
}
/* line 833, ../sass/glbl.scss */
#rfmodalform .filter-container select {
  float: left;
  width: 145px;
}
/* line 839, ../sass/glbl.scss */
#rfmodalform .difficulty .links-container {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  font: 11px Arial;
  line-height: 11px;
}
/* line 846, ../sass/glbl.scss */
#rfmodalform .difficulty .links-container a {
  color: #313131;
}
/* line 850, ../sass/glbl.scss */
#rfmodalform .difficulty label {
  position: relative;
  top: -15px;
}
/* line 855, ../sass/glbl.scss */
#rfmodalform .difficulty .links-container a#selection0 {
  background: url(../img/global/header/recipe-finder/easy-icon.jpg) no-repeat top left;
  height: 11px;
  width: 54px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-top: 32px;
}
/* line 864, ../sass/glbl.scss */
#rfmodalform .difficulty .links-container a#selection1 {
  background: url(../img/global/header/recipe-finder/medium-icon.jpg) no-repeat top left;
  height: 11px;
  width: 56px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-top: 32px;
}
/* line 873, ../sass/glbl.scss */
#rfmodalform .difficulty .links-container a#selection2 {
  background: url(../img/global/header/recipe-finder/difficult-icon.jpg) no-repeat top left;
  height: 11px;
  width: 53px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-top: 32px;
}
/* line 882, ../sass/glbl.scss */
#rfmodalform .difficulty .links-container a:hover {
  text-decoration: none;
}
/* line 887, ../sass/glbl.scss */
#rfmodalform .ratingContainer {
  width: 147px;
  height: 35px;
  margin-right: -1px;
  border: none;
  float: right;
  background: transparent url("../img/global/header/recipe-finder/rating-bg.png") no-repeat left top;
}
/* line 895, ../sass/glbl.scss */
#rfmodalform .sliderRating {
  width: 138px;
  height: 35px;
  border: none;
  background: none;
  position: absolute;
}
/* line 901, ../sass/glbl.scss */
#rfmodalform .sliderRating .ui-slider-range {
  background: none;
  height: 35px;
}
/* line 905, ../sass/glbl.scss */
#rfmodalform .sliderRating .ui-slider-handle {
  width: 19px;
  height: 20px;
  background: transparent url("../img/global/header/recipe-finder/rating-pointer.png") no-repeat 0 0;
  border: none;
  margin-left: 0px;
  top: -39px;
  position: relative;
  display: block;
}
/* line 915, ../sass/glbl.scss */
#rfmodalform .sliderRating .ui-state-hover, #rfmodalform .sliderRating .ui-state-active, #rfmodalform .sliderRating .ui-state-focus {
  border: none;
}
/* line 919, ../sass/glbl.scss */
#rfmodalform .search input {
  width: 139px;
}

/* line 924, ../sass/glbl.scss */
#rfmodalresults {
  float: left;
  width: 656px;
  padding: 10px 11px;
}

/* line 930, ../sass/glbl.scss */
#modalPager {
  float: left;
  width: 429px;
}

/* line 935, ../sass/glbl.scss */
#rfmodal #rfmodalresults #noresults {
  margin: 10px 2px 15px 0;
  font-weight: normal;
  font-size: 1.1em;
  padding: 8px;
  position: relative;
  line-height: 1.25em;
  color: #450100;
  background: #fff;
}
/* line 944, ../sass/glbl.scss */
#rfmodal #rfmodalresults #noresults span {
  font-weight: bold;
}

/* line 950, ../sass/glbl.scss */
#lnkrecipefinder #rfmodalresults h2 {
  font-size: 1.5em;
  line-height: 1.2;
  margin: 10px 0;
}
/* line 955, ../sass/glbl.scss */
#lnkrecipefinder #rfmodalresults .recipesnoresult h2 {
  font-size: 230%;
  line-height: 1.2;
  margin: 10px 0;
}

/* line 963, ../sass/glbl.scss */
#modalPager .reciperesultslist {
  *zoom: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
  min-height: 368px;
  /* magic number sampled from browser (2 rows of products) */
}
/* line 969, ../sass/glbl.scss */
#modalPager .reciperesultslist:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 977, ../sass/glbl.scss */
#modalPager .reciperesultslist li {
  float: left;
}
/* line 979, ../sass/glbl.scss */
#modalPager .reciperesultslist li a {
  display: block;
  width: 125px;
  height: 164px;
  padding: 10px 9px;
  color: #583535;
}
/* line 985, ../sass/glbl.scss */
#modalPager .reciperesultslist li a:hover {
  background: url(../img/global/header/recipe-finder/bg_recipe-result_hover.png) top left no-repeat;
  text-decoration: none;
}
/* line 990, ../sass/glbl.scss */
#modalPager .reciperesultslist li .title {
  display: block;
  padding-top: 3px;
}
/* line 994, ../sass/glbl.scss */
#modalPager .reciperesultslist li .img {
  display: block;
  width: 121px;
  height: 121px;
  border: 1px solid #E9D599;
  overflow: hidden;
}
/* line 1000, ../sass/glbl.scss */
#modalPager .reciperesultslist li .img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 1009, ../sass/glbl.scss */
#modalPager .nav-items {
  border-top: 1px solid #FCE0C1;
  padding-top: 17px;
  padding-bottom: 7px;
}

/* line 1016, ../sass/glbl.scss */
#modalHero {
  float: right;
  width: 208px;
  padding-top: 10px;
  padding-right: 10px;
}
/* line 1021, ../sass/glbl.scss */
#modalHero #heroImg {
  width: 206px;
  height: 206px;
  border: 1px solid #E9D599;
  border-bottom: none;
  overflow: hidden;
}
/* line 1027, ../sass/glbl.scss */
#modalHero #heroImg img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 1034, ../sass/glbl.scss */
#modalHero .ratingBox {
  background: url(../img/global/header/recipe-finder/bg_user-rating.png) top left no-repeat;
  border: 3px solid #E49D50;
  border-left: none;
  border-right: none;
  *zoom: 1;
}
/* line 1040, ../sass/glbl.scss */
#modalHero .ratingBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 1048, ../sass/glbl.scss */
#modalHero .ratingBox p {
  float: left;
  padding-left: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 90%;
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 1057, ../sass/glbl.scss */
#modalHero .ratingBox #heroRating {
  margin-top: 8px;
  margin-right: 8px;
  float: right;
}
/* line 1063, ../sass/glbl.scss */
#modalHero #heroStats {
  background: url(../img/global/header/recipe-finder/bg_recipe-stat.png) left center no-repeat;
  color: #E9D599;
  border-bottom: 3px solid #E49D50;
}
/* line 1068, ../sass/glbl.scss */
#modalHero .recipe-stat li {
  padding: 11px 11px 12px;
  text-align: right;
  border-top: 1px solid #7F0601;
  border-bottom: 1px solid #C14B29;
}
/* line 1073, ../sass/glbl.scss */
#modalHero .recipe-stat li:first-child {
  border-top: none;
}
/* line 1076, ../sass/glbl.scss */
#modalHero .recipe-stat li:last-child {
  border-bottom: none;
}
/* line 1079, ../sass/glbl.scss */
#modalHero .recipe-stat li span:first-child {
  font-size: 90%;
  text-transform: uppercase;
  float: left;
  padding-top: 1px;
}

/*  ------------------
    Subscribe dropdown
    ------------------  */
/* line 1092, ../sass/glbl.scss */
#subscribeform {
  line-height: 1.25;
  text-indent: 0;
  font-size: 9pt;
  position: absolute;
  top: 28px;
  left: 1px;
  width: 24em;
  padding-bottom: 3px;
  background: #FEF3E1 url(../img/global/header/subscribe/bg_subscribe-borders.png) bottom center no-repeat;
  color: #583535;
  max-width: 407px;
}
/* line 1104, ../sass/glbl.scss */
#subscribeform a {
  color: #7F6619;
}
/* line 1107, ../sass/glbl.scss */
#subscribeform h4 {
  background: url(../img/global/header/subscribe/bg_header.png) top left no-repeat;
  color: #F2DB95;
  font-size: 250%;
  padding: 0 0 12px 16px;
}
/* line 1113, ../sass/glbl.scss */
#subscribeform .form {
  padding: 15px 15px;
  padding-top: 8px;
  background: #FEF3E1 url(../img/global/header/subscribe/bg_subscribe-borders.png) top center no-repeat;
}
/* line 1118, ../sass/glbl.scss */
#subscribeform p {
  padding-top: 10px;
}
/* line 1121, ../sass/glbl.scss */
#subscribeform label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 7em;
  vertical-align: middle;
}
/* line 1128, ../sass/glbl.scss */
#subscribeform input[type="text"] {
  width: 13.7em;
  vertical-align: middle;
}
/* line 1132, ../sass/glbl.scss */
#subscribeform #btnSubmitSubscribe {
  margin-top: -10px;
  margin-bottom: -10px;
  width: 75px;
  height: 21px;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 999px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: url(../img/global/btn_submit.png) top left no-repeat;
}
/* line 1146, ../sass/glbl.scss */
#subscribeform .validationmsg {
  display: block;
  font-size: 90%;
  margin-bottom: -10px;
}
/* line 1151, ../sass/glbl.scss */
#subscribeform .subscribe-submit span {
  display: block;
  float: right;
  margin-top: 1px;
  *margin-top: -15px;
}
/* line 1156, ../sass/glbl.scss */
#subscribeform .subscribe-submit span a {
  margin-right: 5px;
  text-decoration: underline;
}
/* line 1161, ../sass/glbl.scss */
#subscribeform #subscriberesult {
  padding: 0 15px 10px 15px;
}

/*  ----------------------
    Shopping list dropdown
    ----------------------  */
/* line 1170, ../sass/glbl.scss */
#lnkShoppinglistI {
  width: 293px;
  background: #FEF3E1;
  color: #583535;
}
/* line 1174, ../sass/glbl.scss */
#lnkShoppinglistI .hidden {
  display: none;
  /* Used for "scrolling" */
}
/* line 1178, ../sass/glbl.scss */
#lnkShoppinglistI a {
  color: #A60000;
}
/* line 1181, ../sass/glbl.scss */
#lnkShoppinglistI h4 {
  background: url(../img/global/header/shopping-list/bg_header.png) top left no-repeat;
  color: #F2DB95;
  font-size: 250%;
  padding: 0 0 12px 16px;
}
/* line 1187, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist {
  background: url(../img/global/header/shopping-list/bg_shopping-list_borders.png) top left no-repeat;
}
/* line 1189, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist .inner {
  background: url(../img/global/header/shopping-list/bg_shopping-list_borders.png) bottom left no-repeat;
  padding: 11px 0 3px;
}
/* line 1192, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist .inner p {
  padding: 0 16px;
}
/* line 1194, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist .inner p.slist-empty {
  padding-top: 6px;
  padding-bottom: 6px;
}
/* line 1197, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist .inner p.slist-empty a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-top: 5px;
}
/* line 1205, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist .inner .slist-suggestions {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
/* line 1211, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist #shoppinglist {
  padding-bottom: 8px;
  *zoom: 1;
  padding-right: 14px;
}
/* line 1217, ../sass/glbl.scss */
#lnkShoppinglistI #shoppinglist:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 1225, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist #shoppinglist li a {
  display: block;
  float: left;
  padding: 4px 0 4px 16px;
  color: #583535;
  width: 223px;
}
/* line 1231, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist #shoppinglist li a.add-to-list {
  float: left;
  width: 30px;
  margin-right: -6px;
  padding-right: 0;
  /* When add-to-list is in town, all links in the area go red */
  color: #A60000;
}
/* line 1236, ../sass/glbl.scss */
#lnkShoppinglistI .shoppinglist #shoppinglist li a.add-to-list ~ a {
  /* When add-to-list is in town, all links in the area go red */
  color: #A60000;
}
/* line 1244, ../sass/glbl.scss */
#lnkShoppinglistI .action {
  clear: left;
}
/* line 1247, ../sass/glbl.scss */
#lnkShoppinglistI .action li.view-recipe a {
  background: url(../img/global/header/shopping-list/shopping-list-icons.png) 264px 8px no-repeat;
  padding-left: 16px;
}
/* line 1251, ../sass/glbl.scss */
#lnkShoppinglistI .action li.print-list a {
  background: url(../img/global/header/shopping-list/shopping-list-icons.png) 264px -42px no-repeat;
  padding-left: 16px;
}
/* line 1255, ../sass/glbl.scss */
#lnkShoppinglistI .action li.email-list a {
  background: url(../img/global/header/shopping-list/shopping-list-icons.png) 264px -92px no-repeat;
  padding-left: 16px;
}
/* line 1259, ../sass/glbl.scss */
#lnkShoppinglistI .action li:last-child a {
  border-bottom: none;
}
/* line 1264, ../sass/glbl.scss */
#lnkShoppinglistI .nav-items {
  border-top: 1px solid #FFFFFF;
  margin: 0 16px;
  margin-top: 4px;
}
/* line 1268, ../sass/glbl.scss */
#lnkShoppinglistI .nav-items .nav-inner {
  border-top: 1px solid #EDE0BC;
  padding: 17px 0;
  position: relative;
  /* Positioning context for children (i.e. .prev, .next) */
}

/*  ======

    Footer

    ======  */
/* line 1283, ../sass/glbl.scss */
footer {
  background: url(../img/global/footer/shadow-top.png) center 5px repeat-x;
  padding-top: 18px;
}

/* line 1288, ../sass/glbl.scss */
#footer-wrap {
  background: #000 url(../img/global/footer/bg.jpg) center -1px no-repeat;
}

/* line 1293, ../sass/glbl.scss */
footer .ft-head {
  position: relative;
  /* Ensure social links are positioned relative to this */
  padding-bottom: 13px;
}
/* line 1298, ../sass/glbl.scss */
footer ul.ft-head > li {
  color: #F2DB95;
  font-size: 90%;
  text-transform: uppercase;
  line-height: 0;
  /* stops weird alignment in Chrome */
}
/* line 1304, ../sass/glbl.scss */
footer ul.ft-head > li .cufon {
  position: relative;
  left: -1px;
  *top: -1px;
}
/* line 1310, ../sass/glbl.scss */
footer #social-nwk {
  margin-top: -2.5px;
}
/* line 1312, ../sass/glbl.scss */
footer #social-nwk ul > li {
  padding-right: 6px;
}
/* line 1314, ../sass/glbl.scss */
footer #social-nwk ul > li > span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/* line 1320, ../sass/glbl.scss */
footer #social-nwk #shareHdr {
  padding-right: 8px;
}
/* line 1324, ../sass/glbl.scss */
footer .ft-head #social-nwk .stButton {
  position: relative;
  top: -1px;
}
/* line 1328, ../sass/glbl.scss */
footer .ft-reg li {
  padding-top: 2px;
  padding-bottom: 2px;
}
/* line 1331, ../sass/glbl.scss */
footer .ft-reg li.sml {
  font-size: 90%;
  font-family: Georgia, Times New Roman, Times, serif;
  text-transform: uppercase;
  color: #F2DB95;
  padding-bottom: 5px;
}
/* line 1338, ../sass/glbl.scss */
footer .ft-reg li a {
  font-size: 90%;
  color: #FDF3D9;
}
/* line 1343, ../sass/glbl.scss */
footer #footer-wrap #ft-bot {
  position: static;
  top: 0;
}
/* line 1347, ../sass/glbl.scss */
footer .bck-top, footer .cnt-us {
  display: block;
  margin: 0 auto;
  position: static;
}
/* line 1352, ../sass/glbl.scss */
footer .bck-top {
  font-size: 0;
  /* Prevent IE7 from centering the background against whitespace (before clipping) */
  background: url(../img/global/footer/hl_back-to-top.png) right center no-repeat;
  overflow: hidden;
  height: 9px;
  margin-bottom: -10px;
  /* Simulate out-of-flow */
  text-indent: -9999px;
}
/* line 1363, ../sass/glbl.scss */
footer .cnt-us ul {
  display: none;
}
/* line 1366, ../sass/glbl.scss */
footer .cnt-us .copy {
  color: #D78F6F;
  font-size: 90%;
}

/*  ================
    
    Basic dimensions

    ================  */
/* line 1379, ../sass/glbl.scss */
nav #main-nav, #content {
  margin: 0 auto;
  width: 960px;
}

/* line 1384, ../sass/glbl.scss */
#contentInner {
  padding: 10px 20px 20px;
}

/* line 1388, ../sass/glbl.scss */
.col1 {
  width: 678px;
  margin-right: 20px;
}

/* line 1393, ../sass/glbl.scss */
.col2 {
  width: 222px;
}

/* line 1399, ../sass/glbl.scss */
#footer-wrap {
  padding-top: 13px;
  padding-bottom: 13px;
}

/* line 1405, ../sass/glbl.scss */
footer .ft-head, footer #ft-inner {
  margin: 0 auto;
  width: 920px;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 1411, ../sass/glbl.scss */
footer .ft-head #social-nwk {
  right: 20px;
}
/* line 1414, ../sass/glbl.scss */
footer #ft-inner {
  padding-top: 12px;
  padding-bottom: 15px;
}
/* line 1418, ../sass/glbl.scss */
footer .ftrCol1 {
  width: 130px;
}
/* line 1421, ../sass/glbl.scss */
footer .ftrCol2 {
  width: 145px;
}
/* line 1425, ../sass/glbl.scss */
footer .ftrCol3 .or-colgroup .ft-reg {
  padding-left: 30px;
}
/* line 1428, ../sass/glbl.scss */
footer .ftrCol3 .or-colgroup .or-col0, footer .ftrCol3 .or-colgroup .or-col4 {
  padding-left: 0;
}
/* line 1431, ../sass/glbl.scss */
footer .ftrCol3 .or-colgroup .or-col0 {
  width: 145px;
}
/* line 1434, ../sass/glbl.scss */
footer .ftrCol3 .or-colgroup .or-col1 {
  width: 150px;
}
/* line 1437, ../sass/glbl.scss */
footer .ftrCol3 .or-colgroup .or-col2 {
  width: 140px;
}
/* line 1440, ../sass/glbl.scss */
footer .ftrCol3 .or-colgroup .or-col3 {
  width: 120px;
}
/* line 1444, ../sass/glbl.scss */
footer #ft-bot {
  width: 100%;
  background: url(../img/global/footer/shadow-bottom.png) center top repeat-x;
  padding-top: 16px;
}
/* line 1449, ../sass/glbl.scss */
footer .bck-top {
  width: 920px;
}
/* line 1452, ../sass/glbl.scss */
footer .cnt-us {
  width: 920px;
  position: relative;
  left: -60px;
  /* Keep centered appearance */
  width: 800px;
  /* But leave space for back-to-top link to be clicked through to */
}

/*  ==========================

    Complex re-used components

    (idioms / data-types)

    ==========================    */
/*  -------------------------------
    Nav Items (prev / next buttons)
    -------------------------------  */
/* line 1474, ../sass/glbl.scss */
.nav-items {
  position: relative;
  /* Positioning context for .nav-items a */
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: oblique;
}
/* line 1479, ../sass/glbl.scss */
.nav-items a {
  display: block;
  background: url(../img/global/btn_prev-next.png) top right no-repeat;
  width: 21px;
  height: 22px;
  top: 14px;
  right: 0;
  line-height: 9999px;
  text-indent: -9999px;
  /* IE7, there's no text in there. Don't even *think* about adding a single pixel of whitespace. ~thwack~ */
  overflow: hidden;
  /* To clip off the line-height-offsetted text */
  font-size: 0;
  /* Stop IE7 thinking some point beyond the bounding box is "right" */
  position: absolute;
}

/* line 1497, ../sass/glbl.scss */
#recommrecipes .nav-items a {
  top: 0;
}

/* line 1501, ../sass/glbl.scss */
.feat-prod .nav-items a {
  top: auto;
  bottom: 2px;
}

/* line 1506, ../sass/glbl.scss */
.nav-items a.prev {
  right: 22px;
  background: url(../img/global/btn_prev-next.png) top left no-repeat;
}

/*  ------------------
    Recipe Ingredients
    ------------------  */
/* Used on Shopping List and Recipe Details */
/* line 1517, ../sass/glbl.scss */
.ing ul li {
  padding-left: 14px;
  background: url(../img/global/ul-li-bullet.png) left 0.45em no-repeat;
  margin-bottom: 0.5em;
}
/* line 1521, ../sass/glbl.scss */
.ing ul li:last-child {
  margin-bottom: 0;
}
/* line 1524, ../sass/glbl.scss */
.ing ul li a {
  font-weight: bold;
}

/*  -----------------
    Popup ingrendient
    -----------------  */
/* line 1533, ../sass/glbl.scss */
.recipeLB {
  border: 1px solid #E6C975;
  background: #FFFFFF;
  z-index: 10;
  width: 166px;
  text-align: center;
}
/* line 1539, ../sass/glbl.scss */
.recipeLB img {
  margin: 10px auto 0;
  display: block;
  max-width: 166px;
  max-height: 166px;
}
/* line 1545, ../sass/glbl.scss */
.recipeLB p {
  padding: 10px;
}

/*  ----------------------------
    Menu (action list as column)
    ----------------------------  */
/* line 1554, ../sass/glbl.scss */
#recommrecipes #recipeOptions, #lnkShoppinglistI .action, #RcpLnd #recipesListing ul li.recipes .actionBox {
  border-top: 1px solid #FFFFFF;
}

/* line 1558, ../sass/glbl.scss */
#recommrecipes #recipeOptions li a, #lnkShoppinglistI .action li a {
  display: block;
  zoom: 1;
  /* Prevent dumb stuff happening in IE7 */
  border-top: 1px solid #EDE0BC;
  padding: 11px 0 10px 13px;
  font-size: 90%;
  border-bottom: 1px solid #FFFFFF;
  color: #7F6619;
  text-transform: uppercase;
}

/* line 1571, ../sass/glbl.scss */
#recipe-detail .actionBox > a, #recipe-detail .actionBox #usr-recipe-rating {
  display: block;
  zoom: 1;
  /* Prevent dumb stuff happening in IE7 */
  border-top: 1px solid #EDE0BC;
  padding: 11px 0 10px 13px;
  font-size: 90%;
  border-bottom: 1px solid #FFFFFF;
  color: #7F6619;
  text-transform: uppercase;
}

/* line 1584, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .actionBox a, #ShoppingLst .actionBox > a, .path_our-range .cat .rngnvg li a {
  display: block;
  zoom: 1;
  /* Prevent dumb stuff happening in IE7 */
  border-top: 1px solid #EDE0BC;
  padding: 11px 0 10px 13px;
  font-size: 90%;
  border-bottom: 1px solid #FFFFFF;
  color: #7F6619;
  text-transform: uppercase;
}

/* line 1596, ../sass/glbl.scss */
#recipe-detail .actionBox > a:first-child, #ShoppingLst .actionBox > a.detail {
  border-top: none;
}

/* line 1600, ../sass/glbl.scss */
#recommrecipes #recipeOptions li:last-child a, #lnkShoppinglistI .action li:last-child a, #RcpLnd #recipesListing ul li.recipes .actionBox a:last-child, #ShoppingLst .actionBox > a:last-child, .path_our-range .cat .rngnvg li:last-child a {
  border-bottom: none;
}

/*  ------------
    Rating stars
    ------------  */
/* line 1609, ../sass/glbl.scss */
ul.rating {
  position: relative;
  /* Intent: positioning context for li.star-* */
  width: 94px;
  height: 18px;
  background-image: url(../img/global/star-rating.png);
}
/* line 1615, ../sass/glbl.scss */
ul.rating li {
  float: left;
  cursor: pointer;
  text-indent: -9999px;
}
/* line 1619, ../sass/glbl.scss */
ul.rating li a {
  position: absolute;
  top: 0;
  width: 19px;
  height: 18px;
  display: block;
  z-index: 200;
}
/* line 1627, ../sass/glbl.scss */
ul.rating li.star-1 a {
  left: 0;
}
/* line 1630, ../sass/glbl.scss */
ul.rating li.star-2 a {
  left: 20px;
}
/* line 1633, ../sass/glbl.scss */
ul.rating li.star-3 a {
  left: 39px;
}
/* line 1636, ../sass/glbl.scss */
ul.rating li.star-4 a {
  left: 58px;
}
/* line 1639, ../sass/glbl.scss */
ul.rating li.star-5 a {
  left: 77px;
}
/* line 1642, ../sass/glbl.scss */
ul.rating li.star-6 a {
  left: 96px;
}
/* line 1645, ../sass/glbl.scss */
ul.rating li a:hover {
  width: 96px;
  height: 18px;
  background-image: url(../img/global/star-rating.png);
  left: 0;
  overflow: hidden;
  z-index: 2;
}
/* line 1655, ../sass/glbl.scss */
ul.star-1, ul.rating li.star-1 a:hover {
  background-position: 0 -18px;
}
/* line 1658, ../sass/glbl.scss */
ul.star-2, ul.rating li.star-2 a:hover {
  background-position: 0 -36px;
}
/* line 1661, ../sass/glbl.scss */
ul.star-3, ul.rating li.star-3 a:hover {
  background-position: 0 -54px;
}
/* line 1664, ../sass/glbl.scss */
ul.star-4, ul.rating li.star-4 a:hover {
  background-position: 0 -72px;
}
/* line 1667, ../sass/glbl.scss */
ul.star-5, ul.rating li.star-5 a:hover {
  background-position: 0 -90px;
}
/* line 1670, ../sass/glbl.scss */
ul.star-6, ul.rating li.star-6 a:hover {
  background-position: 0 -108px;
}

/*#rate-recipe:hover {background: none}*/
/* line 1678, ../sass/glbl.scss */
#modalHero ul.rating {
  width: 85px;
  height: 17px;
  background-image: url(../img/global/star-rating-med.png);
}
/* line 1683, ../sass/glbl.scss */
#modalHero ul.rating li a {
  width: 17px;
  height: 17px;
}
/* line 1687, ../sass/glbl.scss */
#modalHero ul.rating li.star-1 a {
  left: 0;
}
/* line 1690, ../sass/glbl.scss */
#modalHero ul.rating li.star-2 a {
  left: 17px;
}
/* line 1693, ../sass/glbl.scss */
#modalHero ul.rating li.star-3 a {
  left: 34px;
}
/* line 1696, ../sass/glbl.scss */
#modalHero ul.rating li.star-4 a {
  left: 51px;
}
/* line 1699, ../sass/glbl.scss */
#modalHero ul.rating li.star-5 a {
  left: 68px;
}
/* line 1702, ../sass/glbl.scss */
#modalHero ul.rating li.star-6 a {
  left: 85px;
}
/* line 1705, ../sass/glbl.scss */
#modalHero ul.rating li a:hover {
  width: 85px;
  height: 17px;
  left: 0;
  background-image: url(../img/global/star-rating-med.png);
}
/* line 1713, ../sass/glbl.scss */
#modalHero ul.star-1, #modalHero ul.rating li.star-1 a:hover {
  background-position: 0 -17px;
}
/* line 1716, ../sass/glbl.scss */
#modalHero ul.star-2, #modalHero ul.rating li.star-2 a:hover {
  background-position: 0 -34px;
}
/* line 1719, ../sass/glbl.scss */
#modalHero ul.star-3, #modalHero ul.rating li.star-3 a:hover {
  background-position: 0 -51px;
}
/* line 1722, ../sass/glbl.scss */
#modalHero ul.star-4, #modalHero ul.rating li.star-4 a:hover {
  background-position: 0 -68px;
}
/* line 1725, ../sass/glbl.scss */
#modalHero ul.star-5, #modalHero ul.rating li.star-5 a:hover {
  background-position: 0 -85px;
}
/* line 1728, ../sass/glbl.scss */
#modalHero ul.star-6, #modalHero ul.rating li.star-6 a:hover {
  background-position: 0 -102px;
}

/* line 1734, ../sass/glbl.scss */
#usr-recipe-rating ul.rating {
  width: 76px;
  height: 15px;
  background-image: url(../img/global/star-rating-sml.png);
}
/* line 1739, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li a {
  width: 15px;
  height: 15px;
}
/* line 1743, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li.star-1 a {
  left: 0;
}
/* line 1746, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li.star-2 a {
  left: 16px;
}
/* line 1749, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li.star-3 a {
  left: 31px;
}
/* line 1752, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li.star-4 a {
  left: 46px;
}
/* line 1755, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li.star-5 a {
  left: 61px;
}
/* line 1758, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li.star-6 a {
  left: 76px;
}
/* line 1761, ../sass/glbl.scss */
#usr-recipe-rating ul.rating li a:hover {
  width: 76px;
  height: 15px;
  left: 0;
  background-image: url(../img/global/star-rating-sml.png);
}
/* line 1769, ../sass/glbl.scss */
#usr-recipe-rating ul.star-1, #usr-recipe-rating ul.rating li.star-1 a:hover {
  background-position: 0 -15px;
}
/* line 1772, ../sass/glbl.scss */
#usr-recipe-rating ul.star-2, #usr-recipe-rating ul.rating li.star-2 a:hover {
  background-position: 0 -30px;
}
/* line 1775, ../sass/glbl.scss */
#usr-recipe-rating ul.star-3, #usr-recipe-rating ul.rating li.star-3 a:hover {
  background-position: 0 -45px;
}
/* line 1778, ../sass/glbl.scss */
#usr-recipe-rating ul.star-4, #usr-recipe-rating ul.rating li.star-4 a:hover {
  background-position: 0 -60px;
}
/* line 1781, ../sass/glbl.scss */
#usr-recipe-rating ul.star-5, #usr-recipe-rating ul.rating li.star-5 a:hover {
  background-position: 0 -75px;
}
/* line 1784, ../sass/glbl.scss */
#usr-recipe-rating ul.star-6, #usr-recipe-rating ul.rating li.star-6 a:hover {
  background-position: 0 -90px;
}

/*  ==============

    Shared modules

    ==============  */
/*  ----------------------
    Recipe Selector module
    ----------------------  */
/* line 1799, ../sass/glbl.scss */
#smlrecipesel {
  margin-bottom: 18px;
}
/* line 1801, ../sass/glbl.scss */
#smlrecipesel .box {
  padding-bottom: 12px;
  background: url(../img/recipe-selector/bg_footer.png) left bottom no-repeat;
  margin-bottom: -12px;
  *zoom: 1;
  /* Prevents some layout mess happening */
}
/* line 1808, ../sass/glbl.scss */
#smlrecipesel h4 {
  margin-top: -15px;
  padding-top: 15px;
  height: 32px;
  line-height: 32px;
  padding-bottom: 11px;
  margin-bottom: -11px;
  z-index: 1;
  position: relative;
  /* Get IE7 to respect RESPECT! my z-order */
  background: url(../img/recipe-selector/bg_header.png) left top no-repeat;
  padding-left: 13px;
  font-size: 85%;
  text-transform: uppercase;
}
/* line 1822, ../sass/glbl.scss */
#smlrecipesel h4 .cufon {
  margin-top: 0.5px;
}
/* line 1826, ../sass/glbl.scss */
#smlrecipesel ul {
  background: #A40702;
  font-size: 80%;
  text-transform: uppercase;
  background: url(../img/recipe-selector/bg.png) left center no-repeat;
}
/* line 1831, ../sass/glbl.scss */
#smlrecipesel ul li {
  border-top: 1px solid #7F0601;
  border-bottom: 1px solid #C14B29;
}
/* line 1834, ../sass/glbl.scss */
#smlrecipesel ul li:first-child {
  border-top: none;
}
/* line 1837, ../sass/glbl.scss */
#smlrecipesel ul li:last-child {
  border-bottom: none;
}
/* line 1841, ../sass/glbl.scss */
#smlrecipesel ul a {
  display: block;
  *zoom: 1;
  /* Prevent dumb stuff happening in IE7, like incomplete hitzones. */
  color: #FDF3D9;
  padding-left: 13px;
  padding-top: 13px;
  padding-bottom: 11px;
  background: url(../img/recipe-selector/go.png) 95% center no-repeat;
}

/*  --------------------------
    Recommended Recipes module
    --------------------------  */
/* line 1858, ../sass/glbl.scss */
#recommrecipes {
  background: #FEF3E1;
  margin-bottom: 18px;
}
/* line 1861, ../sass/glbl.scss */
#recommrecipes .box {
  padding: 0 0 3px 0;
  background: url(../img/recommended-recipes/bg_footer.png) bottom left no-repeat;
}
/* line 1865, ../sass/glbl.scss */
#recommrecipes h4 {
  background: url(../img/recommended-recipes/bg_heading.png) top left no-repeat;
  color: #E9D599;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  /* Clip text to self */
  text-transform: uppercase;
  font-size: 85%;
}
/* line 1875, ../sass/glbl.scss */
#recommrecipes h4 .cufon {
  margin-top: 0.5px;
}
/* line 1879, ../sass/glbl.scss */
#recommrecipes #rrecipes {
  margin: 10px auto 0;
}
/* line 1881, ../sass/glbl.scss */
#recommrecipes #rrecipes li {
  padding: 0 12px;
}
/* line 1886, ../sass/glbl.scss */
#recommrecipes .rrecipesI a {
  display: block;
  width: 198px;
  height: 198px;
  overflow: hidden;
  /* Clip children */
}
/* line 1893, ../sass/glbl.scss */
#recommrecipes .rrecipesI img {
  width: 196px;
  height: auto;
  border: 1px solid #E9D599;
}
/* line 1898, ../sass/glbl.scss */
#recommrecipes .rrecipesI p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 50px;
}
/* line 1905, ../sass/glbl.scss */
#recommrecipes #recipeOptions .add {
  background: url(../img/products-and-recipes/recipe-icons.png) 194px 8px no-repeat;
}
/* line 1908, ../sass/glbl.scss */
#recommrecipes #recipeOptions .rem {
  background: url(../img/products-and-recipes/recipe-icons.png) 194px -142px no-repeat;
}
/* line 1911, ../sass/glbl.scss */
#recommrecipes #recipeOptions .viewFullRecipe {
  background: url(../img/products-and-recipes/recipe-icons.png) 194px -42px no-repeat;
}
/* line 1914, ../sass/glbl.scss */
#recommrecipes #recipeOptions .viewAllRecipe {
  background: url(../img/products-and-recipes/recipe-icons.png) 194px -92px no-repeat;
}
/* line 1918, ../sass/glbl.scss */
#recommrecipes .nav-items {
  right: 12px;
  top: 248px;
}

/*  ========

    Homepage

    ========  */
/* line 1931, ../sass/glbl.scss */
.path_home .nav-shadow {
  height: 20px;
}
/* line 1934, ../sass/glbl.scss */
.path_home footer {
  padding-top: 24px;
  background-position: center 11px;
}
/* line 1938, ../sass/glbl.scss */
.path_home .content-bottom {
  height: auto;
  background: none;
}
/* line 1942, ../sass/glbl.scss */
.path_home #contentInner {
  padding: 0;
  background: none;
}
/* line 1946, ../sass/glbl.scss */
.path_home #heroitems {
  background: url(../img/home/hero-frame.gif) top left no-repeat;
  width: 954px;
  height: 367px;
  padding: 2px;
  position: relative;
  /* Sizing contex tfor #heroiteminner */
}
/* line 1954, ../sass/glbl.scss */
.path_home #heroiteminner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Positioning context for .heroitem-mask* */
  z-index: 0;
}
/* line 1961, ../sass/glbl.scss */
.path_home #heroiteminner li {
  background-color: #000;
  height: 367px !important;
}
/* line 1966, ../sass/glbl.scss */
.path_home .heroitem-mask {
  display: block;
  position: absolute;
  background: url(../img/home/heroitem-mask.png) top left no-repeat;
  width: 100%;
  overflow: hidden;
  /* Prevent IE7 any whitespace expansion */
  font-size: 0;
  /* Prevent IE7 aligning background against clipped whitespace */
  height: 4px;
  left: 0;
  z-index: 20;
}
/* line 1979, ../sass/glbl.scss */
.path_home .heroitem-mask_top {
  top: 0;
}
/* line 1982, ../sass/glbl.scss */
.path_home .heroitem-mask_bottom {
  background-position: bottom left;
  bottom: 0;
}
/* line 1986, ../sass/glbl.scss */
.path_home .featureitems {
  margin-top: 20px;
}
/* line 1988, ../sass/glbl.scss */
.path_home .featureitems li {
  background: url(../img/home/bg_feature-item.png) top left no-repeat;
  padding: 15px 0 0 18px;
  width: 293px;
  height: 136px;
  overflow: hidden;
  margin-right: 12.5px;
}
/* line 1995, ../sass/glbl.scss */
.path_home .featureitems li.last {
  margin-right: 0;
}
/* line 1998, ../sass/glbl.scss */
.path_home .featureitems li .imgLink {
  float: right;
  margin-right: 2px;
  margin-left: -10px;
  display: block;
  height: 134px;
  position: relative;
  /* Sizing context for .imgLink */
  overflow: hidden;
  max-width: 150px;
  max-height: 100%;
  display: block;
}
/* line 2011, ../sass/glbl.scss */
.path_home .featureitems li .overview {
  float: left;
  width: 145px;
  height: 100%;
  position: relative;
  /* Positioning context intended for .button a */
}
/* line 2018, ../sass/glbl.scss */
.path_home .featureitems li .title {
  color: #f2db95;
  font-family: Georgia, Times New Roman, Times, serif;
  text-transform: uppercase;
  font-size: 110%;
  padding-bottom: 8px;
}
/* line 2025, ../sass/glbl.scss */
.path_home .featureitems li .text {
  color: #FFF4E6;
  font-size: 100%;
}
/* line 2029, ../sass/glbl.scss */
.path_home .featureitems li .button {
  position: absolute;
  bottom: 15px;
  left: 0;
}
/* line 2033, ../sass/glbl.scss */
.path_home .featureitems li .button a {
  display: block;
  background: url(../img/home/bg_btn.png) top left no-repeat;
  width: 99px;
  height: 24px;
  line-height: 24px;
  padding-left: 14px;
  padding-right: 20px;
  color: #fdf3d9;
  font-size: 72%;
  text-transform: uppercase;
}
/* line 2048, ../sass/glbl.scss */
.path_home #heroitemsnav {
  position: absolute;
  bottom: 20px;
  right: 45px;
  white-space: nowrap;
  z-index: 5;
}
/* line 2054, ../sass/glbl.scss */
.path_home #heroitemsnav #prev, .path_home #heroitemsnav #next {
  display: none;
}
/* line 2057, ../sass/glbl.scss */
.path_home #heroitemsnav a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 23px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  text-align: center;
  font-family: Georgia, Times New Roman, Times, serif;
  font-weight: bold;
  color: #f2db95;
  background: url(../img/home/btn_page.png) top left no-repeat;
  margin-left: 5px;
}
/* line 2072, ../sass/glbl.scss */
.path_home #heroitemsnav a.activeSlide {
  background-position: bottom left;
  color: #bd0902;
}

/*  ==================

    Per-section tweaks

    ==================  */
/*  ===========================
    Our Range (Product Gallery)
    ===========================  */
/* line 2090, ../sass/glbl.scss */
.feat-wrapper {
  margin-bottom: 2px;
}

/* line 2094, ../sass/glbl.scss */
.feat-prod {
  margin-top: 20px;
  background: url(../img/our-range/bg_feat-prod.png) top left no-repeat;
  padding: 49px 22px 30px;
  margin-bottom: -10px;
}
/* line 2099, ../sass/glbl.scss */
.feat-prod .nav-items {
  z-index: 5;
}
/* line 2102, ../sass/glbl.scss */
.feat-prod #prodfeatures {
  width: 634px !important;
  height: 187px !important;
  overflow: hidden;
}
/* line 2107, ../sass/glbl.scss */
.feat-prod .prodfeature {
  width: 634px !important;
  height: 187px !important;
  background: #FEF3E1;
}
/* line 2112, ../sass/glbl.scss */
.feat-prod .featured-img {
  float: left;
  margin-right: 20px;
}
/* line 2115, ../sass/glbl.scss */
.feat-prod .featured-img a {
  display: block;
  border: 1px solid #E9D599;
  width: 271px;
  height: 185px;
  background: #FFFFFF;
  text-align: center;
}
/* line 2122, ../sass/glbl.scss */
.feat-prod .featured-img a img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
/* line 2130, ../sass/glbl.scss */
.feat-prod .product-details {
  display: block;
  overflow: hidden;
}
/* line 2133, ../sass/glbl.scss */
.feat-prod .product-details h3 {
  display: none;
}
/* line 2136, ../sass/glbl.scss */
.feat-prod .product-details h4 {
  font-weight: normal;
  font-size: 166%;
  color: #B29642;
  margin-top: -0.4em;
}
/* line 2142, ../sass/glbl.scss */
.feat-prod .product-details h5 {
  color: #A60000;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 140%;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  line-height: 1.25;
  text-transform: uppercase;
}

/* line 2157, ../sass/glbl.scss */
.path_our-range .catRow {
  *zoom: 1;
}
/* line 2159, ../sass/glbl.scss */
.path_our-range .catRow:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 2168, ../sass/glbl.scss */
.path_our-range .cat {
  /* meow prrr Σ:3 */
  float: left;
  width: 327px;
  margin-top: 20px;
  margin-right: 23px;
}
/* line 2174, ../sass/glbl.scss */
.path_our-range .cat.last {
  margin-right: 0;
}
/* line 2177, ../sass/glbl.scss */
.path_our-range .cat .rangeLink {
  display: block;
}
/* line 2179, ../sass/glbl.scss */
.path_our-range .cat .rangeLink img {
  display: block;
}
/* line 2183, ../sass/glbl.scss */
.path_our-range .cat h4 {
  display: none;
}
/* line 2186, ../sass/glbl.scss */
.path_our-range .cat article {
  padding-top: 3px;
  background: #FEF3E1 url(../img/our-range/bg_subcategories-border.png) top left no-repeat;
}
/* line 2190, ../sass/glbl.scss */
.path_our-range .cat .rngnvg {
  padding-bottom: 3px;
  background: url(../img/our-range/bg_subcategories-border.png) bottom left no-repeat;
}
/* line 2193, ../sass/glbl.scss */
.path_our-range .cat .rngnvg li a {
  background: url(../img/our-range/go.png) no-repeat scroll 308px 10px transparent;
}

/* line 2201, ../sass/glbl.scss */
#Prodlstg .intro {
  margin-bottom: 40px;
}
/* line 2204, ../sass/glbl.scss */
#Prodlstg ol {
  width: 698px;
  margin-right: 0;
}
/* line 2208, ../sass/glbl.scss */
#Prodlstg li {
  float: left;
  width: 154px;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 2213, ../sass/glbl.scss */
#Prodlstg li .prodImg {
  display: block;
  width: 152px;
  height: 150px;
  overflow: hidden;
  /* Clip contained image */
  border: 1px solid #E6C975;
  background: #FFFFFF;
  font-size: 0;
  text-align: center;
}
/* line 2223, ../sass/glbl.scss */
#Prodlstg li .prodImg img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
/* line 2232, ../sass/glbl.scss */
#Prodlstg li .prodDesc {
  padding: 6px 0 8px;
  font-size: 100%;
  line-height: 1.25;
  height: 3.75em;
}
/* line 2237, ../sass/glbl.scss */
#Prodlstg li .prodDesc a {
  text-decoration: none;
  color: #583535;
  cursor: default;
}
/* line 2241, ../sass/glbl.scss */
#Prodlstg li .prodDesc a:hover {
  text-decoration: none;
  color: #583535;
  cursor: default;
}
/* line 2248, ../sass/glbl.scss */
#Prodlstg li .viewProduct a, #Prodlstg li .viewCategory a {
  display: block;
  background: url(../img/our-range/btn_view.png) top left no-repeat;
  width: 118px;
  padding-left: 14px;
  padding-right: 22px;
  height: 28px;
  line-height: 30px;
  /* Ideally this should be 28px, but 29px looks more centred */
  color: #FDF3D9;
  font-size: 78%;
  text-transform: uppercase;
}

/*  ========================
    Recipes (Recipe Gallery)
    ========================  */
/* line 2268, ../sass/glbl.scss */
#RcpLnd {
  position: relative;
  /* To move the nav from the page's bottom to the page's top */
}
/* line 2271, ../sass/glbl.scss */
#RcpLnd nav {
  background: url(../img/recipe-gallery/bg_categories-bottom.png) bottom left no-repeat;
  padding-bottom: 13px;
  margin-top: 3.5em;
}

/* line 2278, ../sass/glbl.scss */
.path_recipes_subdirectory #RcpLnd {
  /* padding-top: 4em;*/
}
/* line 2280, ../sass/glbl.scss */
.path_recipes_subdirectory #RcpLnd nav {
  top: 0;
  margin-top: 0;
  width: 100%;
}
/* line 2284, ../sass/glbl.scss */
.path_recipes_subdirectory #RcpLnd nav ul li:first-child {
  display: none;
}

/* line 2291, ../sass/glbl.scss */
#RcpLnd nav ul {
  background: url(../img/recipe-gallery/bg_categories.png) top left no-repeat;
  padding-top: 3px;
  position: relative;
  /* Since the heading for this list is in fact the first list-item,
     we'll shift the first list-item to above its container */
  *zoom: 1;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 2300, ../sass/glbl.scss */
#RcpLnd nav ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 2308, ../sass/glbl.scss */
#RcpLnd nav ul li {
  color: #FDF3D9;
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: oblique;
  float: left;
  padding-right: 6px;
  margin-right: 5px;
}
/* line 2315, ../sass/glbl.scss */
#RcpLnd nav ul li:hover, #RcpLnd nav ul li.active {
  background: url(../img/recipe-gallery/bg_category-selected_right.png) right 3px no-repeat;
}
/* line 2318, ../sass/glbl.scss */
#RcpLnd nav ul li a {
  display: block;
  color: #FDF3D9;
  height: 32px;
  line-height: 32px;
  padding: 0 6px 0 12px;
}
/* line 2325, ../sass/glbl.scss */
#RcpLnd nav ul li:hover a, #RcpLnd nav ul li.active a {
  background: url(../img/recipe-gallery/bg_category-selected.png) left 3px no-repeat;
  color: #450100;
  text-decoration: none;
}
/* line 2330, ../sass/glbl.scss */
#RcpLnd nav ul li:first-child {
  background: none;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #B29642;
  position: absolute;
  top: -2em;
  left: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
}
/* line 2345, ../sass/glbl.scss */
#RcpLnd .searchRecipe {
  display: block;
  padding: 10px 0 10px 0;
}
/* line 2348, ../sass/glbl.scss */
#RcpLnd .searchRecipe .inputText {
  width: 200px;
}
/* line 2352, ../sass/glbl.scss */
#RcpLnd .headingFeatured {
  color: #B29642;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80%;
  margin-top: 16px;
  margin-bottom: 5px;
}
/* line 2360, ../sass/glbl.scss */
#RcpLnd #recipesListing {
  width: 698px;
}
/* line 2362, ../sass/glbl.scss */
#RcpLnd #recipesListing ul {
  *zoom: 1;
}
/* line 2364, ../sass/glbl.scss */
#RcpLnd #recipesListing ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 2372, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes {
  float: left;
  width: 213px;
  margin-right: 19px;
  padding-bottom: 20px;
}
/* line 2378, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .headings h4 {
  /* Heading (above) Recipe Category */
  font-weight: normal;
  font-size: 140%;
  color: #B29642;
}
/* line 2383, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .headings h4 .cufon {
  position: relative;
  top: 3px;
  left: 1px;
}
/* line 2389, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .headings h3 {
  /* Heading (below) Recipe Name */
  color: #A60000;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 2px;
  line-height: 1.25;
  height: 3.3em;
}
/* line 2401, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes > a {
  display: block;
  border: 1px solid #E9D599;
  width: 211px;
  height: 206px;
  position: relative;
  /* Sizing content for contained image */
}
/* line 2408, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes > a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
/* line 2415, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .ratingBox {
  background: url(../img/recipe-gallery/bg_rating-box.png) top left no-repeat;
  line-height: 33px;
  height: 33px;
  padding: 0 12px 0 14px;
}
/* line 2420, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .ratingBox p {
  font-size: 80%;
  *font-size: 78%;
  text-transform: uppercase;
  float: left;
}
/* line 2425, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .ratingBox p .cufon {
  *top: -2px;
}
/* line 2429, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .ratingBox .avg-usr-rating {
  float: right;
  margin-top: 7px;
}
/* line 2434, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .prtime, #RcpLnd #recipesListing ul li.recipes .cktime {
  background: url(../img/recipe-gallery/bg_pr-ck-time.png) top left no-repeat;
  color: #F2DB95;
  text-align: right;
}
/* line 2439, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .prtime span, #RcpLnd #recipesListing ul li.recipes .cktime span {
  text-transform: uppercase;
  font-size: 80%;
  float: left;
}
/* line 2444, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .prtime span .cufon, #RcpLnd #recipesListing ul li.recipes .cktime span .cufon {
  position: relative;
  top: 2px;
}
/* line 2448, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .prtime {
  padding: 9px 14px 2px 14px;
}
/* line 2451, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .cktime {
  padding: 0 14px 9px 14px;
}
/* line 2454, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .actionBox {
  padding-bottom: 3px;
  background: #FEF3E1 url(../img/recipe-gallery/bg_action-box.png) bottom left no-repeat;
}
/* line 2457, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .actionBox .add {
  background: url(../img/products-and-recipes/recipe-icons.png) 185px 8px no-repeat;
}
/* line 2460, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .actionBox .rem {
  background: url(../img/products-and-recipes/recipe-icons.png) 185px -142px no-repeat;
}
/* line 2463, ../sass/glbl.scss */
#RcpLnd #recipesListing ul li.recipes .actionBox .detail {
  background: url(../img/products-and-recipes/recipe-icons.png) 185px -42px no-repeat;
}
/* line 2470, ../sass/glbl.scss */
#RcpLnd .nav-items {
  border-top: 1px solid #FCE0C1;
  padding-top: 17px;
  padding-bottom: 7px;
}

/*  ===============
    Product Details
    Recipe Details
    ===============  */
/* line 2484, ../sass/glbl.scss */
#prod-detail.two-col, #recipe-detail.two-col {
  width: 678px;
}

/* line 2488, ../sass/glbl.scss */
#prod-detail .col1, #recipe-detail .col1 {
  margin-left: 20px;
  margin-right: 0;
  width: 356px;
}

/* line 2494, ../sass/glbl.scss */
#prod-detail .col3, #recipe-detail .col3 {
  width: 302px;
}

/* line 2498, ../sass/glbl.scss */
#prod-detail .prod-img, #recipe-detail #recipe-img {
  width: 300px;
  height: 300px;
  border: 1px solid #E9D599;
  position: relative;
  /* Sizing context for children */
  overflow: hidden;
  /* Clip children */
  text-align: center;
}

/* line 2509, ../sass/glbl.scss */
#prod-detail .prod-img ul, #recipe-detail #recipe-img ul, #prod-detail .prod-img ul li, #recipe-detail #recipe-img ul li {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* line 2517, ../sass/glbl.scss */
#prod-detail .prod-img a, #recipe-detail #recipe-img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* line 2525, ../sass/glbl.scss */
#prod-detail .prod-img img, #recipe-detail #recipe-img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  *display: block;
  *zoom: 1;
  vertical-align: middle;
}

/* line 2534, ../sass/glbl.scss */
#prod-detail .col1 > h5 {
  padding-top: 35px;
  padding-bottom: 9px;
  background: url(../img/products-and-recipes/details-divider.png) left bottom no-repeat;
  margin-bottom: 8px;
  text-indent: -1px;
}

/* line 2543, ../sass/glbl.scss */
#recipe-detail .col1 > h3, #recipe-detail .col1 > #instructions > h3 {
  padding-top: 35px;
  padding-bottom: 9px;
  background: url(../img/products-and-recipes/details-divider.png) left bottom no-repeat;
  margin-bottom: 8px;
  text-indent: -1px;
}
/* line 2550, ../sass/glbl.scss */
#recipe-detail .col1 > h3.headingIngredients {
  padding-top: 25px;
}

/* line 2555, ../sass/glbl.scss */
#prod-detail .col1 > h5:first-child {
  padding-top: 0;
  margin-top: -2px;
}

/* line 2561, ../sass/glbl.scss */
#recipe-detail .col1 > h3:first-child {
  padding-top: 0;
  margin-top: -2px;
}
/* line 2565, ../sass/glbl.scss */
#recipe-detail .actionBox {
  background: #FEF3E1;
}
/* line 2567, ../sass/glbl.scss */
#recipe-detail .actionBox #usr-recipe-rating {
  *zoom: 1;
}
/* line 2569, ../sass/glbl.scss */
#recipe-detail .actionBox #usr-recipe-rating:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 2578, ../sass/glbl.scss */
#recipe-detail .actionBox h5 {
  float: left;
  font-weight: normal;
}
/* line 2582, ../sass/glbl.scss */
#recipe-detail .actionBox #rate-recipe {
  float: right;
  margin-right: 14px;
}
/* line 2586, ../sass/glbl.scss */
#recipe-detail .actionBox .add {
  background: url(../img/products-and-recipes/recipe-icons.png) 274px 8px no-repeat;
}
/* line 2589, ../sass/glbl.scss */
#recipe-detail .actionBox .rem {
  background: url(../img/products-and-recipes/recipe-icons.png) 274px -142px no-repeat;
}
/* line 2592, ../sass/glbl.scss */
#recipe-detail .actionBox .download {
  background: url(../img/products-and-recipes/recipe-icons.png) 274px -292px no-repeat;
}
/* line 2595, ../sass/glbl.scss */
#recipe-detail .actionBox .print {
  background: url(../img/products-and-recipes/recipe-icons.png) 274px -242px no-repeat;
}

/*  ----------------
    Product claims
    Related products
    ----------------  */
/* line 2607, ../sass/glbl.scss */
#prod-detail section.claim, #prod-detail section.rel {
  background: #FEF3E1;
}

/* line 2612, ../sass/glbl.scss */
#recipe-detail section#feat-prods, #prod-detail .fb-like, #recipe-detail .facebook {
  background: #FEF3E1;
}

/* line 2616, ../sass/glbl.scss */
#prod-detail section.claim h5, #recipe-detail section#avg-recipe-rating, #prod-detail section.rel h5 {
  text-transform: uppercase;
  font-size: 85%;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  /* Clip text to self */
  background: url(../img/products-and-recipes/bg_heading-light.png) left -1px no-repeat;
  /* clip away top pixel */
  padding: 0 14px;
}

/* line 2629, ../sass/glbl.scss */
#recipe-detail section#feat-prods h4 {
  text-transform: uppercase;
  font-size: 85%;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  /* Clip text to self */
  background: url(../img/products-and-recipes/bg_heading-light.png) left -1px no-repeat;
  /* clip away top pixel */
  padding: 0 14px;
}
/* line 2641, ../sass/glbl.scss */
#recipe-detail section#avg-recipe-rating h5 {
  float: left;
}
/* line 2644, ../sass/glbl.scss */
#recipe-detail section#avg-recipe-rating .cufon {
  top: -0.5px;
}
/* line 2647, ../sass/glbl.scss */
#recipe-detail section#avg-recipe-rating .avg-usr-rating {
  float: right;
  margin-top: 6px;
}

/* line 2654, ../sass/glbl.scss */
#prod-detail section.rel h5, #recipe-detail section#feat-prods h4 {
  margin-top: 15px;
  color: #E9D599;
  line-height: 29px;
  /* Ideally this would be 30px, but 29px looks more centered */
  height: 30px;
  background: url(../img/products-and-recipes/bg_heading-dark.png) left top no-repeat;
}

/* line 2664, ../sass/glbl.scss */
#prod-detail section.claim ul, #prod-detail section.rel ul {
  padding-left: 14px;
  padding-right: 14px;
}

/* line 2670, ../sass/glbl.scss */
#recipe-detail section#feat-prods ul, #prod-detail .fb-like, #recipe-detail .facebook {
  padding-left: 14px;
  padding-right: 14px;
}

/*  --------------
    Product claims
    --------------  */
/* line 2687, ../sass/glbl.scss */
#prod-detail section.claim ul {
  padding-top: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #FFFFFF;
}
/* line 2692, ../sass/glbl.scss */
#prod-detail section.claim li {
  padding-left: 43px;
  background: url(../img/our-range/product-claim-tick.png) left center no-repeat;
  min-height: 23px;
}
/* line 2696, ../sass/glbl.scss */
#prod-detail section.claim li img {
  display: none;
}
/* line 2699, ../sass/glbl.scss */
#prod-detail section.claim li p {
  padding: 9px 0;
  font-size: 90%;
  text-transform: uppercase;
}
/* line 2706, ../sass/glbl.scss */
#prod-detail .fb-like {
  border-top: 1px solid #EDE0BC;
  padding-top: 6px;
  padding-bottom: 7px;
  background-image: url(../img/products-and-recipes/bg_footer.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

/*  --------------------
    Facebook Like button
    --------------------  */
/* line 2720, ../sass/glbl.scss */
#recipe-detail .facebook {
  border-top: 1px solid #EDE0BC;
  padding-top: 6px;
  padding-bottom: 7px;
  background-image: url(../img/products-and-recipes/bg_footer.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 2729, ../sass/glbl.scss */
#prod-detail .fb-like iframe, #recipe-detail .facebook iframe {
  height: 24px;
  width: auto;
}

/*  ------------------------------------------
    Related products / Featured in this recipe
    ------------------------------------------  */
/* line 2738, ../sass/glbl.scss */
#prod-detail section.rel ul, #recipe-detail section#feat-prods ul {
  padding-top: 15px;
  padding-bottom: 11px;
  background-image: url(../img/products-and-recipes/bg_footer.png);
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 2746, ../sass/glbl.scss */
#prod-detail section.rel ul li, #recipe-detail section#feat-prods ul li {
  *zoom: 1;
  padding-bottom: 12px;
}

/* line 2751, ../sass/glbl.scss */
#prod-detail section.rel ul li:after, #recipe-detail section#feat-prods ul li:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}

/* line 2760, ../sass/glbl.scss */
#prod-detail section.rel .imgLink, #recipe-detail section#feat-prods .prod-img {
  width: 115px;
  overflow: hidden;
  display: block;
  border: 1px solid #E9D599 !important;
  /* Override dodgy ASP.NET markup on recipe detail pages */
  background: #fff;
}

/* line 2769, ../sass/glbl.scss */
#prod-detail section.rel .imgLink img, #recipe-detail section#feat-prods .prod-img img {
  display: block;
  border: none !important;
  /* Override dodgy ASP.NET markup on recipe detail pages */
  width: auto;
  height: auto;
  margin: 0 auto;
}

/* line 2778, ../sass/glbl.scss */
#prod-detail section.rel ul li .txtLink, #recipe-detail #feat-prods ul li .prod-desc {
  width: 148px;
  padding-top: 15px;
  min-height: 2.5em;
  float: right;
  /* TODO: move me to reset-and-layout.css safely */
}

/* line 2786, ../sass/glbl.scss */
#prod-detail section.rel .txtLink {
  padding-bottom: 40px;
  background: url(../img/products-and-recipes/btn_view-product.png) bottom left no-repeat;
}

/* line 2791, ../sass/glbl.scss */
#recipe-detail #feat-prods .prod-desc a {
  margin-top: 10px;
  background: url(../img/products-and-recipes/btn_view-product.png) left top no-repeat;
  font-size: 0;
  width: 148px;
  height: 30px;
  display: block;
  overflow: hidden;
  line-height: 999px;
  text-indent: -9999px;
}

/*  ===============
    Product Details
    ===============  */
/* line 2808, ../sass/glbl.scss */
#prod-detail #tips {
  background: url(../img/our-range/bg_cooking-hints-and-tips.png) left top no-repeat;
  color: #FDF3D9;
  text-align: center;
  margin-bottom: -20px;
  *zoom: 1;
  /* IE7 - background, APPEAR! */
}
/* line 2815, ../sass/glbl.scss */
#prod-detail #tips section {
  background: url(../img/our-range/bg_cooking-hints-and-tips_bottom.png) left bottom no-repeat;
  padding: 37px 20px;
  padding-top: 58px;
}
/* line 2819, ../sass/glbl.scss */
#prod-detail #tips section h5 {
  display: none;
}
/* line 2824, ../sass/glbl.scss */
#prod-detail .nutritionalinfo {
  width: 100%;
}
/* line 2826, ../sass/glbl.scss */
#prod-detail .nutritionalinfo th {
  text-align: right;
  color: #B29642;
  font-size: 90%;
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #D5C28A;
}
/* line 2833, ../sass/glbl.scss */
#prod-detail .nutritionalinfo th:first-child {
  text-align: left;
}
/* line 2837, ../sass/glbl.scss */
#prod-detail .nutritionalinfo tr td {
  text-align: right;
  padding: 7px 0 6px;
  background: url(../img/our-range/nutritional-table-row-divider.png) bottom left repeat-x;
}
/* line 2841, ../sass/glbl.scss */
#prod-detail .nutritionalinfo tr td:first-child {
  text-align: left;
}
/* line 2846, ../sass/glbl.scss */
#prod-detail .nut-disclaimer {
  margin-top: 10px;
  font-size: 90%;
  text-align: right;
}

/*  ==============
    Recipe details
    ==============  */
/* line 2857, ../sass/glbl.scss */
#recipe-detail #instructions {
  line-height: 1.75;
}
/* line 2859, ../sass/glbl.scss */
#recipe-detail #instructions a {
  font-weight: bold;
}
/* line 2862, ../sass/glbl.scss */
#recipe-detail #instructions h4 {
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  color: #B29642;
  position: relative;
  left: -1px;
  margin-top: 2em;
}
/* line 2871, ../sass/glbl.scss */
#recipe-detail #instructions h3 + h4 {
  margin-top: 0;
}

/* line 2876, ../sass/glbl.scss */
#tastytip {
  margin-top: 40px;
  background: #FFFFFF;
  color: #A47F7F;
}
/* line 2880, ../sass/glbl.scss */
#tastytip > div {
  background: url(../img/products-and-recipes/details-divider.png) left bottom no-repeat;
  position: relative;
  top: 3px;
  text-align: center;
  padding-bottom: 25px;
}
/* line 2887, ../sass/glbl.scss */
#tastytip h3 {
  position: relative;
  top: -5px;
  padding-bottom: 4px;
  padding-top: 5px;
  color: #B29642;
  font-size: 200%;
  background: url(../img/products-and-recipes/details-divider.png) left top no-repeat;
}
/* line 2896, ../sass/glbl.scss */
#tastytip p {
  padding: 0 20px;
}

/* line 2901, ../sass/glbl.scss */
.adjustRecipe {
  background: url(../img/products-and-recipes/bg_adjust-recipe.png) left bottom no-repeat;
  padding-bottom: 25px;
  margin-top: 20px;
  margin-bottom: -8px;
  color: #E9D599;
}
/* line 2907, ../sass/glbl.scss */
.adjustRecipe .timings {
  background: url(../img/products-and-recipes/bg_adjust-recipe-inner.png) left top no-repeat;
  padding-top: 15px;
  padding-left: 15px;
}
/* line 2912, ../sass/glbl.scss */
.adjustRecipe .prtime span, .adjustRecipe .cktime span {
  text-transform: uppercase;
  font-size: 85%;
  float: left;
  margin-right: 8px;
}
/* line 2919, ../sass/glbl.scss */
.adjustRecipe .results .serves span, .adjustRecipe .results .makes span {
  text-transform: uppercase;
  font-size: 85%;
  float: left;
  margin-right: 8px;
}
/* line 2926, ../sass/glbl.scss */
.adjustRecipe .prtime span .cufon, .adjustRecipe .cktime span .cufon {
  position: relative;
  top: 1px;
}
/* line 2930, ../sass/glbl.scss */
.adjustRecipe .results {
  padding-left: 15px;
}
/* line 2931, ../sass/glbl.scss */
.adjustRecipe .results .serves .cufon, .adjustRecipe .results .makes .cufon {
  position: relative;
  top: 1px;
}

/*  =============
    Shopping List
    =============  */
/* line 2944, ../sass/glbl.scss */
#ShoppingLst #sendshoppinglist {
  position: relative;
  /* Positioning context for print and email buttons */
  top: -2.5em;
}
/* line 2949, ../sass/glbl.scss */
#ShoppingLst .btnShoppingListSendSms, #ShoppingLst #btnShoppingListSendEmail, #ShoppingLst .printpage, #ShoppingLst .emailthis {
  background: url(../img/shopping-list/btn_send.png) top left no-repeat;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 999px;
  overflow: hidden;
  width: 85px;
  height: 21px;
  cursor: pointer;
}
/* line 2960, ../sass/glbl.scss */
#ShoppingLst .printpage {
  position: absolute;
  top: -13px;
  right: 87px;
  background: url(../img/shopping-list/btn_print.png) top left no-repeat;
}
/* line 2966, ../sass/glbl.scss */
#ShoppingLst .emailthis {
  position: absolute;
  top: -13px;
  right: 0;
  background: url(../img/shopping-list/btn_email.png) top left no-repeat;
  overflow: visible;
}
/* line 2972, ../sass/glbl.scss */
#ShoppingLst .emailthis:hover {
  background-position: left -21px;
  height: 28px;
}
/* line 2977, ../sass/glbl.scss */
#ShoppingLst .recipeList .recipeBox {
  background: url(../img/shopping-list/bg_action-box.png) top left no-repeat;
  *zoom: 1;
  margin-bottom: 20px;
}
/* line 2981, ../sass/glbl.scss */
#ShoppingLst .recipeList .recipeBox:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 2990, ../sass/glbl.scss */
#ShoppingLst .actionBox {
  width: 213px;
  float: left;
  padding-bottom: 3px;
  background: url(../img/shopping-list/bg_action-box_bottom.png) bottom left no-repeat;
  margin-right: 20px;
}
/* line 2996, ../sass/glbl.scss */
#ShoppingLst .actionBox img {
  width: 211px;
  height: 206px;
  border: 1px solid #E9D599 !important;
  /* More important than the garbage ASP.NET inline style it's overriding */
  border-bottom: none !important;
  display: block;
}
/* line 3004, ../sass/glbl.scss */
#ShoppingLst .actionBox .detail {
  margin-top: 3px;
  background: url(../img/products-and-recipes/recipe-icons.png) 185px -42px no-repeat;
}
/* line 3008, ../sass/glbl.scss */
#ShoppingLst .actionBox .add {
  background: url(../img/products-and-recipes/recipe-icons.png) 185px 8px no-repeat;
}
/* line 3011, ../sass/glbl.scss */
#ShoppingLst .actionBox .rem {
  background: url(../img/products-and-recipes/recipe-icons.png) 185px -142px no-repeat;
}
/* line 3014, ../sass/glbl.scss */
#ShoppingLst .actionBox .sms {
  background: url(../img/products-and-recipes/recipe-icons.png) 185px -192px no-repeat;
  *zoom: 1;
}
/* line 3017, ../sass/glbl.scss */
#ShoppingLst .actionBox .sms:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 3026, ../sass/glbl.scss */
#ShoppingLst .actionBox .smsthis {
  cursor: default;
  padding-top: 12px;
  text-transform: none;
  background: #FEF3E1;
  width: 188px;
  /* Cover up 'residual' action icons */
  color: #FEF3E1;
  text-decoration: underline;
  /* 'Paint over' Chrome's buggy "inherited" underline with bg color */
}
/* line 3036, ../sass/glbl.scss */
#ShoppingLst .actionBox .smsthis p {
  color: #583535;
}
/* line 3040, ../sass/glbl.scss */
#ShoppingLst .actionBox .sms > * {
  float: left;
  /* Kills 'inherited' underline on and inside this element */
  margin-bottom: -10px;
}
/* line 3045, ../sass/glbl.scss */
#ShoppingLst .actionBox p {
  padding-bottom: 10px;
}
/* line 3049, ../sass/glbl.scss */
#ShoppingLst #smsform0 label, #ShoppingLst #emailthis label {
  color: #A60000;
  vertical-align: middle;
}
/* line 3053, ../sass/glbl.scss */
#ShoppingLst #smsform0 input[type="text"], #ShoppingLst #emailthis input[type="text"] {
  vertical-align: middle;
  width: 140px;
}
/* line 3057, ../sass/glbl.scss */
#ShoppingLst .smsthis > p {
  float: left;
  /* Kills 'inherited' underline on and inside this element */
}
/* line 3061, ../sass/glbl.scss */
#ShoppingLst #emailthis {
  line-height: 1.25;
  text-indent: 0;
  font-size: 9pt;
  position: absolute;
  top: 28px;
  right: 0;
  width: 22em;
  padding-bottom: 3px;
  background: #FEF3E1 url(../img/shopping-list/bg_dropdown_bottom.png) bottom center no-repeat;
  z-index: 10;
  cursor: default;
}
/* line 3073, ../sass/glbl.scss */
#ShoppingLst #emailthis .form {
  padding: 15px 15px;
  padding-top: 20px;
  background: #FEF3E1 url(../img/shopping-list/bg_dropdown.png) top center no-repeat;
}
/* line 3078, ../sass/glbl.scss */
#ShoppingLst #emailthis .message {
  padding: 15px 15px;
  padding-top: 20px;
  background: #FEF3E1 url(../img/shopping-list/bg_dropdown.png) top center no-repeat;
  padding-top: 50px;
  padding-bottom: 40px;
}
/* line 3085, ../sass/glbl.scss */
#ShoppingLst #emailthis p {
  padding-top: 10px;
}
/* line 3088, ../sass/glbl.scss */
#ShoppingLst #emailthis label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 5em;
}
/* line 3094, ../sass/glbl.scss */
#ShoppingLst #emailthis input[type="text"] {
  width: 13.75em;
}
/* line 3097, ../sass/glbl.scss */
#ShoppingLst #emailthis #btnShoppingListSendEmail {
  margin-top: -10px;
  margin-bottom: -10px;
}
/* line 3101, ../sass/glbl.scss */
#ShoppingLst #emailthis #shoppinglistemailmsg {
  display: block;
  font-size: 90%;
}
/* line 3106, ../sass/glbl.scss */
#ShoppingLst .recipeListDetail {
  float: left;
  width: 445px;
}
/* line 3109, ../sass/glbl.scss */
#ShoppingLst .recipeListDetail h4 {
  /* Subheading (above): Recipe Category */
  font-weight: normal;
  font-size: 166%;
  color: #B29642;
  margin-top: -0.4em;
}
/* line 3116, ../sass/glbl.scss */
#ShoppingLst .recipeListDetail h3 {
  /* Heading (below): Recipe Name */
  color: #A60000;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 140%;
  font-weight: normal;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #E9D599;
  margin-bottom: 12px;
  line-height: 1.25;
}

/*  =====
    Media
    =====  */
/* line 3135, ../sass/glbl.scss */
#miVideo, #miMedia {
  margin-top: 20px;
}

/* line 3139, ../sass/glbl.scss */
.mediacategory {
  /* <block><hN></hN></block> */
  background: #FEF3E1 url(../img/media/bg_footer.png) left bottom no-repeat;
  padding-bottom: 19px;
  margin-bottom: 10px;
}
/* line 3144, ../sass/glbl.scss */
.mediacategory:last-child {
  margin-bottom: 0;
}
/* line 3147, ../sass/glbl.scss */
.mediacategory ul {
  padding-left: 11px;
}
/* line 3149, ../sass/glbl.scss */
.mediacategory ul .mediaitems {
  float: left;
  width: 295px;
  padding-right: 17px;
  padding-bottom: 30px;
}
/* line 3156, ../sass/glbl.scss */
.mediacategory h3 {
  background: url(../img/media/bg_header.png) left top no-repeat;
  color: #E9D599;
  font-size: 85%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 3168, ../sass/glbl.scss */
.mediacategory ul .mediaitems img {
  float: left;
  display: block;
  border: 1px solid #E9D599;
  background: rgba(0, 0, 0, 0.05);
  /* Placeholder square */
}
/* line 3175, ../sass/glbl.scss */
.mediacategory ul .mediaitems .mediaimageoptions {
  display: block;
  float: left;
  padding-left: 11px;
  width: 122px;
}
/* line 3180, ../sass/glbl.scss */
.mediacategory ul .mediaitems .mediaimageoptions .title {
  /* Title */
  display: block;
  line-height: 1;
  margin-bottom: 0.25em;
}
/* line 3186, ../sass/glbl.scss */
.mediacategory ul .mediaitems .mediaimageoptions span {
  /* Running time */
  display: block;
  font-size: 92%;
  color: #888888;
  margin-bottom: 17px;
}

/* line 3198, ../sass/glbl.scss */
#miMedia .mediacategory ul .mediaitems .mediaimageoptions .title {
  /* Media title */
  display: block;
  margin-bottom: 9px;
}
/* line 3203, ../sass/glbl.scss */
#miMedia .mediacategory ul .mediaitems .mediaimageoptions span {
  /* Media sizes */
  zoom: 1;
  padding-left: 10px;
  background: url(../img/media/bullet_media-size.png) left center no-repeat;
  margin-bottom: 7px;
}

/* line 3212, ../sass/glbl.scss */
#miVideo .mediacategory ul .mediaitems .mediaimageoptions a {
  background: url(../img/media/btn_play-video.png) top left no-repeat;
  display: block;
  width: 115px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 3219, ../sass/glbl.scss */
#miVideo .mediacategory ul .mediaitems .mediaimageoptions a:hover {
  background-position: center left;
}
/* line 3222, ../sass/glbl.scss */
#miVideo .mediacategory ul .mediaitems .mediaimageoptions a:active {
  background-position: bottom left;
}

/*  -------------------------
    Media -> Watch video page
    ------------------------- */
/* line 3231, ../sass/glbl.scss */
#content #video-detail {
  width: 632px;
}

/* line 3235, ../sass/glbl.scss */
#video-detail {
  border: 3px solid #F3CD9C;
  border-left: none;
  border-right: none;
}
/* line 3239, ../sass/glbl.scss */
#video-detail object, #video-detail video, #video-detail embed {
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 633px;
  *width: 632px;
  height: 358px;
  margin-top: -1px;
  margin-bottom: -1px;
}

/* Target FireFox 3 [!] */
/* line 3253, ../sass/glbl.scss */
html > body #video-detail object {
  width: 632px;
}

/* line 3258, ../sass/glbl.scss */
x:-moz-any-link, x:default {
  width: 632px;
}

/* line 3263, ../sass/glbl.scss */
html > body #video-detail video {
  width: 632px;
}

/* line 3268, ../sass/glbl.scss */
x:-moz-any-link, x:default {
  width: 632px;
}

/* line 3273, ../sass/glbl.scss */
html > body #video-detail embed {
  width: 632px;
}

/* line 3278, ../sass/glbl.scss */
x:-moz-any-link, x:default {
  width: 632px;
}

/* line 3283, ../sass/glbl.scss */
#video-desc {
  /* <block><hN></hN></block> */
  border-top: 3px solid #F3CD9C;
  padding: 2px;
  padding-top: 10px;
  margin-bottom: -2px;
  width: 628px;
  background: #FEF3E1;
  position: relative;
  /* Intent: positioning context for facebook widget container */
  padding-bottom: 15px;
}
/* line 3294, ../sass/glbl.scss */
#video-desc h5 {
  margin-bottom: 12px;
  color: #A60000;
  font-family: Georgia,Times New Roman,Times,serif;
  font-size: 140%;
  font-weight: normal;
}
/* line 3301, ../sass/glbl.scss */
#video-desc div {
  /* Facebook widget container */
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 3307, ../sass/glbl.scss */
#video-desc h5, #video-desc p {
  padding-left: 13px;
  margin-left: -2px;
  margin-right: -2px;
}

/*  ----
    News
    ----

    Note: this section was pulled, but just in case somebody
          reverses that decision down the line, I'm leaving
          these partial styles in.
    */
/* Date selector */
/* line 3325, ../sass/glbl.scss */
.newsmain .monthslist {
  background: url(../img/recipe-gallery/bg_categories-bottom.png) bottom left no-repeat;
  padding-bottom: 13px;
  margin-top: 3.5em;
}
/* line 3329, ../sass/glbl.scss */
.newsmain .monthslist .months {
  background: url(../img/recipe-gallery/bg_categories.png) top left no-repeat;
  padding-top: 3px;
  position: relative;
  /* Since the heading for this list is in fact the first list-item,
     we'll shift the first list-item to above its container */
  *zoom: 1;
  padding-left: 3px;
  padding-right: 3px;
}
/* line 3338, ../sass/glbl.scss */
.newsmain .monthslist .months:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}
/* line 3347, ../sass/glbl.scss */
.newsmain .monthslist .months > a {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: oblique;
  float: left;
  padding-right: 6px;
}
/* line 3353, ../sass/glbl.scss */
.newsmain .monthslist .months > #lnkYearSelector > a {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: oblique;
  float: left;
  padding-right: 6px;
  margin-right: 3px;
}
/* line 3360, ../sass/glbl.scss */
.newsmain .monthslist .months > a.selected {
  background: url(../img/recipe-gallery/bg_category-selected_right.png) right 3px no-repeat;
  text-decoration: none;
}
/* line 3364, ../sass/glbl.scss */
.newsmain .monthslist .months > #lnkYearSelector:hover > a {
  background: url(../img/recipe-gallery/bg_category-selected_right.png) right 3px no-repeat;
  text-decoration: none;
  background: url(../img/news/bg_dropdown-hover_right.png) right 3px no-repeat;
}
/* line 3369, ../sass/glbl.scss */
.newsmain .monthslist .months > a > span, .newsmain .monthslist .months > #lnkYearSelector > a > span {
  display: block;
  color: #DDA374;
  height: 32px;
  line-height: 32px;
  padding: 0 9px 0 15px;
}
/* line 3376, ../sass/glbl.scss */
.newsmain .monthslist .months > a.selectable > span, .newsmain .monthslist .months > #lnkYearSelector > a > span {
  color: #FDF3D9;
}
/* line 3379, ../sass/glbl.scss */
.newsmain .monthslist .months > a:hover.selectable > span, .newsmain .monthslist .months > #lnkYearSelector > a:hover > span {
  text-decoration: underline;
}
/* line 3382, ../sass/glbl.scss */
.newsmain .monthslist .months > a.selected > span {
  background: url(../img/recipe-gallery/bg_category-selected.png) left 3px no-repeat;
  color: #450100;
}
/* line 3386, ../sass/glbl.scss */
.newsmain .monthslist .months > #lnkYearSelector:hover > a > span {
  background: url(../img/recipe-gallery/bg_category-selected.png) left 3px no-repeat;
  color: #450100;
  background: url(../img/news/bg_dropdown-hover.png) left 3px no-repeat;
}
/* line 3392, ../sass/glbl.scss */
.newsmain .monthslist .months #lnkYearSelector {
  position: relative;
  float: left;
}
/* line 3395, ../sass/glbl.scss */
.newsmain .monthslist .months #lnkYearSelector #yearSelectorI {
  position: absolute;
  margin-left: -1px;
  top: 100%;
  background: #FEF3E1;
  display: none;
  /* Default state */
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: oblique;
  border-bottom: 1px solid #DDA374;
}
/* line 3405, ../sass/glbl.scss */
.newsmain .monthslist .months #lnkYearSelector #yearSelectorI a {
  color: #583535;
  padding: 10px 14px 10px 15px;
  display: block;
  border: 1px solid #DDA374;
  border-bottom: none;
  border-top: none;
}

/* Date boxes */
/* line 3420, ../sass/glbl.scss */
.small-date, .big-date {
  background-color: #EDF1F5;
  border: 1px solid #C7D2DF;
  color: #126435;
  display: inline-block;
  padding: 4px 3px 5px;
  text-align: center;
  width: 31px;
}

/* line 3431, ../sass/glbl.scss */
.small-date span:first-child, .small-date .day {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 17.8px;
  font-weight: normal;
  line-height: 17.8px;
}

/* line 3441, ../sass/glbl.scss */
.big-date span:first-child, .big-date .day {
  display: block;
  font-family: Arial, sans-serif;
  font-size: 17.8px;
  font-weight: normal;
  line-height: 17.8px;
}

/* line 3451, ../sass/glbl.scss */
.small-date span:last-child, .small-date .month {
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}

/* line 3459, ../sass/glbl.scss */
.big-date {
  padding-top: 5px;
  padding-bottom: 6px;
  width: 41px;
}
/* line 3460, ../sass/glbl.scss */
.big-date span:last-child, .big-date .month {
  display: block;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
/* line 3469, ../sass/glbl.scss */
.big-date span:first-child, .big-date .day {
  font-size: 23px;
  line-height: 23px;
}
/* line 3473, ../sass/glbl.scss */
.big-date span:last-child, .big-date .month {
  font-size: 12.3px;
  line-height: 12.3px;
}

/* Big date box override */
/* Article teasers */
/* line 3485, ../sass/glbl.scss */
.newslistDetail {
  padding-left: 41px;
}

/*  ===============
    Contact us page
    =============== */
/* line 3498, ../sass/glbl.scss */
body.path_contact-us .scfForm {
  width: 635px;
  font-family: Arial, Helvetica, sans-serif;
  /* Override stupid defaults */
}
/* line 3499, ../sass/glbl.scss */
body.path_contact-us .scfForm > div, body.path_contact-us .scfForm .fullAvailableWidth, body.path_contact-us .scfForm .halfAvailableWidth, body.path_contact-us .scfForm .thirdAvailableWidth {
  zoom: 1;
}
/* line 3502, ../sass/glbl.scss */
body.path_contact-us .scfForm > div:after, body.path_contact-us .scfForm .fullAvailableWidth:after, body.path_contact-us .scfForm .halfAvailableWidth:after, body.path_contact-us .scfForm .thirdAvailableWidth:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* line 3512, ../sass/glbl.scss */
body.path_contact-us .scfForm .fullAvailableWidth, body.path_contact-us .scfForm .threeQuartersAvailableWidth, body.path_contact-us .scfForm .halfAvailableWidth, body.path_contact-us .scfForm .thirdAvailableWidth {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
/* line 3518, ../sass/glbl.scss */
body.path_contact-us .scfForm .fullAvailableWidth:first-child, body.path_contact-us .scfForm .threeQuartersAvailableWidth:first-child, body.path_contact-us .scfForm .halfAvailableWidth:first-child, body.path_contact-us .scfForm .thirdAvailableWidth:first-child {
  padding-top: 0;
}
/* line 3521, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfRequired {
  float: left;
  margin-left: 9px;
}
/* line 3525, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfValidationSummary {
  margin-left: 0px;
  margin-bottom: 7px;
}
/* line 3529, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfValidatorRequired {
  float: left;
  margin-left: 9px;
}
/* line 3533, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfValidator {
  display: none !important;
}
/* line 3536, ../sass/glbl.scss */
body.path_contact-us .scfForm label {
  color: #3B1C11;
}
/* line 3539, ../sass/glbl.scss */
body.path_contact-us .scfForm .threeQuartersAvailableWidth {
  width: 75%;
}
/* line 3542, ../sass/glbl.scss */
body.path_contact-us .scfForm .thirdAvailableWidth {
  width: 50%;
}
/* line 3545, ../sass/glbl.scss */
body.path_contact-us .scfForm .fullAvailableWidth label {
  width: 20%;
}
/* line 3548, ../sass/glbl.scss */
body.path_contact-us .scfForm .threeQuartersAvailableWidth label {
  width: 26.667%;
}
/* line 3551, ../sass/glbl.scss */
body.path_contact-us .scfForm .halfAvailableWidth label, body.path_contact-us .scfForm .thirdAvailableWidth label {
  width: 40%;
}
/* line 3555, ../sass/glbl.scss */
body.path_contact-us .scfForm .fullAvailableWidth .scfEmailGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfDropListGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfMultipleLineGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfSingleLineGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfPasswordGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfNumberGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfDateGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfRadioButtonListGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfCheckBoxListGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfFileUploadGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfDateSelectorGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfCreditCardGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfCaptchaGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfTelephoneGeneralPanel, body.path_contact-us .scfForm .fullAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 295px;
}
/* line 3560, ../sass/glbl.scss */
body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfEmailGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfDropListGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfMultipleLineGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfSingleLineGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfPasswordGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfNumberGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfDateGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfRadioButtonListGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfCheckBoxListGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfFileUploadGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfDateSelectorGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfCreditCardGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfCaptchaGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfTelephoneGeneralPanel, body.path_contact-us .scfForm .threeQuartersAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 66.667%;
}
/* line 3565, ../sass/glbl.scss */
body.path_contact-us .scfForm .halfAvailableWidth .scfEmailGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfDropListGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfMultipleLineGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfSingleLineGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfPasswordGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfNumberGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfDateGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfRadioButtonListGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfCheckBoxListGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfFileUploadGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfDateSelectorGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfCreditCardGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfCaptchaGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfTelephoneGeneralPanel, body.path_contact-us .scfForm .halfAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 169px;
}
/* line 3568, ../sass/glbl.scss */
body.path_contact-us .scfForm .halfAvailableWidth .scfDropListGeneralPanel {
  margin-right: 2px;
}
/* line 3573, ../sass/glbl.scss */
body.path_contact-us .scfForm .thirdAvailableWidth .scfEmailGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfDropListGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfMultipleLineGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfSingleLineGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfPasswordGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfNumberGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfDateGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfRadioButtonListGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfCheckBoxListGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfFileUploadGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfDateSelectorGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfCreditCardGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfCaptchaGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfTelephoneGeneralPanel, body.path_contact-us .scfForm .thirdAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 168px;
}
/* line 3577, ../sass/glbl.scss */
body.path_contact-us .scfForm input[type=text], body.path_contact-us .scfForm select, body.path_contact-us .scfForm textarea {
  border: 1px solid #E9D599;
  padding: 3px;
  margin-left: 7px;
}
/* line 3582, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfCheckboxBorder {
  padding-left: 20%;
}
/* line 3585, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfCheckboxBorder .scfCheckbox input, body.path_contact-us .scfForm .scfCheckboxBorder .scfCheckbox label {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-left: 7px;
}
/* line 3591, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfCheckboxBorder .scfCheckbox input {
  margin-right: 6px;
  float: left;
  margin-top: 2px;
}
/* line 3596, ../sass/glbl.scss */
body.path_contact-us .scfForm .scfCheckboxBorder .scfCheckbox label {
  overflow: hidden;
  display: block;
  width: 276px;
}
/* line 3604, ../sass/glbl.scss */
body.path_contact-us .scfSubmitButtonBorder {
  margin-top: 20px;
  padding-left: 20%;
}
/* line 3607, ../sass/glbl.scss */
body.path_contact-us .scfSubmitButtonBorder input {
  clear: left;
  border: none;
  background: url(../img/global/btn_submit.png) top left no-repeat;
  display: block;
  width: 75px;
  height: 21px;
  text-indent: -9999px;
  *line-height: 250px;
  overflow: hidden;
}
/* line 3617, ../sass/glbl.scss */
body.path_contact-us .scfSubmitButtonBorder input:hover {
  background-position: center left;
}
/* line 3620, ../sass/glbl.scss */
body.path_contact-us .scfSubmitButtonBorder input:active {
  background-position: bottom left;
}
/* line 3625, ../sass/glbl.scss */
body.path_contact-us .scfFooterBorder {
  margin-top: 30px;
  float: left;
  border: 1px solid #CBA;
  padding: 10px;
}
/* line 3632, ../sass/glbl.scss */
body.path_contact-us .locDetails h4 {
  border: none;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 120%;
}
/* line 3643, ../sass/glbl.scss */
body.path_contact-us .locDetails span {
  /* Phone number */
  font-weight: bold;
}
/* line 3650, ../sass/glbl.scss */
body.path_sign-up .scfForm {
  width: 635px;
  font-family: Arial, Helvetica, sans-serif;
  /* Override stupid defaults */
}
/* line 3651, ../sass/glbl.scss */
body.path_sign-up .scfForm > div, body.path_sign-up .scfForm .fullAvailableWidth, body.path_sign-up .scfForm .halfAvailableWidth, body.path_sign-up .scfForm .thirdAvailableWidth {
  zoom: 1;
}
/* line 3654, ../sass/glbl.scss */
body.path_sign-up .scfForm > div:after, body.path_sign-up .scfForm .fullAvailableWidth:after, body.path_sign-up .scfForm .halfAvailableWidth:after, body.path_sign-up .scfForm .thirdAvailableWidth:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/* line 3664, ../sass/glbl.scss */
body.path_sign-up .scfForm .fullAvailableWidth, body.path_sign-up .scfForm .threeQuartersAvailableWidth, body.path_sign-up .scfForm .halfAvailableWidth, body.path_sign-up .scfForm .thirdAvailableWidth {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
/* line 3670, ../sass/glbl.scss */
body.path_sign-up .scfForm .fullAvailableWidth:first-child, body.path_sign-up .scfForm .threeQuartersAvailableWidth:first-child, body.path_sign-up .scfForm .halfAvailableWidth:first-child, body.path_sign-up .scfForm .thirdAvailableWidth:first-child {
  padding-top: 0;
}
/* line 3673, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfRequired {
  float: left;
  margin-left: 9px;
}
/* line 3677, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfValidationSummary {
  margin-left: 0px;
  margin-bottom: 7px;
}
/* line 3681, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfValidatorRequired {
  float: left;
  margin-left: 9px;
}
/* line 3685, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfValidator {
  display: none !important;
}
/* line 3688, ../sass/glbl.scss */
body.path_sign-up .scfForm label {
  color: #3B1C11;
}
/* line 3691, ../sass/glbl.scss */
body.path_sign-up .scfForm .threeQuartersAvailableWidth {
  width: 75%;
}
/* line 3694, ../sass/glbl.scss */
body.path_sign-up .scfForm .thirdAvailableWidth {
  width: 50%;
}
/* line 3697, ../sass/glbl.scss */
body.path_sign-up .scfForm .fullAvailableWidth label {
  width: 20%;
}
/* line 3700, ../sass/glbl.scss */
body.path_sign-up .scfForm .threeQuartersAvailableWidth label {
  width: 26.667%;
}
/* line 3703, ../sass/glbl.scss */
body.path_sign-up .scfForm .halfAvailableWidth label, body.path_sign-up .scfForm .thirdAvailableWidth label {
  width: 40%;
}
/* line 3706, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfCheckbox {
  padding-top: 10px;
}
/* line 3710, ../sass/glbl.scss */
body.path_sign-up .scfForm .fullAvailableWidth .scfEmailGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfDropListGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfMultipleLineGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfSingleLineGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfPasswordGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfNumberGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfDateGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfRadioButtonListGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfCheckBoxListGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfFileUploadGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfDateSelectorGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfCreditCardGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfCaptchaGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfTelephoneGeneralPanel, body.path_sign-up .scfForm .fullAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 295px;
}
/* line 3715, ../sass/glbl.scss */
body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfEmailGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfDropListGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfMultipleLineGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfSingleLineGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfPasswordGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfNumberGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfDateGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfRadioButtonListGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfCheckBoxListGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfFileUploadGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfDateSelectorGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfCreditCardGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfCaptchaGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfTelephoneGeneralPanel, body.path_sign-up .scfForm .threeQuartersAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 66.667%;
}
/* line 3720, ../sass/glbl.scss */
body.path_sign-up .scfForm .halfAvailableWidth .scfEmailGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfDropListGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfMultipleLineGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfSingleLineGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfPasswordGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfNumberGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfDateGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfRadioButtonListGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfCheckBoxListGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfFileUploadGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfDateSelectorGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfCreditCardGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfCaptchaGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfTelephoneGeneralPanel, body.path_sign-up .scfForm .halfAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 169px;
}
/* line 3723, ../sass/glbl.scss */
body.path_sign-up .scfForm .halfAvailableWidth .scfDropListGeneralPanel {
  margin-right: 2px;
}
/* line 3728, ../sass/glbl.scss */
body.path_sign-up .scfForm .thirdAvailableWidth .scfEmailGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfDropListGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfMultipleLineGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfSingleLineGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfPasswordGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfNumberGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfDateGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfRadioButtonListGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfCheckBoxListGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfFileUploadGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfDateSelectorGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfCreditCardGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfConfirmPasswordGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfCaptchaGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfTelephoneGeneralPanel, body.path_sign-up .scfForm .thirdAvailableWidth .scfSmsTelephoneGeneralPanel {
  width: 168px;
}
/* line 3732, ../sass/glbl.scss */
body.path_sign-up .scfForm input[type=text], body.path_sign-up .scfForm select, body.path_sign-up .scfForm textarea {
  border: 1px solid #E9D599;
  padding: 3px;
  margin-left: 7px;
}
/* line 3737, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfCheckboxBorder {
  padding-left: 20%;
}
/* line 3740, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfCheckboxBorder .scfCheckbox input, body.path_sign-up .scfForm .scfCheckboxBorder .scfCheckbox label {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-left: 7px;
}
/* line 3746, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfCheckboxBorder .scfCheckbox input {
  margin-right: 6px;
  float: left;
  margin-top: 2px;
}
/* line 3751, ../sass/glbl.scss */
body.path_sign-up .scfForm .scfCheckboxBorder .scfCheckbox label {
  overflow: hidden;
  display: block;
  width: 276px;
}
/* line 3759, ../sass/glbl.scss */
body.path_sign-up .scfSubmitButtonBorder {
  margin-top: 20px;
  padding-left: 20%;
}
/* line 3762, ../sass/glbl.scss */
body.path_sign-up .scfSubmitButtonBorder input {
  clear: left;
  border: none;
  background: url(../img/global/btn_submit.png) top left no-repeat;
  display: block;
  width: 75px;
  height: 21px;
  text-indent: -9999px;
  *line-height: 250px;
  overflow: hidden;
}
/* line 3772, ../sass/glbl.scss */
body.path_sign-up .scfSubmitButtonBorder input:hover {
  background-position: center left;
}
/* line 3775, ../sass/glbl.scss */
body.path_sign-up .scfSubmitButtonBorder input:active {
  background-position: bottom left;
}
/* line 3781, ../sass/glbl.scss */
body.path_sign-up .locDetails h4 {
  border: none;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 120%;
}
/* line 3792, ../sass/glbl.scss */
body.path_sign-up .locDetails span {
  /* Phone number */
  font-weight: bold;
}

/***Subscribe page ****/
/* Vertical Align */
/* line 3804, ../sass/glbl.scss */
.vcenter-helper {
  width: 1px;
  overflow: hidden;
  margin-right: -1px;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

/* Second level dropdown navigation */
/* line 3817, ../sass/glbl.scss */
.top-nav ul.nested {
  /*background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
  /*background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
  list-style: none;
  position: absolute;
  display: block;
  background: #bd0902 url("../img/global/header/bg-sec-nav.png") no-repeat;
  display: none;
  /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
/* line 3826, ../sass/glbl.scss */
.top-nav ul.nested li.secondary {
  /*background: #fff;*/
  /*padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
  float: n one;
  background-image: none;
  background-color: transparent;
  border-bottom: 1px solid #c14b29;
  background: transparent url("../img/global/header/sec-nav-divider.gif") no-repeat left bottom;
  width: 213px;
}
/* line 3835, ../sass/glbl.scss */
.top-nav ul.nested li.secondary.last {
  background-image: none;
  border-bottom: 3px solid #f3cc9a;
}
/* line 3839, ../sass/glbl.scss */
.top-nav ul.nested li.secondary a {
  /*background:#fff;*/
  font-size: 11px;
  text-transform: uppercase;
  background: transparent url("../img/global/header/sec-nav-arrow.png") no-repeat 95% 50%;
  text-align: left;
  color: #fdf3d9;
  display: block;
  padding: 12px 11px 12px 11px;
}
/* line 3849, ../sass/glbl.scss */
.top-nav ul.nested li.secondary:hover, .top-nav ul.nested li.secondary.last:hover {
  background: url("../img/global/header/sec-nav-hover.png") left top repeat;
}
/* line 3852, ../sass/glbl.scss */
.top-nav ul.nested li.secondary:hover a {
  text-decoration: none;
}

/*.top-nav li:hover ul.nested{ 
    display: block;
    top: 27px;
	
}*/
/* End second level dropdown navigation*/
/*footer fix for IE7*/
/* line 3868, ../sass/glbl.scss */
footer #ft-inner .ftrCol3 {
  width: 645px;
}

/** PRINT - some adjustments to white site styles **/
@media print {
  /* line 3874, ../sass/glbl.scss */
  #contentInner {
    border-top: none;
    padding: 0;
  }
  /* line 3875, ../sass/glbl.scss */
  #contentInner h1 {
    float: none;
    left: 0;
    position: relative;
    clear: both;
    text-align: left;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px !important;
    padding-bottom: 0 !important;
  }
  /* line 3889, ../sass/glbl.scss */
  #contentInner h2 {
    float: none;
    left: 0;
    position: relative;
    clear: both;
    text-align: left;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: bold;
  }

  /* line 3905, ../sass/glbl.scss */
  body.path_shopping-list h1.shoppingListHeading {
    display: none;
  }
  /* line 3908, ../sass/glbl.scss */
  body > form {
    padding-bottom: 0;
  }

  /* line 3912, ../sass/glbl.scss */
  #wrap {
    padding-top: 0;
  }

  /* line 3915, ../sass/glbl.scss */
  header {
    padding: 0;
  }

  /* line 3918, ../sass/glbl.scss */
  h2#subPageTitle {
    font-weight: bold !important;
    padding-bottom: 20px !important;
  }

  /* line 3923, ../sass/glbl.scss */
  div.bg-right, div.bg-left {
    display: none !important;
  }

  /* line 3927, ../sass/glbl.scss */
  #contentInner .two-col {
    width: 658px !important;
  }
  /* line 3929, ../sass/glbl.scss */
  #contentInner .two-col .col1 {
    float: right;
    width: 305px;
    overflow: hidden;
  }
  /* line 3934, ../sass/glbl.scss */
  #contentInner .two-col .col3 {
    float: left;
  }

  /* line 3939, ../sass/glbl.scss */
  #recipe-detail .adjustRecipe {
    padding: 0 !important;
    margin-top: 20px !important;
  }
  /* line 3942, ../sass/glbl.scss */
  #recipe-detail .adjustRecipe div {
    padding: 4px 0 !important;
  }
  /* line 3944, ../sass/glbl.scss */
  #recipe-detail .adjustRecipe div p span {
    font-weight: bold;
    font-size: 12px;
  }
  /* line 3950, ../sass/glbl.scss */
  #recipe-detail #recipe-img {
    border: none;
  }

  /* line 3956, ../sass/glbl.scss */
  #ShoppingLst .actionBox img {
    border: none !important;
    margin: 0;
  }
  /* line 3960, ../sass/glbl.scss */
  #ShoppingLst .actionBox a {
    border: none !important;
  }
  /* line 3964, ../sass/glbl.scss */
  #ShoppingLst .recipeListDetail h4 {
    font-size: 12px;
    margin-top: 0;
  }

  /* line 3970, ../sass/glbl.scss */
  #recipe-detail #instructions h4 {
    margin-top: 10px !important;
  }
  /* line 3973, ../sass/glbl.scss */
  #recipe-detail h3, #recipe-detail #tastytip h3 {
    display: block !important;
    margin-top: 20px !important;
    padding-top: 3px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #CCC !important;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: none !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
  /* line 3986, ../sass/glbl.scss */
  #recipe-detail h3.headingDescription {
    margin-top: 0 !important;
  }

  /* line 3991, ../sass/glbl.scss */
  #tastytip > div {
    text-align: left;
  }
  /* line 3994, ../sass/glbl.scss */
  #tastytip p {
    padding: 0;
  }

  /* line 3998, ../sass/glbl.scss */
  div.ing {
    padding-left: 5px;
  }
}
/*facebook Like style on the footer*/
/* line 4005, ../sass/glbl.scss */
.facebookLike {
  background: transparent url("../img/global/fbook-like.png") no-repeat;
  position: absolute;
  height: 30px;
  width: 290px;
  padding-left: 184px;
  padding-top: 4px;
  right: 19px;
  top: -9px;
}

/*Fix the your rating has been save */
/* line 4018, ../sass/glbl.scss */
#usr-recipe-rating p {
  margin-top: 25px;
  *margin-top: 35px;
}

/*#lnkShoppinglistI {display:block !important}*/
/* line 4025, ../sass/glbl.scss */
#smallLoader {
  background: url("../img/global/header/product-finder/loader.gif") no-repeat scroll center center #FEF3E1;
  height: 80px !important;
}

/* wffm textline field */
/* line 4032, ../sass/glbl.scss */
.scfForm .TextLine {
  clear: both;
  padding-top: 4px;
}
/* line 4035, ../sass/glbl.scss */
.scfForm .TextLine .scfTextLineGeneralPanel {
  display: none;
}
/* line 4038, ../sass/glbl.scss */
.scfForm .TextLine .scfscfTextLineLabel {
  margin-left: 153px;
}

/* line 4043, ../sass/glbl.scss */
.scfSubmitSummary {
  font-weight: bold;
  margin: 10px 0;
}
