input::-webkit-outer-spin-button,input::-webkit-inner-spin-button,input {-webkit-appearance: none;margin: 0; -webkit-border-radius:0; border-radius:0;}input[type="submit"]{cursor:hand;cursor:pointer;}input[type="checkbox"] {-webkit-appearance: checkbox;}input[type="radio"] {-webkit-appearance: radio;}textarea{resize: none;}

@-webkit-keyframes FadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes FadeInOverlay {
    0% { opacity:0; }
    100% { opacity:0.4; }
}
@-webkit-keyframes SlideDown {
    0% { -webkit-transform:translateY(-100%);}
    100% { -webkit-transform:translateY(0%);}
}
@-moz-keyframes FadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes FadeInOverlay {
    0% { opacity:0; }
    100% { opacity:0.4; }
}
@-moz-keyframes SlideDown {
    0% { -moz-transform:translateY(-100%);}
    100% { -moz-transform:translateY(0%);}
}


@-webkit-keyframes SlideDown {
    0% { -webkit-transform:translateY(-100%);}
    100% { -webkit-transform:translateY(0%);}
}
/* Global Reset */
* {
    margin: 0;
    padding: 0;
    outline: none;
}


/* General */
body {
    font-family: 'Myriad-pro', Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}
input,
select,
textarea {
    font-family: 'Myriad-pro';
    font-size: 0.9em;
}
.Textbox,
select,
textarea {
    padding: 5px 5px 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
input {
    padding: 2px;
}
input[type="submit"],
button[type="submit"] {
    background: none repeat scroll 0 0 #87BF41;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 20px;
    text-transform: uppercase;
	/*
	background-color: #6aa00f;
    border-radius: 25px 25px 25px 25px;
    color: #FFF;
    padding: 3px 20px 5px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0;*/
}
#apply_code {
    float: right;
    clear: both;
    width: 35% !important;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    font-weight: normal;
    text-decoration: underline;
    color:#6aa00f;
}
h1,
h2,
h3,
.TitleHeading,
.slide-text,
#HeaderLower li,
.ProductActionAdd,
.ProductDetailsGrid .DetailRow.PriceRow .Value,
.QuickViewBtn,
.btn,
.fastCartSummaryBox .ProductPrice,
.ProductPriceWrap {
    font-family: 'Myriad-pro';
    /*letter-spacing: -1px; D
    text-shadow: 0 0 1px transparent;*/
}

h1,
h2,
h3,
.TitleHeading {
    font-size: 1.6em;
    font-weight: 300;
    margin: 0 0 12px 0;
}

h1 {
    color: #6aa00f;
    font-family: 'Shadows Into Light', cursive;
    font-size: 40px;
    font-size: 28px;
    margin: 0 0 10px 0;
}
.Content h1,
.Content h2,
.Content h3 {
	font-family: 'Myriad-pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #340d00;
	display: block;
	padding-bottom: 7px;
}
.Content a {
	font-weight: bold;
	color: #6aa00f;
}
h1.title {
    float: left;
    width: 100%;
    border-top: 1px solid #d0c0b2;
}

.FeaturedProducts h2 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
h3 {
    color: #6aa00f;
    font-size: 1.4em;
    font-weight: 300;
    display:block;
}
h4 {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 4px;
}
img,
img a {
    border: 0;
}
img {
    max-width: 100%;
}
ul,
ol {
    margin: 0 0 10px 0;
}
li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}

#MobileNav {
    display: none;
}

/* BAPO - Content Page Elements */
div#SideCategoryList a { color:#000;}
.quoteBox {
    background-color: #CDE7BD;
    border: 1px solid #66B94B;
    border-radius: 8px 8px 8px 8px;
    color: #257238;
    font-size: 18px;
    font-style: italic;
    padding: 0 1em;
}

/* FAQ */
ul.faqlist {
padding: 0;
margin: 0;
/*border-top: 1px solid #dddddd;*/
}
ul.faqlist li {
border-bottom: 1px dashed #dddddd;
padding: 10px 0;
list-style: none; }
ul.faqlist li span.faqtitle {
font-size: 14px;
font-weight: bold;
color: #340d00;
display: block;
padding-bottom: 7px;
}

/* PAGE TITLES */
ul.liststyles {
padding: 0;
margin: 0;
/*border-top: 1px solid #dddddd;*/
}
ul.liststyles li {
border-bottom: 1px dashed #dddddd;
padding: 10px 0;
list-style: none; }
ul.liststyles li span.listtitle {
font-size: 14px;
font-weight: bold;
color: #340d00;
display: block;
padding-bottom: 7px;
}

/* ORDERING POLICIES */
ul.policylist {
padding: 0;
margin: 0;
/*border-top: 1px solid #dddddd;*/
}
ul.policylist li {
border-bottom: 1px dashed #dddddd;
padding: 10px 0;
list-style: none; }
ul.policylist li span.policytitle {
font-size: 14px;
font-weight: bold;
color: #340d00;
display: block;
padding-bottom: 7px;
}

ul.basiclilist {}
ul.basiclilist li { list-style:circle; padding:2px 0; margin-left:15px;}


/* BAPO - Clean-up */
div.CreateAccount ul { list-style-type:square; list-style-position:outside; margin-left:15px; padding:0 !important;}
div.CreateAccount ul li { padding:2px 0;}

/* Helpers */
.hide-visually {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Clearfix */
.cf:before,
.cf:after,
.fastCartTop:before,
.fastCartTop:after,
.LoginForm:before,
.LoginForm:after,
#VideoList:before,
#VideoList:after,
.Content .ProductList .ProductDetails:before,
.Content .ProductList .ProductDetails:after,
.CartCode:before,
.CartCode:after,
#CartContent:before,
#CartContent:after,
.ProceedToCheckout:before,
.ProceedToCheckout:after,
.Message:before, 
.Message:after,
#WishLists .header:before,
#WishLists .header:after,
#ChooseShippingAddress .header:before,
#ChooseShippingAddress .header:after
 {
    content: " ";
    display: table;
}
.cf:after,
.fastCartTop:after,
.LoginForm:after,
#VideoList:after,
.Content .ProductList .ProductDetails:after,
.CartCode:after,
#CartContent:after,
.ProceedToCheckout:after,
.Message:after,
#WishLists .header:after,
#ChooseShippingAddress .header:after {
    clear: both;
}
.cf,
.fastCartTop,
.LoginForm
#VideoList,
.Content .ProductList .ProductDetails,
.CartCode,
#CartContent,
.ProceedToCheckout,
.Message,
#WishLists .header,
#ChooseShippingAddress .header {
    *zoom: 1;
}

select[name="sel_shipping_address"], select[name="sel_billing_address"] {
    border-radius: 0 0 0 0;
}

/* Forms */
.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}
.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}
.HorizontalFormContainer dt {
    width: 100%;
    float: left;
    clear: left;
    padding-top: 7px;
    text-align: left;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}
.HorizontalFormContainer dd {
    margin-bottom: 15px;
    width: 100%;
}
.HorizontalFormContainer p.Submit,
.NarrowFormContainer p.Submit {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}
.ChooseBillingAddress > div,
.AddBillingAddress > div,
.AddShippingAddress > div{
    width: 100%;
}
/* Page Containers */
#ContainerFooter,
#Container {
    max-width: 960px;
}
#Container {
    position: relative;
    /*left: 50%;*/
    width: 100%;
    margin: auto;
}
#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}
#ContainerFooter {
    clear: both;
    width: 100%;
    padding: 0;
    margin: 1em auto 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-bottom: 83px;
}
#ContainerFooter #FooterTopMenu {
    float: left;
    clear: both;
    width: 100%;
}
#ContainerFooter #FooterTopMenu #SearchForm {
    display: none;
}
#ContainerFooter #FooterTopMenu ul {
    float: left;
    text-align: left;
    width: 100%;
}
.homeCleanseLinks a, .hidelarge, .phoneicon {
    display: none;
}
.header-wrapper {
    float: left;
    clear: both;
}
/* Top Navigational Menu */
#TopMenu {
    width: 100%;
    display: inline-block;
}
#TopMenu ul {
    /*float: right;*/
    max-width: 74%; /*61%; SK 08/08/2013 */
    min-width: 430px;
    text-align: right;
    margin: 4px 1% 0 0;
}
#TopMenu li {
    list-style: none;
    margin: 0;
    padding: 0 1% 0;
    display: inline-block;
    text-transform: lowercase;
    border-right: 1px solid #CCCCCC;
}
#TopMenu li:last-child {
    border-right: none;
}
#TopMenu li.First a {
    border-left: 0;
}
#TopMenu li a,
#TopMenu li div {
    font-size: 0.9em;
}
#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}
#TopMenu li a:hover {
    text-decoration: underline;
}
#TopMenu select {
    display: none;
}
.CartLink {
    text-align: right;
    padding: 0 4% 5px 0;
}
.CartLink span {
    color: #713c02;
    font-size: 1.7em;
    font-weight: bold;
    text-transform: uppercase;
}
.CartLink img {
    padding-right: 2%;
}
#SearchForm {
    float: right;
    text-align: right;
    max-width: 30%;
    min-width: 200px;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
}
#Wrapper, #Header, .Content.Widest, .Center, .hero {
    width: 100%;
}
#Wrapper {
    clear: both;
    margin: 0;
    float: left;
    width: 100%;
}


/* Header */
#Header {
    position: relative;
    float: left;
    clear: both;
    min-height: 100px;
    margin: 30px 0 10px;
}

/* SK 08/09/2013 */
.default #Header {
    border-bottom: 1px solid #d0c0b2;
}

#Header #SideCategoryList {
    float: left;
    width: 100%;  /* G 7/2/2013 */
    position:relative; /* D 5/22/2013 */
}
ul.sf-menu > li {
    padding: 1% 2%;
}
.phoneJuice {
    float: right;
    width: 27%;
    margin-top:5px;
}

/* Logo */
#Logo {
    float: left;
    height: auto;
    text-align: right;
    padding-left: 1%;
}
#Logo a {
    display: inline-block;
}
#HeaderUpper, #HeaderLower {
    float: right;
    width: 75%;
    padding-bottom: 5px;
}
/* Top Search Form */
#SearchForm label {
    display: none;
}
#SearchForm input {
    font-size: 0.9em;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 15px;
    border: 1px solid #ccc;
    max-width: 165px;
    width: 100%;
    color: #cccccc;
    text-transform: none;
    padding-left: 13px;
}
#SearchForm input[type="image"] {
	border-radius: 0;
}
#SearchForm input#search_query {
    padding: 5px 10px;
}
#SearchForm .Button {
    width: 100%;
    max-width: 25px;
    height: auto;
    padding: 0;
    background: transparent;
    vertical-align: top;

    /* SK 08/09/2013 */
    margin-bottom:-15px;
    padding-bottom:15px;
}

#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}
#SearchForm a {
    text-decoration: none;
}
#SearchForm a:hover {
    text-decoration: underline;
}

/* Main Categories Menu */

#HeaderLower #SideCategoryList .SideCategoryListClassic li a {
    width: auto;
    margin: 15px 10%;
    padding: 0 0 0 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
#HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}
#HeaderLower #SideCategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}



/* Horizontal Category List (Default & Flyout) */
#SideCategoryList {
    padding: 0;
    margin: 0;
}
#SideCategoryList h2 {
    display: none;
}

#SideCategoryList ul,
#SideCategoryList .sf-menu ul {
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 5%;
}
#SideCategoryList li,
#SideCategoryList .sf-menu li {
    text-transform: uppercase;
    list-style: none;
    margin: 0 2%;
    display: block;
    float:left;
}

#SideCategoryList .SideCategoryListClassic li a {
    width:180px;
    padding: 4px 0 0 0;
    height:auto;
    padding:5px 0 5px 0;
}

.Right #SideNewProducts {
    margin-left: -10px;
}

#SideNewProducts {
    width: 255px;
}

#SideNewProducts img {
    margin-right: 10px;
    max-width: 100px;
    float: left;
}

#SideNewProducts .ProductDetails {
    width:220px;
}

.ProductDetails strong a {
    color: #151112;
    font-size: 1.3em;
    height: 121px;
    font-family: 'Myriad-pro';
}

