                        
/* Layout: Two Column
Theme: Sapphire

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);*/

/*@import url(https://fonts.googleapis.com/css?family=Lato);*/

body {
	/*font: 14px/1.5 Merriweather, Georgia, serif;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Lato', sans-serif;
	color: #555;
	/*background-image: url(/resources/styledcart/images/sapphire/one-column/order-form/background.png);*/
    background-color: #f3f2f2;
	}

td { 
	/*font: 14px/1.5 Merriweather, Georgia, serif;*/
	color: #555;
    }

#wrapper {
	background-color: #fff;
	}

#wrapperCheckout {
	background-color: #fff;
	}



/* 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;
	}

.orderSummary tbody:nth-child(2) {
 display:none;
}



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

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
	/* Form fields used in checkout forms */
	border: 1px solid #e0e9ea;
	-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  #e0e9ea;
    border-collapse: collapse;
	}
	
.viewCart th, .viewCartShort 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 {
	border-bottom: 1px solid #e0e9ea;
	background-color: #f0f6f6;
    color: white;
    background-color: #005893;
    }

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

.subtotal {
	background-color: #f0f6f6;
	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: #fcfbe9;
	border: 1px solid #f1edb4;
	}

.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: #555;	
	}

p {
    margin: 0 0 10px 0;
}

li {
    margin: 0 0 10px 0;
}


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

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .upsellButton  {
	background-color: #b1e1e5;
    color: #4e6364;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font: bold 13px Helvetica, Arial, sans-serif;
    }

.continueButton {
    /*visibility: hidden;*/
  
	background-color: #b1e1e5;
    color: #4e6364;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font: bold 13px Helvetica, Arial, sans-serif;
    margin-right: 0px !important;
  
  margin-top: 400px!important;
  margin-left: 200px;
  background-color: #005893;
  color: #ffffff;
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  font-size: 35px;
  text-decoration: none;
  font-weight: 700;
  padding: 5px 35px;
  border-width: 0;
  cursor: pointer;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.codeButton:hover, .upsellButton:hover {
	background-color: #9ec8cc;
    color: #4e6364;
	text-decoration: none;
	}

.continueButton:hover {
  background-color: #0ea815;
  color: #ffffff;
  text-decoration:none;
}

a.continueButton[href="#"]{
background: #555 !important;
  cursor: default;
}

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

.errorMessage {
	color: #d44;
    }
#companyLogoTopBanner{
  position: relative;
}
#companyLogoTopBanner img {
    max-width: 115px;
    position: absolute;
    top: 10px;
}
.strikethrough{
color: #888;
  text-decoration: red line-through;
}
