/*
.  . __      .__ .___.  ..__.
|/|/  ` ___ |  [__ |/||  |
|  |__.     |__/[___|  ||__|
a product of merchantcorner.com

   BASE COLOUR: #319e0f
    this is the bright green on mc-demo in headers and links
    search/replacing this colour saves some time :)
*/
    
/*******************************
   PAGE STRUCTURE, GLOBAL STYLES
*******************************/

body {
    background:#f6f8f0;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing:subpixel-antialiased;    
}

#Wrapper {
    padding-top:0px;
    width:958px;
    margin:auto;
    background:#f6f8f0;
    border:1px solid #cfcfcf;
    -moz-box-shadow:0 0 5px #cccccc;
    -webkit-box-shadow:0 0 5px #cccccc; 
}
#Outer {background:none;position:relative;padding-top:155px;}
#Container {width:auto;}

a:hover, #Footer a {color:#1F1F1F; text-decoration:underline;}
a{text-decoration:none;}
em {color:#262B2F;font-style:italic;}
h3 {color:#1C3947;font-size:1.25em;}

input.Textbox,
input.FormField,
#captcha,
.productAttributeValue input[type="text"],
.productAttributeValue textarea {
    padding:1px 3px;
    background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DDDBDC) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDBDC), to(#FFFFFF)) !important;
    border: 1px solid #cecece;    
}

/*******************************
   HEADER, TOPMENU, LOGO, TAGLINE
*******************************/

#Header {
    background:url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/mc/headbg.jpg?t=1541624124) no-repeat #375260;
    height:155px;
    position:absolute;
    top:0;left:0;
    width:100%;
}

#Header .TopMenu {
    position:absolute;
    top:-2px;
    padding:8px 5px;
    right:0;
    width:auto;
    text-align:right;
    background:#2f4958;
    border:1px solid #2b4351; 
    box-shadow:inset 0 0 2px rgba(0,0,0,.1);
    border-radius:2px;
}

#Header .TopMenu li, #Header .TopMenu li a, #Header .TopMenu li div {
    font:12px/15px Arial,sans-serif;
    background:none;
    display:inline-block;
    color:#95c0ca;
    margin:0;padding:0px;
}
#Header .TopMenu li{
    padding: 0 9px;
    border-left:1px solid #1d3745;
}

#Header .TopMenu li.First{border-left:none;}

#Header .TopMenu .HeaderLiveChat{display:none;}

#Header .TopMenu li a, #Header .TopMenu li div {padding:0;}

#Logo {
   clear:none;float:none;width:auto;margin:0;
   position:absolute;top:0px;left:1px;
   height:34px;
}

#tagline {
    position:absolute;
    bottom:0;
    left:3px;
    font-size:10px;
    color:#aeaeae;

}

#headerinfo {
    position:absolute;top:85px;right:2px;text-align:right;
}

#headerinfo span {
    text-align:right;
    margin-bottom:3px;
    font:13px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    color:#ebffff;
}

#headerpromo {
    position:absolute;
    top:31px;
    right:172px;
}

/*******************************
   MENUBAR (hardcoded links)
*******************************/

#menubar {
    position:absolute;
    left:0;
    bottom:0px;
    height:45px;width:960px;
}
#menubar ul {
    margin:0;
    position:absolute;
    left:0;
    top:0;
    height:45px;width:960px;
    background:#78a2ac;
    border-radius:2px 2px 0 0;
}
#menubar li {float:left;list-style:none;padding:0;}
#menubar li a {
    display:block;
    padding:14px 20px;
    margin:0;
    color:#002126;
    font:12px/17px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    letter-spacing:0;
    text-decoration:none;
    text-transform:uppercase;
    background:url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/mc/line.png?t=1541624124) right 4px no-repeat #95c0ca;
}

#menubar li a:hover {background-color:transparent;}

#menubar li.first a, #menubar li.first a:hover {border-left:none; border-radius:2px 0 0 0;}

/*******************************
   BUTTONS
*******************************/