#SideNewProducts .ProductImage {
    width: 102px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

#SideNewProducts .ProductList {
    margin: 0 !important;
    width: 260px;
}

#SideCategoryList li a,
#SideCategoryList .sf-menu li a {
    font-size: 1.2em; /* G 7/2/2013 */
    font-weight: 300;
    text-decoration: none;
    /*letter-spacing: 0;D*/
}
#SideCategoryList li a:hover,
#SideCategoryList .sf-menu li a:hover {
    text-decoration: underline;
}
#SideCategoryList li ul,
/*#SideCategoryList .sf-menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
}/* D 5/22/2013 */
#SideCategoryList .sf-menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 37px;
    /*left: 0;*/
    display: none;
    z-index: 99;
    padding: 0;
    margin: 0;
}
#SideCategoryList > li > ul:before,
#SideCategoryList .sf-menu > li > ul:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 20px;
}
#SideCategoryList li ul li ul,
#SideCategoryList .sf-menu li ul li ul {
    top: 0px;
    left: 170px;
    display: none;
}
#SideCategoryList li ul li,
#SideCategoryList .sf-menu li ul li {
    clear: both;
    padding: 0;
    margin: 0 10px;
    padding: 0 10px;
}
#SideCategoryList li ul li a,
#SideCategoryList .sf-menu li ul li a {
    font-size: 1em;
    text-align: left;
    width: 170px;
    height: auto;
    padding: 7px 0 7px 0;
    margin: 0;
}
#SideCategoryList li ul li a:hover,
#SideCategoryList .sf-menu li ul li a:hover {
    text-decoration: underline;
}
#SideCategoryList li:hover ul,
#SideCategoryList li.over ul { 
    display: block;
}
#SideCategoryList li:hover ul li ul,
#SideCategoryList li.over ul li ul {
    display: none;
}
#SideCategoryList li ul li:hover ul,
#SideCategoryList li ul li.over ul {
    display: block;
}
div#SideCategoryList a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*padding: 3px 20px;*/
    padding: 3px 10px 5px 10px;
}
div#SideCategoryList .ActivePage a {
    background-color: #6aa00f;
    border-radius: 25px 25px 25px 25px;
    /*padding: 4% 20%;*/
    color: #FFF;
    float: left;
}
div#SideCategoryList .ActivePage ul li a { background:none; border-radius:none; color:#333; }
/* Holly Hack. IE Requirement */
* html #SideCategoryList ul li {
    float: left;
    height: 1%;
}
* html #SideCategoryList ul li a {
    height: 1%;
}
/* End */
.sf-sub-indicator {
    display: none !important;
}

.cleanseCategories > li {
    display: inline-block;
    width: 100%;
	
    border-bottom: 1px solid #d0c0b2;
    
    padding: 10px 2%;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 15px;
	
	
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}
.cleanseCategories > li:last-child {
	border-bottom: none;
}
.cleanseCategories p,
.cleanseCategories h3,
.cleanseCategories h4 {
	width: 40%;
	float: right;
	clear: both;
}
.cleanseCategories h4 {
	color: #6aa00f;
}
.Content .cleanseCategories h3 {
	font-family: 'Shadows Into Light', cursive;
	color: #764a26;
	font-size: 26px;
	font-weight: normal;
	line-height: 24px;
}
.cleanseCategories a {
	margin-left: 60%;
	clear: both;
	float: left;
}
.cleanseCategories .intCleanseCat p,
.cleanseCategories .intCleanseCat h3,
.cleanseCategories .intCleanseCat h4 {
	float: left;
}

.cleanseCategories .intCleanseCat a {
	margin-left: 0%;
}
.cleanseCategories h6 {
	display: none;
}
.cleanseCategories h3 {
    text-transform: lowercase;
    color: #764a26;
}
.cleanseCategories p {
    line-height: 1.8;
    color: #505050;
}
.cleanseCategories p em{
    font-weight: bold;
    font-style: normal;
}
.cleanseCategories h6 {
    color: #6aa00f;
    font-size: 24px;
    font-weight: normal;
}
.begCleanseCat > p {
}
.advCleanseCat > p {
}
.intCleanseCat > p {
}

ul.cleanseCategories > li:hover {

}

ul.cleanseCategories > li > span > img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
ul.cleanseCategories h3 { border:none;}
ul.cleanseCategories .intCleanseCat span img {
    top: 47px;
}
li.begCleanseCat {
	background-image: url('/template/images/cleanse_beginner.jpg');
}
li.begCleanseCat > span > img {
    /*width: 40%;
    height: auto;*/
}
li.intCleanseCat {
	background-image: url('/template/images/cleanse_adv.jpg');
	background-position: right center;
}
li.advCleanseCat {
	background-image: url('/template/images/cleans_juice.jpg');
}
.shopNowBtn.hidesmall img {
    background: none repeat scroll 0 0 #87BF41;
    border-radius: 20px 20px 20px 20px;
    bottom: -10px;
    left: 25%;
    padding: 10px 7%;
    position: absolute;
}
.learnmore > img {
    padding: 50px 0 0;
}
.learnmore {
    clear: both;
    padding: 40px 0 5px;
}
#CategoryBreadcrumb {
    display: none;
}
#CategoryContent {
    overflow: hidden;
    margin-top: 20px;
}
.categoryHeader {
    border-bottom: 1px dashed #DACDAC;
    border-top: 1px dashed #DACDAC;
    padding: 14px 0;
    text-align: center;
}
#CategoryHeading {

}
#catJuices > li {
    list-style: none;
    display: inline-block;
    width: 16%;
    padding: 0 0.2%;
    text-align: center;
}
#catJuices > li > p > a {
    background: none repeat scroll 0 0 #87BF41;
    border-radius: 15px 15px 15px 15px;
    padding: 3px 20px;
    margin: 25px auto;
    font-weight: bold;
    color: #FFFFFF;
}
ul#catJuices { width:100%; display:inline-block; padding-bottom: 20px; margin: 0;}
ul#catJuices li { width: 16%; padding: 0 0.3%; float:left; list-style:none; }
ul#catJuices li p {width: 100%; display: table; text-align: center; }
ul#catJuices li p em { display:table-cell; vertical-align:middle; height: 45px; padding: 5px 0; }
ul#catJuices li p img {}
ul#catJuices li span {}
ul#catJuices li span img {margin-bottom: 30px;}
ul#catJuices li a {}

#CategoryContent .ProductList li:nth-child(2n+1) {
    clear: none !important;
}

#CategoryContent .ProductList li:nth-child(4n+1) {
    clear: left;
}

#CategoryContent .ProductList.List li {
    width: 25%;
    height: 350px !important;
}

#CategoryContent .ProductList.List .ProductImage {
    border: 0 none;
    width: 100%;
}

#CategoryContent .ProductList.List .ProductDetails {
    width: 100%;
}

#CategoryContent .ProductList.List .ProductName {
    display: block;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#CategoryContent .ProductList.List .ProductPrice,
#CategoryContent .ProductList.List .ProductRating,
#CategoryContent .ProductList.List .ProductDescription {
    display: none;
}

#CategoryContent .ProductList.List .ProductViewDetails a {
    display: block;
    margin: 1em auto 0 auto;
    max-width: 100px;
}

/* Left Content Area */
.Left {
    float: left;
    width: 190px;
    margin: 0 50px 0 0;
}
.Left .Block {
    padding: 0 0 10px 0;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}

.Left.NewProducts {
    display: none;
}

.Left.NewProducts .BlockContent {
    margin: 0;
}

.Left h2 {
    font-size: 1.4em;
    padding: 0 0 8px 0;
    margin: 0 0 5px 0;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 0;
    float: left;
    width: 100%;
}
.Left ul li:first-child {
    padding-top: 0;
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}


/* Primary Content Area */
.Content {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 70%;
}
.Content.Wide.WideWithLeft {
    /*width: 653px;*/
    padding-left: 0;
}
.page_no_sidebar.Content {
    width: 100%;
}


/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    padding-right: 0px;
    padding-left: 0px;
}

#revitaliveBanner {
    position: relative;
    height: 300px;
}
#revitaliveBanner > img {
    width: 1000px;
    position: absolute;
}
#revBannerSideContent {
    width: 35%;
    position: absolute;
    bottom: 55px;
}
#shopNowBtn img {
    background: none repeat scroll 0 0 #87BF41;
    border-radius: 15px;
    padding: 10px 25px ;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    max-width: 121px;
}
.revBannerText {
    color: #DD7E21;
    font-size: 1.5em;
    width: 100%;
    padding-bottom: 10px;
}

/* Right Content Area */
.Right {
    float: left;
    width: 28%;
    margin-left: 2%;
}
.Right .Block {
    padding: 0 0 10px 0;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.4em;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}


/* Hero slider */
.hero {
    /*width: 980px;*/
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    left: -10px;
    overflow: hidden;
}
.hero_slider div { /* Items to be rotated through */
    position: relative;
    /*width: 980px;*/
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}
.hero_slider div .text { /* Text container for each item */
    position: absolute;
    top: 60px;
    left: 70px;
    width: 350px;
    color: #fff;
    z-index: 99;
}
.hero_slider div .text h1 {
    font-size: 5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h2 {
    font-size: 3.5em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text h3 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 20px;
}
.hero_slider div .text p {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.hero #slide_prev { /* Previous button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    left:5px;
    width: 20px;
    height: 40px;
    background: url(../../Classic/images/white/hero_prev.gif) 0 0 no-repeat;
    text-indent: -9999px;
}
.hero #slide_next { /* Next button */
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
    right:5px;
    width: 20px;
    height: 40px;
    background: url(../../Classic/images/white/hero_next.gif) 0 0 no-repeat;
    text-indent: -9999px;
}

/* Slide-show */
.slide-show {
    position: relative;
}
    .slide-show a {
        text-decoration: none;
    }
    

/* Top Banner styles */
.Block.banner_home_page_top *,
.Block.banner_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}

.revShopOption {
    border-right: 1px solid #d0c0b2;
    float: left;
    padding: 0 2%;
    width: 45%;
}
.lastShopOption {
    border: none;
}
.revShopOption.last {
    border: medium none;
}
.revShopOption > p {
    font-size: 1.2em;
}
.revShopOption > p:first-child {
    margin-bottom: 0;
}

/* Bottom Banner styles */
.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;
    /*width: 980px;*/
    width: 100%;
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    float: left;
    width: 320px;
    position: relative;
}
.Block.banner_home_page_bottom div,
.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    margin-left: 10px;
}
.Block.banner_home_page_bottom div:first-child,
.Block.banner_category_page_bottom div:first-child,
.Block.banner_brand_page_bottom div:first-child,
.Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}
.Block.banner_home_page_bottom div .text,
.Block.banner_category_page_bottom div .text,
.Block.banner_brand_page_bottom div .text,
.Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}
.Block.banner_home_page_bottom div .text h2,
.Block.banner_category_page_bottom div .text h2,
.Block.banner_brand_page_bottom div .text h2,
.Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}
.Block.banner_home_page_bottom div .text h3,
.Block.banner_category_page_bottom div .text h3,
.Block.banner_brand_page_bottom div .text h3,
.Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}
.Block.banner_home_page_bottom div .text p,
.Block.banner_category_page_bottom div .text p,
.Block.banner_brand_page_bottom div .text p,
.Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}
.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}
    .category-featured .image-container-centered img {
        max-width: 320px;
        max-height: 264px;
    }
.category-featured h3 {
    text-transform: uppercase;
}

/* Lower & Footer Content */
.Center { /* Centers content */
    clear: both;
    margin: 0 auto;
}
#Footer { /* Copyright info */
    clear: both;
    font-size: 0.85em;
    margin: 0;
    color: #848484;
    text-align: center;
}
#Footer p {
    background: url('/product_images/logo_main.png') center top no-repeat;
    padding-top: 100px;
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    height: 15px;

}
#Footer a {
    color: #848484;
}

