/* Layout: One Column
	Theme: Basic Gray v.2

Controls fonts, colors and images.
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
    font: 15px/1.5 'Open Sans', Arial, sans-serif;
    color: #222;
}

/* NAVIGATION
===============================================================*/

#nav {
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background: -moz-linear-gradient(top, #ffffff, #dddddd);
    background: linear-gradient(to bottom, #ffffff, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
}

#nav li a {
    border-right: 1px solid #ddd;
}

#nav li a:hover {
    background-color: #efefef;
}

#nav a {
    text-decoration: none;
    color: #000;
}

#nav a:hover {
    text-decoration: none;
    color: #333;
}

/* CONTENT / PRODUCT
===============================================================*/

.priceBold {
    font-weight: bold;
}

.productName {
    /* Product name in product grid */
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
}

.productLarge {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.productOutOfStockBanner {
    background-color: rgba(211, 211, 211, 0.95);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.subscriptionPrice {
    font: 16px "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #444;
}

#productGrid a {
    color: #222;
    text-decoration: none;
}

#productGrid a:hover {
    text-decoration: underline;
}

.productOutOfStock {
    border-color: rgb(194, 194, 194);
    border-style: solid;
    border-width: 1px 0 1px 0;
    display: inline-block;
}

/* CART AND CHECKOUT
===============================================================*/

.cartDiscount {
    /* Discount shown in cart */
    color: #d44;
}

.cartProduct {
    /* Product name in cart */
    font-weight: bold;
    color: #444;
}

.cartThumb {
    border: 1px solid #ddd;
}

.removeItem {
    /* Remove item link in cart */
    color: #999;
}

.discountedPrice {
    /* Slashed price in cart */
    text-decoration: line-through;
}

.promoField {
    /* Text fields for search and promo code */
    color: #000;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    color: #777;
}

.search {
    /* Text fields for search and promo code */
    color: #000;
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 11px;
    color: #777;
}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField, .checkoutInput {
    /* Form fields used in checkout forms */
    border: 1px solid #ddd;
    font-size: 13px;
    color: #777;
}

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .shippingTable, .paymentMethodTable, .signinTable {
    outline: 1px solid #ddd;
    border-collapse: collapse;
}

.promoCode th {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
    background: #eee;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background: -moz-linear-gradient(top, #ffffff, #dddddd);
    background: linear-gradient(to bottom, #ffffff, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
    border-top: 1px solid #ddd;
}

.subtotal {
    background-color: #f0f0f0;
    font-weight: bold;
}

.financeCharge {
    font-size: 12px;
    color: #777;
}

/* UPSELLS
===============================================================*/

#upsellContainer {
    overflow: hidden;
}

.upsell {
    background-color: #fcfbe9;
    border: 1px solid #f1edb4;
}

.upsellRegPrice {
    font-style: italic;
}

.upsellPrice {
    color: #d44;
}

.upsell img {
    border: 1px solid #ddd;
}

/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
    font-size: 32px;
    color: #444;
    font-weight: normal;
}

#contentWide h1 {
    /* Headings on checkout pages */
    font-size: 24px;
    text-transform: uppercase;
      margin-top: 40px;
}

#upsellContainer h2 {
    /* Used for product description header */
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #444;
    border: none; !important
}

h2 {
    /* Used for product description header */
    font-size: 18px;
    color: #444;
    border-bottom: 4px double #ddd;
}

h3 {
    /* Used for product grid headline */
    font-size: 18px;
    color: #444;
    border-bottom: 4px double #ddd;
}

.tableHeader {
    /* Used for billing address and shipping options header on summary page */
    font-weight: bold;
}

/* LINKS AND BUTTONS
===============================================================*/

a {
    color: #1675a2;
}

a:hover {
    color: #1675a2;
}

.newsButton, .formButton {
    background-color: #555;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: 0 1px 0 #ebfeff;
}

