/* Appearance - Ion Data LLC
   Shopping Cart, One Column

   Controls fonts, colors and images. Layout lives in the other pane.

   PALETTE (from iondataexpress.com)
     skyTop    #eef4fc   page gradient top
     skyBottom #a9c2e6   page gradient bottom
     navy      #14315c   headings and body text
     blue      #2b5fa5   accents, links, section rules
     rule      #dde6f2   hairlines
     muted     #5a6b82   secondary text
     flag      #c0392b   errors and discounts

   No @import. Webfonts break this editor - system stacks only.
   Figures use Consolas so amounts line up.
===============================================================*/

body {
    font: 15px/1.5 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #14315c;
    background-color: #cddcf1;
    background: -webkit-gradient(linear, left top, left bottom, from(#eef4fc), to(#a9c2e6));
    background: -moz-linear-gradient(top, #eef4fc, #a9c2e6);
    background: linear-gradient(to bottom, #eef4fc, #a9c2e6);
    background-attachment: fixed;
}

img, img a {
    border: 0 none;
}

#wrapper, #wrapperCheckout {
    background-color: #ffffff;
    border: 1px solid #7fa3d1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 2px 14px rgba(20, 49, 92, 0.18);
    -webkit-box-shadow: 0 2px 14px rgba(20, 49, 92, 0.18);
}

#header {
    text-align: center;
    border-bottom: 2px solid #2b5fa5;
}

#companyLogoTopBanner img, #header img {
    max-height: 104px;
    width: auto;
}


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

#nav {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #eef4fc;
    border: solid 1px #cddcf1;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7faff), to(#dbe7f7));
    background: -moz-linear-gradient(top, #f7faff, #dbe7f7);
    background: linear-gradient(to bottom, #f7faff, #dbe7f7);
}

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

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

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

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

#topNav {
    color: #5a6b82;
}


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

.price, .priceBold, .subscriptionPrice, .discountedPrice,
.subtotal, .upsellPrice, .upsellRegPrice {
    font-family: Consolas, 'Courier New', monospace;
}

.price {
    font-size: 15px;
    color: #14315c;
}

.priceBold {
    font-weight: bold;
    color: #14315c;
}

.productName {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #14315c;
}

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

.productOutOfStockBanner {
    background-color: rgba(20, 49, 92, 0.85);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}

.subscriptionPrice {
    /* This is the "$55.00 / month" line - the recurring disclosure.
       Deliberately not shrunk. */
    font-size: 16px;
    font-weight: bold;
    color: #2b5fa5;
}

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

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

.productOutOfStock {
    border-color: #cddcf1;
    border-style: solid;
    border-width: 1px 0 1px 0;
    display: inline-block;
}


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

.cartDiscount {
    color: #c0392b;
}

.cartProduct {
    font-weight: 600;
    color: #14315c;
    font-size: 15px;
}

.cartThumb {
    border: 1px solid #dde6f2;
    border-radius: 4px;
}

.removeItem {
    color: #5a6b82;
    font-size: 13px;
}

.discountedPrice {
    text-decoration: line-through;
    color: #8fa2ba;
}

.promoField, .search {
    color: #14315c;
    background-color: #fff;
    border: 1px solid #a8bdd8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 14px;
}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop,
.checkoutTopShort, .signinField, .signinTop, .productQty, .qtyField, .checkoutInput {
    border: 1px solid #a8bdd8;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 15px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #14315c;
    background-color: #fff;
}

.checkout:focus, .checkoutShort:focus, .checkoutShortest:focus,
.checkoutBottom:focus, .checkoutTop:focus, .checkoutTopShort:focus,
.signinField:focus, .signinTop:focus, .productQty:focus,
.qtyField:focus, .checkoutInput:focus, .promoField:focus, .search:focus {
    border: 1px solid #2b5fa5;
    box-shadow: 0 0 0 3px rgba(43, 95, 165, 0.18);
    -webkit-box-shadow: 0 0 0 3px rgba(43, 95, 165, 0.18);
    outline: none;
}

.checkoutLabel, .signinLabel {
    font-size: 13px;
    font-weight: 600;
    color: #5a6b82;
}

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

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

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th,
.billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th,
.signinTable th, .paymentMethodTable th {
    background: #eef4fc;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7faff), to(#dbe7f7));
    background: -moz-linear-gradient(top, #f7faff, #dbe7f7);
    background: linear-gradient(to bottom, #f7faff, #dbe7f7);
    border-bottom: 2px solid #2b5fa5;
    color: #14315c;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

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

.subtotal {
    background-color: #f4f7fc;
    font-weight: bold;
    color: #14315c;
}

.financeCharge {
    font-size: 13px;
    color: #5a6b82;
}

.tableHeader {
    font-weight: 700;
    color: #2b5fa5;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}


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

#upsellContainer {
    overflow: hidden;
}

.upsell {
    background-color: #f4f7fc;
    border: 1px solid #dde6f2;
    border-radius: 4px;
}

.upsellRegPrice {
    font-style: normal;
    text-decoration: line-through;
    color: #8fa2ba;
}

.upsellPrice {
    color: #14315c;
    font-weight: bold;
}

.upsell img {
    border: 1px solid #dde6f2;
    border-radius: 4px;
}

.upsellItem {
    color: #14315c;
}


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

h1 {
    font-size: 28px;
    color: #14315c;
    font-weight: 600;
}

#contentWide h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #2b5fa5;
}

h2 {
    font-size: 18px;
    color: #14315c;
    font-weight: 600;
    border-bottom: 2px solid #2b5fa5;
}

#upsellContainer h2 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #2b5fa5;
    border: none;
}

h3 {
    font-size: 16px;
    color: #2b5fa5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-bottom: 2px solid #2b5fa5;
}

h4, h5 {
    color: #14315c;
    font-weight: 600;
}


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

a {
    color: #1655a0;
}

a:hover {
    color: #14315c;
}

.newsButton, .formButton {
    background-color: #2b5fa5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
}

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

.cartButton, .codeButton, .continueButton, .searchButton, .upsellButton, .formButton {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03em;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #16386b;
    background: #2b5fa5;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d7fc4), to(#1d477f));
    background: -moz-linear-gradient(top, #4d7fc4, #1d477f);
    background: linear-gradient(to bottom, #4d7fc4, #1d477f);
    box-shadow: 0 1px 2px rgba(20, 49, 92, 0.25);
    -webkit-box-shadow: 0 1px 2px rgba(20, 49, 92, 0.25);
}

.cartButton, .continueButton {
    font-size: 16px;
}

.codeButton {
    font-size: 14px;
}

.searchButton, .upsellButton {
    font-size: 13px;
    font-weight: 600;
}

.searchButton:hover, .cartButton:hover, .codeButton:hover,
.continueButton:hover, .upsellButton:hover, .formButton:hover {
    color: #fff;
    text-decoration: none;
    background: #1d477f;
    background: -webkit-gradient(linear, left top, left bottom, from(#3c6db2), to(#16386b));
    background: -moz-linear-gradient(top, #3c6db2, #16386b);
    background: linear-gradient(to bottom, #3c6db2, #16386b);
}

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

.cartButton:focus, .codeButton:focus, .continueButton:focus,
.searchButton:focus, .upsellButton:focus {
    outline: 2px solid #2b5fa5;
    outline-offset: 3px;
}

.updateCart a:link, .updateCart a:visited {
    color: #1655a0;
}


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

#footer {
    color: #5a6b82;
    font-size: 13px;
    font-weight: 400;
    border-top: 1px solid #dde6f2;
}


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

.errorMessage {
    color: #c0392b;
    font-weight: 600;
}

p.successMessage {
    color: #14315c;
    font-weight: 600;
}