#Footer #Menu li + li::before{
    content:none !important;
}
#FooterUpper { /* Contains links lists & newsletter */
    clear: both;
    padding: 2% 0 0;
    color: #848484;
    border-top: 1px solid #d0c0b2;
}
#FooterUpper .Column {
    float: left;
    width: 14.9%;
    padding-bottom: 15px;
    margin: 0 2.04% 0 0;
    display: inline;
}
#FooterUpper .Column.NewsletterColumn {
    width: 30%;
    
    margin-left: 0;
}
#FooterUpper h2 {
    margin-bottom: 5px;
}
#FooterUpper h3 {
    margin: 0 0 5px 0;
    /*border-bottom: 1px #d0c0b2 dashed;*/
    color: #713c02;
}
#FooterUpper h3 + * {
    margin-left: 10px !important;
}
#FooterUpper ul {
    padding: 0 0 15px;
    margin: 0;
}
#FooterUpper li {
    list-style: none;
    font-size: 1.2em;
    padding: 2px 0 2px;
    margin: 0;
}
#FooterUpper li a {
    text-decoration: none;
    color: #848484;
}
#FooterUpper li a:hover {
    text-decoration: underline;
}
#FooterUpper li ul,
#FooterUpper li:hover ul {
    display: none !important;
}
#FooterUpper .RecentNews li {
    background: none;
    margin-left: -8px;
}
#FooterUpper .RecentNews li p {
    margin: 5px 0 0;
}

/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
    float: left;
}
.NewsletterSubscription h2 {
    padding-bottom: 8px;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    width: 30%;
    font-size: 0.85em;
    padding: 3px 0 0 0;
}
.NewsletterSubscription input {
    float: left;
    width: 65.306%;
    font-size: 0.9em;
    padding: 6px 3px;
    border: 1px solid #c8c8c8;
    color: #b0b0b0;
}
/*
.NewsletterSubscription .Button {
    width: 18px;
    height: 18px;
    border: 0;
    position: relative;
    bottom: 17px;
    right: 26px;
}
D 5/22/2013 */
.NewsletterSubscription .Button {
    width: 18px;
    height: 18px;
    border: 0;
    position: relative;
    /*margin-left: 12px;*/
    margin-top:-12px;
}
.NewsletterSubscription input[type="text"] { width:85% !important;}
#SideNewsletterBox p {
    padding-right: 5px;
    font-size: 1.2em;
}


/* News Lists */
#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}
#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}
#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}


/* Product Listings */
.ProductList {
    list-style: none;
    width: 100%;
}
    .ProductList.List {
        margin-left: 0 !important;
    }
.Content .ProductList,
.Content .ProductList li {
    list-style: none;
    margin: 0;
}
.Content .ProductList li:nth-child(2n+1) {
    clear: both !important;
}
.Content .ProductList .ProductImage {
    padding: 1px;
    display: table-cell;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    float: left;
}
.Content .ProductList .ProductImage img {
    vertical-align: middle;
    width: auto;
    height: 150px;
}
.Content .ProductList .ProductDetails {
    margin: 15px 0 5px 0;
    height: auto !important;
    text-align: center;
    position: relative;
    width: 100%;
}
.ProductList a {
    text-decoration: none;
}
.ProductList a:hover {
    text-decoration: underline;
}
.ProductList em {
    margin-top: 3px;
    display: block;
}
.ProductList .ProductPrice {
    margin-top: 3px;
}
.ProductPrice,
.ProductList em {
    font-weight: bold;
    font-style: normal;
}
.ProductPrice {
    font-size: 18px;
    color: #87BF41;
    color: #764a26;
}
.ProductList .Rating {
    font-size: 0.9em;
    margin-top: 3px;
    font-weight: bold;
    display: none;
}
.ProductList li .ProductCompareButton {
    font-size: 0.9em;
    margin-top: 10px;
}

.ProductList li .ProductActionAdd a,
.QuickViewBtn {
    display: inline-block;
}
/*html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#ProductDetails.Block div.BlockContent div#similarJuiceProd div#SideProductRelated.Block div.BlockContent ul.ProductList li div.ProductDetails {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
}*/
.BlockContent {
    overflow: hidden;
}

#similarJuiceProd {
    clear: both;
}

#similarJuiceProd .BlockContent {
    border-top: 1px dashed #DACDAC;
    padding-top: 20px;
}

.Submit input,
.ProductList li .ProductActionAdd a,
.ProductList li .ProductViewDetails a,
.QuickViewBtn,
#bottom_payment_button,
.shippingButton, .billingButton {
    cursor: pointer;
    font-size: 1.15em !important;
    padding: 10px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    /*letter-spacing: 0px !important; D*/
    background: #87BF41 !important;
    color: #FFF;
    font-weight: bold;
    border: none !important;
    border-radius: 10px;
    font-family: 'Myriad-pro';
    text-align: center;
    /*width: 100%; D */
}

#cartForm div.ProceedToCheckout div span.CheckoutButton a.btn {
    background-color: #6aa00f;
	/*
	padding: 10px !important;
    border-radius: 25px 25px 25px 25px;
    color: #FFF;
    padding: 3px 20px 5px 20px;
    background: none repeat scroll 0 0 #87BF41;*/
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 20px;
    text-transform: uppercase;
}

h1.title span.FloatRight {
    font-size: 0.5em;
}

#bottom_payment_button {
    float:right;
}

.btn,
.ProductList li .ProductActionAdd a {
    font-size: 24px;
    /*letter-spacing: -1px !important; D*/
}
.btn-secondary,
.btn-secondary:hover {
    /*letter-spacing: -1px !important; D */
    font-weight: 700 !important;
    color: #fff !important;
}
.QuickViewBtn {
    padding: 10px !important;
    font-weight: 400 !important;
    padding-left: 32px !important;
    background: url(../../Classic/images/icon-eye-open.png) 10px 10px #e8e8e8 no-repeat !important;
    filter: none !important; /* filter screws up the icon in the quickview button in IE */
}
.prodAccordionContent .btn {
    float: none;
    margin-bottom: 20px;
}
.ToggleSearchFormLink.btn{
    padding:0 !important;
}
.ToggleSearchFormLink.btn a{
    padding:14px 10px 12px 3px !important;
    float:left;
}
.ToggleSearchFormLink.btn #toggle_form_link {
    padding:7px 3px 7px 10px !important;
}

.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 15px;
}


/* Top Seller Block Specific */
.Right .TopSellers,
.Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul,
.Left .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li,
.Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber,
.Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails,
.Left .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: 28px;
}
.Right .TopSellers li.TopSeller1 img,
.Left .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}

/* Login BreadCrumb */
#Wrapper #LoginBreadcrumb {
    border-bottom: 1px solid #d0c0b2;
    margin-bottom: 1.4em;
    margin-right: 0;
    width: 100%;
}

/* Page Header */
.PageHeader {
    padding: 10px 0;
    border-top: 1px solid #d0c0b2;
}

/* Page Breadcrumbs */
.Breadcrumb ul,
.Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    font-size: 1em;
    padding: 20px 0 10px;
    clear:both;
    width: 98%;
}

#Wrapper .Breadcrumb {
    padding-top:0;
}

.Breadcrumb li {
    padding-right: 6px;
    display: inline;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url('../../Classic/images/BreadcrumbSep.gif') no-repeat right;
    text-decoration: underline;
}
.FindByCategory ul,
.FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('../../Classic/images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #444;
    font-size: 0.93em;
}
.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 8px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    font-size: 0.95em;
    color: #444;
    margin: 30px 5px 10px 0;
    padding: 10px 0;
    display: none;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 25px 15px 0;
}


.Clear {
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

input[type="text"],
input[type="password"],
select{
    border: 1px solid #A3A3A3;
    border-radius: 20px 20px 20px 20px;
    padding: 10px;
    width: 100%;/* !important;*/
    line-height: normal;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Field100 {
    width: 100%;
}

.Field150 {
    width: 100%;
}

.Field200 {
    padding: 15px 10px;
    width: 100%;
}

.Field250 {
    width: 100%;
}

.Field300 {
    max-width: 300px;
    width: 100%;
}

.Field350 {
    max-width: 350px;
    width: 100%;
}

.Field400 {
    max-width: 400px;
    width: 100%;
}

.MB10 {
    margin-bottom:10px;
}
.MT0 {
    margin-top:0px;
}
.LH140 {
    line-height:140%;
}
.PLRB5 {
    padding:0px 5px 5px 5px;
}
.PLR10 {
    padding:0px 10px 0px 10px;
}
.PL20 {
    padding:0;
}
.PL40 {
    padding:0px 0px 0px 40px;
}
.ML20 {
    margin:0px 0px 0px 20px;
}
.MT10 {
    margin-top:10px;
}
.PL10 {
    padding-left:10px;
}
.PB2 {
    padding-bottom:2px;
}
.NoMarginBottom {
    margin-bottom: 0;
}

.Required {
    color: red;
    font-weight: bold;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.Message {
    padding: 12px 6px 10px 52px;
    margin-bottom: 15px;
}
.AccountLogin .Message {
    margin-bottom: 30px;
}

.Message p {
    float:left;
}

.Message ul{
    float:left;
    list-style-position: inside;
    margin: 0 0 5px 30px;
}
/************* Page Specific: Create Account / Login Page *************/
.CreateAccount,
.AccountLogin {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 2%;
    font-size: 14px;
}
.AccountLogin {
    border-left: 2px solid #DACDAC;
}
.CreateAccount .btn {
    display: inline-block;
}

.CreateAccount li:last-child {
    
}

.CreateAccount h2,
.AccountLogin h2,
#CreateAccountForm h2 {
    font-size: 20px;
    border-bottom: 1px dashed #CCC;
    text-transform: capitalize;
}
.AccountLogin .Submit .btn,
.AccountLogin .Submit a {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: 10px;
}

#CreateAccountForm {
    padding-left: 10px;
}
#CreateAccountForm h2 {
    margin-bottom: 5px;
    padding: 20px 0 0;
}
#CreateAccountForm h3 {
    padding: 20px 0;
    font-size: 19px;
}
.CreateAccountIntro {
    margin-bottom: 30px;
}

ul.ShippingAddressList,
ul.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.PrimaryProductDetails {
    margin-top: 10px;
    clear: none;
    width: 100%;
}
.productAddToCartRight {
    width: 100%;
    float: left;
}
#prodJuiceDesc {
    float: left;
    width: 100%;
    position: relative;
    color: #505050;
}
#prodJuiceDesc p {
    line-height: 1.4;
}
#prodJuiceDesc ul {
    padding-left: 30px;
}
.PrimaryProductDetails .ProductAside {
    float: right;
    width: 46%;
    padding-left: 2%;
    border-left: 1px solid #d0c0b2;
}
.PrimaryProductDetails .ProductAside .AddThisButtonBox {
    margin-left: 0;
    margin-right: 0;
}

.PrimaryProductDetails .ProductThumbWrap {
    border-width: 0 1px 1px 1px;
}
.PrimaryProductDetails .ProductThumb {
    text-align: right;
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
    padding-bottom: 10px;

    /* Firefox doesn't like margin: 0 auto when it's got display:-moz-box. Hence moz styling is not here */
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;

    display: box;
    box-align: center;
    box-pack: center;
}


.ProductThumbImage {
    margin: 0 auto;
}

.ProductThumbImage .zoomWindow {
    width: 100%;
    background: none;
}

.ProductThumbImage .zoomWrapper {
    margin: auto;
    border: 1px solid #f4f4f4;
    border-top: none;
}
.PrimaryProductDetails .ProductMain {
    float: left;
    width: 50%;
}
    .PrimaryProductDetails .productAddToCartBelow {
        padding: 0 0 0 30px;
    }