.abutton,
#apply_code,
.Submit input {
    background-color:#bababa;
    color:#222;
    background-image:-moz-linear-gradient(100% 100% 90deg,#bababa,#ffffff);
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#bababa));
    font-style:normal;
    font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    border:1px solid #ddd;
    font-weight:bold;
    -moz-border-radius:5px;    -webkit-border-radius:5px;
    font-size:12px;cursor:pointer;
    text-align:center;
    margin:0 3px;padding:4px 6px;
    text-decoration:none;
}

.abutton:hover, .Submit input:hover {
    background-image:none !important;
    background-color:#d7d7d7 !important;
    text-decoration:none;
}

.strongbutton,
.ExpressCheckout .Submit input,
.ML20 input,
#bottom_payment_button {
    background:none;
    background-color:#237277;
    color:#fff !important;
    font: normal 11px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    border-radius:2px;
    border:1px solid #07605c;
    padding:4px 6px;
    cursor:pointer;
    text-decoration:none;
    height:auto;
    text-transform:uppercase;
}
.strongbutton:hover {
    background-image:none !important;
    text-decoration:none;
    
}

.ExpressCheckout .Submit input,
.ML20 input,
#bottom_payment_button {
    height:26px;
    -moz-border-radius:0;-webkit-border-radius:0;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);
}
#SearchForm .strongbutton {
    border-radius:2px;
    width:70px;
    height:25px;
    padding-top:2px;
    position:absolute;
    left:88px;
    bottom:0px;
}

/*******************************
   SEARCHFORM
*******************************/

#SearchForm p a:hover {
    color:#bb1010;
    text-decoration:underline;
}

#SearchForm {
    display:block;float:none;
    position:absolute;
    color: #1a3959;
    width:222px;
    margin:0;
    right:-48px;
    top:10px;
}

#SearchForm input.Textbox {
    position:absolute;
    top:0;
    left:20px;
    height: 16px;
    padding: 5px 5px;
    width:131px;
    color:#53564d;
    font-family:normal "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    outline:0;
}

#SearchForm form {padding:0;position:relative;}

#SearchForm label {
    color: #222;
    font-size:1em;
    letter-spacing:0;
}
#SearchForm a {
    color:#707070;
}
#SearchForm a:hover {
    color: #534d02;
}
#SearchForm p {
    margin:0 5px 0 0;
    width:200px;
    line-height:10px;
    position:relative;
    top:1px;
    padding: 0 0 0 48px;
}

#SearchForm p a {
    color:#6c6c6c;
    font-size:10px;
    font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-weight:bold;
    text-transform:lowercase;
}

#SearchForm p a.first {
    padding-right:5px;
    margin-right:0px;
}

#SearchForm .Button {
    padding:0;
    position:absolute;
    -moz-border-radius:0;-webkit-border-radius:0;
    text-transform:uppercase;
    top:0;
    right:0;
    height:25px;
    width:75px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.2);
}

/*******************************
   SIDEBAR
*******************************/

.Left {float:left;background:#fff;width:197px;padding:0;
    border:1px solid #cfcfcf;
    border-top:0;
    border-bottom:0;
    box-shadow:0 0 5px rgba(0,0,0, 0.3);
    font-size:12px;
}
.Content {
    float:right;
    width:715px;
    padding:25px 20px 20px;
    position:relative;
}

.Left h2, .Right h2 {
    background:none;
    background:url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/mc/leftLine.png?t=1541624124) center bottom no-repeat;
    margin:20px 0 5px;
    padding:8px 0 8px 10px;
    color:#1c3947;
    letter-spacing:0;
    font-size:20px/20px;
    font-weight:normal;
    font-family: 'Sorts Mill Goudy', serif;
    width:auto;
}

.Left ul li a, .AllBrandsLink{
    color:#1f1f1f;
    font:12px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

#SideCategoryList h2,
#SideCategoryShopByPrice h2,
#SideCurrencySelector h2, 
#GiftCertificatesMenu h2 {margin-top:12px;border-top:none;}

.Left #SideCategoryList li, .Left ul li {
    border-bottom:1px solid #ddd;
    padding: 6px 0;
}

