﻿/*
temporary styles for use during development. When all CSS delivered, changes should be integrated into all.css
*/
div.just-an-update-for-cache{width:auto;height:auto;}
div#wrapper 
{
    /*background: url("/images/bg-brand-page.png") no-repeat scroll 50% 256px rgba(0, 0, 0, 0);*/
}

div#wrapper.landing-page
{
    /*background: url("/images/bg-brand-page.png") no-repeat scroll 50% 256px rgba(0, 0, 0, 0)!important;*/
}

/* different pages of the markup give different classes to this div, trying here to make it consistent*/
div#wrapper.page.cart-page
{
    background: none !important;
    padding-top: 203px;
}
/*prevent checkout picking up default*/
div#wrapper.checkout{background-image: none;padding-top: 166px;}

#main
{
	padding-top:11px;/*smaller padding introduced in listings markup with subtler breadcrumb*/
}
.heading h1{
	text-transform:capitalize;
}
.heading h1 em{
	font-weight:600;
	font-style:italic;
}
/*
.search-form input[type="text"] {
    padding: 11px 0 10px 33px;
}

.search-form .input-placeholder-text {
    display:none;
}*/


/* vertical and horizontal centering fixes 

thanks http://css-tricks.com/snippets/css/absolute-center-vertical-horizontal-an-image/

*/


.brand-gallery .slide a
{
	height:60px;
	width:117px;
	overflow:hidden;
	position:relative;
	
}
#shop-nav .brands-list .logo-box 
{
	overflow:hidden;
	position:relative;
}

.products-listview .results-list .img-column a.product-link 
{
	height:189px;
	width:189px;
	display:block;
	overflow:hidden;
	position:relative;
	z-index:-1;
	
} 
.products-carousel .item .img-box a
{
	height:192px;
	width:192px;
	display:block;
	overflow:hidden;
	position:relative;
} 
.featured-categories .img-box a
{
	height:83px;
	width:196px;
	display:block;
	overflow:hidden;
	position:relative;
	
}
.block-area .img-list li a.img-wrapper
{
	height:176px;
	width:176px;
	display:block;
	overflow:hidden;
	position:relative;
}
/*above rules make sure the bounding box is defined size and then css below does the rest*/
.brand-gallery .slide img,
 #shop-nav .brands-list .logo-box img,
 .products-carousel .item .img-box a img,
 .products-listview .results-list .img-column a.product-link img,
 .featured-categories .img-box a img,
 .block-area .img-list li a img

{
	    margin: auto;
	  position: absolute;
	  top: 0; 
	  left: 0; 
	  bottom: 0; 
	  right: 0;
      max-width:100%;
      max-height:100% !important;
}


/*restrict bounds of mega menu manufacturer logos*/
#shop-nav .brands-list .logo-box
{
    height: 60px;
    width: 149px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
/*restrict bounds of mega menu health concern logos (should only matter if showing no image placeholder)*/
#shop-nav .thumbnail-list img
{
    height: 101px;
    width: 101px;
}
#shop-nav .specialty .thumbnail-list li img
{
    height: 67px;
    width: 67px;
	
}

/*restrict bounds of product specialty icons (should only matter if showing no image placeholder)*/
.area-list li a img.specialty-icon
{
    height: 34px;
    width: 34px;
    border-radius:34px;
    margin:0 5px 0 0;
    padding:0px;
    
}

/* creating a standard for most pages across the site based on */
.enter-page .standard-template
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 4px solid #9DC144;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    color: #3E3E3E;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 24px;
}

/* make sure header advert topic correct size, otherwise background images don't sit in correct place */
#header .promo-line
{
    min-height: 24px;
    height: auto !important; /* makes sure older IE picks up height, which it treats as a min-height*/
    height: 24px;
}
#header .promo-line .impersonate {
    color: black;
    display: block;
    line-height: 24px;
    background-color: yellow;
    text-align: center;
}

.footer-content .subscribe-form a
{
    float: right;
    margin: 0;
    padding: 0;
    border: 0;
    background: url(/images/btn-search_btn_up.png);
    font: 500 18px/40px "franklin-gothic-urw-cond-n5" , "franklin-gothic-urw-cond" ,Arial,Helvetica,sans-serif;
    height: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    width: 112px;
}
.footer-content .subscribe-form a:hover
{
    background: url(/images/btn-search_btn_over.png);
    text-decoration: none;
}

.signup-block .subscribe-form a
{
    float: right;
    margin: 0;
    padding: 0;
    border: none;
    background: #43b02a;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    font: 500 13px/32px "franklin-gothic-urw",Arial, Helvetica, sans-serif;
    height: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 102px;
    cursor: pointer;
}
.signup-block .subscribe-form a:hover
{
    background: #28a10d;
    text-decoration: none;
}

/*overriding styles that caused text to be pushed out of the green footer area*/
.enter-page #footer > .holder > .frame
{
    padding: inherit;
}
.page #footer > .holder > .frame
{
    padding: inherit;
}


.template-full-page
{
    /*overflow: hidden;*/
    border-top: 4px solid #43b02a; /*** Columbus FH #1145 - fix to top bar colour ***/
    background: #fff;
    padding: 24px;
    color: #3e3e3e;
    margin: 0 0 12px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    overflow: visible; /*** Columbus FH 26/05/205 staging_department_feedback_052215.jpg ***/
    width:100%;
    float:left;
    clear:both;
    max-width:912px; /*** Columbus FH 11/06/2015 - make max-width of non-listing/landing pages etc. narrower to compensate for left/right padding ***/
    width:100%;
    float:left;
    clear:both;
}

.content-full-page
{
    width: 960px;
    margin: 0 auto;
}

.template-full-page h2
{
    /*Richard - this was affecting listing page headings. May need revisiting */
    font:600 18px/20px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
	margin:0 0 8px;
}

.myAccountContentArea
{
    width: 100%;
    display: block;
    margin: 30px 0;
}

.myAccountContentArea a
{
    color: #54585a;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

.myAccountRow
{
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

.myAccountColumn
{
    width: 50%;
    float: left;
}

.myAccountColumn ul
{
    display: block;
    clear: both;
    margin-bottom: 20px;
}

.myAccountColumn ul li
{
    list-style-type: none;
    margin-bottom: 4px;
}

.myAccount-form
{
    float: left;
    width: 50%;
}

.myAccount-form h2, .shipping-form.my-account h2
{
    font:600 18px/20px "adelle-n6","adelle",Georgia,serif;
	margin:0 0 8px;
	padding:0px;
	border:none;
}

.myAccount-form .row-group
{
    overflow: hidden;
    padding: 0 0 16px;
    color: #545454;
    font: 13px/16px Arial, Helvetica, sans-serif;
    padding: 31px 0 6px;
}

.myAccount-form .form-row
{
    padding: 0 0 7px 0;
    float: left;
    clear: both;
}

.myAccount-form .row-group .label
{
    float: left;
    width: 120px;
    text-align: right;
    margin: 0 20px 0 0;
}

.myAccount-form .input-holder
{
    float: left;
    border: 2px solid #fff;
    background: #dfdfde url("/images/btn-search_input_slice.png");
    display: block;
    padding: 0 13px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    width: 260px;
}

.myAccount-form .multiline
{
    height: 70px;
}

.myAccount-form .label-holder
{
    float: left; /*height:40px;*/
    padding: 12px 13px 0;
    font: 18px/22px "franklin-gothic-urw-cond-n5" , "franklin-gothic-urw-cond" ,Arial,Helvetica,sans-serif;
}

.myAccount-form .row-group label
{
    float: right;
    font: 500 18px/22px "franklin-gothic-urw-cond-n5" , "franklin-gothic-urw-cond" ,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    margin: 12px 0 0;
    color: #3e3e3e;
}

.myAccount-form .input-holder input, .myAccount-form .input-holder span, .myAccount-form .input-holder textarea
{
    float: left;
    margin: 0;
    padding: 12px 0 11px;
    border: 0;
    background: none;
    color: #464646;
    font: 600 15px/17px "adelle-n6" , "adelle" ,Georgia, serif;
    height: 17px;
    width: 100%;
    outline: none;
}

.myAccount-form .input-holder select
{
    padding: 6px 0;
    width: 100%;
    font: 600 15px/17px "adelle-n6" , "adelle" ,Georgia, serif;
    border: 0;
    background: none;
    color: #464646;
}

.myAccount-form .heading, .signin-form .heading, .shipping-form.my-account .heading
{
    overflow: hidden;
    padding: 0 0 4px;
    margin: 0 0 18px;
    border-bottom: 2px solid #d4d4d4;
}

.shipping-form.my-account .heading:after
{
	content:normal;
	clear:none;
	display:none;
}
.shipping-form.my-account .signin-form
{
	clear:both;
}
.shipping-form.my-account .signin-form .btn-row
{
	padding: 15px 0 31px 246px
}
/*** Columbus 30/03/2015 FH - commented out
    overflow: hidden;
    color: #f8f8f7;
    background: #397f3b url(/images/bg-head-green.png);
    padding: 12px 21px 4px 15px;
    margin: 0 0 23px;
} ***/

.signin-form .head h2
{
    overflow: hidden;
    font: 700 23px/27px "adelle-n6" , "adelle" ,Georgia, serif;
}


.listing-page .template-full-page,
.department-page  .template-full-page,
.landing-page  .template-full-page
 {
    background-color:transparent;
    border:none;
    box-shadow:none;
    color: #3E3E3E;
    margin: 0 0 12px;
    padding: 0px;
    max-width:960px; /*** Columbus FH 11/06/2015 - make max-width of listing/landing pages etc. full width ***/
}

.listing-page .template-full-page
{
    overflow: hidden;
	clear:both;
}
.department-page h1 {
	font: 600 66px/70px "adelle-n6", "adelle", Georgia, serif;
	margin: 0 0 8px;
	max-width: 640px
}

/*for old browsers, just hiding paging at start*/
.paging li
{
    /*display:none; Commented for bug #469*/
    display:inherit;
}
/*for newer browsers, showing start of paging and then once JS has run show it properly*/
.paging li:nth-child(-n+10) ,.ajax-list .paging li
{
    display:inherit;
}
/*temp style to make specialty icons visible on listing when we have no icon images for the backgrounds*/
.ingredients li
{
    z-index:20!important;
}
.ingredients li a {
    /* Columbus bugid#200 - remove border at Lucky'#s request - border: 2px solid #B6643C;*/
    border-radius: 14px;
    height: 18px;
    width: 18px;
}
.products-listview .heading h1 {
	float: left;
	font-size: 34px !important;
}
.products-listview.dropdowns-initialised .delivery-form {
	height: 30px
}
.products-listview.dropdowns-initialised .delivery-form fieldset {
	position: relative;
	z-index: 2
}
.pricing-column .b-block .popup-wrap {
	z-index: 1
}
.products-listview.dropdowns-initialised .delivery-form fieldset .select-options.drop-delivery {
   margin: 0 !important;
    padding: 0 !important;
	width: 159px !important
}
.products-listview.dropdowns-initialised .delivery-form fieldset .select-options.drop-delivery a:hover {
	color: #43b02a;
}
.products-listview.dropdowns-initialised .delivery-form fieldset select, .products-listview.dropdowns-initialised .delivery-form fieldset .select-delivery, .products-listview.dropdowns-initialised .delivery-form fieldset .drop-list {
	position: absolute
}
.products-listview.dropdowns-initialised .delivery-form.touch-device fieldset select {
	z-index: 4;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	border: none;
	width: 160px;
	height: 32px
}
.products-listview.dropdowns-initialised .delivery-form.touch-device fieldset .select-delivery {
	z-index: 3
}
.products-listview.dropdowns-initialised .results-list .btn-autoship {
	float: right
}
.products-listview.dropdowns-initialised .delivery-form fieldset select {
	left: 0;
	top: 15px;
	width: 115px;
	height: 16px
}
.products-listview.dropdowns-initialised .delivery-form fieldset .select-delivery {
	left: 0
}
.products-listview .delivery-form fieldset .popup-wrap.popup-active .select-delivery {
	border-color: #90ae3e !important;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.28);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.28)
}
.products-listview .results-list .pricing-column .t-block .delivery-form fieldset .popup-wrap.popup-active .popup {
    bottom: inherit !important;
    display: inherit  !important;
    margin: 0 0 13px !important;
    position: absolute !important;
    width: 168px !important;
    z-index: 6 !important;
    left: -8px !important;
	top: 45px !important
}
.products-listview .results-list .pricing-column .t-block .delivery-form .popup-wrap .popup>.holder:after {
	right: inherit !important;
	content: none !important
}
.products-listview .compare-box {
	display: none
}
.products-listview .results-list .img-column .ingredients .holder h3 a {
 border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
	color: #39803c;
	font: 800 18px/20px "adelle-n8", "adelle", Georgia, serif;
	border-radius: 0;
    height: auto;
    width: auto;
	text-indent: 0;
	vertical-align: baseline
}
.products-listview #sidebar {
	float: left
}
.products-listview #content {
	float: right
}
.products-listview .results-list .pricing-column .t-block .popup-wrap .popup {
   bottom: 202px;
    left: -131px;
	z-index: 9999
}
.products-listview .results-list .pricing-column .t-block .popup-wrap.reward-points-wrap .popup {
	bottom: 42px;
	left: -265px;
	z-index: 9999
}
.products-listview .results-list .pricing-column .t-block .popup-wrap .popup>.holder:after {
	right: 37px
}

.products-listview .results-section .section-heading h1 {
	float: left
}
.products-listview .results-section .section-heading .showing {
	margin-left: 0;
	margin-right: 0;
	display: block;
	z-index: -1;
	font: 500 14px/18px "franklin-gothic-urw",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
	padding-top: 8px;
	color: #81878a;
}
.products-listview .gridview .results-list .text-column .per-serving {
	display: none
}
/*** Columbus: bugid#1199 FH 29/07/2015 - fix to perservingsize to be centered when in gridview ***/
.products-listview .gridview .results-list .text-column .per-servingsize {
	display:none;
}

.products-listview .gridview .text-column .compare-form {
	padding: 2px 0 8px
}
.products-listview .title-holder, .products-listview .heading {
	z-index: auto
}
.products-listview .results-list .ingredients li {
	width: 19px;
	margin-right: 0
}