#ProductDescription > h2 {
    display: none;
}
.PrimaryProductDetails .ProductMain h1 {
    font-size: 29px;
    padding-top: 0;
}
.PrimaryProductDetails h2{
    border: 0;
    text-transform: none;
    padding-left: 5px;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductReviews,
.ProductsByCategory,
.ProductOtherDetails {
    margin-top: 20px;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.ProductDescriptionContainer {
    line-height: 1.5;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.Right hr {
    margin: 5px 0 0;
}

.Content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #340d00;
    margin-bottom: 5px;
}

/* SK 08/09/2013 */
.default .Content h3 {
    color: #340D00;
    font-family: 'Myriad-pro', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

/* Product Comparisons */
.ComparisonTable {
    width: 100%;
}
.ComparisonTable td {
    vertical-align:top;
    font-size: 11px;
}
.CompareFieldName {
}
.CompareFieldTop {
}
.CompareFieldTop a {
    text-decoration:none;
    font-size:10px;
}
.CompareFieldTop a:hover {
    text-decoration:underline;
}
.CompareLeft {
}
.CompareCenter {
}
.CompareRating {
    padding-top:8px;
    vertical-align:middle;
}
.CompareProductOption {
}

.Availability {
    color:gray;
}
.LittleNote {
    color:gray;
    font-size: 0.85em;
}

.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* General Tables & Carts Table commong styling */
table.General,
table.CartContents,
table.General {
    width: 100%;
    margin: 20px 0;
}

table.General thead tr th {
    padding: 15px 10px;
    text-align: left;
}

table.General tbody td {
    padding: 15px 10px;
    vertical-align: top;
}

table.General tbody tr.First td {
    border-top: 0;
}


/* Cart Contents Table */

#CartHeader {
    /*border-bottom: 1px dashed #DACDAC;
    border-top: 1px dashed #DACDAC;*/
}
#CartHeader a.btn.btn-secondary {
    white-space: nowrap;
    float: right;
}

table.CartContents thead tr th,
table.CartContents tr td {
    padding: 15px 23px;
}

.CartContents tfoot .SubTotal td {
    text-align: right;
    font-weight: bold;
}

.ProceedToCheckout {
    text-align: right;
}

.ProceedToCheckout a {
    float: right;
}

.ProductOptionList,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.ProductOptionList input {
    vertical-align: middle;

}

.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.Field45.quantityInput {
    margin: 5px 0;
    text-align: right;
    width: 30% !important;
    text-align: center;
    min-width: 80px;
}


/* Quick Search */
.QuickSearch {
    margin: 0;
    padding: 0;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 9999;
}
table#QuickSearch ul.QuickSearchResult { display:inline-block; width:100%;}
/*table#QuickSearch ul.QuickSearchResult:hover { background: #CCC;}*/

.QuickSearchTitle td,
.QuickSearchAllResults td {
    font-weight: bold;
    padding: 5px 44px 15px;
    font-size: 11px;
}
.QuickSearchResult td {
    font-size: 12px;
    padding:8px 0px 8px 8px;
    cursor: pointer;
}
ul#QuickSearchResult0 {padding-top:5px;}
.QuickSearchResultMeta { width:70%; float:right; list-style:none; margin:0; padding:0; }
.QuickSearchResultImage {
    /*margin-left: 4px;
    margin-right: 10px;*/
    text-align: center;
    width:30%;
    float:left;
    list-style:none;
    
}
.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}
.QuickSearchResultName {
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
}
.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}
.QuickSearchHover a {
    text-decoration: underline;
}
.QuickSearchAllResults {
    text-indent: -7000px;
}
.QuickSearchAllResults a {
    text-decoration: underline;
    height: 25px;
    display: block;
}
.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
    outline: none;
    -moz-outline-style: none;
}

/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}
.BrandCloud .small {
    font-size:15px;
}
.BrandCloud .medium {
    font-size:18px;
}
.BrandCloud .large {
    font-size:20px;
}
.BrandCloud .largest {
    font-size:26px;
}
.BrandCloud a {
    padding-right: 5px;
}
.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}
.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}
.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}

.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    padding: 10px 5px 4px;
    margin: 20px 0;
}
    .SubCategoryList a {
        text-decoration: none;
    }

.SubCategoryList ul,
.SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    display: inline-block;
    width: 33%;
}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}
.ProductReviewList li {
    border-bottom: 1px solid #dadada;
}
.ProductReviewList li:last-child {
    border: 0;
}

.SortBox select {
    font-size: 0.9em;
}

 .SortBox option {
    color: #444;
}

.YourAccount li {
    margin-bottom: 8px;
}

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}
.RemoveFromWishlistForm > input {
    margin-top: 10px;
}
.AddToWishlistLink {
    position: relative;
    margin: 0;
}
.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    background: #fff;
    border: 0;
}

/* sizing and positioning of the inside part of a swatch */
.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    width: 25px !important;
    height: 25px !important;
}


.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-right:10px !important;
    padding: 0 !important;
    border-color: #ccc !important;
    margin: 2px;
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
    border: 3px solid #000 !important;
    margin:0;
    margin-right: 8px !important;

}


html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: 5px;
    top: 5px;
}

html.javascript .productOptionViewRectangle input{
    left: 30px;
}

.ShippingProviderList {
    list-style: none;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
    clear:both;
}

.KeepShopping {
    width: 180px;
    margin: 10px 0;
    clear: both;
    text-align: right;
}

/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    padding: 0px;
    margin: 0px;
    border: 1px solid #dadada;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    font-size: 11px;
}

.CurrencyList a:hover .Text {
    text-decoration: underline;
}

.CurrencyList a .Flag {
    margin-top: 4px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}

.CurrencyList a .Text {
    display: block;
    padding-left: 24px;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    width: 320px;
    padding: 7px;
    display: inline-block;
}

.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    margin-left: 114px;
}

.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
}

.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}

.EstimatedShippingMethods {
    text-align: left;
}

.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
    margin-left: 20px;
    margin-bottom: 10px;
}

.EstimatedShippingMethods .Submit {
    text-align: right;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}

.SharePublicWishList {
    padding:5px;
    border:1px solid lightgray;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 14px;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckout select.Field200,
.ExpressCheckout input#cc_cvv2
{
    max-width: 200px;
    margin-right: 1em;
}

.ExpressCheckout input#AuthorizeNet_ccno, 
.ExpressCheckout input#AuthorizeNet_name
{
    max-width: 400px;
}

.ExpressCheckout select#AuthorizeNet_ccexpm, 
.ExpressCheckout select#AuthorizeNet_ccexpy
{
    max-width: 100px;
    margin-right: 1em;
}

.ExpressCheckout #CVV2Input input[type="text"] {
    max-width: 100px;
}

.ExpressCheckout #CheckoutStepBillingAddress input#FormField_13, .ExpressCheckout #CheckoutStepShippingAddress input#FormField_23 {
    width: 200px !important;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 250px;
    top: 7px;
    width: 650px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}.SubCategoryListGrid {
    padding: 4px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 4px;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../../Classic/images/SubBrand.gif') no-repeat 3px 50%;
}

.SubBrandListGrid {
    padding: 4px;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}



.ProductAddToCart dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}

.ProductAddToCart input.Textbox,
#CartEditProductFieldsForm input.Textbox {
    width:181px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../Classic/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}

p.QuantityInput,
p.AddCartButton {
    text-align: center;
}

.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.ProductActionAdd {
    display: block;
    margin-top: 5px;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.ProductActionAdd a,
.ProductActionAdd strong a {
    text-decoration: underline;
}

.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../Classic/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    max-height: 400px;
}

/* Tabbed Navigation */
.TabContent {
    float: left;
    clear:both;
    width: 100%;
}
.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.TabNav {
    font-size: 10px;
    margin-bottom: 10px;
    padding: 6px 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 100%;
}
.TabNav li {
    display: inline-block;
    float: left;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.TabNav li a {
    position: relative;
    display: block;
    top: 0px;
    font-size: 12px;
    padding: 6px 10px;
    margin-right: 3px;
    margin-top: 3px;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.TabNav li.active a {
    /*background: #87BF41 !important;*/
}
.TabNav li a:hover {
    text-decoration: none;
}
.TabNav li.Active a {
    margin-top: 0px;
}

.BillingDetails,
.ShippingDetails {
    width: 100%;
    clear: both;
    margin: 0;
}
.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}

.ProductAddToCart .BulkDiscount {
    clear: both;
}
.ProductAddToCart .BulkDiscount input, a.fastcheckoutproceed {
    background: none repeat scroll 0 0 #87BF41;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0;
    /*padding: 5px 15%;*/
    padding: 5px 20px;
    text-transform: uppercase;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-left: 4px;
}

#VendorLogo .BlockContent,
#VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
.TransitTime {
    font-weight: normal;
    color: gray;
}
#SimilarProductsByCustomerViews .ProductList,
.Content .ProductList.List {
    width: 100%;
}
#SimilarProductsByCustomerViews .ProductList li,
.Content .ProductList.List li {
    margin: 0;
    margin-top: 6px;
    display: block;
    width: 50%;
    float: left;
    clear: none;
    padding: 6px;
    min-height: 0;
    background-image: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#SimilarProductsByCustomerViews .ProductList .ProductImage,
.Content .ProductList.List .ProductImage {
    height: auto !important;
    margin: 0 !important;
    padding: 0px;
    margin-right: 15px;
    float: left;
    background-image: none;
    padding: 15px;
    border: 1px dashed #DACDAC;
    border-radius: 20px;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#SimilarProductsByCustomerViews .ProductList .ProductImage img,
.Content .ProductList.List .ProductImage img{
    /*width: 100%;*/
    height: auto;
    max-height: 210px;
}
#SimilarProductsByCustomerViews .ProductList .ProductDetails,
.Content .ProductList.List .ProductDetails {
    display: block;
    float: right;
    width: 50%;
    padding: 0 20px;
    margin: 0px !important;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#SimilarProductsByCustomerViews .ProductList .ProductQty,
.Content .ProductList.List .ProductQty {
    margin-left: 10px;
}
#SimilarProductsByCustomerViews .ProductList .ProductDescription 
.Content .ProductList.List .ProductDescription {
    margin-top: 5px;
}
#SimilarProductsByCustomerViews .ProductList li .ProductCompareButton,
.Content .ProductList.List .ProductRightCol {
    float: right;
}
#SimilarProductsByCustomerViews,
.Content .ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 6px;
}


.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    padding:2px 0px 2px 0px;
}

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dbdbdb;
    float: right;
}
    .ProductDetailsGrid .DetailRow:last-child {
        border-bottom: none;
    }

/* Product Details Price */
.ProductDetailsGrid .DetailRow.PriceRow {
    margin: 0;
    padding: 0;
    background: #f4f4f4;
    border-top: 1px dotted #dbdbdb;
}
    .ProductDetailsGrid .ProductPriceWrap .DetailRow {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .ProductDetailsGrid .ProductPriceWrap .DetailRow {
        border: 0;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Label {
        margin: 0;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Value {
        font-size: 24px;
    }
    .ProductDetailsGrid .DetailRow.PriceRow .Value em {
        font-weight: 400;
        /* letter-spacing: 0; D*/
    }

.ProductDetailsGrid .Label {
    margin: 0 0 5px;
    color: #505050;
    font-weight: bold;
    float: left;
    padding-right: 10px;
}

div.DetailRow .Label.QuantityInput.hidesmall { margin:0; line-height:45px;}

.ProductDetailsGrid .Value {
    display: inline;
}

.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}

.ProductOptionList ul,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}

.ProductPriceWrap {
    color: #6aa00f;
    font-family: 'Shadows Into Light', cursive;
    font-size: 40px;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-top: 1px solid #d0c0b2;
}
.ProductPriceWrap em {
    font-weight: normal;
}
.ProductPriceWrap .RetailPrice {
    font-size: 12px;
    color: #666;
}
.ProductPriceWrap .RetailPrice .YouSave {
    float: right;
}
#QuickViewProductDetails .ProductPriceWrap .productAttributeRow {
    padding: 0;
    border-bottom: 0;
    clear: none;
}

/** Search All Form Result - Start **/
.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}

.SearchSorting select {
    font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
    margin: 5px;
    padding: 5px;
}

.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/

/** Product image gallery **/
#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}

#ProductDetails #ImageScrollPrev {
    clear:left;
}

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:4px;
    white-space:nowrap;
    width: 80%;
    overflow: hidden;
    margin-left: -3px;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-left:3px;
    border: 1px solid gray;
    padding: 2px;
    display: table-cell;
}

#ProductDetails .ProductTinyImageList ul li .TinyOuterDiv {
    margin: 0 auto;
}

#ProductDetails .ProductTinyImageList ul li div {
    text-align: center;
}

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}