#Menu li a:hover {
    text-decoration:underline;
    color:##1F1F1F;
}

#Menu li.HasSubMenu ul li a:hover {
    background-image:none;
    color:#1F1F1F;

}

.Left li a, .Right li a {
    padding:3px 0;
}

.Left .BlockContent, .Right .BlockContent {
    background:none;
    border:none;
    margin:0;
    padding:0 15px;
    width:auto;
}

.AllBrandsLink a {font-weight:bold;}
.AllBrandsLink{padding:6px 0;}

/*******************************
   FLYOUT MENU
*******************************/

#Wrapper .Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,
#Wrapper .Left #Menu li ul,
#SideCategoryList .sf-menu .sfHover ul {
    background:#eff1de;
    -moz-border-radius:0;-webkit-border-radius:0;
    padding-bottom:0px;
    border:0;
}

#Menu li ul {
    left:167px;
    top:0px;
    z-index:41;
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
#Menu li.HasSubMenu:hover {
   background-color: #eff1de;
}

#SideCategoryList .sf-menu a {
    width:159px;padding:5px 20px 5px 1px;
}
#SideCategoryList .sf-menu .sf-sub-indicator {right: 0px}
#SideCategoryList .sf-menu ul a {
    width:149px;padding:5px 10px;
}

#SideCategoryList .sf-menu ul a:hover {

}

/**/


#SideCategoryList .sf-menu, #SideCategoryList .sf-menu ul, #SideCategoryList .sf-menu li {width:169px;}
#SideCategoryList .sf-menu ul {left:180px;}
#SideCategoryList .sf-menu .sfHover a ul li a {background-image:none;}

#SideCategoryList .sf-menu .sfHover ul li a {
    background:none;
    background-image:none;
}

/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color:#eff1de;
    color:#1f1f1f;
    font:12px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
    background:#fefff7;
}

#SideCategoryList .sf-sub-indicator, #SideCategoryList .sfHover .sf-sub-indicator {
    background: url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/red/arrows-dark.gif?t=1541624124) 0 0;
    height:18px;
    width:18px;
    top:2px !important;
    left:152px;
}

/*******************************
   CONTENT AREA
*******************************/

.Content h2, .Content h1, .TitleHeading {
    color:#1C3947;
    letter-spacing:0;   
    font-size:20px/22px;
    font-weight:normal;
    font-family: 'Sorts Mill Goudy', serif;
    width:auto; 
}

.Content .Block {margin-top:0;}

.Content.Widest {width:920px;padding-bottom:10px;}

/*******************************
   CART
*******************************/

table.CartContents thead tr th, table.General thead tr th {
    background: #e1e3dc;
    color: #222;
    border-bottom: 1px solid #444;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    border: 1px solid #444;
    background: #e1e3dc;
}

/*******************************
   ADD TO CART POPUP
*******************************/

.fastCartContent h2 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartContent h3 {
    color: #009E0F;
    background-color:transparent;
}
.fastCartSummaryBox {
    background-color: #DDFEDA;
}

/*******************************
   FOOTER
*******************************/

#Footer {
    background:#395564;
    border-top:5px solid #95c0ca;
    color:#fff;
    margin-left:0px;
    padding:0;
    margin-top:0px;
}

.wide #Footer {margin-left:0;}

#mccc {position:absolute;top:34px;left:20px;color:#fff;}

/*******************************
   PRODUCTS
    adjust product box height here
*******************************/

/* WIDE VIEW (2 columns) */
.Content .ProductList li {
    margin:5px;
    height: auto;
    width:334px !important;
}