/*promo section (using same css as product page)*/
#search-results .description-area 
{
	float:none;
	width:auto;
	padding:0px;
	margin:0px;
}

.sppListing .gridview .per-serving,
.sppListing .gridview  .og-offer /*995 - need to hide now we're using listview - gridview switch on SPP switch */
{
    display:none;
}

.gridview #search-results .description-area, .sppListing .gridview #search-results .description-area
{
	display:none;
}
#search-results .description-area .limited-row
{
	float:none;
	z-index:auto;
}
.description-area .limited-row
{
	clear:both;
}
.refinable .f-line a, .more-options {
	position: relative;
	padding-left: 25px
}
.ajax-list #priceRefine, .ajax-list .refine-autocomplete
{
	display:none;
}
.ajax-list.ajax-list-enabled #priceRefine, .ajax-list.ajax-list-enabled .refine-autocomplete
{
	display:block;
}

.ajax-list .more-options
{
	background-image: url("../images/spinner.gif");
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 16px;
    text-decoration: underline;
}
    
.refinable .f-line a.fake-check:before, .compare-form a.fake-check:before, .refinable .f-line a.fake-radio:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 11px;
	height: 11px;
	background-color: transparent;
	border: 2px solid #ccc
}

.refinable .f-line a.fake-radio:before {
	width: 11px;
	height: 11px;
	border: 2px solid #ccc;
	border-radius: 15px;
}

/*.refinable .f-line a.fake-radio.chk-label-active:before {
	background-position: -360px -125px;
}*/

.refinable .f-line a.fake-radio.chk-label-active:before
{
   background: url(../images/ico-radio.png) no-repeat;
   width:15px;
   height:15px;
   border: 0 !important;
}

.refinable .f-line a.fake-check:hover:before, 
.refinable .f-line a.fake-check.chk-label-active:before, 
.compare-form a.fake-check:hover:before,
.compare-form a.fake-check.chk-label-active:before
{
	border: 0 !important;
	background: url(../images/ico-checked.png) no-repeat;
	height: 15px !important;
	width: 15px !important;
}
.refinable .f-line a.fake-radio:hover:before{
	background: url(../images/ico-radio.png) no-repeat;
	height: 15px;
	width: 15px;
	border: 0 !important;
}
.compare-form a.fake-check, .compare-form a.fake-check:link, .compare-form a.fake-check:hover, .compare-form a.fake-check:visited {
    position: relative;
	color: #54585a;
	text-decoration: none;
	background:#f2f2f3;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    line-height: 15px;
	/*padding: 7px 7px 7px 45px;*/
	/*1115 - needs to fit on one line ready for when text changes to "view copmpare"*/
	padding: 7px 7px 7px 33px;
}
.compare-form a.fake-check:hover {
    text-decoration:underline;
}
.compare-form a.fake-check:before {
	background-color: #fff;
	top: 7px;
	/* 1115 - left: 26px*/
	left: 14px;
}
/*
.compare-form a.fake-check.compare-check.chk-label-active, 
.compare-form .a.fake-check.compare-check.chk-label-active:link, 
.compare-form .a.fake-check.compare-check.chk-label-active:hover, 
.compare-form .a.fake-check.compare-check.chk-label-active:visited {
    padding: 7px 7px 7px 33px;
}
*/
.refinable .fake-check img {
	float: left;
	vertical-align: top;
	margin: -3px 5px 0 0;
	-webkit-box-shadow: 0 1px 2px #c7c7c7;
	box-shadow: 0 1px 2px #c7c7c7;
	border: solid #fff;
	border-width: 0 1px 1px
}

.more-options{
	text-decoration:underline;
}


.results-section .aisle7-show ,
.results-section .Aisle7_Content .breadcrumbLinks
{
	display:none;
}


.results-section .Aisle7_Content .main-holder
{
	margin:0px !important;
}


.results-section .Aisle7_Content .main-holder #hni_SearchResultsTopBar
{
    background: url("/images/compare_background.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #3E3E3E;
    font: 500 14px/20px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
    margin: 0 0 17px;
    padding: 9px 14px 11px;
    text-transform: uppercase;
 }
 
.results-section .Aisle7_Content .main-holder .hni_SearchItemContainer{
    background: url("/images/sep-dashed01.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    padding: 24px 0 17px;
}
.results-section .Aisle7_Content .main-holder #hni_SearchResultsPanel {
    background: url("/images/sep-dashed01.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 0 16px;
}

.results-section .Aisle7_Content .main-holder h2.hnise_Title{
    color: #3E3E3E;
    font: italic 22px/31px Georgia,serif !important;
}
.results-section .Aisle7_Content .main-holder h2.hnise_Title .hni_SearchResults_Term
{
	color: #39803C;
    font: 500 27px/31px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif !important;
text-transform:capitalize;
}

.results-section .Aisle7_Content .main-holder .hni_SearchResultTitle a{
    color: #345E9E;
    font: 500 24px/24px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
    margin: 0 0 7px;
     display: block;
    text-decoration: none !important;
}

.results-section .Aisle7_Content .main-holder .hni_SearchResultDescription{
   color: #3E3E3E;
    font: 15px/22px Georgia,serif;
    margin: 0 0 4px;
}
 
.results-section .Aisle7_Content .main-holder .hni_SearchResultCategory {
    color: #707070;
    display: block;
    font: italic 13px/28px Georgia,serif;
}

.results-section .Aisle7_Content .main-holder .hni_SearchResultCategory span.hni_SearchResultCategoryTerm {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #707070;
    font: 15px/28px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-style:normal;
}


.hni_Pager
{
  float: left;
  font: 500 13px/25px "franklin-gothic-urw", Arial, Helvetica, sans-serif !important;
  margin: 0 11px 0 0;
}

.results-section .Aisle7_Content #hni_SearchResultsPager > span {
    float: left;
    display:block;
    margin: 0 3px;
}
.results-section .Aisle7_Content #hni_SearchResultsPager a {
    color: #81878a;
    text-decoration: none;
    overflow: hidden;
}

.results-section .Aisle7_Content #hni_SearchResultsPager .hni_PagerLinkActive a
{
	color: #3E3E3E;
}
.results-section .Aisle7_Content div.hni_Pager span {
    padding-right: 0px;
}
.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerPrevious {
    margin: 0 6px 0 0;
}
.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerNext, 
.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerPrevious{
    background: #d6d6d6;
	width: 16px;
	height: 25px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerPrevious a,
.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerNext a {
    display: block;
      height: 100%;      
    overflow: hidden;
    text-indent: -9999px;
      background: url(../images/sprite.png) no-repeat -75px -88px;
}

.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerPrevious 
{
      margin: 0 6px 0 0;
}

.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerNext 
{
      margin: 0 0 0 8px;
}
	
.results-section .Aisle7_Content #hni_SearchResultsPager  #hni_SearchResultsPagerNext a 
{
	 background-position: -101px -88px;
	 
}


.products-listview .tabset {
    float: right;
	height: 1%;
	margin: 0 0 13px;
	background: #fff;
	border: 1px solid #d4d4d4;
	-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
	border-radius: 5px;
	font: 500 14px/14px "franklin-gothic-urw",Arial,Helvetica,sans-serif;
}
.products-listview .tabset li {
	float: left;
}
.products-listview .tabset a {
	/*background: url(../images/bg-tabset.png) no-repeat;*/
	display: block;
	border-radius: 5px 0 0 5px;
	position: relative;
}
.products-listview .tabset :last-child a{border-radius: 0 5px 5px 0;}
.products-listview .tabset li a {
	color: #81878a;
	text-transform: uppercase;
	padding: 12px 10px 10px 7px;
	display: block;
	position: relative;
	margin: -1px;
}
.products-listview .tabset li a:after{
	display: block;
	clear: both;
	content: '';
}
.products-listview .tabset li .tab-item {
	float: left;
	padding: 0 0 0 29px;
}
.products-listview .tabset li .number {
	float: left;
	background: #7bc869;
	margin: -1px 0 0 6px;
	border-radius: 9px;
	color: #fff;
	padding: 0 7px;
	font: 500 14px/20px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", Arial, Helvetica, sans-serif;
}
.products-listview .tabset li a:hover .number, .products-listview .tabset li .active .number {
	color: #39803c;
}
.products-listview .tabset li a:hover,
.products-listview .tabset a.active{
	background: #7bc869;
	color: #fff;
}
.products-listview .tabset .active-link{
	position: relative;
}
.products-listview .tabset .active-link:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #7bc869;
	margin-left: -5px;
}
.products-listview .tabset .active:before{
	content: '';
	position: absolute;
	left: 50%;
	/*border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #7bc869;*/
	top: 100%;
}
.products-listview .tabset .show-products:before,
.products-listview .tabset .show-aisle7:before{
	background: url(../images/ico-cart-small.png) no-repeat;
	width: 22px;
	height: 19px;
	content: '';
	position: absolute;
	left: 10px;
	top: 15px;
}
.products-listview .tabset .show-aisle7:before{
	background: url(../images/ico-book.png) no-repeat;
	width: 18px;
	left: 10px;
	top: 15px;
}
.products-listview .tabset a:before{
	opacity: .5;
}
.products-listview .tabset a:hover:before{opacity: 1;}
.products-listview .tabset li a:hover .number,
.products-listview .tabset .active .number{
	background: #fff;
	color: #53575a;
}
.products-listview .tabset .active:before{opacity: 1;}
.products-listview .tabset li .item1 .tab-item {
	background: url(../images/tabset-item1.png) no-repeat 0 4px;
}
.products-listview .tabset li .item1.active .tab-item, .products-listview .tabset li .item1:hover .tab-item {
	background: url(../images/tabset-item1.png) no-repeat 0 -40px;
}
.products-listview .tabset li .item2 .tab-item {
	background: url(../images/tabset-item2.png) no-repeat 0 2px;
}
.products-listview .tabset li .item2.active .tab-item, .products-listview .tabset li .item2:hover .tab-item {
	background: url(../images/tabset-item2.png) no-repeat 0 -44px;
}
.products-listview .tabset .item1:hover, .products-listview .tabset .item1.active {
	background-position: 0 -54px;
}
.products-listview .tabset .item2 {
	background: url(../images/bg-tabset.png) no-repeat 100% -108px;
}
.products-listview .tabset .item2:hover, .products-listview .tabset .item2.active {
	background-position: 100% -162px;
}
.products-listview .tabset:after {
	content: "";
	clear: both;
	display: block;
}

.description-area .price-area
{
	/*setting auto height in case several promo lines stretch the box*/
	height:auto;
	min-height:80px;
}

.price-area .discount-popup
{
	z-index:auto;
}

.products-listview .discount-popup.details
{
    z-index:inherit !important;
}

/*bloomreach styles (some where markup came with style are in all.css*/
.block-wrap
{
	position:relative;
}
.br-sf-widget{
	width:217px;
	margin:0 2px 0 2px;
}
.br-sf-widget-merchant-img img, .product-box .related-list .br-sf-widget img, .br-sf-widget-merchant-popup-img img {
	
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto 15px;
	display: block
}
.br-sf-widget-merchant-img a, .br-sf-widget-merchant-popup-img a {
	display: block;
	overflow: hidden;
	width: 191px;
	text-align: center
}
.product-box .related-list .br-sf-widget-merchant-img a {
	width: 192px;
	height: 192px;
	padding-bottom: 15px
}
.br-sf-widget-merchant-popup-img a {
	width: 250px;
	height: 250px
}
.br-sf-widget-merchant-popup-cont {
	width: auto
}
div#br1, div#br2, div#br3, div#br4
{
    background-color:#FFFFFF;
    width:100%;
    height:100%;
    overflow:hidden;
}
.br-sf-widget-merchant-popup-cont
{
	padding:10px;
}
.br-sf-widget-merchant-popup-cont > div
{
	float:left;
	text-align:left;
	width:300px;
	padding-bottom: 5px;
}
.br-sf-widget-merchant-popup-cont .br-sf-widget-merchant-popup-close
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: auto;
}
.product-box .related-list {
  position:relative;
}
.product-box .br-found-heading, .product-box .br-related-heading
{
	display:none;
}
.product-box .related-list .br-sf-widget{
	background-position:right;
	margin: 0 18px 0 0;
	padding: 0 18px 0 0;
}
.lucky .ui-autocomplete
{
    /*border-radius: 5px;	
    border: 2px solid #9E9E9E;
    border-bottom: 2px solid #9E9E9E;*/
background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #7bc869;
/*border-bottom: none repeat scroll 0 0 #FFFFFF !important;*/
    border-radius: 10px;
    margin: 10px 0 0;
    padding: 7px 0 12px;
    z-index:1000 !important;
    }
    
    .lucky .ui-autocomplete li.ui-menu-item a
    {
    	padding: 7px 13px 7px 15px;
    	 font: 12px/15px Arial,Helvetica,sans-serif;
    	width: 163px;
    }

    
.lucky .ui-menu .ui-menu-item a
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	 font: 12px/15px Arial,Helvetica,sans-serif;
}


.lucky .ui-autocomplete:after 
{
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color:rgba(144, 174, 62, 0);
    border-bottom-color: #7bc869;
    border-width: 16px;
    left: 50%;
    margin-left: -141px;
}

.lucky .ui-menu .ui-state-focus,.lucky .ui-menu .ui-state-hover
{
	background: #F3FBD6;
	border-width: 0px;
	padding:inherit;
	margin:0px;
	padding: 2px 4px;
   line-height: 18px;
    margin: 0 0 0 2px;
}

.lucky .slider-wrap .ui-state-default, .lucky .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	border:none;
}

.lucky ul.ui-autocomplete > div
{
	display:none;
}

.lucky ul.ui-autocomplete.nxt-autocomplete
{
    width:545px;
    /*overflow: hidden;*/
    padding:0px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
	float:left;
	background-color:#f2f2f3;
}

.lucky .nxt-autocomplete:before {
    left: 168px;
}