.ImageCarouselBox {
    padding-left: 0 !important;
}

/* set up the row for css table-like alignment */
.productAttributeList .productAttributeRow {
    margin-top: 0px !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dotted #ccc;
}
    .productAttributeList .productAttributeRow ul,
    .productAttributeList .productAttributeRow ol,
    .productAttributeList .productAttributeRow li:last-child {
        margin-bottom: 0 !important;
    }
    .productAttributeList .productAttributeRow input {
        margin-bottom: 5px !important;
    }

.productAttributeList .required {
    color: #be0303 !important;
}

/* position the label in the left-padding area of the row */
.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}
    .productAttributeList .productAttributeLabel label {
        display: block;
        margin-bottom: 10px !important;
    }

.productAttributeList ul {
    margin-bottom: 20px;
}
.productAttributeList li {
    margin-bottom: 8px;
}

.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}
    .productOptionViewProductPickListWithImage .scrollContainer {
        max-height: 160px !important;
    }
    .productOptionViewProductPickListWithImage td {
        padding: 10px 5px !important;
        border-bottom: 1px dotted #e0e0e0;
        vertical-align: middle !important;
    }

.productOptionViewRectangle .option.selectedValue label {
    background: #D9D8D8 !important;
    padding: 3px 15px !important;
    border: 1px solid black !important;
}
    .productOptionViewRectangle .option label {
        padding: 3px 15px !important;
        background: #fff !important;
    }
    .productOptionViewRectangle .option label .name {
        line-height: 19px;
    }

.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    margin-bottom: 7px;
}

.productOptionViewProductPickList label,
.productOptionViewRectangle label,
.productOptionViewRadio label {
  padding-left: 28px !important;
}

.productOptionViewProductPickList input,
.productOptionViewRectangle input,
.productOptionViewRadio input {
    margin-top: 4px !important;
    margin-left: -29px !important;
}

.TinyOuterDiv {
    border-width: 0 !important;
}

/* Contact Form */
#ContactForm input[type=text] {
    width: 60% !important;
    min-width: 200px;
}

/** Product image gallery end **/
/** AJAX loading box - End **/

/* Product Videos */

#VideoList li {
    float: left;
    list-style: none;
    padding: 10px;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    margin-bottom: 4px; 
}

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
}

.videoRowTitle {
    font-weight: bold;
    overflow: hidden;
    width: 146px;
    float: left;
    white-space: nowrap;
    text-overflow:ellipsis; 
}

.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background: url('../../Classic/images/VideoOverlay.png')center center no-repeat;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}


/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    width: 146px;
    height: 115px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
}

#VideoSingle {
    padding-left: 10px;
    width:240px;
}

#VideoContainer {
    padding: 10px;
}

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: bold;
}

.VideoSingleDescription {
    padding-top: 10px;
    overflow-y: auto;
    height: 220px;
    padding-right:5px;
}

.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
    display: none;
}

.Content #VideoSideContainer {
    display: none;
}

#VideoSideContainer ul {
    text-align: center;
}

#VideoSideContainer ul li {
    margin-bottom: 5px;
}

.VideoSideDescription {
    padding: 2px 10px;
}

.VideoImageContainer {
    position: relative;
}

/* Index page lower banner area */
#revShopOptions {
    border-bottom: 1px solid #d0c0b2;
    float: left;
    width: 100%;
    padding: 20px 0;
}
#revLowerBanner {
    float: left;
    padding: 20px 0;
}
.revLowerPicture {    
    float: left;
    width: 45%;
/* padding-top: 40px; */
}
.revLowerPicture img {
	width: 70%;
	margin: 5px 15%;
}
.revLowerPicture em {
	font-style: normal;
	text-align: center;
	font-size: 24px;
	font-family: 'Shadows Into Light', cursive;
	color: #6aa00f;
	display: inline-block;
	width: 100%;
}
/* Home Video Popup */
#video-wrapper {
    background: #4A4A4A;
    background: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height:800px;
    width: 100%;
    z-index: 9999;
}

#video-container {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px #000000;
    display: block;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 1em;
    top: 1em;
    width: 640px;
}

#video-container .video-close {
    display: block;
    float: right;
    font-size: 1.2em;                        
}

#video {
    width: 640px;
    height: 480px;
}

.revLowerText > p:last-child {
    margin-bottom: 0;
}
.revLowerText {
    float: right;
    width: 50%;
}
.revLowerText > p {
    line-height: 1.8;
    margin-bottom: 15px;
}
.revLowerText > p:first-child {
    margin-bottom: 0;
}
.revLowerText h3 {
    text-transform: none;
}
/* Add to cart modal */
#fastCartWrapper {
    padding: 0;
}
#fastCartContainer .ProductList .ProductImage {
    width: 205px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.fastCartTop {
    padding: 0;
}
.fastCartProdLink {
    margin-bottom: 20px;
}
.fastCartContent {
    width: auto;
}
/*.fastCartContent .ProductList li {
    width: 120px !important;
}*/
/*.fastCartContent .ProductList .ProductImage img {
    height: 120px !important;
}*/
.fastCartItemBox {
    padding: 0;
    margin-left: 40px;
    width: 234px;
    max-width: 100% !important;
}
.fastCartItemBox h2 {
    font-size: 14px;
    font-family: 'Myriad-pro';
    /*letter-spacing: 0;D*/
    font-weight: bold;
    margin-bottom: 20px;
    color: #87BF41;
    text-align: center;
}
.fastCartProd {
    font-size: 16px !important;
    margin-bottom: 20px;
}
.fastCartSummaryBox {
    max-width: none;
    /*width: 207px;*/
    width: 240px;
    padding: 28px;
    max-width: auto;
    padding: 20px;
}
.fastCartSummaryBox .subtotal,
.fastCartSummaryBox .ProductPrice,
.fastCartSummaryBox .CartActions {
    padding: 0 30px;
}
.fastCartSummaryBox .CheckoutButton a {
    margin-bottom: 20px;
}
.fastCartSummaryBox .subtotal {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .ProductPrice {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.fastCartSummaryBox .CartActions {
    margin-top: 15px;
}
.fastCartSummaryBox .ProductPrice {
    font-size: 29px;
    font-weight: normal;
}
.fastCartBottom {
    padding-left: 0;
    padding-right: 0;
}
.fastCartBottom h3 {
    padding: 20px 0;
    font-size: 19px;
    border-width: 1px 0;
    text-transform: uppercase;
}/*
#fastCartSuggestive {
    margin-left: -76px !important;
}*/
#fastCartContainer .ProductList li {
    margin: 0 12px 0 52px;
    padding: 0;
}
.ToggleSearchFormLink {
    margin: 8px 5px 0 0;
}

.Panel#ProductTabs {
    padding-top: 0px;
}

.productAttributeLabel {
    text-align: left !important;
}

.AddThisButtonBox {
    float: none !important;
    margin: 20px 0 0 !important;
}

.PinterestButtonContainer {
    text-align: left;
}

/* Modal
....................................................................... */
#ModalContainer {
    border: 5px solid;
}
#ModalContentContainer,
#ModalTitle,
.ModalTitle {
    -moz-border-radius: 10px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.ModalTitle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 45px;
    display: none;
}
#fastCartContainer,
#QuickViewContent {
    padding-left: 28px !important;
    padding-right: 28px !important;
    padding-bottom: 28px !important;
}
.modalClose {
    padding-right: 0 !important;
    width: 20px !important;
    height: 20px !important;
    top: 15px !important;
    right: 10px !important;
    text-align: left !important;
    text-indent: -999em !important;
    background: url('../../Classic/images/close.gif') no-repeat !important;
}

#fastCartContainer .ProductDetails {
    height: 40px;
}

.modalFastCartItems {
    float: left;
    padding: 1%;
    width: 23%;
}

/* Social elements
....................................................................... */
#socnet {

}
#socnet a {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    padding-right: 3%;
}


/* Accordion for product page
....................................................................... */
#prodAccordion {
}
#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
}
#prodAccordion .Block.current {
}
#prodAccordion .Block h2,
#prodAccordion .Block.current h2 {
    font-size: 1.2em;
    padding: 8px 15px 8px 10px;
    margin: 0;
    cursor: pointer;
}
#prodAccordion .Block h2:hover {
    text-decoration: underline;
}
#prodAccordion .Block:last-child {
}
.prodAccordionContent {
    padding: 10px;
    display: none;
}
.prodAccordionContent h4 {
	font-family: 'Myriad-pro', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #340d00;
}
.current .prodAccordionContent {
    display: block;
}


/* Account Menu (horizontal)
....................................................................... */

.AccountMenu ul {
    padding: 0;
    margin: 0;
}
.AccountMenu li {
    list-style: none;
    padding: 5px 10px 5px 10px;
    margin: 0;
}

.AccountMenu h2 {
    padding-left: 0;
    padding-right: 0;
    display:block;
}

/* Tabcontent
....................................................................... */
#tabcontent {
    overflow: hidden;
}

#tabcontent .photo {
    width: auto;
    margin-right: 20px;
}


/* Gift Certificate
....................................................................... */
#SideAccountMenu,
#GiftCertificatesMenu {
    padding: 13px 20px 25px;
    background: #f4f4f4;
    float:left;
    border-radius: 10px
}
#SideAccountMenu .BlockContent,
#GiftCertificatesMenu .BlockContent {
    margin: 0;
}
#SideAccountMenu li,
#GiftCertificatesMenu li {
    padding: 0 0 5px 15px;
}
#frmGiftCertificate {
    margin-top: 75px;
}
.GiftCertificateThemeList br {
    display: none;
}
.GiftCertificateThemeList  label {
    display: block;
    margin-bottom: 5px;
}
#frmGiftCertificate .Submit input[type="submit"] {
  background: url("../../Classic/images/white/AddCartButton.gif") no-repeat 0 0;
  border: 0 none;
  height: 37px;
  padding: 0;
  text-indent: -9999em;
  width: 151px;
  display: inline-block;
}
#frmGiftCertificate .Submit input[type="button"] {
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 15px; 
}

/* Shopping cart    
....................................................................... */
/*#CartContent {
    padding: 0 10px;
}*/

.CartCode > .CouponCode,
.CartCode > .GiftCertificate {
    float: left;
    width: 49%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0.5%;
}

.CartCode > .CouponCode p,
.CartCode > .GiftCertificate p{
    min-height: 32px;
}
    .CartCode .btn.btn-secondary {
        float: right;
        margin-top: 10px;
    }
/*.CartCode .GiftCertificate {
    padding-left: 30px;
}*/
.CartCode input[type="submit"] {
    padding-top: 5px !important;
    padding-bottom: 6px !important;
}
.CartContents .GrandTotal {
    font-size: 2em;
}
.CartUpdateBtn {
    float: left;
}

#CartContent .AlternativeCheckout {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 0;
}
#CartContent .AlternativeCheckoutOr {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 13px;
}


/* Wish List Form
....................................................................... */
#WishListEditFrom form{
    margin-top: 20px;
}
#WishListEditFrom dt{
    width:auto;
}

#WishListEditFrom dd{
    margin-left: 125px;
    margin-bottom: 25px;
}

#WishListEditFrom label {
    margin-left: 10px;
}
.header h1,
.header h2,
.header h3 {
    float:left;
}

.header .actions
 {
    float:right;
}

#WishLists .header,
#ChooseShippingAddress .header{
    margin-bottom:15px;
}

#wishlistsform .action {
    text-indent: -9999px;
    padding-left: 50px;
}

#wishlistsform .action a {
    width:20px;
    height:20px;
    float:left;
    margin-left:5px;
}



/* Footer Menu
....................................................................... */
#Menu ul {
    margin: 0;
}
#Footer #Menu ul {
    padding-bottom: 15px;
    border-bottom: 1px solid #BBB;
    margin-bottom: 10px;
    width: 100% !important;
}
#Menu li {
    display: inline;
}

#Footer #Menu li a {
    color: #000;
    text-decoration: none;
    padding: 0 0 0 6.9%;
    height: auto;
    border-left: 1px solid #000;
    margin-left: 6.9%;
}
#Footer #Menu li a:hover {
    text-decoration: underline;
}