/* NARROW VIEW (4 columns) */
.Content .ProductList li,
#fastCartSuggestive li{
    margin:5px;
    min-height:261px;
    height:auto;
    width:165px !important;
    background:#fff;
    padding:0;
    font-size:1em;
    -moz-box-shadow:4px 4px 10px #ddd;
    -webkit-box-shadow:4px 4px 10px #ddd;
    border: 1px solid #D6D6D6;
    position:relative;
}

.bigProductLink {text-indent:-999em;font-size:0;
    position:absolute;top:0px;left:0px;
    width:165px;
    height:100%;
    z-index:8;
}

#frmCompare .ProductList li {
    height:auto;
}

.Content .TabZFlip .ProductList li {
    width:165px !important;
    margin:5px;
    background:#f6f8f0;
}

.ProductList .ProductDetails {height:auto !important;margin-bottom:3px;min-height:22px; display: block;}

.Content .ProductList.List li {padding:0 5px;height:235px !important;float:left;margin:5px;}

.Content .ProductList .ProductImage {
    width:auto;
    float:none;
    padding:10px 23px 10px;
    height:120px !important;
}

.Content .ProductList li:hover {
    
}

.ProductDetails strong a {font-weight:bold;}

#FeaturedVideo {padding-bottom:20px;}

.ProductActionAdd {
    position:absolute;bottom:0;right:0;
    width:15px;height:15px;
    background-color:#bababa;
    -moz-border-radius:4px 0 0 0;-webkit-border-radius:4px 0 0 0;
    background-image:-moz-linear-gradient(100% 100% 90deg,#dcdcdc,#ffffff) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dcdcdc)) !important;  
    border-left:1px solid #dcdcdc;
    border-top:1px solid #dcdcdc;
    z-index:100;
    cursor:pointer;
    -webkit-transition: width 0.1s ease-out;
    -moz-transition: width 0.1s ease-out;
    -o-transition: width 0.1s ease-out;
    transition: width  0.1s ease-out;    
}

.ProductActionAdd a {
    position:absolute;top:0;left:0;
    width:15px;height:15px;
    background:url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/mc/plus.png?t=1541624124) 3px 3px no-repeat;
    text-indent:-999em;
    font-size:0;
}

.ProductActionAdd:hover {
    background-color:#38b013;
    background-image:-moz-linear-gradient(100% 100% 90deg,#38b013,#3ec416) !important;
    background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#3ec416), to(#38b013)) !important;
    border-left:1px solid #38b013;
    border-top:1px solid #38b013;
    right:0;
    width:80px;
}

.ProductActionAdd:hover a {
    background:none;
    text-indent:0;
    font-size:9px;
    font-weight:bold;
    width:78px;
    padding:1px 0 0 3px;
    background:url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/mc/plus.png?t=1541624124) 68px -24px no-repeat;
    color:#000;
    text-decoration:none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform:uppercase;
    text-align: left
}

.ProductActionAdd[title^="Choose"]:hover {
    width:89px;
}

.ProductActionAdd[title^="Choose"]:hover a {
    width:89px;
    background-image:none;
}

.ProductPriceRating em {color:#262B2F;font-style:normal;}

.ProductList .Rating0 {visibility:hidden;}

/*******************************
   PRODUCT PAGE
*******************************/

#ProductQuantity a {
    padding:0 3px 0 1px;
    text-decoration:none;
    font-size:14px;
    background:#fff;
    color:#319E0F;
    border:1px solid #a9d19d;
    -moz-border-radius:0 30px 30px 0;
    -webkit-border-radius:0 30px 30px 0;
    position:relative;
    top:0px;
    left:-4px;
    background:#cbfbbc;
}   

#ProductDetails .strongbutton {

}

#productAddToCartButton {
    padding: 8px 24px;
    font-size:18px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    color:#fff !important;
    -moz-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
    border-width:2px;
    -moz-border-radius:8px;-webkit-border-radius:8px;
    margin:10px 0 10px;
}

.ProductDetailsGrid .DetailRow {
    padding-left:0; font-size: 1.1em;
}

.PrimaryProductDetails .ProductMain {width:345px;margin-top:20px; padding-left: 20px}