.lucky .ui-autocomplete.nxt-autocomplete li.ui-menu-item a
{
    width:398px;
}
.lucky .nxt-autocomplete li
{
	border-color: #dedede;
	border-style: solid;
	background-color:#F4F4F4;
	width: 419px;
	/*border-bottom-width:1px;*/
	border-collapse: collapse;
	overflow:hidden;
}
.lucky ul.ui-autocomplete.nxt-autocomplete li:last-child
{
	border-bottom-width:0px;
	border-bottom-right-radius:9px;
}
.lucky ul.ui-autocomplete.nxt-autocomplete li:nth-child(2)
{
	border-top-right-radius:9px;
}
.lucky ul.ui-autocomplete li > b,
.lucky .ui-autocomplete.nxt-autocomplete li.ui-menu-item a,
.lucky .ui-menu .ui-state-focus,
.lucky .ui-menu .ui-state-hover{
	font: 12px/15px Arial,Helvetica,sans-serif;
    padding: 7px 10px 7px 10px;
}

.lucky ul.ui-autocomplete.nxt-autocomplete li.ui-autocomplete-category {
    border-bottom-width: 1px;
    margin-left: 0;
    width: 544px;
}

.lucky ul.ui-autocomplete.nxt-autocomplete li.ui-autocomplete-category:first-child {
    border-bottom-width: 0;
}
.lucky ul.ui-autocomplete.nxt-autocomplete li.ui-autocomplete-category b{
	text-transform:uppercase;
	color: #54585a;
    display:block;
    text-align: right;
    text-transform: uppercase;
    width: 105px;
    font-weight:bold;
    position:absolute;
    border:none;
}

.lucky ul.ui-autocomplete.nxt-autocomplete li
{
	background-color:#FFF;
	border-left-width:1px;
}
.lucky ul.ui-autocomplete.nxt-autocomplete li b
{
	color: #54585a;
}
.lucky ul.ui-autocomplete.nxt-autocomplete li i
{
	color:#dd7e00;
}

.lucky ul.ui-autocomplete.nxt-autocomplete li.ui-menu-item
{
    margin-left: 125px;
}


.lucky ul.ui-autocomplete.nxt-autocomplete .ui-state-focus,.lucky ul.ui-autocomplete.nxt-autocomplete .ui-state-hover
{
	background: #F3FBD6;
    margin:0px;
    border:0px;
}

/*in markup provided this is outside of the list part of the page, but these styles allow it be at the bottom of it*/
.products-listview .about-block
{
	padding-top:18px;
	clear:both;
}
.product-section .img-area > a /*main product page image container*/
{
	height:435px;
	width:435px;
	display:block;
}
.products-listview .sidebar-block.recently .list a /* recently viewed sidebar image container*/
{
	height:57px;
	width:57px;
	display:block;
	float:left;
	margin-right:5px;
}
.products-listview .sidebar-block.recently .list a img
{
	float:none;
}
.products-listview .sidebar-block.recently .list .txt a /* recently viewed sidebar text container*/
{
	height:auto;
	width:auto;
	display:inherit;
	float:none;
	
}
/*centre images now they're resized and not always square*/
.products-listview .results-list .img-column img, /*listings image*/
.products-listview .recently img, /*listings recently viewed*/
.product-section .img-area a img, /*main product page image*/
.slide-list li a img, /* multiple image selector*/
.product-box .recently-list li > a img, /* product page related item image */
.products-listview .sidebar-block.recently .list a img /* recently viewed sidebar image container*/
 {
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
	display:block;
    max-width:100%;
}

.products-listview .scrollable-area
{
	
}
.products-listview .recently img
{
	/*height:57px;
	width:57px;*/
	
}

.products-listview .results-list .img-column .holder{
    white-space: normal;
}
/*hide form overlay that markup JS adds as prevents editing quantity*/
.ajax-list .qty-form .input-placeholder-text
{
    display:none;
}
.products-listview .results-section .sort-form .select-sort {
    height: auto !important;
    width: auto !important;
}
.products-listview .results-section .sort-form select.page-size
{
    width:75px;
}
.select-options.drop-page-size .drop-holder 
{width:84px !important;
}

.select-options.drop-page-size  .drop-holder:after 
{
	left:15px;
}
.products-listview .results-section .paging .select-sort .center
{
	width:28px;
}

.products-listview .results-section .paging .sort-form{
	float:left;
	padding:0px;
}

.products-listview .no-results
{
	font:15px/29px Georgia,serif;
	color:#3E3E3E;
}

 .select-options.drop-page-size ul a 
{
	text-align:center;
}
a.page-size
{
	display:none;
}

#results-messages,.products-listview .current-filter,.refine-autocomplete,
.products-listview .results-list .img-column .badge
{
}
.products-listview .results-list .img-column .new,
.products-listview .results-list .img-column .hot,
.products-listview .results-list .img-column .sale
{
	display:inherit;
}

.brand-page-block {
    top: 1px;
}

.rating-block .f-line
{
	white-space:nowrap;
}

.sidebar-block.selection
{
}

.slider-wrap .ui-widget-content {
    background: #dedede;
    border: none;
}
/* Modal Popup Styles */

.ui-dialog
{
    z-index: 999 !important;
    border: 1px solid #a2a2a2;
    padding:20px;
    -webkit-box-shadow: 0 0 15px 2px #888888;
    box-shadow: 0 0 15px 2px #888888;
}

.ui-dialog > .ui-widget-header
{
    background: url(/images/sep-head-lightbox.png) repeat-x 0 100%;
    border: none;
}
.ui-dialog .ui-dialog-titlebar
{
    padding:0 0 15px;
}

.ui-dialog-title {
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    color: #3e3e3e;
    font: 500 15px/17px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif!important;
    padding: 7px 5px 0 0;
}

.ui-button
{
    float: right!important;
    width: 23px!important;
    height: 23px!important;
    background: url(/images/sprite-ico.png) no-repeat -330px 0!important;
    overflow: hidden!important;
    text-indent: -9999px!important;
    border:none!important;
    top:14px!important;
}

.ui-button .ui-icon
{
    display:none;
}

.ui-widget-overlay
{
    z-index: 998 !important;
    background:none;
    background-color: #bbbbbb;
}

.modal-row
{
    float: left;
    clear: both; /*background-color:Green;*/
    width: 100%;
    margin: 10px 0;
}

.modal-row input[type=text]
{
    padding: 5px 3px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 300px;
}

/* Multi-line textbox */
.modal-row textarea
{
    padding: 5px 3px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 450px;
    height: 100px;
}

.modal-row .submit-btn
{
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font: 500 18px/44px "franklin-gothic-urw-cond-n5" , "franklin-gothic-urw-cond" ,Arial,Helvetica,sans-serif;
    height: 44px;
    background: #bf4123 url(/images/btn-more_button_over.png);
    border: none;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 12px -3px;
    cursor: pointer;
}
/* End Modal Popup Styles */



/* Aisle 7 Overrides */

.hnie_SearchComponent
{
	margin:0 0 30px 0!important;
}

h2#h2Default
{
    margin-bottom:-35px!important;
}


.Aisle7_Content h2
{
    font: 600 28px "adelle-n6","adelle",Georgia,serif;
    margin:20px 0;

}

.hni_HomeCalloutText
{
    line-height: 24px;
}

.hni_NewswireLogoContainer img
{
    width:90px;
}

.hni_WidgetFrame_Title, .hnise_Title
{
    font:600 17px/19px "adelle-n6","adelle",Georgia,serif!important;
    padding:8px!important;
}

h2.hnise_Title
{
	font:600 26px/26px "adelle-n6","adelle",Georgia,serif!important;
	padding:0!important;
}

.hnie_SubTitle{
	font:100 16px/16px "adelle-n6","adelle",Georgia,serif;
	padding:0!important;
}


.hni_LandingPage_Table
{
    font:600 17px/19px "franklin-gothic-urw-cond-n5" , "franklin-gothic-urw-cond" ,Arial,Helvetica,sans-serif;
}

.hnie_UnstructuredBody, .hni_NewswireLogoContainer
{
    margin-top:10px;
}

table#hni_LandingPage_OtherRelCont td p a
{
    border-top:0!important;
    border-bottom: 1px solid #dedede;
    margin:0!important;
    width:90%!important;
}

div.hni_WidgetFrame p
{
    line-height:22px;
}

.hni_NewswireLogoContainer
{
    padding:0!important;
}
.hni_NewswireLogoContainer img
{
    width:106px!important;
    padding:0!important;
    margin:4px 0 0 4px!important;
}

div.hni_WidgetFrame p strong
{
    line-height:22px;
    font-weight:bold;
    padding:8px 0 12px;
    display:block;
}

div.hni_WidgetFrame p a
{
    line-height:22px;
    font-weight:bold;
    padding:12px 0 0;
    display:block;
}

table#hni_LandingPage_OtherRelCont td p a em
{
    display:block;
    padding-bottom:15px!important;
}

.hni_WidgetFrame_Content ul
{
    list-style-type:circle;
    margin-top:10px;
}

.hni_WidgetFrame_Content ol
{
    margin-top:10px!important;
}

.hni_WidgetFrame_Content li
{
    margin-bottom:10px!important;
}

.hni_NewswireTargetItems li
{
    padding:12px 0!important;
}


.hnie_Intro, .hnie_Bio
{
	font-weight:bold;
	font-style:italic;
	margin-bottom:20px;
}

.hnise_ItemText h4, .hnise_ItemText h3
{
	font-size:16px!important;
	font-weight:bold;
	margin:20px 0 8px;
}

.hnise_ItemText p, .hnise_ItemText
{
	font-family:"adelle-n6","adelle",Georgia,serif!important;
	font-size: 16px!important;
	font-weight: normal!important;
	line-height: 29px!important;
	margin-bottom:15px;
}

.hnise_ItemText ul, .hnie_Ingredients ul, .hnie_Directions ul{
	list-style-type:circle;
	margin-left:20px;
	margin-bottom:15px;
}

.hnise_ItemText ul li, .hnise_ItemText ol li, .hnie_Ingredients ul li, .hnie_Directions ul li{
	font-size:16px!important;
	line-height: 29px!important;
}

.hnise_ItemText ul li strong, .hnie_Ingredients ul li strong, .hnie_Directions ul li strong{
	font-weight:bold;
}

.hnise_ItemText ol, .hnie_Ingredients ol, .hnie_Directions ol{
	list-style-type:decimal;
	margin-left:20px;
	margin-bottom:15px;
}

.hnie_UnstructuredBody{
	font-size:16px!important;
}

.hnie_UnstructuredBody h4{
	font-weight:bold;
}

.hnie_UnstructuredBody ul{
	list-style-type:circle;
	margin-left:20px;
	margin-bottom:20px;
	margin-top:8px;
}

.hnie_UnstructuredBody ul li{
	font-size:16px!important;
	line-height:22px;
}

.template-full-page{
	/*max-height:20000px;*/
	/*Richard - this was cutting off very long lisitings, will try and remember to check with Mike*/
	max-height:200000px;
}
/*Richard - also this rule, not sure if max height fixes somehing */
*{
	max-height:200000px;
}

h3.hnise_SectionHead{
	font-size:16px!important;
	font-weight:bold;
	margin:20px 0 10px 0;
}


.addthis_toolbox
{
    float:right;
    width: 140px;
    margin-bottom: 10px;
}

.hnie_AlsoIndexedAs
{
    margin:10px 0 15px 0;
}

.hnie_NewswireLogo
{
    padding:15px 0;
}

#hniSearchBox
{
    background: url('../images/btn-search_input_slice.png') repeat-x;
    border:0!important;
    width:160px!important;
    height:28px!important;
    margin-right:30px!important;
    padding:0px 6px!important;
}

#hni_searchBox
{
    width:202px!important;
}

span#hni_GlobalSearchButton
{
    border-left:0!important
}

#hniSearchForm .input-placeholder-text
{
    padding:6px!important;
}

div.hnie_SearchComponent
{
    border:0!important;
}

span#hni_GlobalSearchButton
{
    background: url('../images/search-icon.png') no-repeat!important;
    width:30px!important;
    height:30px!important;
}

span#hni_GlobalSearchButton:hover
{
    background: url('../images/search-icon-on.png') no-repeat!important;
}

#hni_GlobalSearchButton img
{
    display:none;
}

div.hnie_Nutrition {
	width: 100%!important;
	padding: 0px!important;
	margin-top:40px!important;
}

div.Hni_FactLineMiddle, div.Hni_FactLineBottom, div.hnie_Nutrition h3.hnise_SectionHead
{
border-bottom:3px solid #9dc144!important;
padding-bottom:4px;
}

.Hni_FactLineBottom
{
	margin-bottom:20px;
}

.hni_NutritionFacts{
	margin-bottom:40px;
}

.hnie_RelatedRecipes{
	margin-top:8px;
}

.hnise_ItemText h4
{
    margin-bottom:8px!important;
}
/* End Aisle 7 Overrides */



/* MyBuys */

.mbzone
{
    width:100%;
    margin-bottom:50px!important;
}

.mbzone td
{
    width:25%;
    text-align:center;
    border-bottom:1px solid #dddddd;
}

.mbzone td .mbitem
{
    width:96%;
    padding:40px 2%;
}


/* End MyBuys */



/* Order History */

.orderhistory .sort
{
    width:250px!important;
}

.row
{
    float:left;
    display:block;
    width:100%;
    margin-bottom:20px;
}

.OrderHistoryTable
{
    text-align:center;
    clear:both;
    width:100%;
}

.OrderHistoryTable .head, .OrderHistoryTable .col
{
    padding:14px 0;
    float:left;
}

.OrderHistoryTable .head
{
    font-weight:bold;
    background-color:#eeeeee;
}

.OrderHistoryTable
{
    font: 300 15px/46px "franklin-gothic-urw", sans-serif;
}


.orderhistoryWrapper 
{
        font-size:15px;
        width:100%;
        display:block;
        float:left;
        clear:both;
    }

    .orderhistoryWrapper .col-left, .orderhistoryWrapper .col-right
    {
        width:50%;
        float:left;
    }

    .orderhistoryWrapper .col-left p, .orderhistoryWrapper .col-right p
    {
        margin-bottom:10px;
    }   

    .orderhistoryWrapper .col-left .label,.orderhistoryWrapper .col-right .label
    {
        width:140px;
        display:inline-block;
        font-weight:bold;
    }
    
.OrderLineDetails_item
{
    width:625px;
    padding-right:30px;
    text-align:left;
}