#currency-chooser .currencies:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 79px;
}

#Footer #Menu li.First a{
    padding: 0;
    margin: 0;
    border-left: 0;

}
#Footer #Menu ul ul {
    display: inline-block;
    padding: 0;
    border: 0;
}
#Footer #Menu ul ul li:before {
    content: '|';
    padding: 5px;
}

/* My Account menu
#SideAccountMenu li {
    border: 0;
}
#SideAccountMenu li:first-child {
    border: 0;
}
#SideAccountMenu li:last-child {
    border: 0;
}
#SideAccountMenu h2 {
    display: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
} */


/* Pagination */
.CategoryPagination {
    display: inline-block;
    white-space: nowrap;
    float: right;
    margin: 10px;
}
.CategoryPagination .PagingList {
    display: inline;
    margin-left: 0;
}
.CategoryPagination .PagingList li:first-child {
    display: none;
}
.CategoryPagination .PagingList li.ActivePage {
    padding: 5px 8px;
}
.CategoryPagination .FloatLeft {
    margin-right: 13px;
}
.CategoryPagination .FloatRight {
    margin-left: 3px;
}
.CategoryPagination .FloatLeft a,
.CategoryPagination .FloatRight a {
    display: inline-block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
}
.CategoryPagination .FloatLeft a {
    background-image: url('../../Classic/images/l-arrow.png');
    margin-top: 8px;
}
.CategoryPagination .FloatRight a {
    background-image: url('../../Classic/images/r-arrow.png');
    margin-top: 8px;
}
.CategoryPagination li {
    display: inline-block;
    margin-right: 7px;
}
#frmCompare {
    clear: both;
}
.PagingBottom {
    margin-top: 10px;
}

#fastCartContainer .ProductList{
    width:1200px !important;
    overflow:hidden !important;
    float: left;
    margin:10px 0 0 -52px !important;
}


.ProductReviewFormContainer dt {
    width: 100%;
    clear: both;
    margin: 15px 0 10px;
}

.ProductReviewFormContainer dd {
    margin: 0 0 10px;
}

.ProductReviewFormContainer .Field400 {
    width: 430px;
}

#revrating {
    width: 230px;
    background: #fff;
}

#bottom_payment_button,
.Submit input {
    color: #fff;
}

/* Product Page */
.PriceRow > p {
    float: left;
    margin-bottom: 0;
}
.PriceRow > p {
    
}
.Value .ProductPrice {
    float: left;
    clear: both;
    font-size: 36px;
    font-family: 'Myriad-pro', bold;
}

/******************************
* 
* BAPO - 2013-04-03 - BO
* Using custom styles to rebuild any tables that have been turned into lists.
* 
******************************/