.ProductDetailsGrid .Label {margin: 0 0 10px 0;padding:0 3px 0 0;width: auto;}

#productprice .Label { text-align: left; font-size: 1.3em; width: 300px}
.PrimaryProductDetails .YouSave {display: inline; font-weight: normal;font-size: 0.8em;}
#productprice em {font-size: 18px; font-style:normal;}

.AvailibilityMessage, .shippingPrice {font-style: italic; color: #333; font-size: 1.2em; margin: 2px 0; float: left;}

#text_qty_ {
    padding: 5px; 
    border: 1px solid #CECECE; 
    background-image: -moz-linear-gradient(100% 100% 90deg, #FFFFFF, #DDDBDC) !important;
     background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDDBDC), to(#FFFFFF)) !important;
     font-size: 0.9em;
     margin-bottom: 5px;
}
.ProductDetailsGrid .Label.QuantityInput {margin: 0; padding-top: 5px;}
.AddThisButtonBox {margin-top: 0px}

/*******************************
   PRODUCT ATTRIBUTE OVERWRITES
*******************************/

.productAttributeList .productAttributeRow {padding-left: 0 !important; margin-left: -10px !important;}
.productAttributeList .productAttributeLabel {font-size: 1.1em; text-align: left !important; padding-right: 15px !important; margin: 0 !important; width: auto !important; position: relative; padding-left: 10px;}
.productAttributeList .required {position: absolute; left: 0; top: 0;}
.productAttributeValue input[type="text"],
.productAttributeValue input[type="checkbox"], .productAttributeValue textarea {margin: 5px 0 0 10px; padding: 3px;}
.productOptionViewRadio {float: left; clear: both; width: 100%;margin: 5px 0 0 10px; }
.productAttributeValue select {width: 100%; margin-top: 5px; margin-left: 10px}

/*******************************
   INFORMATION MENU
*******************************/

#Menu li.HasSubMenu a {background:none;}

#Menu ul li.HasSubMenu a {
    background:url("../../Infinity/images/red/arrows-dark.png") no-repeat 156px 6px;
}

#Menu ul li.HasSubMenu ul li a {
    background:none;
}

#Menu {
    height:auto;
    width:auto;
    position:relative;
    margin:0 0 20px 0;
    clear:none;
    font:13px/12px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    padding:0;
    
}
#Menu ul {
    float:none;
    width:auto;
    margin:0;
}
#Menu li {
    float:none;
    position:relative;
    margin:0;
    background:none;
}
#Menu li a {
    float:none;
    background:none;
    font-weight:normal;
    font:12px/17px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    text-align:left;
    height:auto;
    width:148px;padding:5px 20px 5px 1px;
}

#Menu li ul li {
    background:none;
}

#Menu li.ActivePage a {

}

#Menu li ul li a {
    color:#000;
}
#Menu li ul li a:hover {
    color: #fff;
}

/*******************************
   SUBCATEGORY LIST
*******************************/

.SubCategoryListGrid {
    padding: 4px 0 20px;

}

.SubCategoryListGrid li {
    -moz-box-shadow: 4px 4px 10px #DDDDDD;
    border: 1px solid #D6D6D6;
    clear: none !important;
    float: left !important;
    font-size: 1em;
    min-height: 120px !important;
    margin: 5px;
    padding: 7px 4px;
    width: 158px !important;
    position: relative;
}
.SubCategoryList {
    margin-left: 15px;
}
.SubCategoryList li {
      list-style-type: disc;
      background-image: none;
      padding-left: 0;
      }

#CategoryHeading {padding-top:0;}

/*******************************
   SEO TABS
*******************************/

.TabNav {
    border-bottom: 1px solid #bbb;
}

.TabNav li a {
    border: 1px solid #bbb;
    background: #e5e5e5;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    top:3px;
}

.TabNav li a:hover {
    background-color: #eee;
    color:#000;
}

.TabNav li.Active a {
    border-bottom: 1px solid #fff;
    background: #f6f8f0;
}

