/* Layout: One Column
Theme: Graphite v.2

The following styles control fonts, colors and background images
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Podkova:400,700);
@import url(https://fonts.googleapis.com/css?family=Doppio+One);
body {
    font: 15px/1.5 Podkova, Rockwell, Helvetica, sans-serif;
    color: #ddd;
    background-color: #222;
    background-image: url(http://projects.vindicate.us/infusioncart/graphite/images/txture.png);
}

td {
    font: 15px/1.5 Podkova, serif;
    color: #222;
}

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

#nav {
    background-color: transparent;
}

#nav li a {
    background-color: #0b0b0b;
    border: 1px solid #292929;
}

#nav li a:hover {
    background-color: #151515;
    border: 1px solid #343434;
}

#nav a {
    text-decoration: none;
    color: #ddd;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

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

#topNav a {
    background-color: #0b0b0b;
    color: #eee;
    font-size: 14px;
}

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

#breadcrumbs {
    color: #222;
}

.subscriptionPrice {
    font: 16px bold Podkova, Rockwell, Helvetica, sans-serif;
    color: #222;
}

.productName {
    /* Product name in product grid */
    font-size: 21px;
    font-weight: bold;
    color: #C21A1A;
    text-shadow: 0 1px 1px #000;
    line-height: 1.1;
}

.productName a:hover {
    /* Product name in product grid */
    font-size: 21px;
    font-weight: bold;
    color: #555; !important
    text-shadow: 0 1px 1px #000;
}

.priceBold {
    /* Product price in product grid */
    font-weight: bold;
    color: #ddd;
    font-size: 18px;
}

.product a {
    color: #333;
    text-decoration: none;
}

#productGridOneCol a:hover {
    color: #fff; !important
}

.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;
}

.productDescriptionShort {
    /* Paragraph for short product description on product details page */
    color: #222;
}

#productDescription p {
    color: #222;
}

.optionLabel {
    color: #222;
}

#productDetails li {
    color: #222;
}

#contentProductDetail {
    /* Content wrapper used on product details page */
    background-color: #f5f5f5;
    border: 1px solid #555;
}

#contentWide {
    background-color: #f5f5f5;
}

.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;
    font-size: 16px;
}

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

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

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

.search, .promoField {
    /* Text fields for search and promo code */
    font-size: 13px;
    color: #999;
    border: 1px solid #ddd;
}

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

.checkoutLinks, .checkoutLinksBottom, .checkoutButtonList {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.shippingTable {
    border: 1px solid #e0e9ea;
}

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable {
    border: 1px solid #e0e9ea;
    background-color: #fff;
}

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

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
    border-bottom: 1px solid #e0e9ea;
    color: #eee;
    font-size: 15px;
    background-color: #222;
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
    border-bottom: 1px solid #e0e9ea;
    background-color: #fff;
}

.subtotal td {
    background-color: #f0f6f6;
    font-weight: bold; !important
}

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

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

.upsell {
    background-color: #fff;
    border: 1px solid #e0e9ea;
    color: #222;
    line-height: 1.2;
}

#upsellContainer img {
    border: 1px solid #e0e9ea;
}

.upsellRegPrice {
    font-style: italic;
    margin-bottom: 7px;
}

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

h1 {
    /* Used for product and page headers */
    font: 32px 'Doppio One';
    font-weight: normal;
    color: #c21a1a;
    margin: 0 0 15px 0;
}

h2 {
    /* Used for product description header */
    font: 21px 'Doppio One';
    font-weight: normal;
    color: #c21a1a;
    margin: 0 0 5px 0;
}

h3 {
    /* Used for product grid headline */
    font: 18px 'Doppio One';
    font-weight: normal;
    color: #ddd;
    border-bottom: 4px double #292929;
}

h4 {
    font-size: 15px;
    color: #ec5b5b;
}

.tableHeader {
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

.smallHeader {
    font-size: 15px;
    font-weight: bold;
}

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

a {
    color: #C21A1A;
}

a:hover {
    color: #C21A1A;
}

.newsButton, .formButton, .searchButton, .cartButton, .codeButton, .continueButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    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');
    font-family: 'Doppio One';
}

.upsellButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    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');
    font-family: 'Doppio One';
}

.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;
}

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

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

#footer {
    border-top: 4px double #292929;
}

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

.errorMessage {
    color: #c21a1a;
}

.forgotPasswordTable td {
    color: #ddd;
}

/* PAYPAL SMARTBUTTON
============================================================*/

.checkoutLinks, .checkoutLinksBottom, .checkoutButtonList {
    background-color: #f5f5f5;
    border-radius: 4px;
}