.OrderHistoryTable tr th, .OrderHistoryTable tr td
{
    padding:8px 0;
    border-bottom:1px solid #dddddd;
}

.OrderHistoryTable tr th
{
    font-weight:bold;
    background-color:#eeeeee;
    font-size:16px;
}



    .orderhistoryWrapper .col-left, .orderhistoryWrapper .col-right
    {
        width:50%;
        float:left;
    }

    .orderhistoryWrapper .col-left p, .orderhistoryWrapper .col-right p
    {
        margin-bottom:10px;
    }   

    .orderhistoryWrapper .col-left .label,.orderhistoryWrapper .col-right .label
    {
        width:140px;
        display:inline-block;
        font-weight:bold;
    }
    
.gvOrderLineDetails_item
{
    width:520px;
    padding-right:30px;
}

/* End Order History */



.oneTimeDelivery label
{
    width:121px;
    vertical-align: baseline;
    padding: 0px;
    margin-top: 3px;
}

.AutoReOrder label
{
    width:83px;
    vertical-align: baseline !important;
    padding: 0px;
    margin-top: 3px;
}

.printerFriendlySubTotal
{
    display:none;
}
  
#pnlPrintEmail a:hover
{
    cursor:pointer;
}

.table-product .lnkupdate, .table-product .fake-update{
	font-weight:700;
	margin:0 0 7px;
}

.fake-update
{
	display:none;
}

.qty.promo-qualifier .fake-update
{
	display:inherit;
}

.qty.promo-qualifier .box-input
{
	display:none;
}

.autoship .box-select
{
	width:auto;
}

button.btn-proced, .btn.chkoutguest
{
    border:0px !important;
    height:47px !important;
}

/* Write a review */

.review-block-image, .review-block-text
{
    float:left;
}

.review-block-image
{
    width:170px;
    height:135px;
    text-align:center;
    padding-top:25px;
}

.review-block-image > img
{
    border:0!important;
}

.review-block-text
{
    width:560px;
    margin-left:20px!important;
}

.review-block-text h3
{
    font: 700 16px Georgia, serif!important;
    margin:0!important;
}

.review-large-text
{
    font: 500 80px/80px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif!important;
    padding:0;
    margin:0!important;
    color:#c87102!important;
}

.write-review-btn{
    float: right!important;
    background:url(/images/btn-more_button_over.png);
	-webkit-box-shadow:none;
	box-shadow:none;
	color:#fff;
	text-decoration:none;
	border:1px solid #306c33;
	padding:5px 14px;
}

.prWrapper
{
    background: url("/images/bg-rating3.png") repeat-x 0 100%;
    height: 34px;
    margin: 5px 10px 0 0;
    width: 189px;
    float: left;
}

.prStar
{
    float:left;
    width:33px;
    height:34px;
    margin-left:6px;
    background: none;
}

.prStar.active
{
     background: url("/images/bg-rating3.png") repeat-x;
}

.prLabel
{
    float:left!important;   
    font-weight:normal!important;
    text-transform:none!important;
    display:none;
    color:#39803C;
    padding:12px 0 0;
    height:22px;
}

label.form-value
{
    float:left!important;   
    font-weight:normal!important;
}

.reviewSuccess
{
    display:none;
}

.review-vote-thank-you
{
    display:none;
}

/* End write a review */

.cartImageSKU 
{
    display:block;
    text-decoration:none !important;
}

.cartImageSKU:hover
{
    display:block;
    text-decoration:underline !important;
}


.cart-page .item .img-box img
{
    margin-left:auto !important;
    margin-right:auto !important;
    max-width:84px;
}

/* cart button processing */

.cart-page .heading-top .btn-processing,
.cart-page .footer-bottom .btn-processing{
	color:#707070;
	font:500 14px/18px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", Arial,Helvetica,sans-serif;
	background:#f1f0ef;
	border-radius:3px;
	/*margin:0 0 0 80px;*/
	/*padding:7px 14px 7px 22px;*/
	margin:0px;
	padding:0px;
	width:296px !important;
	height:48px;
	position:absolute;
	text-transform:uppercase;
	display:block;
	margin-left:-22px; 
	margin-top:-15px;	
	/*right:1px;*/
	top:17px;	
}

.btn.chkoutguest .btn-processing{
	color:#707070;
	font:500 14px/18px "franklin-gothic-urw-cond-n5", "franklin-gothic-urw-cond", Arial,Helvetica,sans-serif;
	background:#f1f0ef;
	border-radius:3px;
	/*margin:0 0 0 80px;*/
	/*padding:7px 14px 7px 22px;*/
	margin:0px;
	padding:0px;
	width:197px !important;
	height:48px;
	position:absolute;
	text-transform:uppercase;
	display:block;
	margin-left:-22px; 
	margin-top:-15px;	
	/*right:1px;*/
	top:16px;	
}

.cart-page .heading-top .btn-processing.big,
.cart-page .footer-bottom .btn-processing.big
{
	/*margin:11px 21px 18px;*/
	width:auto;
	text-align:center;
	/*padding:15px 20px 15px 52px;*/
}


.cart-page .heading-top .btn-processing .ico-process,
.cart-page .footer-bottom .btn-processing .ico-process
{
	left:82px;
	top:10px;
}

.btn.chkoutguest .btn-processing .ico-process
{
    top:12px;
    left:32px;
}

.cart-page .heading-top .btn-processing .ico-process, .cart-page .footer-bottom .btn-processing .ico-process, .btn.chkoutguest .btn-processing .ico-process {
	background: url(/images/loading_icon_animate.gif) no-repeat;
	width: 20px;
	height: 20px;
	position: absolute
}
.cart-page .footer-bottom {
	position: relative;
	z-index: 99;
}
.cart-page #btnCheckOutTop, .cart-page #btnCheckOutBottom {
	position: relative
}

.cart-page .btn-processing p,
#ctl00_PageContent_loginForm_aNoRecurring .btn-processing p
{
    padding-top:10px;
}

/*landing pages*/
.department-page h1 {
	font: 900 46px/50px "franklin-gothic-urw",sans-serif;
	margin: 0 0 8px;
	max-width: 640px;
	color:#54585a;
}
.landing-page h1
{
}

h2.landing-divider
{
	font: 700 21px/25px "franklin-gothic-urw",Arial,Helvetica,sans-serif;
	width:100%;
	clear:both;
	border-bottom: 4px solid #dedede;
	margin-bottom: 18px;
    color:#54585a;
    padding-bottom: 5px;
	
}
.landing-page .shop-categories .results-block{
padding: 27px 38px 20px 38px;
}

.landing-page .filter-form input[type="text"]
{
	width:260px;
}
.landing-page .shop-categories .results-block ul
{
}
.landing-page .shop-categories .results-block ul li 
{
	background:none;
	padding: 0 12px 12px 12px;
    width: 197px;
    
}
.landing-page .shop-categories .kit-columns
{
	
}
.landing-page .shop-categories  .search-form
{
	  width: 526px !important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:14px;
	float:none;
}

.landing-page .shop-categories .left  .search-form
{
	margin-left:38px;	
	  width: 419px !important;
}

.shop-categories  .kit-columns .search-form input[type="text"]
{
	width:396px;
}
.shop-categories  .kit-columns .left .search-form input[type="text"]
{
	width:299px;
}

.landing-page .shop-categories .cat-nav .list a
{
	width:auto;
	padding: 0 7.2px;
}

.shop-categories .cat-nav .list li.all .btn-all
{
	color: #FFFFFF;
    float: right;
    font: 500 14px/16px "franklin-gothic-urw",sans-serif;
    margin: 0 0 0 4px;
    overflow: hidden;
    padding: 8px 0 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 69px;
    background:none repeat scroll 0 0 #A9A9A9;
    border-width:0px;
}
.shop-categories .cat-nav .list li.all .btn-all:hover
{
    background-color:#5D5D5D;
    border-width:0px;
	
}
/*end landing pages*/

.LuckyItem
{
    max-width:130px;
    max-height:130px;
    width:auto;
    height:auto;
}

.img-column div.badgeSPP 
{
    position:absolute;
    top:-8px;
    left:0px;
	float:left;
	width:52px;
	height:52px;
	background: transparent url("/images/tag-sprite.png") no-repeat scroll 0px -93px;
	overflow:hidden;
	font:  700 18px/15px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
    color: #54585a;
}

/*.gridview div.badgeSPP 
{
    top:15px;
    left:15px;
}*/

.img-column div.badgeSPP > span
{
    display:block;
    height:52px;
    width:52px;
    margin:10px auto;
    text-align:center;
    
}
.img-column div.badgeSPP span span
{
    display:block;
    clear:both;
   /* margin-top:1px;
    margin-left:auto;
    margin-right:auto;*/
    color:#fff;
    /*font-size:9pt;
    font-style:italic;
    font-family:Georgia;*/
    
}

.sppImgThumb
{
    width:151px;
    height:151px;
    max-width:151px;
    max-height:151px;    
}

.sppDiv
{
    position:absolute !important;
    top:20px;
    left:1px;
}

.sppListing .gridview .pricing-column 
{
    display:block !important;
    background:none;
}

.sppListing phYouSave, .sppListing .save-count
{
    display:none !important;
}

.sppListing  .gridview .pricing-column .popup-wrap, 
.sppListing  .gridview .pricing-column .heading,
.sppListing .gridview .pricing-column .delivery-form,
.sppListing  .gridview .pricing-column .b-block
 {display:none !important;}

 
 .sppListing .gridview .info-block, .sppListing .gridview .info-block .holder
 {
     background:none;
 }
 
 
 .sppListing .gridview #reviewsDiv
 {
     /*position:absolute;
     bottom:5px;
     right:5px;
     margin-top:70px !important; */
 }

.sppYellowBG
{
    display:none;
}

.sppListing .new-price
{
	    height:28px;
     /*temporary for 13866 whilst 1199 and 1254 in the works*/
    /* height:28px; */
    /*padding-bottom:45px;*/
}

.sppListing .gridview .new-price
{
    padding-bottom:0px;
}

.sppListing .sppYellowBG
{
    clear:both;
    display:inline-block;
    background-color: #ffc658;
    padding:4px;
    width:auto !important;
    float:left;
	margin-top:3px;
    font: bold 11px Arial, Helvetica, sans-serif;
    min-height:12px;
    color: #54585a;
    /*float:left;
    width:10px;*/
}

.sppListing .gridview .sppYellowBG
{
    display:none;
}

.myBuyCustomerAlsoBoughtNarrow
{
    float:right;
    margin:20px 0px;
    
}

.myBuyCustomerAlsoBoughtWide
{
    margin:20px 0px;
    border-top: 4px solid #aacf9d;
}

.myBuyCustomerFrequentlyBoughtWide
{
    margin-bottom:20px;
    overflow: hidden;
}

/* Department Page */
.department-page .slideshow
{
    height:275px;
}

.department-page .slideshow .btn-prev, .department-page .slideshow .btn-next
{
    top:120px;
}
/* End Department Page */



/* My Product Ratings */
.myProductReview_Wrapper
{
    width:100%;
    float:left;
    clear:both;
    margin:30px 0;
    padding:0 0 60px;
    border-bottom:1px solid #cccccc;
}

.myProductReview_ImageWrapper
{
    float:left;
    width:200px;
    text-align:center;
}

.myProductReview_ContentWrapper
{
    float:left;
    width:670px;
    margin-left:42px;
    }
    
    .prodTitle
    {
        font: 600 21px/25px "adelle-n6","adelle",Georgia,serif;
        color: #3e3e3e;
        margin: 0 0 20px;
    }
    
    .myProductReview_ContentWrapper .rating-stars
    {
        float:left;
    }
    
    .myProductReview_ContentWrapper time
    {
        float: left;
        clear:both;
        color: #707070;
        font: 14px/24px Arial, Helvetica, sans-serif;
        margin:4px 0 10px;
    }
    
    .myProductReview_ContentWrapper .review-text
    {
        display:block;
        float:left;
        clear:both;
        margin-top:20px;
    }
    
    .myProductReview_ContentWrapper .recomend
    {
        float:left;
        clear:both;
    }

/* End My Product Ratings */

/*checkout extras*/
.error-header
{
	display:none;
}

.checkout .heading,.checkout .heading h1{
	overflow:inherit;
	}
.validator.small{
	width:120px;
	}
.validator.middle{
	width:140px;
	}
	
.info-section {
    overflow: inherit;
}
.order-confirmation .info-section {
    overflow: hidden;
}
.fullwidth
{
	width:100%;
	float:left;
}
.checkout .valid-error{
	color: #3e3e3e;
    font: bold 13px/15px Arial,Helvetica,sans-serif;
}
.checkout .proceed-area input[type="submit"].loading,
.checkout .proceed-area button[type="submit"].loading,
.shipping-form .heading .btn.order.loading
{
	background-image: url(/images/loading_icon_animate.gif);
	background-repeat: no-repeat;
	background-position:5px center;
	background-color:#F1F0EF;
	border-width: 0px;
	box-shadow: none;
	webkit-box-shadow: none;
	color:#999;
	padding-left:28px;
	padding-right:5px;

}