.TabZFlip {
    position:absolute;top:450px;
    height: auto;
    width:725px;
    overflow:auto;
    z-index:20;
    background:#f6f8f0;
    min-height: 979px;
    padding-bottom: 25px;
    padding-top:10px;
}
.ProductDescriptionContainer {min-height: 979px;}
.ActiveFlip {
    z-index:21;
}
#ProductTabs {height:979px !important; padding-bottom: 45px}
#ProductDescription {overflow: visible}

/*******************************
   INFREQUENTLY EDITED
    most of these are minor tweaks or other areas that
    don't need to be edited very often
*******************************/

#ModalTitle, .ModalTitle {-moz-border-radius:0 !important;-webkit-border-radius:0 !important;border:none !important;}
#ModalContent, .ModalContent {border:none !important;}
#ModalContentContainer {border:1px solid #333 !important;-moz-border-radius:0 0 10px 10px !important;}

.HorizontalFormContainer dt {padding-top:1px;}
.HorizontalFormContainer dd {padding:0 0 5px 0;}

.fastCartSummaryBox {padding:15px 10px 10px;text-align:center;}
.ProceedToCheckout {text-align:center;}

.GoogleCheckout, .PayPalExpressCheckout, .AlternativeCheckout {text-align:right;padding-top:5px;}

.ProceedToCheckout a {float:right;}

.TopSellerNumber {display:none;}

.ProductCompareButton {margin-top:0;}

#fastCartContainer .ProductList li {width:140px !important;text-align:center;}
#fastCartContainer .ProductList .ProductImage {width:140px;}

.ComparisonCheckbox {margin-left:4px;}

.CreateAccount {padding-bottom:10px;}

.SearchContainer .ProductDescription {display:none;}

.SearchContainer .ProductList.List .ProductImage {float:none;margin:auto !important;width:120px;padding-top:5px;}

.SearchContainer .ProductRightCol {display:block;}
.SearchContainer .ProductDetails {text-align:center !important;}