.buttonRight a:hover, .buttonLeft a:hover {
    color: #fff;
}

.cartButton, .codeButton, .continueButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border: solid 1px #666;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
    background: -moz-linear-gradient(top, #777777, #444444);
    background: linear-gradient(to bottom, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
}

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
    color: #fff;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
    background: -moz-linear-gradient(top, #888888, #555555);
    background: linear-gradient(to bottom, #888888, #555555);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
    text-decoration: none;
}

.searchButton:active, .cartButton:active, .codeButton:active, .continueButton:active, .upsellButton:active {
    position: relative;
    top: 1px;
}

.searchButton, .upsellButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border: solid 1px #666;
    background: #444;
    background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
    background: -moz-linear-gradient(top, #777777, #444444);
    background: linear-gradient(to bottom, #777777, #444444);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
}

/* FOOTER
===============================================================*/

#footer {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    border-top: 4px double #ddd;
}

/* MISC
===============================================================*/

.errorMessage {
    color: #dd4949
}

/* Chi Styles
===============================================================*/
.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .subtotal {
  background: #81C723;
  color: #ffffff;
}
.subtotal {
  background: #4A4A4A;
}
a.cartButton, a.codeButton, a.continueButton, a.formButton, a.cartButton:hover, a.codeButton:hover, a.continueButton:hover, a.formButton:hover {
  background: #19AECB;
  color: #ffffff;
  border-radius: 2px;
  border: none;
  box-shadow: none;
}
a.formButton, a.cartButton, a.continueButton {
  padding: 12px 20px;
  font-size: 1.2rem;
}

body #footer ul.foot-col {display:inline-block;text-align:left;width:31%;padding-bottom:18px;vertical-align:bottom;}
body #footer ul.foot-col li {list-style-type:none;padding:8px 15px 0;font-family:arial, helvetica, sans-serif;}
  body #footer ul.foot-col p {padding:8px 15px 0;}
body #footer ul.foot-col p, ul.foot-col a {font-family:arial, helvetica, sans-serif;}
body #footer {height:inherit;text-align:left;padding:0;min-height:100px;}
body #productGrid li {display:inline-block;min-height:260px;height:inherit;margin-bottom:28px;vertical-align: top;float:none;padding-right:15px;font-family:arial;}
body #footer ul.foot-col a {font-weight:bold;}

#footer {
  background-color: #cee1e5;
  color: #6c888a;
  border-bottom: 10px solid #fff;
  position: relative;
  padding-top: 30px;
  width: 100%;
  height: 50px;
  text-align: center;
  clear: both;
}
div#footer {
  margin-top: 80px;
}
#customFooter {
      max-width: 960px;
    margin: 0 auto;
}

.seal-bgrd {
    background: #F7F7F7 ;
   background: -webkit-linear-gradient(#F7F7F7 , #D9D9D9 );
   background: -o-linear-gradient(#F7F7F7 , #D9D9D9 );
   background: -moz-linear-gradient(#F7F7F7 , #D9D9D9 ); 
   background: linear-gradient(#F7F7F7 , #D9D9D9 ); 
    border: 1px solid #D7D7D7 ;
    border-radius: 7px;
    padding: 10px;
    max-width: 910px;
    min-height:122px;
}
.seal {
    width:120px;
    display:block;
    float: left;
    padding-right: 30px;
}
.seal-title {
    font: 21px/1.5 Merriweather, Georgia, serif;
   color: #555;
    font-weight:600;
}
.seal-text {
    font: 16px/1.5 Merriweather, Georgia, serif;
   color: #555;
}

.testimonial-box {padding: 10px; border: 1px solid #D7D7D7 ; border-radius: 7px; margin-bottom:15px;}
.testimonial-box div {padding-bottom: 10px;}
.testimonial-box img {border-radius: 5px 5px 0 0;}

#NAVIGATION, #BREAD_CRUMBS { display: none; }