.grayscale { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

.payment-holder .btn.edit, .payment-holder .status {
    display: inline;
    float:left;
}
.payment-holder .btn.edit {
     border-radius: 5px;
    box-shadow: none;
    color: #3e3e3e;
    font: 500 14px/30px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
    margin-top: 11px;
    padding: 0 16px;
    margin-left:25px;
}
.payment-holder .btn.edit:hover 
{
	color:#fff;
}
.payment-holder .btn.edit a {
}
.payment-holder .status {
   margin: -6px 135px 0 12px

}
  .payment-holder .expired .ending 
 {
 	color:#D0340B;
 	font-weight:bold;
 }
.lightbox-content h2.current{
	color:#3e3e3e;
	padding:0 0 7px;
	border-bottom:3px solid #fdc756 !important;
	font-weight:800 !important;
}

.lightbox-content .card-block h2 {
    font: 700 27px/35px "franklin-gothic-urw",Arial,Helvetica,sans-serif !important;
    margin: 0 0 12px;
}

.checkout .lightbox-content .address-content .address-block .address-holder
{
	padding: 10px 0;
}
.checkout .shipping-form.cvv-code .status
{
	display: none;
    float: left;
    height: 22px;
    margin: 11px 0 0 8px;
    width: 24px;
}
.checkout .shipping-form.cvv-code .ending {
    font: bold 14px/18px Arial,Helvetica,sans-serif;
    margin-top: 0;
    padding-left: 7px;
    padding-top: 5px;
    width: 60px;
}
.checkout .shipping-form.cvv-code.error .status.error,
.checkout .shipping-form .form-row.error .status.error,
.checkout .shipping-form.cvv-code.success .status.well,
.checkout .shipping-form .form-row.success .status.well
{
	display:block;
}
.shipping-form.cvv-code  .form-row{
 padding: 0 0 5px 118px;
}

.shipping-form.cvv-code .form-row .label {
   
   
}
.lightbox-content.not-lightbox
{
	border-width:0px;
}
.lightbox-content .card-content .card-holder
{
	width:650px;
}
.lightbox-content .card-holder .card-info
{
	float: left;
	padding-left:35px;
}
.heading .btn.new-payment{
    border: 0 none;
    position: absolute;
    right: 0;
    top: 31px;
    color:#54585a;
    font: 500 18px/40px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
    padding: 0 20px;
    
}
/*these items' visiblility are controlled by code behind now, so css needs to show them*/
.shipping-form .option-block.update .updating-message,
.shipping-form .option-block .updating-message,
.shipping-form .top-message, 
.login-box .top-message,
.shipping-form .message-box
{
		display:block;
}

.table-product .savings 
{
	display: inherit;
}
.order-section .summary .discount-row {
	display:table-row;
}

.promo-box > div, .promo-box .slide > div {
    margin: 0 auto;
}

.promo-box .slide .promo-info {
    margin-bottom: 15px;
    width: 362px;
}
.sppListing .gridview .sppHeadingDiv
{
    height:80px;
}

.sppListing .products-listview .gridview .text-column h2 {
/*padding: 7px 0 0;*/
position: relative;
/*min-height:70px;*/
height:50px;
/*min-height:70px;
width:180px;
display:inline-block;
/*height: 120px;*/
}

/*** Columbus bugid#1254 FH 28/07/2015 - we now control visibility by server/js side rather than stylesheet
.sppMSRP
{
    display:none;
}*/

.sppListing .sppMSRP
{
    display:inline;
    float:none; /*** columbus bugid#1254 - fix for alignment on spp pages ***/
	text-decoration: none; 
    font-size:9px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
}

.sppListing .gridview .sppMSRP
{
    display:none;
}

.sppListing .gridview .pricing-column 
{
    /*margin-top: -110px;
    left: -20px;    
    display:block;*/
    display:none!important;
}

.sppListing .gridview .pricing-column  .t-block {
    padding: 15px 15px 10px 0px;
}

.sppListing .gridview .text-column .reviews-block {
    margin: 0;
    bottom: 0px;
    position: absolute;
    left: 48px;
    top: 75px; 
}

.sppListing .gridview .pricing-column .info-block .holder .frame
{
    position:absolute;
    top:10px;
}

.sppListing .gridview .pricing-column .info-block .txt-area .popup-wrap 
{
    display:inline-block !important;
}

.sppListing .gridview .pricing-column 
{
    margin-top: -110px;
    left: -18px;    
}

.lightbox-content .card-content .card-block, .lightbox-content .address-content .address-block {
    display: inherit;    
}

.sppListing .gridview .text-column .product-info .col .lower-price
{
    display:inline-block !important;
    float:left;
    margin-bottom:0px !important;
}

.sppListing .gridview .pricing-column .email-link {
    float: left;
    background: url('../images/sprite-ico.png') no-repeat scroll -473px -151px transparent;
    padding-left:37px;
    color: #345E9E;
    font: bold 12px/13px Arial,Helvetica,sans-serif;
    margin: 6px 0px 0px 0px;
    text-transform:lowercase;
    width:140px;
    display: block;
    height: 20px;
    padding-top:4px;
    padding-bottom:7px;
    padding-right:5px;
    padding-left:37px;
}

.sppListing .gridview .pricing-column .email-link br
{
    display:none;
}

.sppListing .gridview .pricing-column .cart-line
{
    overflow:visible;
}

.sppListing .pricing-column .info-block .out-of-stock {
    color: #C84425;
    line-height: 15px !important;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    padding: 1px 0px 0px;
    border:1px solid red;
    width:160px !important;
}

.listing-page .sppAvailabilityCount
{
    display:none;
}

.sppListing .sppAvailabilityCount
{
    display:block !important;
    line-height:14px;
    background:url(/images/backgrounds/orangeline.gif) repeat-x !important;
    width:100%;
    height:20px;
    text-align:center;
    color:#c87102;  
	/*font-size:14px;   */
    font: 800 14px/15px "adelle-n8","adelle",Georgia,serif;
    margin-top:2px;
}

.sppListing .gridview .sppAvailabilityCount
{
    display:none!important;
}

.sppListing .sppAvailabilityCount div
{
    display:inline-block;
    background-color:#FFFFFF;
    padding-left:3px;
    padding-right:3px;  
    margin-top:-7px;
}  

.sppListing .sppAvailabilityCount div span
{
    font: 800 24px/25px "adelle-n8","adelle",Georgia,serif;    
}

.sppListing .usualy
{
    clear:both;
    display:block;
    height:15px;    
}

.sppListing .gridview .img-column
{
    /*min-height:160px;*/
}


.sppListing .gridview .productinfo
{
}

.resetConfirmationPanel .top-message
{
    overflow: hidden;
    background: none repeat scroll 0% 0% #9dc144;
    font: bold 13px/15px Arial,Helvetica,sans-serif;
    padding: 13px 18px 17px;
    margin: -23px 0px 23px;

}

.resetConfirmationPanel .top-message h2 {
    color: #3b853e;
    text-transform: none;
    font: 500 27px/31px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
    word-spacing: 2px;
    padding: 0px;
    margin: 0px 0px 0px -1px;
}



/* Product Page Description Text */

/* Standard Product Text CSS */

.product-box .block-area .text-holder 
{
    font: 15px/29px Georgia, serif;
    color: #3e3e3e;
    margin:1em 0;
    line-height:22px;
}
.product-box .block-area .text-holder  > p
{
    font: 15px/29px Georgia, serif;
    /* 1406 - don't want to change to grey */
    /*color: #54585a;*/
    margin: 0 0 24px;
    line-height:22px;
}

/* End Standard Product Text CSS */



/* Head Tags */

/* 1406 - just need bold wherever they want it  */
/*.product-box .text-holder > strong, .text-holder > p > strong*/
.product-box .block-area .text-holder strong
{
    font-weight:bold;
}

/* End Head Tags */



/* List Styles */

.product-box .block-area .text-holder  ul,
.product-box .block-area .text-holder  ol
{
    font: 15px/29px Georgia, serif;
    /* 1406 - don't want to change to grey */
    /*color: #3e3e3e;*/
    margin: 0 0 24px;
    list-style-type:disc;
    margin-left:40px;
}
.product-box .block-area .text-holder  ol
{
    list-style-type:decimal;
}

.product-box .block-area .text-holder  ul > li,
.product-box .block-area .text-holder  ol > li
{
    /*margin:1em 0;*/
    line-height:22px;
}

.product-box .text-holder ul > li > strong,
.product-box .text-holder ol > li > strong
{
    font-weight:bold;
}

/* End List Styles */
/* End Product Page Descriptions */

#div360
{
    height: 100%;
    width: 100%;
    display:none;
    padding:5px;
    position: relative; 
}

#div360 > a
{
    position: absolute; 
    outline: medium none; 
    cursor: pointer; 
    border: 0px none; 
    padding: 0px; 
    background: url('../images/buttons1.png') no-repeat scroll -48px 0px transparent;
    width:24px;
    height:24px;
    right:20px;
    top:10px;
}

#div360 > embed
{
    width:340px;
    height:340px;
}

a.toolowprice
{
    padding-top:4px !important;
    padding-bottom:4px !important;
    color: #345E9E !important;
    font: 11px/14px Arial,Helvetica,sans-serif !important;
    display: block;  
    border:0px !important;  
    text-decoration:none !important;
    float:left;
}

a.toolowprice:hover
{
    color: #345E9E !important;
    font: 11px/14px Arial,Helvetica,sans-serif !important;
    display: block;  
    border:0px !important;  
    text-decoration:underline !important;
} 


.products-listview .gridview .img-column a.product-link {
    height: 151px;
    margin: 17px 24px 0;
    width: 151px;
}

.products-listview .gridview .img-column a.product-link img {
    max-height: 151px;
    max-width: 151px;
}

/*.products-listview .gridview .img-column a{margin:17px 0px 0;}*/

.link-about.lightbox:hover{
	cursor:pointer !important;
	text-decoration:underline !important;
}

.brand-page-block
{
    z-index:11;
}

.sppListing .product-info .col .badge
{
    display:none !important;
}

.sppListing .gridview .btn-cart
{
    float: right;
    color: #54585a;
	font: 700 15px/20px "franklin-gothic-urw",sans-serif;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffc658;
    text-decoration: none;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 0px 1px 0px 0px #965501;
    width: 125px;
    padding: 8px 10px;
    -webkit-box-shadow: 0 1px 0 0 #d5d5d5;
	box-shadow: 0 1px 0 0 #cd9f47;
    position:absolute;
}

.sppListing .gridview .btn-cart:hover{
	background:url(/images/bg-cart_slice_up.png);
	-webkit-box-shadow: 0 1px 0 0 #1e365b;
	box-shadow: 0 1px 0 0 #1e365b;
	cursor:pointer; /** Columbus bugid#247 ensure that hovers on buttons have cursor pointer **/
}

.sppListing .gridview .btn-cart .ico, .sppListing .gridview .btn-cart span
{
    position:relative;
    top:-3px;
}

.sppListing .gridview .pricing-column .info-block .in-stock {
    margin-left: -15px;
}

.sppListing .gridview .results-list
{
	width:665px !important;
	margin:0px !important;
}

.sppListing .gridview .results-list li
{	
	padding: 0px 0px 30px 20px !important;
}

/* Shipping Surcharge */

.description-area .aside-area .shipping-surcharge{
	background: url(/images/sep-dashed01.png) repeat-x  0 100%;
	padding:2px 0 7px;
	text-transform:uppercase;
	font:500 13px/13px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
	color:#4b894d;
	margin:0 0 8px;
}

.description-area .aside-area .shipping-surcharge .text-holder{
	background:url(/images/sprite-ico.png) no-repeat 0px -514px;
	padding:0 0 0 43px;
	margin:0 0 0 6px;
	min-height:33px;
	color:#39803c;
    font:500 18px/18px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;	
}

.description-area .aside-area .shipping-surcharge .title{
	display:block;
	color:#878787;
	font:500 13px/15px "franklin-gothic-urw-cond-n5","franklin-gothic-urw-cond",Arial,Helvetica,sans-serif;
}

.description-area .aside-area .shipping-surcharge .opener{
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	width:18px;
	margin:0;
	height:18px;
	background: url(/images/sprite-ico.png) -380px -70px
}

/* End Shipping Surcharge */



/* Lucky Reward Points */

.accumulate-points-wrapper
{
    width:100%;
    padding:20px 0 0;
    margin:30px 0;
    height:38px;
    float: left!important;
    clear: both!important; color:#3b853e;
    border:1px solid #dddddd;
    }
    
    .accumulate-points-inner
    {
        font-size:22px;
        padding-left:10px;
        float:left;
    }
    
.reward-points-wrapper
{
    width:600px;
    padding:15px 0;
    height:16px;
    margin:30px 0 0;
    float:left!important;
    clear:both!important;
    color:#ffffff;
    }
    
    .reward-points-detail, .gift-card-fund-detail
    {
        display:none;
        }
        
        .reward-points-detail-row
        {
            float: left;
            clear: both;
            width:600px;
            color:#ffffff;
            border-top:1px solid #ffffff;
            margin-bottom:0;
        }
        
    .reward-points-smallprint
    {
        float:left;
        clear:both;
        margin-top:20px;
        width:600px;
    }
    
    .reward-point-controls, .gift-card-controls
    {
        float:left;
        clear:both;
        margin-top:3px;
    }

.expand-reward-points, .expand-gift-card-funds
{
    cursor:pointer;
    color:#345e9e;
    text-decoration:underline;
}

/* End Lucky Reward Points */


/* Product Ingredients */
/* 1406 - modified so also covers tables in product description*/

/*#ingredients*/  .product-box .block-area .text-holder  table, #ingredientsLB table, #popup5 table,.compare-popup table {
    display: table!important;
    border-collapse: separate!important;
    border-spacing: 2px!important;
    color:#3e3e3e!important;
    border:1px solid #333333 !important;
}

/*#ingredients*/  .product-box .block-area .text-holder table big, #ingredientsLB table big, #popup5 table big,.compare-popup table big
{
    font-size:16px;
}

/*#ingredients*/  .product-box .block-area .text-holder table strong, #ingredientsLB table strong, #popup5 table strong,.compare-popup table strong
{
    font-weight:bold;
}

/*#ingredients*/  .product-box .block-area .text-holder thead, #ingredientsLB thead, #popup5 thead,.compare-popup thead {
    display: table-header-group!important;
    vertical-align: middle!important;
    /*border-color: #333333!important;*/
}

/*#ingredients*/  .product-box .block-area .text-holder tbody, #ingredientsLB tbody, #popup5 tbody,.compare-popup tbody {
    display: table-row-group!important;
    vertical-align: middle!important;
    /*border-color: #333333!important;*/
    border:1px solid #333333 !important;
}

/*#ingredients*/  .product-box .block-area .text-holder tfoot, #ingredientsLB tfoot, #ingredientsLB #popup5,.compare-popup tfoot {
    display: table-footer-group!important;
    vertical-align: middle!important;
    border:1px solid #333333 !important;
}

/*#ingredients*/  .product-box .block-area .text-holder table > tr, #ingredientsLB table > tr, #popup5 table > tr ,.compare-popup table > tr{
    vertical-align: middle!important;
}