.Content .ProductList .ProductRightCol {float:none;color:#c00;font-weight:bold;}

.TrackLink {height: auto;display:block;}

#SearchResultsCategory {display:none;}

.fastCartContent {width:690px;}

.Content .ProductList .ProductDetails,
.Content .ProductList .ProductPriceRating
{
    background:none;
    text-align:center;
    padding:0 0px 8px;
}

.Content .ProductList .ProductDetails{
    padding:0 5px 6px;
}

.BlockContent strong a, .SubCategoryList ul li a, .BlockContent a, .Content a{color:#405560;text-decoration:underline;}
.Content .ProductList .ProductDetails a{text-decoration:none;}
.Content .ProductList .ProductPriceRating em{color:#ad3e10;font:12px/15px Georgia, serif;}
.ProductPriceRating {position: absolute; bottom: 0px;left:0px; width: 165px; height: auto;}
#subscribe_form {padding:5px 0;}
.ProductList .Rating img {margin-top: 6px;}
.VideoSingleDescription {height:75px;}

#CartContent .EstimateShippingLink {margin:3px 0;display:block;float:right;}
#CartContent .EstimateShippingLink em {color:#222;}

#CartHeader .FloatRight a {float:right;margin-bottom:10px;}

.NewsletterSubscription input.Textbox {
    border:1px solid #ccc;
    margin-bottom:6px;
    width:140px;
    height:17px;
}

.TopSellers .TopSellerNumber {position:relative;top:-4px;left:4px;}

.RowDivider {
    display: none;
}

#SideCouponCodeBox, #SideGiftCertificateCodeBox {width:48%;float:left;clear:none;}
#SideGiftCertificateCodeBox {float:right;}

.order-codes {padding:20px 5px 5px;clear:both;}
.order-codes .Textbox {width:200px;padding:3px;}

#SideProductRelated .BlockContent {padding-bottom:10px;}

#CartHeader .FloatRight {margin-top:10px;}

/* Color: Red */

.Container {
    background: #fff;
}

.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #D6D6D6; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #D6D6D6; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #D6D6D6; border-bottom:solid 1px #F2F2F2; }

table.CartContents, table.General {
    border: 1px solid #444;
    border-bottom: 0;
}

.CartContents tbody td {
    border-bottom: 1px solid #444;
    color: #000;
}

.MiniCart .SubTotal {
    color: #075899;
}

.JustAddedProduct {
    border: 1px solid #c0dae7;
    background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
    color: #075899;
}

.CategoryPagination {
    color: #000;
}

.CheckoutRedeemCoupon { background: #f0f0f0; padding: 10px; width: 300px; border: 1px solid #ccc; margin-bottom: 10px; }


.SpecificInfoMessage {
    background-color: #f8e4d1;
    color: #555;
}

.InfoMessage {
    background: #F6F6F6 url('../../Infinity/images/InfoMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.SuccessMessage {
    background: #E8FFDF url('../../Infinity/images/SuccessMessage.gif') no-repeat 5px 8px;
    color: #555;
    margin-top: 10px;
}

.ErrorMessage {
    background: #FFECEC url('../../Infinity/images/ErrorMessage.gif') no-repeat 5px 8px;
    color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #F6F6F6;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background: #fff;
    border-bottom: 1px solid #cacaca;
    color: #dd2020;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #f0f0f0;
    border: 1px solid #ddd;
    color: #555;
}

/* 6D 65 72 63 68 61 6E 74 20 63 6F 72 6E 65 72 */

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #888;
}

/* General Tables */
table.General tbody tr td {
    border-top: 1px solid #efefef;
}

.CartContents tfoot .SubTotal td {
    border-top: none;
    border-bottom: 1px solid #444;
}

.CartContents .ItemShipping th {
    border-bottom-color: #444;
    border-top-color: #444;
    background: #5FA5C4;
    color: #fff;
}
.ProductDetails {padding-bottom: 60px;}
.ProductDetails em {display:block;}

.ProductCompareButton {margin:7px 0 0 2px;font-size:10px;text-align:center; z-index: 50;left:50px;bottom:0px;}
.ProductCompareButton label {position:relative;top:0;}


.ProductReviewForm {padding: 5px 0 0 0;}
.ProductReviewList, .ProductReviewList li {padding: 10px 0 0 0px; margin: 0}

/* start fast cart styles */
#fastCartContainer {
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    font-size: 13px;
}

.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
    color: #000;
    font-weight:bold;
    margin-bottom:13px;
    float:none;
}

.fastCartContent .Quantity {
    color: #828DB3;
}
.fastCartContent p {
    color: #444444;
}
.fastCartContent .ProductList li {
    
}

#fastCartContainer .ProductList li {width:156px !important;text-align:center;}
#fastCartContainer .ProductList .ProductImage {width:140px;margin:auto;}

#ModalContainer {top:10% !important;width:750px !important;margin-left:-375px;}

#ProductDetails .ProductThumbImage {overflow:visible !important;}

#mcn {display:none;}
.crlink { margin-left: 200px; text-align: center; font-size: 0.85em; margin-bottom: 10px;}
/* List View */
.Content .ProductList .ListView {width:700px !important;}
.Content .ProductList .ListView .ProductImage {float: left; padding-right: 20px}
.Content .ProductList .ListView .ProductDetails {width: 540px; text-align: left; float: left; line-height: 20px;}
.Content .ProductList .ListView .ProductDetails a {padding-bottom: 5px; display: block}
.Content .ProductList .ListView .ProductRightCol {float: right}
#frmCompare .ProductList .ListView {height: auto !important;}

.SubCategoryListGrid ul li a.catname {
    left: 0;
    text-align: center;
    width: 163px;
    position: absolute;
    top: 130px;
}

.zoomWindow {
    left: 317px !important;
    top: -1px !important;
}

.ProductTinyImageList ul li {padding:0}

#ProductDetails #ImageScrollPrev, #ProductDetails #ImageScrollNext {margin-top:26px;}
#CartEditProductFieldsForm .productAttributeList {
    overflow:visible;padding:0 10px;    
}
#ModalContent, .ModalContent {
    padding:0 10px 0 !important;
}

