/* START Exit Intent Popup Code */
.lightbox {
    /** Hide the lightbox */
    display: none;
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color:#333333;
    background-color: rgba(0,0,0,0.5);
    }
.lightbox:after {
    content: '';
    display: table;
    clear: both;
}
.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    min-width:500px;
    margin: 2% auto;
    padding:20px;
    background-color:#FFF;
    box-shadow: 0px 1px 26px -3px #777777;
    }
    .lightbox .title {
        margin:0;
        padding:0 0 10px 0px;
        border-bottom:1px #ccc solid;
        font-size:large;
        color:red;
        text-align:center;
        }
    .lightbox .content {
    	text-align:center;
    	color:black;
        display:block;
        padding:10px 0 0 0px;
        font-size:18px;
        line-height:22px;
        }
    .lightbox .close {
        float:right;
        display:block;
        text-decoration:none;
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:22px;
        color:#858585;
        }
    .lightbox .image {
    	text-align:center;
    	margin: 0 auto;
    	max-height:200px;
    }
.lightbox .open {
    /** Show lightbox when mouse leaves the browser window */
    display: block;
    outline: none;
}
/* END Exit Intent Popup Code */
/* START Avellan Customized Order Form */

.style3 {
  font-weight: bold;
}

p {
  margin-bottom: 20px !important;
}

/* Payment Plans */
.financeDate, .financeAmount {
  display:none !important;
}

/* Custom Header */
div.ae-header h2 {
    font-weight:bold;
    color:black;
    font-size:16pt !important;
}

/* Custom Footer */
div.ae-footer ul li:not(:first-child) {
    border-left: 1px solid rgb(192,192,192);
}

div.ae-footer ul li a {
    text-decoration: none; 
    color: rgb(136, 136, 136); 
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 13px;
}

div.ae-footer p {
    text-decoration: none; 
    color: rgb(136, 136, 136); 
    font-family: Arial,Helvetica,sans-serif; 
    font-size: 13px;
}

/* Product Info */
#productInformation h3 {
    font-size: 18px !important;
    font-variant: small-caps !important;
    font-family:Arial, "Times New Roman", Times, serif !important;
    font-weight:700;
    line-height:100%;
    color:#cc0000;
}

#productInformation h4 {
    font-size: 14px !important;
    font-family:Arial, "Times New Roman", Times, serif !important;
    font-weight:700;
    color: black;
}

#productInformation p {
    font-size: 14px !important;
    font-family:Arial, "Times New Roman", Times, serif !important;
    color: black;
}


/* END Avellan Customized Order Form */

/* Layout: Two Column
Theme: Graphite

Appearance.css contains the costmetic properties for your order 
form, such as fonts, colors, background images and borders.

NOTE: There are additional classes that are not listed here 
because they currently have no attributes. You can locate 
these by downloading and using Firebug.
===============================================================*/

@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(/resources/styledcart/images/graphite/two-column/order-form/graphite-bgr.png) !important;
}

td {
    font: 15px/1.5 Podkova, Rockwell, Helvetica, sans-serif;
    color: #222;
}
    
img, img a {
    border: 0 none;
}

#wrapper {
    /* Wraps around everything and sets the total width of the order form */
    background-color: #fff; 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
    


/* PRODUCT GRID
===============================================================*/

.priceBold {
    /* Price subtotal on bottom right of product grid */
    font-weight: bold;
}

.discountedPrice {
    text-decoration: line-through;
}

.totalPrice {
    /* Subtotal label on bottom left of product grid */
    font-weight: bold;
}

.optionChosen {
    font-style: italic;
    color: #999;
    font-size: 14px;
}

.updateCart {
    /* Link to update quantity */
    font-size: 10px;
}

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



/* FORMS
===============================================================*/

.checkout, .checkoutShort, .checkoutShortTop, .checkoutShortBottom, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
    /* Form fields used in checkout forms */
    border: 1px solid #ddd;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 13px;
    color: #222;
}

.checkoutDone, .checkoutTopDone, .checkoutBottomDone {
    /* Form fields used on confirmation page */
    font-size: 13px;
    color: #222;
}
    
.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
    outline: 1px solid #ddd;
    border-collapse: collapse;
}

.viewCart th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .shipMethodTable th, .payplanTable th, .orderSummary th {
    background: #222;
}

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

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

.cartDiscount {
    /* Discount text */
    color: #f00;
}

.paymentDate, .paymentAmount, .financeDate, .financeAmount { /* Shown in payplan pay schedule box */
    font-size: 12px;
}

.payplanSummaryHeader { /* Header for payplan pay schedule box */
    font-size: 12px;
    font-weight: bold;
}



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

#upsellContainer {
    overflow: hidden;
}

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

.upsellRegPrice {
    font-style: italic;
}

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



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

h1 {
    /* Used for product names */
    font-size: 21px;
}

h2 {
    /* Used for upsell product names */
    font-size: 16px;
}

h3 {
    /* Used for upsell headline */
    font-size: 16px;
    color: #222;
}



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

a {
    color: #1675a2;
}

a:hover {
    color: #1675a2;
}

.codeButton, .continueButton, .upsellButton  {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    font-style: italic;
    font-weight:bold;
    color: #386177;
    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 #ecc101;
    background: #fffb43;
    background: -webkit-gradient(linear, left top, left bottom, from(#fffb43), to(#ffc400));
    background: -moz-linear-gradient(top,  #fffb43,  #ffc400);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb43', endColorstr='#ffc400');
    font-family: 'Franklin Gothic';
}
    
.codeButton:hover, .continueButton:hover, .upsellButton:hover {
    color: #fff;
    border: solid 1px #bd0707;
    background: #ec2020;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec2020), to(#bc0000));
    background: -moz-linear-gradient(top,  #ec2020,  #bc0000);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec2020', endColorstr='#bc0000');
    text-decoration: none;
}


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

.errorMessage {
    color: #d44;
}   