/*#ingredients*/  .product-box .block-area .text-holder col, #ingredientsLB col, #popup5 col,.compare-popup col {
    display: table-column!important;

}
/*#ingredients*/  .product-box .block-area .text-holder colgroup, #ingredientsLB colgroup, #popup5 colgroup ,.compare-popup colgroup{
    display: table-column-group!important;
}

/*#ingredients*/  .product-box .block-area .text-holder tr, #ingredientsLB tr, #popup5 tr ,.compare-popup tr{
    display: table-row!important;
    /*Bug 904:Ingredient Table aligning issues
    vertical-align: inherit!important;*/
    vertical-align: top!important;
    border:1px solid #333333 !important;
}

/*#ingredients*/  .product-box .block-area .text-holder td, #popup5 td ,.compare-popup td{
    display: table-cell!important;
    vertical-align: inherit!important;
    border:1px solid #333333 !important;
}

#ingredientsLB th {
    display: table-cell!important;
    vertical-align: inherit!important;
    border:1px solid #333333 !important;
}

/*#ingredients*/  .product-box .block-area .text-holder th, #ingredientsLB th, #popup5 th  ,.compare-popup th{
    font-weight: bold!important;
    
}

/*#ingredients*/  .product-box .block-area .text-holder caption, #ingredientsLB caption, #popup5 caption ,.compare-popup caption{
    display: table-caption!important;
    text-align: -webkit-center!important;
}

/*
#ingredients table
{
    color:#3e3e3e!important;
    font-family: Georgia, serif;
}

#ingredients > table
{
    width:700px;
}

#ingredients big
{
    font-size:larger;
    padding:0 2px;
}

#ingredients th
{
    font-weight:bold;
}

#ingredients table > tbody > tr
{
    float:left!important;
    clear:both!important;
    margin: 4px 0!important;
    width:100%!important;
}

#ingredients table > tbody > tr > td
{
    height:2px;
    padding:0 1px;
}

#ingredients table > tbody > tr > td > center
{
    padding:3px;
}

#ingredients table > tbody > tr > td:nth-child(1)
{
    width:290px;
}

#ingredients table:first > tbody > tr > td:nth-child(1)
{
    width:100%; 
}

#ingredients table > tbody > tr > td:nth-child(2)
{
    width:90px;
}

#ingredients table > tbody > tr > td:nth-child(3)
{
    width:60px;
}

#ingredients ul
{
    list-style-type: disc;
}

#ingredients table tr td
{
    border-color:#333333!important;
}
*/

/*#ingredients 
{
  
}

#ingredients table
{
    background-color: #ffffff;
    width: 100%;
    margin:6px 0;
    border:1px solid #333333;
    border-left:0;
    border-right:0;
    padding:5px;
}

#ingredients table tr td
{
    margin:15px 0;
}*/

/* End Product Ingredients */

.priceFullWidth
{
    float:left !important;
}

.previewcartblock .close
{
    position:absolute;
    top:10px;
    right:10px;
}

.or-message
{
	border-top:4px solid #aacf9d;
}

.ajax-message > .or-message 
{
    border-top:none !important;
}

#product-list > .product-section
{
    border-top:none !important;
}

/* Listings Page - No Results */

.results-section
{
    background:none!important;
}

.products-listview .results-section>.no-results-wrapper
{
    background: url('../images/woodPattern-small.jpg');
}

.products-listview .results-section>.no-results-wrapper>.no-results-inner
{
    background: url('../images/canvas_texture.jpg');
    padding:80px 40px 40px;
}

.advanced-search-header
{
    background: url('../images/bg-related-title.png');
    height:12px;
    width:100%;
}

.no-results-bg-img
{
    background: url('../images/no-results-bg.png') no-repeat;
    width:200px;
    height:200px;
    position:absolute;
    right:0;
    top:40px;
}

.no-results-inner h1
{
    font:900 45px/50px "franklin-gothic-urw", Arial, Helvetica, sans-serif;
    color:#54585a;
}

.no-results-inner h2
{
    font:400 18px/22px "franklin-gothic-urw", Arial, Helvetica, sans-serif;
    color:#81878a;
    font-style:italic;
    margin-top:5px;
}

.didYouMean
{
    font:700 21px/25px "franklin-gothic-urw", Arial, Helvetica, sans-serif;
    color: #54585a;
    margin:20px 0 35px;
}

.didYouMean a
{
    color:#43b02a;
}

.searchFormWrapper
{
    display:block;
    float:none;
    clear:both;
    text-align:center;
    margin:20px 0;
}

.searchFormWrapper p
{
    text-align:center;
    font:700 17px/25px "franklin-gothic-urw", Arial, Helvetica, sans-serif;
    color:#54585a;
}

.searchFormWrapper .search-form
{
    float:none;
    text-align:center;
    margin:10px auto;
}

.advancedSearchFormWrapper
{
    display:block;
    float:none;
    clear:both;
    text-align:center;
}