.hfContainer{
    width:960px;
    height:155px;
    margin:auto;
    position:relative;
}

#Footer .hfContainer {
    height:140px;
    padding-left:30px;
}

#logoText{
    font:italic 12px/15px Georgia, serif;
    color:#f6f8f0;
    width:540px;
    position:absolute;
    top:56px;
    left:172px;
    opacity:0.8;
}

#logoText h1 {
    color:#fff;
    font-size:32px;
    font-family:'Sorts Mill Goudy',sans-serif;
    font-style:normal;
    letter-spacing:0;
    margin-bottom:11px;
    font-weight:400;
}

#headerinfo .contactUs{
    font-weight:bold;
}

.searchBar {
    background:#78a2ac;
    border-radius:0 3px 0 0;
}

.secureShop {
    position:absolute;
    top:90px;
}

.RHB {
    position:absolute;
    top:107px;
    left:125px;
    font:12px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

.footNews h2{
    font:italic 12px/15px Georgia, serif;
    color:#f6f8f0;
    opacity:0.8;
    border-bottom:1px solid #2f4652;
    box-shadow: 0 1px 0 rgba(47,70,82, 0.5);
    padding: 0 0 15px;
}

.footNews {
    width:370px;
    position:absolute;
    top:25px;
    left:600px;
    text-align:left;
}

.newsEmail, .newsName{float:left;}
.newsName label, .newsEmail label{     
    font:normal 12px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    margin-bottom:10px;
    display:block;
}
.newsName #nl_first_name {border-radius:2px;}
.newsEmail {position:relative;}
.newsEmail #nl_email {border-radius: 2px;}
.newsSubmit {
    height:27px;
    margin-bottom:15px;
    padding:0px 8px 2px;
    background-color:#387773;
    color:#fff !important;
    font:11px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    text-transform:uppercase;
    border-radius:3px;
    border:1px solid #07605c;
}

.wishButton{float:left;margin:0;}

.ProductDetails strong a, .BlockContent strong a, .SubCategoryList ul li a, .BlockContent a, .Content a{
    font:bold 12px/17px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

.buttonDiv{
    background:url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/mc/boxshadow.png?t=1541624124) center bottom no-repeat transparent;
    height:85px;
    margin-bottom:10px;
}
.buttonDiv div{float:left; margin-right:7px;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack */
* html .clearfix { height: 1%; }
.clearfix { display: block; }

.shipPromo{text-align:center; margin-top:30px;}

.hoursText{margin-bottom:25px;}
.hoursText span{
    color:#1f1f1f;
    font:12px/15px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
    margin-left:15px;
}

.Content .FeaturedProducts li:hover{background:#fff;}

.Content .nivoSlider{margin-left:5px;}
.QuickSearch{z-index:5;}

.searchBox{
    background:url(//cdn11.bigcommerce.com/s-cb550/templates/__custom/images/mc/searchico.png?t=1541624124) 6px 6px no-repeat #fff;
    position:relative;
    display:block;
    height:25px;
    width:161px;
    right:73px;
}

#SearchForm input.Textbox{background-image:none !important;background:none !important;}

#ProductQuantity {margin-top:5px;}

.DetailRow h1{font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;}

.banner_home_page_bottom{width:720px;}


.Content .nivoSlider{
z-index: 0;
}


#QuickSearch {z-index:99;}

.orderConfirmation #LayoutColumn1,
.orderConfirmation #LayoutColumn2{
    margin-top:150px;
}

.orderConfirmation #LayoutColumn1 .ProductList li{
    position:relative;
    height:auto !important;
}

.orderConfirmation #LayoutColumn1 .ProductActionAdd a{height:10px;}

#HomeFeaturedProducts h2{font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;}