/* Layout: One Column
Theme: Basic Blue

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=Open+Sans:400,700);
This is the correct location for import, remove import link in layout.css when ready
*/

body, td {
	font: 15px/1.5  'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
	}

body {
    background:  #293866;
}

img, img a {
    border: 0 none;
	}
table, tbody, theader, tfooter {
  background: #FFF; 
  }

#upsellContainer h3 { color: #FFF; }

#upsellContainer {
  width: 100% !important;
  max-width: 960pc;
}

.upsell {
  width: 90% !important;
  max-width: 283px;
}


/* 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 #717A90;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    font-size: 13px;
	}



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

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .qtyField, .optionsDrop  {
	/* Form fields used in checkout forms */
	border: 1px solid #717A90;
	-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: #c3e1e5;
	}

.viewCart, .shippingTable, .billingTable, .paymentMethodTable, .shipMethodTable, .payplanTable, .orderSummary {
	outline: 1px solid  #717A90;
    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 {
	background: #c1c7d7;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#f7fbfc), to(#c3e1e5));
	background: -moz-linear-gradient(top,   #f7fbfc,  #c3e1e5);
    background: linear-gradient(to bottom, #f7fbfc, #c3e1e5);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfc', endColorstr='#c3e1e5');*/
    }

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

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

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

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



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

#upsellContainer {
  	overflow: hidden;
	}

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

.upsellRegPrice {
	font-style: italic;
	}



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

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

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

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



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

a {
	color: #1675a2;
	}

a:hover {
	color: #1675a2;
	}

.codeButton, .continueButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	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 #e6803c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc955), to(#e0742c));
	background: -moz-linear-gradient(top,  #ffc955,  #e0742c);
    background: linear-gradient(to bottom, #ffc955, #e0742c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc955', endColorstr='#e0742c');
    }

.upsellButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	border: solid 1px #e6803c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffc955), to(#e0742c));
	background: -moz-linear-gradient(top,  #ffc955,  #e0742c);
    background: linear-gradient(to bottom, #ffc955, #e0742c);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc955', endColorstr='#e0742c');
    }

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7bc3c), to(#cf6119));
	background: -moz-linear-gradient(top,  #f7bc3c,  #cf6119);
    background: linear-gradient(to bottom, #f7bc3c, #cf6119);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc3c', endColorstr='#cf6119');
	text-decoration: none;
	}

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

div.checkoutLinks .continueButton  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffe400), color-stop(1, #ffae00) );
	background:-moz-linear-gradient( center top, #ffe400 5%, #ffae00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe400', endColorstr='#ffae00');
	background-color:#83acc1;
    border: 1px solid #b7ccd7;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display:inline-block;
	color: #000;
	font: bold 20px/1.8 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
	width: 325px;
	margin: 10px auto 10px -60px;
    }
	
div.checkoutLinks .continueButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffae00), color-stop(1, #ffe400) );
	background:-moz-linear-gradient( center top, #ffae00 5%, #ffe400 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae00', endColorstr='#ffe400');
	background-color:#83acc1;
	}




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

.errorMessage {
	color: #dd4949;
	}



/* Responsive Additions
   Add to head area:  <meta name="viewport" content="width=device-width, initial-scale=1">
===============================================================*/
/* Make Any Adjustments As Per The Need Of Your Theme */

/* Primary Additions */

#wrapper, #header, #content {

    max-width: 960px !important;
    margin: 0px auto !important;
    width: 100%;
}

#header #IMAGE img {
    max-width: 500px !important;  /* UPDATE This based on the max width of your logo in use. */
    margin: 0px auto !important;
    width: 100% !important;
}

.checkoutLinks {
    width: 100% !important;
    max-width: 450px !important;
	height: 110px !important;
}




/* Specific Step Changes */

@media screen and (max-width: 800px) {

p {
	padding: 10px;
}

#wrapper, #header, #content {
    max-width: 960px !important;
    margin: 0px auto !important;
    width: 95% !important;
}
	
#wrapper {
	padding: 5px 5px 25px 5px !important;
}

table {
    width: 100% !important;
    margin: 0px auto !important;
}

td, th {
    float: left !important;
    margin: 0px auto !important;
	width: 90%;
}

input[type="text"], label {
    float: left !important;
}

input.regula-validation, input.checkout {
    margin: 0px auto !important;
    width: 85% !important;
	padding: 10px;
}

#cardType, #cardNumber, .checkoutShortest, .qtyField, .promoField {
	margin-left: 10px !important;
}


th.leftAlign, td.rightAlign {
    text-align: left !important;
    height: auto !important;
	display: block !important
}

.billingTable td, .shippingTable td {
    vertical-align: top;
    padding: 5px 0px;
    text-indent: 10px;
}

.billingTable input , .shippingTable input {
	margin-left: 10px;
}

th {
	display: none;
}

.price, .priceCell {
	text-align: left;
	display: none !important;
}

.productImage {
    border: 1px solid #EEE;
    margin: 10px auto;
    float: none !important;
}

tr.subtotal {}

tr.subtotal td.leftAlign, tr.subtotal  td.priceCell {
	display: block !important;
}

tr.subtotal  td {
	display: none;
}

div.checkoutLinks .continueButton  {
	width: 100%;
	max-width: 325px;
    margin: 10px auto;
    }
	
.Pay-Plan-Button  {
	width: 100%;
	max-width: 325px;
    margin: 10px auto;
}

.viewCart td, .shipMethodTable td, .paymentMethodTable td, .payplanTable td, .orderSummary td {
    padding: 5px 0px !important;
    vertical-align: top;
	width: 100% !important;
	text-indent: 10px;
}

.viewCart th, .billingTable th, .shippingTable th, .shipMethodTable th, .paymentMethodTable th, .payplanTable th, .orderSummary th {
    padding: 5px 0px !important;
    text-align: left;
	width: 100% !important;
	text-indent: 10px;
}

#theLightbox { 
	width: 100% !important;
	max-width: 450px;

}


@media screen and (max-width: 600px) {

.checkoutLinks, .continueButton {
    width: 89% !important;
    margin: 0px auto 40px auto !important;
    float: none !important;
}

.checkoutLinks {
    width: 450px;
	height: 110px;
	padding: 35px 0px 0px 0px !important;
}

.checkoutShort, .promoField {
    padding: 4px;
    margin: 0px;
    width: 60px !important;
}

}


@media screen and (max-width: 400px) {
	
#content {
	padding: 0px 0px 25px 0px !important;
}

#orderForm {
	margin: 0px 5px 0px -5px !important;
}

}