.nobullets {
    list-style: none;
}
/* Shopping Cart Header */
.shoppingCartHeader li,
.shoppingCartContents li {
    font-family: 'Myriad-pro';
    display: inline-block;
    width: 12.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.shoppingCartContents li.CartItemQuantity,
.shoppingCartHeader li.cartHeaderQty {
    width: 25%;
}
.shoppingCartContents li.CartItemQuantity > select,
.shoppingCartContents li.CartItemQuantity > div {
    display: inline-block;
}
.shoppingCartContents li.CartItemQuantity > select {
    float: left;
}
.shoppingCartContents li.CartItemQuantity > div {
    margin: 1.3em 0 0 1em;
}
.shoppingCartContents li.CartItemQuantity > div a {
    background: #6aa00f;
    padding: 5px 5px;
    color: #fff;
    font-size; 11px;
    border-radius: 5px;
}
ul.nobullets.shoppingCartContents li.CartItemTotalPrice { text-align:right;}

a.CustomizeItemLink { font-weight:bold;}
.cartHeaderTotal {
    text-align: right;
}
li.cartHeader,
li.CartThumb,
li.ProductName {
    width: 48%;
}
li.CartThumb {
    display: none;
}
li.cartHeaderQty {
}
li.cartHeaderPrice {
}
li.cartHeaderTotal {
}

.shoppingCartContents li.ProductName > br {
    display: none;
}
.shoppingCartContents li.ProductName {
    text-align: left;
    padding-left: 2%;
    height: auto;
    line-height: normal;
}
.shoppingCartContents li.ProductName .productAttributes + a {
    background: #6aa00f;
    padding: 5px 5px;
    color: #fff;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    display: inline;
}
.shoppingCartContents {
    border-bottom: 1px dashed #DACDAC;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.shoppingCartContents .ProductName > a {
    display: inline-block;
    margin-bottom: 1em;
}
.shoppingCartContents .productAttributes > ul {
    margin-bottom: 0;
}
.CartThumb img {
    max-width: 100%;
}
.ProductName {
    padding-right: 1.0204%;
}
.productAttributes li {
    width: auto;
}
/* Shopping Cart Price Totals */
.SubTotal {
    list-style: none;
    text-align: right;
}
.changesnodisplay {
    display: none;
}
.SubTotal > li {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
.SubTotal .ProductPrice {
    color: #d22300;
}

/* Checkout Item Conformation and payment method selection */
.checkoutCartHeader li {
    display: inline-block;
    font-weight: bold;
    width: 21.0204%;
}
ul.checkoutCartHeader {
    border-bottom: 1px solid #dcdcdc;
}
 .checkoutCartHeader li.checkoutCartItems, .checkoutCartContents li.checkoutCartItem {
    width: 35.7142%;
}
.checkoutCartContents li {
    display: inline-block;
    width: 15.0204%;
    vertical-align: top;
}
.checkoutStartDate button[type="submit"] {
    margin: 0;
}
.styled-button.calendar {
    padding: 5px 10px;
}
.checkoutCartTotal {
    text-align: right;
}
.checkoutCartPrice, .checkoutCartQty {
    text-align: center;
}
.CheckoutOrderComments, .hearFromUs {
    text-align: right;
}
.CheckoutOrderComments > .PL20 {
    float: left;
    width: 400px;
}

.CheckoutOrderComments { float:left; }
/* Comparison Page Styles */ 
.compare > li {
    display: inline-block;
    vertical-align: top;
}
.CompareCenter a img {
    width: 50%;
}
.width20 {
    width: 22%;
}
.width22 {
    width: 21%;
}
.width26 {
    width: 26%;
}
.width40 {
    width: 40%;
}
.CompareFieldName, li.CompareFieldTop:first-child {
    width: 10%;
}

/* Wish List Styles */
.wishListHeader > li, .wishListContent > li {
    display: inline-block;
    width: 420px;
}
.wishListCheckAll, .wishItemCheckBox {
    text-align: left;
}
.wishListAction, .wishItemAction {
    text-align: right;
}
.wishListTitle, .wishListNumItems, .wishListShared,
.wishItemName, .wishItemNumItems, .wishItemShared {
    text-align: center;
}
.wishListHeader > li, .wishListContent > li {
    width: 19%;
    vertical-align: middle;
}
.wishListContent {
    border-bottom: 1px solid #dcdcdc;
}
.wishListHeader {
    font-weight: bold;
    background-color: #dcdcdc;
    border-bottom: 1px solid #CCCCCC;
}

/* Order Status Page */
.AccountOrderStatusList li, .AccountMessageList, .OrderItemList > li {
    list-style: none outside none;
}
.reorderCartContents li {
    list-style: none;
    display: inline-block;
    width: 35.5102%;
}
.CartContentStuff, .productPrice {
    text-align: right;
}
.ProductPriceRating {
    margin-top: 0px;
    text-align: center;
    color: #764a26;
    float: left;
    padding: 0 20px;
    font-size: 24px;
}

.btn.btn-secondary {
    width: auto;
}

html.javascript body div#Container div#Outer div#Wrapper div#LayoutColumn1.Content div#ProductDetails.Block div.BlockContent div.ProductAside div.ProductThumbWrap div.ProductThumb div.ProductThumbImage a div.zoomPad div.zoomWindow div.zoomWrapper div.zoomWrapperImage img {
    max-width: 200%;
}
.Right.Content {
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 0 5px #e4e4e4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    
    border: 1px solid #e4e0dc;

    box-shadow: 1px 1px 5px #e4e0dc;
}
.Right.Content li {
    padding: 20px 0;
}
.Right.Content h5 {
    font-size: 24px;
    font-weight: normal;
    text-align: left;
}
.Right.Content a {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.Right.Content a.btn.btn-order {
    width: auto;
}

#ContainerFooter div.AuthorizeNetSeal {
    clear: both;
    margin: 2em auto 3em auto;
}
/******************************
* 
* BAPO - 2013-04-05 - BO
* Mobile CSS for 640 and fewer pixels
* 
******************************/

.shoppingCartHeader {
    background: #F3F3F3;
    padding: 0.5em 1.5em;
    border-radius: 20px;
    font-weight: bold;
}
.menu-mobile-container {
    display: none;
}
@media (min-width: 640px) {
    .cleanseCategories > li {
        /*min-height: 460px;*/
    }
    .HorizontalFormContainer dl {
        width: 60%;
        float: left;
    }
    .FormContainer.HorizontalFormContainer dl {
        width: 100%;
    }
    .HorizontalFormContainer p.Submit {
        width: auto;
    }
}
@media (max-width: 640px) {
    body {
        overflow-x: scroll;
    }
}
@media (max-width: 640px) {
    #SimilarProductsByCustomerViews .ProductList li, .Content .ProductList.List li {
        width: 100% !important;
    }
    .PriceRow > p {
        font-size: 24px;
    }
    .Left {
        width: 100%;
        margin: 0;
    }
    #SideAccountMenu,
    #GiftCertificatesMenu {
        width:100%;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
    ul.ShippingAddressList li {
        width: 100%;
    }
    .ProductPrice {    
        font-size: 18px;
    }
    li.checkoutCartTotal em.ProductPrice {
        font-size: 18px;
        line-height: auto !important;
    }
    .GrandTotal .ProductPrice {
        font-size: 30px;
    }
    .AccountLogin {
        border-left: none;
    }
    .CreateAccount h2,
    .AccountLogin h2 {
        border-bottom: none;
        display: block;
        background: #713c02;
        border-radius: 15px;
        padding: 3% 5%;
        color: #fff;
        margin: 15px 0 0;
        cursor: pointer;
    }
    .CreateAccount *,
    .AccountLogin * {
        text-align: left;
    }
    .CreateAccount.active h2,
    .AccountLogin.active h2 {
        border-radius: 15px 15px 0 0;
    }
    .CreateAccount > div:last-child,
    .AccountLogin > form {
        display: none;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
        background: #F3F3F3;
        padding: 5%;
        float: left;
        width: 100%;
        border-radius: 0 0 15px 15px;
        text-align: center;
        -webkit-animation-name: FadeIn;
        -webkit-animation-timing-function: linear;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-fill-mode: forwards;
    }
    .CreateAccount.active > div:last-child,
    .AccountLogin.active > form {
        display: block;
    }
    div.CreateAccount ul {
        margin-left: 35px;
        text-align: left;
    }
    .AccountLogin > form p{
        margin: 0;
    }
    #Container {
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0;
        margin-left: 0 !important;
    }
    #Outer {
        padding: 3% 3% 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    input.field-xlarge.Field200,
    select.field-xlarge.Field200,
    .Field200 {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
    /* Reset the width from 980px */
    #Header, #SearchForm, #SearchForm input, #HeaderLower, #Wrapper, .Content.Widest, .hero, .Center, #FooterUpper .Column, #FooterUpper .Column.NewsletterColumn, .NewsletterSubscription input, .NewsletterSubscription label {

    }
    #SideCategoryList, #SideCategoryList h2, #SideCategoryList ul, #SideCategoryList .sf-menu ul, #SideCategoryList li, #SideCategoryList .sf-menu li, #SideCategoryList .SideCategoryListClassic li a, .Right #SideNewProducts, #SideNewProducts, #SideNewProducts img, #SideNewProducts .ProductDetails, #SideNewProducts .ProductImage, #SideNewProducts .ProductList, #SideCategoryList li a, #SideCategoryList .sf-menu li a, #SideCategoryList li a:hover, #SideCategoryList .sf-menu li a:hover, #SideCategoryList li ul, #SideCategoryList .sf-menu li ul, #SideCategoryList > li > ul:before,    #SideCategoryList .sf-menu > li > ul:before, #SideCategoryList li ul li ul,    #SideCategoryList .sf-menu li ul li ul, #SideCategoryList li ul li,    #SideCategoryList .sf-menu li ul li, #SideCategoryList li ul li a, #SideCategoryList .sf-menu li ul li a, #SideCategoryList li ul li a:hover, #SideCategoryList .sf-menu li ul li a:hover, #SideCategoryList li:hover ul, #SideCategoryList li.over ul, #SideCategoryList li:hover ul li ul, #SideCategoryList li.over ul li ul, #SideCategoryList li ul li:hover ul, #SideCategoryList li ul li.over ul {
        display: inline;
        margin: 0;
        padding: 0;
    }
    #Wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .CreateAccount,
    .AccountLogin {
        width: 100%;
    }
    .shoppingCartHeader {
        display: none;
    }
    /*----- mobile menus ----- */
    .menu-mobile-container {
        display: block;        
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /*position: absolute;*/
        z-index: 0;
    }
    .menu-mobile-container.active {
        z-index: 242;
    }
    /* --- btns --- */
    .menu-mobile-container .btn-mobile {
        position: absolute;
        z-index: 239;
        border: 1px solid red;
        height: 42px;
        width: 42px;
        display: block;
        border-radius: 3px;
        background: #fff;
        top: 1%;
    }
    .menu-mobile-container .btn-mobile-shopping {
        border-color: #713c02;
        right: 18%;
        background: url(/template/images/mobile-nav-shopping.png) center center no-repeat #fff;
    }
    .menu-mobile-container .btn-mobile-main {
        background: url(/template/images/mobile-nav.png) center center no-repeat #fff;
        border-color: #6aa00f;
        right: 2%;
    }
    /* --- menus --- */
    .menu-mobile-container .menu-mobile {
        z-index: 243;
        float: left;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -ms-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
    }
    .menu-mobile-container .menu-mobile-shopping {
        background: #713c02;
    }
    .menu-mobile-container .menu-mobile-main {
        background: #6aa00f;
    }
    .menu-mobile-container.active .menu-mobile.active {
        
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -o-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        
    }

    .menu-mobile-container .screen-mobile {
        z-index: 240;
        display: none;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.25);
        position: fixed;
    }

    .menu-mobile-container.active .screen-mobile {
        display: block;
    }


    .menu-mobile-container .menu-mobile li {
        float: left;
        clear: both;
        width: 100%;
        margin: 0;
    }
    .menu-mobile-container .menu-mobile li a {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        display: block;
        font-weight: bold;
        color: #fff;
        font-size: 18px;
    }
    .menu-mobile-container .menu-mobile-main li {
        border-bottom: 1px solid #ccf895;
    }
    .menu-mobile-container .menu-mobile-main li a:hover {
        background: #96d448;
    }
    .menu-mobile-container .menu-mobile-shopping li {
        border-bottom: 1px solid #542e04;
    }
    .menu-mobile-container .menu-mobile-shopping li a:hover {
        background: #81490b;
    }


    .Border {
        width: 100%;
        margin: 0 auto;
        border-top: 1px dashed #DACDAC;
        padding: 0;
    }
    .Content {
        padding: 0 0 10px 0;
        width: 100%;
    }
    #HeaderUpper {
        width: 79%;
    }
    #HeaderLower {
        width: 100%;
    }
    /* Top Menu */
    #Header div#Logo div#LogoContainer h1 {
        margin: 0;
    }
    #Header {
        margin-top: 0px;
        min-height: 0px;
    }
    #Header #SideCategoryList {
        width: 100%;
        float: none;
        display: none;
    }
    #Logo {
        margin-top: 0;
        padding-left: 1%;
        width: 25%;
    }
    #TopMenu {
        float: none;
        margin: 0;
        clear: none;
    }
    #TopMenu ul {
        display: none;
    }
    #TopMenu select {
        display: inline-block;
    }
    #HeaderLower #SideCategoryList .SideCategoryListClassic li:before {
        margin-top: 0;
    }
    #HeaderLower #SideCategoryList .SideCategoryListClassic li a {
        margin: 0 2%;
    }
    #SideCategoryList li ul li, #SideCategoryList .sf-menu li ul li {
        clear: none;
    }
    /* Search Bar */
    input#search_query.Textbox {
        margin-bottom: 10px;
        width: 80%;
    }
    #SearchForm .Button {
        border: 0 none;
        margin-bottom: 10px;
    }
    #SearchForm input {
        padding: 7px 5px;
    }
    #SearchForm {
        width: 100%;
    }
    #TopMenuButton, .CartLink {
        position: absolute;

    }
    #TopMenuButton {
        right: 4%;
    }
    .CartLink {
        right: 20%;
        padding: 0;
    }

    /* Lower Menu */
    #SideCategoryList ul, #SideCategoryList ul {
        position: absolute;
        text-align: center;
        display: inline-block;
    }
    #SideCategoryList li, #SideCategoryList li {
        display: inline-block;
        /*width: auto;
        margin: 0 auto;
        padding: 0 2%;*/
        padding: 0 5px;
        margin-left:10px;
    }
    #SideCategoryList li ul, #SideCategoryList .sf-menu li ul {
        position: relative;
        top: 0;
    }
    #SideCategoryList li li, #SideCategoryList .sf-menu li li {
        border-bottom: 1px solid #fff;
    }
    .category-list ul li {
        background-color: #fff;
    }
    .phoneJuice {
        position: absolute;
        top: 15px;
        left: 25%;
        float: none;
        padding: 0;
        width: 40%;
    }
    .phoneJuice img {
        width: 100%;
        height: auto;
    }
    #SideCategoryList.CategoryList div#mainMenu.Block ul.sf-menu li.ActivePage a {
        padding: 6% 25%;
        margin-left: -25%;
    }
    #SideCategoryList li a, #SideCategoryList .sf-menu li a {

    }
    #revitaliveBanner {
        height: auto;
        margin: 0 auto;
        width: 95%;
    }
    #revBannerSideContent {
        margin-top: -14%;
        padding: 0 0 10%;
        position: relative;
        width: 27%;
        bottom: 0;
    }
    #revitaliveBanner > img {
        position: relative;
    }
    #shopNowBtn img {
        padding: 5% 33%;
        margin-top: 15%;
        border-radius: 10px 10px 10px 10px;
    }
    /* Horizontal Category List (Default & Flyout) */
    
        /*width: 25%;*/
    
    /* Products */
    .QuickViewBtn, .QuickView {
        display: none;
    }
    .Content .ProductList li {
        float: left;
        width: 49% !important;
        margin-bottom: 0px;
    }
    
    .Content .ProductList li:nth-child(2n+1) {
        clear: both;
    }
    .Content .ProductList li.Odd {
        clear: both;
    }
    .PrimaryProductDetails .ProductMain, .PrimaryProductDetails .productAddToCartBelow {
        float: none;
    }
    .AddToWishlistLink .wishlist-button {
        position: relative;
        top: 0;
        left: 0;
    }
    .ProductAside div.ProductThumbWrap div.ProductThumb div.ProductThumbImage a div.zoomPad img {
        max-width: 100%;
        width: 100%;
    }
    #ProductBreadcrumb {
        display: none;
    }

    /* Category Content */
    #CategoryContent .ProductList.List .ProductImage {
        border: 1px dashed #DACDAC;
        width: 50%;
    }

    #CategoryContent .ProductList.List .ProductDetails {
        width: 50%;
    }

    #CategoryContent .ProductList.List .ProductName {
        text-align: left;
    }

    #CategoryContent .ProductList.List .ProductDescription {
        display: block;
    }

    #CategoryContent .ProductList.List .ProductViewDetails a {
        margin: 1em 0 0 0;
    }
	.CartUpdateBtn {
		display: block;
		width: 100%;
	}
    /* Shopping Cart Contents */
    .ProductPriceWrap {
        font-size: 1.5em;
        border: none;
        margin: 0 auto;
        padding: 0 1%;
        width: 100%;
    }
    li.cartHeader, li.cartHeaderQty, li.cartHeaderPrice {
        display: none;
    }
    .shoppingCartHeader li {
        width: 100%;
    }
    .shoppingCartContents li {
        width: 100%;
    }
    .shoppingCartContents .productAttributes {
    	font-size: 16px;
    }
    .CartItemQuantity > div{
        float: right;
        position: absolute;
        right: 0;
        top: 0px;
    }
    .CartItemQuantity > div a{
        background: #713c02;
        color: #fff;
        padding: 5px;
        border-radius: 5px;
    }
    .shoppingCartContents li.CartItemIndividualPrice,
    .shoppingCartContents li.CartItemTotalPrice,
    .shoppingCartContents li.CartItemQuantity {
        float: left;
        width: 33%;
        height: 50px;
        line-height: 50px;
    }
    .shoppingCartContents li.CartItemIndividualPrice {
    	display: none;
    }
    .shoppingCartContents li.CartItemIndividualPrice:before {
        content: "Item price: ";
    }
    .shoppingCartContents li.CartItemTotalPrice {
        float: right;
        text-align: right;
    }
    .shoppingCartContents li.ProductName a {
        font-size: 20px;
        color: #6aa00f;
        display: block;
        width: 78%;
    }
    .KeepShopping {
        float: right;
    }
    #prodJuiceDesc {
        width: 100%;
        top: 0;
    }
    .AddCartButton #plus {
        border: none;
        background: url(//cdn11.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Classic/images/plus.png) no-repeat center center #FFF;
        text-indent: -9999px;
        height: 29px;
        width: 29px;
    }
    .AddCartButton #minus {
        border: none;
        background: url(//cdn11.bigcommerce.com/r-d7da58bc2fa9ac362219b6ca847b6a0970dcbe51/themes/Classic/images/minus.png) no-repeat center center #FFF;
        text-indent: -9999px;
        height: 29px;
        width: 29px;
    }
    .qtyMobile {
        float: left;
        margin-right: 20px;
    }
    .qtyMobile, .qtyValue {
        color: #4f4c4d;
        font-size: 1.2em;
        margin-top: 5px;
        font-weight: bold;
    }
    .qtyValue {
        padding: 0 3px;
    }
    .AddCartButton > span {
        /*margin-right: -35%;*/
        text-align: right;
        float: left;
    }
    .ProductAddToCart .BulkDiscount input {
        margin: 0;
        margin-left: 10px;
        float: left;
    }
    .ProductAddToCart .BulkDiscount {
        float: left;
        clear: none;
        width: 100%;
    }
    #ProductDetails {
        /*margin-top: -25px;*/
    }
    .PrimaryProductDetails .ProductMain {
        width: 100%;
        max-height: auto;
    }
    .PrimaryProductDetails .ProductAside {
        float: left;
        width: 100%;
        max-width: none;
        margin-top: 10px;
        border-left: 0 none;
        padding-left: 0;
    }
    .productAddToCartRight, .ProductDetailsGrid {
        width: 100%;
        float: left;
        clear: both;
        /*position: absolute;
        top: 100px;
        right: 15%;*/
    }
    .ProductDetailsGrid .DetailRow {
        float: none;
    }
    #similarJuiceProd {
        display: none;
    }
    .ProductAddToCart .BulkDiscount input {
        background-color: #dd7e21;
    }

    /* Subscription Sign up */
    .NewsletterSubscription .Button {
        float: none;
    }
    .NewsletterSubscription input {
        width: 80%;
        padding: 5px 10px 7px;
    }
    .CartCode .CouponCode, .CartCode .GiftCertificate {
        width: 100%;
    }
    /* Checkout Page */
    .billingButton {
        max-width: 100%;
    }
    h3.ExpressCheckoutTitle span.ExpressCheckoutCompletedContent {
        display: none;
    }
    a.ChangeLink {
        position: relative;
        right: 0;
    }
    .HorizontalFormContainer dt {
        float: none;
        clear: none;
        max-width: 160px;
        width: 100%;
        text-align: left;
    }
    .HorizontalFormContainer dd {
        margin-left: 0;
    }
    .HorizontalFormContainer p.Submit {
        margin-left: 0;
    }

    #SideCategoryList > h2{
        width: 100%;
        display: block;
    }
    .SideCategoryListClassic,
    .SideCategoryListFlyout {
        height: 0;

        -webkit-animation-name: FadeIn;
        -webkit-animation-timing-function: ease-in;
        -webkit-animation-duration: 0.5s;
    }
    #SideCategoryList:hover .SideCategoryListClassic,
    #SideCategoryList:hover .SideCategoryListFlyout {
        display: block;
    }

    .sf-menu.sf-vertical.sf-js-enabled {

    }

    /* Modal Container */
    .modalFastCartItems {
        float: left;
        padding: 1%;
        width: 98%;
    }
    .ProductImage.QuickView {
        display: inline;
    }

    /* Account Area */
    .wishListHeader > li, .wishListContent > li {
        width: 18%;
    }


    /* Comparison Page Styles */
    .compare > li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .revBannerText, #revShopOptions, .hidesmall, #TopMenu {
        display: none !important;
    }
    #Logo .hidesmall {
        display: block !important;
    }
    #Logo .hidesmall + a {
        display: none;
    }
    #revLowerBanner {
        position: relative;
        padding-top: 15px;
        margin: 0 auto;
        width: 100%;
    }
    .revLowerText {
        width: 100%;
    }
    .revLowerText h3 {
        text-align: center;
        width: 100%;
        padding-top: 15px;
        line-height: 26px;
    }
    .btn-learnmore {
        line-height: 24px;
        font-size: 28px;
    }
    .revLowerText > p {
        margin-bottom: 0;
        float: right;
        width: 100%;
    }
    .revLowerPicture {
        width: 100%;
    }
    .revLowerPicture > img {
        width: 100%;
    }
    .learnMoreMobile {
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
    .homeCleanseLinks {
        position: relative;
    }
    .homeCleanseLinks a {
        border-bottom: 1px dashed #d2cdaf;
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 51%, rgba(242,243,238,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(248,248,248,1)), color-stop(51%,rgba(248,248,248,1)), color-stop(100%,rgba(242,243,238,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(242,243,238,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(242,243,238,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(242,243,238,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(242,243,238,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f3ee',GradientType=0 ); /* IE6-9 */
        display: block;
        padding: 25px;
        font-size: 1.6em;
    }
    .homeCleanseLinks p {
        margin: 0;
    }
    .homeCleanseLinks img {
        bottom: 10%;
        position: absolute;
        right: 5%;
    }
    #threeDayCleanse a {
        border-top: 1px dashed #d2cdaf;
        color: #6aa00f;
    }
    #fiveDayCleanse a {
        color: #764a26;
    }
    .hidelarge {
        display: inline-block;
    }
    .NewsletterSubscription {
        float: none;
    }
    .Block {
        margin-bottom: 0;
    }
    #socnet {
        clear: both;
        float: right;
        padding-right: 2%;
        margin-top:10px;
        text-align: right;
    }
    #socnet a {
        padding-right: 11px;
    }
    #FooterUpper .Column.NewsletterColumn {
        width: 100%;
    }
    #FooterUpper h3 {
        width: 100%;
        float: left;
        font-weight: bold;
        padding-top: 4px;
        text-align: left;
    }
    #FooterUpper {
        border: none;
    }
    #FooterUpper .Column {
        padding-bottom: 0;
    }
    #Footer {
        padding: 0;
        position: relative;
        bottom: 7px;
    }
    #Footer p {
        height: 15px;
    }
    .NewsletterSubscription .Button {
        /*right: 87%;
        bottom: 28px; D - 5/22/2013 */
        margin-top:0;
        
    }
    .NewsletterSubscription input[type="text"] {
        width: 85%;
        border: 1px solid #000;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    html.javascript body div#Container div#Outer div#Header div#HeaderLower div#SideCategoryList.CategoryList div#Menu.Block ul.sf-menu li a {
        padding: 1px 2%;
    }

    .BlockContent {
    overflow: visible;
    }
    /* Category Page */
    #CategoryHeading {
        padding-top: 0;
        margin-top: 0px;
    }
    .cleanseCategories > li {
        display: block;
        float: none;
        width: 100%;
        overflow: hidden;
        padding: 40px 0;
        min-height: 390px;
        /*max-height: 450px;
        height: 360px;*/
    }
    li.begCleanseCat, li.intCleanseCat, li.advCleanseCat {
        border: none;
    }
    .cleanseCategories h3 {
        padding: 0 0 20px;
    }
    .cleanseCategories p {
        line-height: 1.5;
    }
    .cleanseCategories > li > img {
        width: 56%;
        /*max-width: 169px;*/
    }
    .shopNowBtn.hidelarge img {
        border-radius: 15px 0 0 15px;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 34%;
        position: absolute;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
    .begCleanseCat .shopNowBtn.hidelarge img {
        background: #e19abc;
    }
    .intCleanseCat .shopNowBtn.hidelarge img {
        background: #df7e17;    
    }
    .advCleanseCat .shopNowBtn.hidelarge img {
        background: #9a0f3d;
    }
    .catJuiceBlurb {
        line-height: 1.8;
        margin: 30px auto auto;
        width: 100%;
    }
    ul.cleanseCategories > li > span > img {
        height: auto;
        bottom: 0;
        right: 0;
        max-height: none;
        max-width: 100%;
        top: auto;
    }
    ul.cleanseCategories > li.begCleanseCat > span > img {
        width: 40%;
        max-width: 149px;
    }
    ul.cleanseCategories > li.intCleanseCat > span > img {
        width: 50%;
        max-width: 136px;
    }
    ul.cleanseCategories > li.advCleanseCat > span > img {
        width: 44%;
        max-width: 172px;
    }
    ul.cleanseCategories .intCleanseCat span img {
        top: auto;
        bottom: 0;
    }
    .learnmore {
        width: 100%;
    }
    .learnmore.hidelarge img {
        height: auto;
        margin: auto;
        display: block;
    }
    .categoryHeader {
        font-size: 1.5em;
        color: #88bf42;
        width: 80%;
        padding: 10px 0;
        text-transform: uppercase;
        margin: 0 auto;
        display: block;
    }
    
    h1.title{
        float: left;
        width: 100%;
    }
    #Wrapper #CheckoutStepBillingAddress,
    #Wrapper #CheckoutStepShippingAddress {
        width: 100%;
        margin: 0;
    }
    .AddShippingAddress > div,
    .AddBillingAddress > div {
        width: 100%;
    }
    #SelectStartDateMessage {
        display: none;
    }
    form#OrderConfirmationForm {
        width: 100%;
        border: none;
    }

    /** Express Checkout **/
    .ExpressCheckout div.CheckoutRedeemCoupon, 
    .ExpressCheckout div#CheckoutMailingList, 
    .ExpressCheckout div#CheckoutOrderTermsAndConditions, 
    .ExpressCheckout div.CheckoutOrderComments
    {
        width: 100%;
    }

    .ExpressCheckout .checkoutCartContents {
        border-bottom: 1px dashed #CCC;
    }

    .ExpressCheckout tr.CheckoutRedeemCoupon {
        padding: 1em 0.5em;
    } 

    .ExpressCheckout tr.CheckoutRedeemCoupon input#couponcode {
        margin-bottom: 0.5em;
        width: 100% !important;
    } 

    .ExpressCheckout input#apply_code.btn {
        float: none;
        margin: 0 auto;
        max-width: 120px !important;
        width: 100% !important;
    }
}