.advancedSearchFormWrapper p
{
    font:700 17px/25px "franklin-gothic-urw", Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.advancedSearchFormWrapper p a
{
    color: #43b02a;
}

.sponsored-by
{
    font:600 12px/12px "adelle-n6","adelle",Georgia,serif;
    color:#999999;
}

.sponsored-ads
{
    margin:7px 0!important;
}

.sponsoredheader
{
    display:block;
    float:left;
    clear:both;
    border-bottom:2px solid #cccccc;
    width:100%;
    font:700 27px/25px;
}

/* End Listings Page - No Results */

.tooLowQM {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left:4px;
    background: url('../images/sprite-ico.png') no-repeat scroll -380px -70px transparent;
    overflow: hidden;
    text-indent: -9999px;
    border-bottom:0px !important;
    vertical-align: bottom !important;
}

/*** Columbus FH 27/07/2015 - alignment for toolowtoshow on grid pages ***/
.gridview .tooLowQM 
{
    height:28px;
    margin-right:0px;
}

.tooLowQM:hover{background-position:-380px -100px;}

.products-listview .gridview .results-list .text-column .product-info .col
{
    width:100% !important;
}

.products-listview .results-list .text-column .product-info .col
{
    width:129px;
}


/*wishlist and regimen changes to the listing*/
.wishlist a.AddToWishlist,
.regimen a.AddToRegimen
{
	color: #cc0000 !important;
}

.wishlist .brand-page-block,
.regimen .brand-page-block
{
	margin:-31px 0 0 -460px;
}
.wishlist .brand-page-block .holder,
.regimen .brand-page-block .holder
{
	width:250px;
	font-weight:bold;
	text-transform:uppercase;
	vertical-align:middle;
	font-size:12px;
	line-height:23px;
}
.wishlist .brand-page-block .holder .addthis_counter,
.regimen .brand-page-block .holder .addthis_counter
{
	line-height:16px;
}
.wishlist .brand-page-block .logo-box,
.regimen .brand-page-block .logo-box
{
	width:auto;
}


.wishlist .brand-page-block .addthis_toolbox
 {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
    width: auto;
    vertical-align:middle;
}

/* Address Book */

.address-book
{
    float:left;
}

.address-book.sort-form .select-sort
{
    background: #dfdfde url("/images/btn-search_input_slice.png");
}

.address-book .select-sort
{
    width: 378px!important;
    height: 40px!important;
}

.address-book.sort-form .select-sort.select-active .select-opener
{
    background-position:-162px -205px!important;
}

/* End Address Book */


/* Add Reviews Section */
.reviews-wrapper,.noReviews-wrapper
{
    margin-top:20px;
}

.facebookShare
{
    display:block;
    width:100%;
	height:61px;
	margin-bottom:20px;
	text-align:center;
}

.facebookshare a img
{
	width:400px;
}

.externalReviewWrapper
{
    float:left;
    clear:both;
    width:100%;
    text-align:center;
}

.externalReviewWrapper a
{
    margin:0 14px;
}

.custReviewsDisclaimer
{
	float:left;
	clear:both;
	width:100%;
	display:block;
	margin-top:40px;
}



.footerSection .orderReviewBtn
{
    width:500px;
    height:50px;
    font-size:20px;
    margin:0 auto;
}

.footerSection .terms
{
    margin:20px 0;
}

.footerSection .reminder
{
    margin:5px 0 20px;
    text-align:center;
}

.footerSection .faceBook
{
    margin:20px 0;
    text-align:center;
}

.footerSection .reviewDisclaimer p
{
    margin-bottom:20px;
}

/* End Add Reviews Section */


/* Product Listing Page - Update quantity box */
.pricing-column .qty-form input[type=text]
{
    width:20px;
    padding-left:1px;
    padding-right:1px;
    text-align:center;
}

.MB_PROD3 .MB_STY3, .MB_STY4 .MB_STY4
{
    height:248px;
}


/* Unlucky Listing Page */

.unlucky-description
{
    margin:20px 0 0;
}

ul.unlucky-items
{
    margin-top:50px;
}

ul.unlucky-items li
{
    width:150px;
    margin:0 14px 40px;
    display:inline-block;
    text-align:center;
    vertical-align: top;
}

/* Unlucky Product Page */

.unlucky-wrapper .valid-error
{
    border:2px solid #e1755c!important;
    padding-top:8px;
    padding-bottom:8px;
}

.unlucky-wrapper .valid-error .title-error
{
    font-size: 22px;
}

.unlucky-wrapper .valid-error .title-error > img
{
    vertical-align:middle;
    margin-right:12px;
}

.unlucky-wrapper .valid-error .title-error > span
{
    vertical-align:middle;
}

.unlucky-dont-fret
{
    background: url('../images/bubble.png') no-repeat;
    color:#3e3e3e;
    font: 700 17px/20px "adelle-n6","adelle",Georgia,serif;
    text-align:center;
    padding: 28px 11px 0;
    height:172px;
    width:374px;
    margin:40px auto 0;
}

.unlucky-dont-fret p.large
{
    font: 800 44px/42px "adelle-n8", "adelle", Georgia, serif;
}

.unlucky-alternatives-wrapper
{
    width:100%; 
    float:left; 
    clear:both;
}

.unlucky-alternatives-wrapper > .title
{
    text-align:center;
    color:#3e3e3e;
    font: 600 21px/24px "adelle-n6","adelle",Georgia,serif;
}

.unlucky-alternatives-wrapper > .content
{
    width:100%;
    display:block;
    margin-top:30px;
}

.unlucky-alternatives-wrapper > .content > ul
{
    display:block;
}

.unlucky-alternatives-wrapper > .content > ul > li
{
    width:130px;
    margin:0 24px 40px;
    display:inline-block;
    text-align:center;
    vertical-align: top;
}

.unlucky-alternatives-wrapper > .content > ul > li > img
{
    margin-bottom:8px;
    display:block;
    height:130px;
    width:auto;
    margin-left:auto;
    margin-right:auto;
}

.unlucky-alternatives-wrapper > .content > ul > li .price
{
    display: block;
    color: #474747;
    font: bold 15px/26px Arial, Helvetica, sans-serif;
}

.unlucky-alternatives-wrapper > .content > ul > li .price .old-price
{
    color: #474747;
    font: 12px/26px Arial, Helvetica, sans-serif;
    text-decoration: line-through;
}

span.popup-open
{
    color:#54585a;
    cursor:default;
}

.errorNextLine
{
    clear:both !important;
}

.myBuyCustomerAlsoBoughtNarrow .MB_PROD6
{
    min-height:293px !important;
}

/* override thematic pages css */
#main
{
    Z-index:10!important;  
}

.facebookCommentsForSEO
{
    position:absolute;
    top:0;
}

.facebookWrapper
{
    z-index: 999;
    position: relative;
    background-color: #ffffff;
}

.rememberme
{
    clear:both;
}

.rememberme label
{
    font: 500 14px/20px "franklin-gothic-urw", sans-serif;
    color: #81878a!important;
    margin-left:4px;
    margin-top:1px;
}

.sppListing .compare-form a.fake-check,
.sppListing .compare-form a.fake-check:link,
.sppListing .compare-form a.fake-check:hover,
.sppListing .compare-form a.fake-check:visited
{
    background: none !important;
}


/* Loading spinner on buttons */

button .text, a.btn-checkout .text
{
    margin-top:8px!important;
}

.btn-loading
{
    background: #f1f0ef!important;
    border:none!important;
}

.btn-loading .ico
{
    background: url('../images/loading_icon_animate.gif') no-repeat!important;
    display:inline-block!important;
    float:left!important;
    width:28px!important;
    height:21px!important;
    margin-top:5px!important;
    margin-left:6px!important;
}

.btn-loading .text
{
    font-size:12px;
    font-weight:bold;
    color:#707070;
    display:block;
    float:left;
    text-indent:0;
}

.btn .ico
{
    margin-top:14px!important;
}

.btn .text
{
    margin-top:2px!important;
}

.btn-loading.rounded-border
{
    border-radius: 20px;
}

#ingredientsLB
{
    display:none;
}

.ingredientshead
{
    margin-top:20px;
    margin-bottom:0px;
}

.address-content .address-frame
{
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.lightbox-content .address-content .address-block .address-holder
{
    border:0px;
}

.new-payment
{
    position: absolute !important;
    right: 40px !important;
    top: 110px !important;
    background-color:#ffc658!important;
    color: #f7f7f6;
}

.new-payment:hover
{
    background-color: #ffb21c;
}

a.AddToWishlist.btn, a.AddToRegimen.btn
{
    font: 10px Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-top: 10px;
    background-color: #FFF;
    width: 115px;
    margin-left: -10px;
    border-radius: 4px;
    webkit-border-radius: 4px;
    font-weight:bold;
}

li.msiLink
{
    padding-left:23px;
    background-image: url('../images/icons/staylucky_icon_sm.jpg');
    background-repeat: no-repeat;
    background-position: left;
}

/* End Loading spinner on buttons */

.inlineHeader
{
    display:inline !important;
}

.trackOrderP
{
    margin-left:56px; 
}

.buttonView
{
    display:inline-block;
      color: #ffffff!important;
      font: 500 10px Arial,Helvetica,sans-serif;
      text-transform: uppercase;
      text-align:center;
      background: #9BC244;
      text-decoration: none!important;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding:4px;
      text-decoration:none;
}

.buttonView:Hover
{
    background: #78A615 ;
    text-decoration:none;
}

/*** #bugid #898 - FH 16/03/2015 friendly print for regimen ***/

img.lazyPrint
{
    display:none !important;
}

/*** for schema fix ***/
.hiddenField
{
    display:none;
}

/*** for popup emailoutofstock form ***/
#emailWhenInStockForm .reg-form .holder label
{
    font: 700 15px/20px "franklin-gothic-urw", sans-serif;
    margin-top:0px;
}

/*** Columbus bugid#1199 FH 30/06/2015 - ensure msrp price in gridview does not drop onto next line ***/
.products-listview .gridview .results-list .text-column .new-price,
.products-listview .gridview .text-column .product-info .col .retail.msrp-price
{
    display:inline-block;
    float:none;
    clear:none;
}

.products-listview .gridview .results-list .compare-form
{
    display:none;
}

/*** bug 1080 ***/
.checkoutShippingForm .status
{
    margin-top:-20px;
}

.holderDiv
{
    display:inline-block;
}

.discount-popup .popup 
{
    left: -1px;
    top: 15px;
}

.signinLink
{
    background: none repeat scroll 0 0 #ffc658;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #cd9f47;
    color: #54585a !important;
    float: left;
    font: 700 15px/46px "franklin-gothic-urw",sans-serif;
    height: 46px;
    text-decoration: none;
    text-transform:uppercase;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.quick-reorder-banner-wrapper
{
    float:left; 
    clear:both; 
    width:100%; 
    border:5px solid #e2f3b5; 
    background-color: #fef9db;
    font-family: "franklin-gothic-urw",sans-serif;
}



/* Quick ReOrder */

.myaccount-link
{
    font: 700 16px/16px "franklin-gothic-urw",Arial,Helvetica,sans-serif;
    margin-top:15px;
}

.quick-reorder-nav-wrapper
{
    float:right;
    margin: 13px 20px 0 0;
}

.img-container {
    width: 100%;
    height: 467px;
    position:relative;
}

.quick-reorder-banner-1
{
    background: url('../images/quick-reorder/banner-1.jpg') no-repeat center center;
}

.quick-reorder-banner-2
{
    background: url('../images/quick-reorder/banner-2.jpg') no-repeat center center;
}

.quick-reorder-banner-3
{
    background: url('../images/quick-reorder/banner-3.jpg') no-repeat center center;
}

.quick-reorder-slide
{
    height:467px;
}

.quick-reorder-slide .slideshow
{
    background:none;
    }

    .quick-reorder-slide .slide
    {
        height:467px;
        width:100%;
        margin-top:-14px;
    }

.how-it-works-banner-overlay
{
    position:absolute;
    top:-350px;
    width:420px;
}

.how-it-works-banner-overlay p
{
    font-family: "franklin-gothic-urw",sans-serif;
    font-size:18px;
    margin-top:10px;
    line-height:22px;
}

.how-it-works-head-wrapper
{
    float:left;
    clear:both;
    margin:30px 0 40px;
}

.how-it-works-body-wrapper
{
    float:left;
    clear:both;
    width:100%;
    font-family: "franklin-gothic-urw",sans-serif;
    font-size:18px;
    line-height:22px;
    }

    .how-it-works-step
    {
        float:left; 
        width:320px; 
        text-align:center;
        }

        .how-it-works-step p
        {
            padding:15px 20px;
        }
        
        .how-it-works-body-wrapper p.outro
        {
            
            float:left; 
            clear:both;
            width:100%;
            margin:50px 0 80px;
            font-size:22px;
            color:#43af2a;
            font-weight:bold;
            text-align:center;
        }
/* End Quick ReOrder */


/* Quick Reorder Listing Page */

/*** bugid#1077/1078 ***/
.shippingInfoButtons
{
    float:left;
    width:60px;
    text-align:center;
    padding-top:30px !important;
}

.shippingInfoAlign
{
    float:right;
}

.qr-listing-page .heading h1
{
    text-indent: -9999px;
    background: url('../images/quick-reorder-logo.png') no-repeat;
    background-size: 220px;
    width:220px;    
}

.quick-reorder-listing
{
    float:left;
    clear:both;
}

.quick-reorder-listing .results-list .img-column,
.quick-reorder-listing .results-list .img-column a.product-link,
.quick-reorder-listing .results-list .img-column a.product-link img
{
    max-width:84px;
    max-height:84px;
}

.shippingInfoAddressItem
{
    width:400px;
}
    .quick-reorder-listing .results-list .img-column a:hover .more
    {
        display:none;
    }
    
    .quick-reorder-listing .results-list .text-column
    {
        padding-top:15px;
        margin-bottom:15px;
        width:370px;
        }
        
        .quick-reorder-listing .results-list .text-column h2
        {
            font-size:16px;
            font-weight:500;
            width:250px;
        }
    
        .quick-reorder-listing .results-list .text-column .tag.manufacturer
        {
            /*display:none*/
        }
    
        .quick-reorder-listing .results-list .text-column .code
        {
            left: -90px;
            position: absolute;
            top: 104px;
        }
        
        .quick-reorder-listing .results-list .text-column .product-info
        {
            width:100px;
        }
        
        .quick-reorder-listing .results-list .text-column .product-info .retail,        
        .quick-reorder-listing .results-list .text-column .product-info #reviewsDiv
        {
            display:none;   
        }
        
        .quick-reorder-listing .results-list .text-column .product-info .col
        {
            width:100px;
        }
        
        .quick-reorder-listing .results-list .text-column .product-info
        {
            position: absolute;
            right: 0;
            text-decoration: none;
            top: 8px;
            padding:0;
        }
        
        /*.quick-reorder-listing .results-list .text-column .popup
        {
              text-align: left;
              width: 342px;
              bottom: 18px;
              left: -225px;
              font: 11px/13px Arial, Helvetica, sans-serif;
              color: #727272;
              z-index: 14;
              margin: 0 0 9px;
        }
        
        .quick-reorder-listing .results-list .text-column .in-stock {
          display: inline-block;
          color: #43b02a;
          font-weight: bold;
          line-height: 11px;
          padding: 5px 0 0;
        }*/
        
        .quick-reorder-listing .results-list .text-column .product-info .new-price,
         .quick-reorder-listing .results-list .text-column .product-info .new-price sup
        {
            font-size:20px;
            font-family: "franklin-gothic-urw",Arial,Helvetica,sans-serif;
        }
        
        .quick-reorder-listing .results-list .text-column .product-info .new-price sup
        {
            top:0;
        }
        
        .quick-reorder-listing .results-list .text-column .lower-price
        {
            font-size:15px;
            line-height:19px;
        }
        
         .quick-reorder-listing .results-list .text-column .tooLowQM
         {
             position:absolute;
             top:2px;
             right:0;
         }
        
        .quick-reorder-listing .results-list .text-column .product-info a.toolowprice
        {
            display:none;
        }
        
        .quick-reorder-listing .results-list .text-column .info-block .in-stock
        {   
            display: inline-block;
            color: #43b02a;
            font-weight: bold;
            line-height: 11px;
            padding: 5px 0 0;
        }
        
        
    .quick-reorder-listing .results-list .pricing-column .t-block > .popup-wrap
    {
        /*position:absolute;
        top: 46px;
        width: 100px;
        left:-114px;
        margin:0;*/
        display:none;
    }
    
    .quick-reorder-listing .results-list .pricing-column .t-block .og-offer
    {
        display:none;
    }
    
    .quick-reorder-listing .results-list .pricing-column .info-block > .holder
    {
        border-top:0;
        padding:0 0 8px;
    }
       
    .quick-reorder-listing .results-list .pricing-column .t-block .popup-wrap a.reward-points
    {
        /*background: none;        
        padding:10px 0 0;
        height:auto;
        width:100px;
        text-align:left;       
        color:#43b02a!important; 
        display:none;*/
    }
    
    .product-info .popup-wrap a.reward-points
    {
        display:none;
    }
    
    .quick-reorder-listing .results-list .product-info .popup-wrap a.reward-points
    {
        display:block;
        background: none;
        padding:10px 0 0;
        height:auto;
        width:100px;
        text-align:left;       
        color:#43b02a!important; 
        float:left;
        clear:both;
        font-weight:600;
    }
    
    a.reward-points::before,
    a.reward-points::after
    {
        display:none;
    }
    
    .quick-reorder-listing a.reward-points::before
    {
        display:block;
        display:inline-block;
        content: "Earn ";
        background: url('../images/reward-point-icon.png') no-repeat;
        height:18px;
        float:left;
        padding-left:20px;
        margin-right:4px;
    }
    
    .quick-reorder-listing a.reward-points::after
    {
        display:block;
        display:inline-block;
        content: "pts";
        height:15px;
        width:15px;
    }
    
    .quick-reorder-listing .results-list .pricing-column .info-block .txt-area
    {
        left: -390px;
        position: absolute;
        top: 75px;
        text-align: left;
        width:250px;
        }
        
        .quick-reorder-listing .results-list .pricing-column .info-block .out-of-stock .ico
        {
            background: url('../images/out-of-stock-icon.png') no-repeat;
            height:16px;
            width:16px;
        }
    
    .quick-reorder-listing .pricing-column .info-block .qty-form
    {
        width:150px;
        padding-right:0;
    }
    
    .quick-reorder-listing .pricing-column .qty-form .input-holder
    {
        width:84px;
        height:auto!important;
        float:right;
    }
    
    .quick-reorder-listing .pricing-column .qty-form label
    {
        margin: 5px 0 0 32px;
        text-transform:uppercase;
        font-size:14px;
        color:#8b9193;
        font-weight:500;
        font-family: "franklin-gothic-urw",Arial,Helvetica,sans-serif;
    }
    
    .quick-reorder-listing .pricing-column .info-block .qty-form input[type="text"]
    {
        height:24px;
        width:26px;
        font-weight:600;
        font-size:12px;
        padding:0;
    }
    
    .quantity-minus,
    .quantity-plus
    {
        display:none;
    }
    
    .quick-reorder-listing .quantity-minus,
    .quick-reorder-listing .quantity-plus
    {
        display:block;
        background-color: #f2f2f3;
        border: 1px solid #d4d4d4;
        float: left;
        font-size: 14px;
        height: 20px;
        padding-top: 4px;
        text-align: center;
        width: 26px;
        cursor: pointer;
    }
    
    .quick-reorder-listing .quantity-minus
    {
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }
    
    .quick-reorder-listing .quantity-plus
    {
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }
    
 /*   .qr-stats-wrapper
    {
        display:none;
    }*/
    
    .quick-reorder-listing .qr-stats-wrapper
    {
        /*display:block;*/
        float:left;
        clear:both;
        color:#a4a6a9;
        /*position: absolute;
        top: 135px;*/
        margin: 0 0 5px;
        }
        
        .quick-reorder-listing .qr-remove-item
        {
            float:left;
            color:#a4a6a9;
            text-decoration: underline;
            }
            
            .quick-reorder-listing .qr-remove-item .ico
            {
                background: url('../images/remove-item-icon.png') no-repeat;
                float: left;
                height: 10px;
                margin-right: 4px;
                margin-top: 2px;
                width: 10px;
            }
        
        .quick-reorder-listing .qr-purchase-stats
        {
            float:left;
            margin-left:12px;
        }
        
.quick-reorder-listing .img-column div.badgeSPP
{
    left: -20px;
    top: -26px;
}

/*** bugid#1077 - fixes to validation ticks/crosses on address forms ***/
.zipStatusHolder, .stateStatusHolder, .provinceStatusHolder, .phoneStatusHolder, .paymentCardStatusHolder, .expiryYearStatusHolder, .securityCodeStatusHolder
{
    position:relative; 
    display:inline-block;
}

.zipStatusHolder, .phoneStatusHolder, .expiryYearStatusHolder, securityCodeStatusHolder
{
    width:90px;
}

.zipStatusHolder .status.well, .zipStatusHolder .status.error, .phoneStatusHolder .status.error, 
.stateStatusHolder .status.error, .expiryYearStatusHolder .status.error, .expiryYearStatusHolder .status.well
{
    margin-top:-15px;
}

.phoneStatusHolder .status.well
{
    margin-top:-20px;
}

.expiryYearStatusHolder
{
    width:110px;
}

.stateStatusHolder
{
    width:113px;
}

.provinceStatusHolder
{
    width:100px;
}

.paymentCardStatusHolder
{
    width:240px;
}

.securityCodeStatusHolder
{
    width:40px;
}

.securityCodeStatusHolder .status.well, .securityCodeStatusHolder .status.error
{
    margin-top:0px;
}

.editBillingAddress {
    float: right;
    text-decoration: underline;
    cursor: pointer;
    color: #54585a;
    margin-top: 20px;
    margin-right: 240px;
    z-index: 9999;
    position: inherit;
}

#ctl00_PageContent_BillingAddresses_pnlBillingAddress .frame,
#ctl00_ctl00_ctl00_RootPageContent_PageContent_PageContent_addressEditing_billingAddress_pnlAddress .frame
{
    width:345px;
}

#popupShipping.lightbox-content, 
#popupMemberBilling.lightbox-content,
#popupGuestBilling.lightbox-content,
#popupGuestEmail.lightbox-content
{
    padding:0px;
}

.orderLineImg
{
    max-width:140px;
}


#popupShipping.lightbox-content .head, #popupMemberBilling.lightbox-content .head,
#popupGuestBilling.lightbox-content .head,
#popupGuestEmail.lightbox-content .head
{
    /*position:absolute;
    left:1px;
    top:1px;
    width:99.8%;*/    
    background:#ececec;
    height: 40px;
    padding-top: 7px;
}

#popupShipping.lightbox-content .head h1,
#popupMemberBilling.lightbox-content .head h1,
#popupGuestBilling.lightbox-content .head h1,
#popupGuestEmail.lightbox-content .head h1
{
    margin-left:20px;
    font-weight:900;
    font: 900 36px/40px "franklin-gothic-urw",Arial,Helvetica,sans-serif;
}

#popupShipping.lightbox-content h2,
#popupMemberBilling.lightbox-content h2,
#popupGuestBilling.lightbox-content h2,
#popupGuestEmail.lightbox-content h2
{
    /*margin: 0 0 12px;*/
	font: 700 27px/35px "franklin-gothic-urw",Arial,Helvetica,sans-serif !important;
}

#popupShipping.lightbox-content h2.current,
#popupMemberBilling.lightbox-content h2.current,
#popupGuestBilling.lightbox-content h2.current,
#popupGuestEmail.lightbox-content h2.current
{    
    border-bottom: 3px solid #c5e86c !important;
}

#popupShipping.lightbox-content .close, 
#popupMemberBilling.lightbox-content .close,
#popupGuestBilling.lightbox-content .close,
#popupGuestEmail.lightbox-content .close
{
    margin-right:20px;
    margin-top:12px;
}

#popupShipping.lightbox-content .btn-area,
#popupMemberBilling.lightbox-content .btn-area,
#popupGuestBilling.lightbox-content .btn-area ,
#popupGuestEmail.lightbox-content .btn-area{
  width: 100%;
  border-top: 1px solid #d4d4d4;
  padding: 20px 0 40px;
  clear: both;
  text-align: center;
}

#popupShipping.lightbox-content .address-content, #popupShipping.lightbox-content .shipping-form, 
#popupMemberBilling.lightbox-content .card-content, #popupMemberBilling.lightbox-content .shipping-form,
#popupGuestBilling.lightbox-content .shipping-form,
#popupGuestEmail.lightbox-content .shipping-form
{
   /* margin-top:50px;*/
   padding: 0px 31px 31px;
}
.lightbox-content .shipping-form .payment-box .checkout-content-block {
     border: 8px solid #ffc658;
}
.lightbox-content .shipping-form .address-block {
    border: 0 none;
}
#popupShipping.lightbox-content .head .btn-area input[type="submit"],
#popupMemberBilling.lightbox-content .head .btn-area input[type="submit"]
{
  position: absolute;
    right: 31px;
    top: 71px;
  }
.lightbox-content .shipping-form .heading, .shipping-form .col-info .col-head, .shipping-form .option-block .heading {
  overflow: hidden;
  padding: 0 0 7px;
  margin: 0 0 20px;
  border-bottom: 3px solid #c5e86c;
}

.checkout-content-block .check-row .title
{
    font:700 15px "franklin-gothic-urw",Arial,Helvetica,sans-serif !important;
}

.indicates
{
    margin-top:70px; 
    margin-right:20px;
}

.dark
{
    float:left;
    color: #54585a;
    font: 700 17px/25px "franklin-gothic-urw",Arial,Helvetica,sans-serif;
    width:160px;
}

.account-form .dark
{
    font: 700 31px/32px "franklin-gothic-urw", Arial, Helvetica, sans-serif;
}

.areaLinks
{
    float:left;
    width:650px;
}

.productListSection.block-area .text-holder a
{
    line-height:25px;
}

.areaWrapper
{
    clear:both;
}

.block-area.productListSection .title
{
    margin: 0px;    
}

.block-area.productListSection
{
    padding-bottom:0px;
}  

.section-nav.pro-section-nav
{
    margin-bottom:0px;
    margin-top:20px;
}

.caroufredsel_wrapper .slideset
{
    overflow:hidden;
}
/*
.quick-reorder-listing .results-list .img-column a.product-link img
{
    width:84px;
    height:84px;
}*/

/* End Quick Reorder Listing Page */

.compare-products .rating-count
{
    display:inline-block;
    position: absolute;
    right: -30px;
    top: -3px;
    width: 28px;
}

.couponContainer
{
    margin-top:-245px;
}

/* retina styles */
@media only screen and 
(-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2)
{
    .cart-block .icon-cart
    {
        background-image: url(../images/ico-cart@2x.png);
        background-size: 47px 40px;
    }
    .cart-block .icon-cart:hover
    {
        background-image: url(../images/ico-cart-h@2x.png);
        background-size: 47px 40px;
    }
    
    .spotlights-block .head 
    {
    background: rgba(0, 0, 0, 0) url("../images/new_bg-spotlight_divider@2x.png") no-repeat scroll 50% 0;
    background-size: 960px 25px
    }
    
    .select-area .select-opener {
	background: url(../images/sprite.png) no-repeat  -46px -70px;
    }

    .show-larger
    {
        background-image:url(../images/logo@2x.png) no-repeat;
    }
    
    .show-smaller
    {
        background-image:url(../images/logo-smaller@2x.png) no-repeat;
    }
    
.search-form .ico ,
.fixed-header .cart-block .icon-cart,
.signup-block .popup-wrap:after,
.navigation .list .more > a:after,
.navigation .account-block .guaranteed-row:before,
.fixed-header .search-form input[type="submit"] ,
.footer-content .social-block h1:after,  .footer-content .social-block h1:before,
.footer-content .social-block a ,
.footer-content .social-block a ,
.featured-categories .item .link-shop:after,
.filter-form .ico ,
.shipping-form .status, .reg-form .status, .signin-form .status,
.reg-form h3:before,
.chk-checked ,
.products-listview .drop-title .opener:after,
/*OMNICA commented out title-hodler since we use that generic heading section instead of specific title-holder*/
.products-listview /*.title-holder*/ .drop-title.active .opener,
.products-listview /*.title-holder*/ .drop-title.active .opener:after,
.products-listview .kw-filter-form .open-close h3 a .arr,
.products-listview .current-filter a span ,
.block-area .sort-form .select-opener, .sort-form .select-opener, .products-listview .results-section .sort-form .select-opener ,
.block-area .paging .prev a, .block-area .paging .next a, .products-listview .results-section .paging .prev a, .products-listview .results-section .paging .next a,
.product-column .close,
.product-column .close, .products-listview .results-section .compare-box li .close,
.products-listview .results-list .delivery-form .select-opener ,
.products-listview .results-list .btn-autoship,
.compare-products .in-stock .ico, 
#main .pricing-column .info-block .in-stock .ico,
.quick-reorder-listing .results-list .text-column .txt-area .in-stock .ico,
.order-line:before ,
.btn-proced .ico, .out-stock-form .add-to-cart .ico, .right-area .add-to-cart .ico, .to-cart-block .add-to-cart .ico, .pricing-column .btn-cart .ico, .product-column .btn-cart .ico,
.btn-proced .ico-arrow,
.product-column .add-btn .ico, .to-cart-block .open .ico, .pricing-column .b-block .open .ico,
.to-cart-block a.lightbox, .product-column .popup .list a.lightbox, .out-stock-form .popup .list a.lightbox, .right-area .popup .list li a.lightbox, .pricing-column .b-block a.lightbox,
.product-section .img-list-centered a:before, 
.product-section .img-list-centered span:before,
.pro-main-heading i,
.pro-main-heading i:after,
.description-area .aside-area .shipping .text-holder:before,
.right-column .block-lightbox .opener, 
.right-column .reward-area .text-holder .opener, 
.description-area .aside-area .reward-area .opener,
.description-area .form-heading h2:before,
.mail-box-pop a:before,
.out-stock-form .add-btn .ico, .to-cart-block .add-btn .ico, .cart-area .right-area .add-btn .ico ,
.description-area .accordeon-list li .opener .arr,
.description-area .print:before,
.review-box .vote-box .no span:before, 
.review-box .vote-box .yes span:before,
#aside-nav a.back:after,
.info-product .stock .ico-item,
.info-product .buy .ico-item,
.variant-send .ico-print, .variant-send .ico-mail,
.variant-send .ico-mail,
.discount-popup .popup .close,
.discount-popup .select-area .select-opener,
.secure-line .heading-box h1:before,
.secure-line .heading-box sup.icon,
.shipping-form .heading .btn.order .arrow,
.shipping-form .proceed-area .btn.back .arrow,
.register-col .btn .arrow,
.shipping-form .proceed-area button[type="submit"] .arrow,
.login-form button[type="submit"] .arrow,
.login-form input[type="submit"] .arrow,
.steps li.completed .item-holder .step-num,
.info-popup.ico .popup-open,
.payment-box .heading .secure-text .secure-icon,
.order-section .summary .col-text .info-opener,
.order-section .summary .col-text:before,
.shipping-form .promo-box .heading .link-add .icon,
.shipping-form .promo-box .heading .link-add .icon,
.heading-top .btns-list a .ico,
.order-area .heading .btn.print .ico,
.account-form  .merge-message .icon2,
.account-form  .merge-message .icon,
.product-column .zoom .ico,
.compare-products .rate-win,
.buy-one-get:before,
.description-area .aside-area .reward-area .text-holder:before,
.valid-input,.error-input,
.title.title-lucky:before,
.MB_PROD5 .MB_STY3:before,
.title .back:before,
.pdf-link-holder:before,
.info-pop-hover a,
.email-out-block .email-when:before,
.backorder-wrap .back-ordered:before,
.list-info-block .manufacturer-block:before,
.quick-reorder-listing .manufacturer-block:before,
.email-out-block .email-when:before,
.check-step-wrap .step-filled .step-num:after,
.valid-input,.error-input,
.security-code-block .info-opener,
.logged-block:before,
.pro-cart-gallery .btn-cart:before,
.col-three-cart-pro .btn-cart:before
.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerPrevious a,
.results-section .Aisle7_Content #hni_SearchResultsPager #hni_SearchResultsPagerNext a ,
    .select-area .select-opener 
    {
      background-image: url(../images/sprite@2x.png);
      background-size: 224px 516px;
    }



}

/*** Columbus FH 16/06/2015 bugid#1234 ***/
.price .reg-row
{
    color: #81878a;
    text-transform: uppercase;
    margin-top:5px;
}

.qr-remove-item
{
    cursor:pointer;
}

tr.free-row .total .cost
{
    text-transform: uppercase;
    font: 500 15px/25px "franklin-gothic-urw",Arial,Helvetica,sans-serif !important;
    right: 15px;
    left:auto;
}


.reward-pop-block-wrap .backorder-block
{
    margin-top: -53px;
    color:#09b2d4 !important;
    padding-left: 21px;    
    }
    
    .reward-pop-block-wrap .backorder-block .leadtime
    {
        color: #54585a;
        font-weight:normal;
    }

    .quick-reorder-listing .reward-pop-block-wrap .backorder-block
    {
        display:none!important;
        margin-top:0;
    }

.reward-pop-block-wrap .backorder-block:before{
	content: '';
	position: absolute;
	left: 14px;
	background: url(../images/sprite.png) no-repeat  -94px -293px !important;
	width: 16px;
	height: 16px;
}

.shipping_option_fail_validation
{
    width: 16px;
    height: 18px;
    background: url(../images/sprite.png) no-repeat -66px -327px;
    position: absolute;
    top: 79px;
    right: 190px;
}

.products-listview.prePublish .results-list {
  padding-left: 30px;
}

.noRightBorder
{
    border:0 !important;
}

.product-box .related-list.horizontal .br-sf-widget, .product-box .related-list.horizontal .br-sf-widget-merchant-img a
{
    width:257px;
}

del.usualPrice
{
    text-decoration:none !important;
}
.shipping-form .message-box.unharmonized{
    color:#c84425;
    margin-bottom: 10px;
    width:700px;
    border: none;
    background-color:transparent;
    text-align:left;
}

.shipping-form .message-box.unharmonized ul{
    padding: 15px 0px;
}

.shipping-form .message-box.unharmonized a,
.shipping-form .message-box.unharmonized a:visited,
.shipping-form .message-box.unharmonized a:link {
    color:#c84425;
    font-weight:bold;
}

/*** bugid#1283 - fix on OG styling for IE ***/
.og-picker select::-ms-expand {
    display: none;
}

.luckyCarousel.carousel-column .title.title-lucky h2, .luckyCarousel.carousel-column-single .title.title-lucky h2
{
    display: inline-block;
    color: #54585a;
    padding: 0;
    /* font: 700 18px/25px "franklin-gothic-urw",Arial,Helvetica,sans-serif; */
    font-size: 21px;
    font-weight: 700;
    font-family: 'franklin-gothic-urw',Arial,Helvetica,sans-serif;
    color: #54585a;
    position: relative;
    /* float: left; */
    top: -15px;
    left: 40px;
}

/*** bugid#1283 - fix on OG styling for IE ***/
.og-picker select::-ms-expand {
    display: none;
}

/*** Columbus FH 27/07/2015 - alignment for toolowtoshow on grid pages ***/
.gridview .col .low
{
    display:block;
}

.gridview .low .toolowprice
{
    margin-left:20px;
}

/*** Columbus FH 28/07/2015 - height on savewithlucky ***/
.luckyCarousel .slideset
{
    height:260px !important;
}

.luckyCarousel.carousel-column-single .slideset 
{
    height:238px !important;
}

.savewithlucky .carousel-holder
{
    margin-bottom:10px;
}

/*** Columbus: bugid#932 - amendment to payment declined error messgae ***/
.payment-holder .status.error
{
    margin-top: 10px !important;
}

/*** Columbus: bugid#1416 FH 29/07/2015 - think of a way to hide excess pages on initial .NET load. JS takes care of things when paging starts ***/
.hidePage
{
    display:none;
}
/*** Columbus: bugid#1007 FH 06/082/105- detected this is IE7 so will find another way of greyscaling the image ***/
.greyedIE11Paypal, .greyedIE11IC
{
    display:none;
}

/* 1244 - nav css, thanks to http://www.goldenapplewebdesign.com/css-equally-spaced-horizontal-elements/*/
#shop-nav {
  text-align: justify;
  font-size: 0.1px; /* IE 9/10 fix */
  float:none;
  width:auto;
}
#shop-nav > li {
  display: inline-block;
  float:none;
}
#shop-nav > li > a{
  padding: 0 18px;
}
#shop-nav:after {
  content: '';
  width: 100%; /* Ensures justification for single lines */
  display: inline-block;
}

/*** Columbus: logid#1147 - fix for non-US price currency tag issue ***/
.luckyCarousel.carousel-column .carousel .slide .price, .luckyCarousel.carousel-column-single .carousel .slide .price
{
    line-height:5px;
}

.cart-summary-col{
    width:409px;
    float:right;
}

.norton-holder {
    float:left;
    width:100%;
}
.nortonSpace
{
    margin-left:17px;
    margin-top:10px;
    float:left;
}

/* 1244 - replacing country fancy form thing with regular menu */
.select-ship-opener
{
    overflow:hidden;
}
#header .drop-countryOptions
{
    display:none;
}
#header .active .drop-countryOptions
{
    display:block;
}
.norton-holder .nortonSpace{
    display:block;
    margin-left:4px;
    float:none;

}