                
/* Layout: Two Column
Theme: Glow

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=Merriweather:400,700);  

body {
	font: 14px/1.5 Merriweather, Georgia, serif;
	color: #eee;
	background-image: url(/resources/styledcart/images/glow/two-column/order-form/glow-bgr.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #003e5d;
	}
	
td {
    font: 14px/1.4 Merriweather, Georgia, serif;
	color: #003e5d;
    }

img, img a {
    border: 0 none;
	}
	
	

/* 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;
	-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;
    background-color: #fff;
	}

.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 {
	/* Table headers */
	background-color: #f6eeda;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6eeda');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6eeda));
    background: -moz-linear-gradient(top,  #fff,  #f6eeda);
    background: linear-gradient(to bottom,  #fff,  #f6eeda);
    color: #003E5D;
    border-bottom: 1px solid #ebe3d0;
    }

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td, .orderSummary td {
	/* Table cells */
	border-bottom: 1px solid #ebe3d0;
    background-color: #fff;
	}

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

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

.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: #fff;
	border: 1px solid #ddd;
    color: #003e5d;
	}

.upsellRegPrice {
	font-style: italic;
	}

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



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

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

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

h3 {
    /* Used for upsell headline */
    font-size: 15px;
	font-weight: normal;
    color: #cbd9df;	
	}



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

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .continueButton, .upsellButton  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeeeee), color-stop(1, #83acc1) );
	background:-moz-linear-gradient( center top, #eeeeee 5%, #83acc1 100% );
    background:linear-gradient( center top, #eeeeee 5%, #83acc1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#83acc1');
	background-color:#83acc1;
    border: 1px solid #b7ccd7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
    }
	
.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #83acc1) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #83acc1 100% );
    background:linear-gradient( center top, #ffffff 5%, #83acc1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#83acc1');
	background-color:#83acc1;
    border: 1px solid #b7ccd7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
	}



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

.errorMessage {
	color: #d44;
	}