#ModalOverlay {
    -webkit-animation-name: FadeInOverlay;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    height: 100%;
    width: 100%;
}
#ModalContainer {
    width: 100% !important;
    max-height: 100%;
    left: 0 !important;
    top: 0 !important;
    margin-left: 0 !important;
    max-width: none !important;
    border: none !important;
    border-bottom: 5px solid #87BF41 !important;
    border-radius: 0 !important;

    -webkit-animation-name: SlideDown;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    
    -moz-animation-name: SlideDown;
    -moz-animation-timing-function: linear;
    -moz-animation-duration: 0.5s;
    -moz-animation-fill-mode: forwards;
    
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#ModalContainer::-webkit-scrollbar {
    width: 10px;
}
#ModalContainer::-webkit-scrollbar-track {
    background: #f4f4f4;
}
#ModalContainer::-webkit-scrollbar-thumb {
    background: #87BF41;
    border-radius: 5px;
}
#ModalContainer::-webkit-scrollbar-thumb:window-inactive {
    background: #CCC;
}
#ModalContentContainer {
    overflow: hidden;
    -webkit-animation-name: slideDown;
    -webkit-overflow-scrolling: touch;
}

#ModalContentContainer input[type="submit"] {
	margin: 0;
}

.ModalContent {
    text-align: center !important;
    border: none !important;
}
#fastCartWrapper {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 800px;
}
.fastCartThumb {
    border: 1px dashed #DACDAC !important;
    text-align: center;
    border-radius: 10px;
}
.fastCartThumb img {
    display: inline-block;
}
.fastCartThumb,
.fastCartItemBox,
.fastCartSummaryBox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 32%;
    margin: 0.5%;
    border-radius: 20px;
}
.fastCartProd {
    font-size: 30px;
line-height: 25px;
}
.modalClose {
    background-color: #fff !important;
    background-position: center center !important;
    border-radius: 50%;
    border: #87BF41 2px solid;
    width: 30px !important;
    height: 30px !important;
}
@media (max-width: 769px) {

	.cleanseCategories > li {
		background-image: none !important;
	}
	.cleanseCategories p,
	.cleanseCategories h3,
	.cleanseCategories h4 {
		width: 100%;
	}.cleanseCategories a {
		margin-left: 0%;
	}
    .PageHeader { 
        padding: 0;
        margin: 0;
    }
    .cleanseCategories h4 {
        border-bottom: 1px solid #d0c0b2;
    }
    h1 {
        font-size: 24px;
    }
    #Header {
        margin: 0;
    }
    .cleanseCategories > li {
        padding: 0;
        min-height: 0;
    }
    .cleanseCategories h3 {
        padding: 0;
        line-height: 30px;
    }
    .slide-show-render.slide-show {
        display: none;    
    }
    .fastCartThumb,
    .fastCartItemBox,
    .fastCartSummaryBox {
        width: 100%;
    }
    .fastCartItemBox h2{
        width: 85%;
    }
    .fastCartThumb {
        display: none;
    }
    div.ExpressCheckoutTitle {
        padding-right: 20px;
    }
    form#OrderConfirmationForm {
        width: 100%;
    }
    div.CheckoutRedeemCoupon {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        max-width: 100% !important;
    }
    div.FloatRight.CheckoutRedeemCoupon input[type="button"] {
        margin-left: 0;
    }
    div#PaymentOptionsContainer {
        width: 100%;
        float: left;
        clear: both;
        margin-top: 0;
    }
    div.PaymentOptions {
        background: none;
        width: 100%;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
    div#provider_list {
        background: none;
        width: 100%;
        padding: 0;
    }
    span.SubMessage {
        padding-left: 0;
        top: 0px;
    }
    div.hearFromUs {
        display: none;
    }
    .PL20 {
        width: 100%;
        text-align: center;
    }
    .PL20 > label,
    .PL20 > input {
        display: inline-block;
    }
    .PL20 > input:nth-child(2) {
        margin-left: 20px;
    }
    .Content h3 {
        text-align: left;
    }
    .PL20 > br {
        display: none;
    }
    #bottom_payment_button {
        font-size: 15px !important;
        text-transform: capitalize !important;
        font-weight: normal;
    }
    .Content.Wide {
        width: 100%;
    }
    #ContainerFooter #FooterTopMenu {
        width: 100%;
    }
    #ContainerFooter #FooterTopMenu h4 {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
}

/**
 * pickup locations template
 */
#map-canvas {
    min-height: 400px;
}

.location-list {
    list-style: none;
    margin: 2em 0;
}

.location-list li {
    border-top: 1px dashed #CCC;
    padding-top: 1em;
}

.location-list li:first-child {
    border-top: 0 none;
}

.location-list li h3 {
    cursor: pointer;
}

/* div#minibob-container { display:none; } */