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

img, img a {
    border: 0 none;
	}

.fl {
  float:left;
}

.fr {
  float:right;
}
.clr {
  clear:both;
}

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

.got_questions {
    margin-right: 200px;
}

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

.checkout, .checkoutShort, .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 #c3e1e5;
	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: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7fbfc), to(#a06555));
	background: -moz-linear-gradient(top,  #f7fbfc,  #a06555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fbfc', endColorstr='#c3e1e5');
	border-bottom: 1px solid #a06555;
    }

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

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

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

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



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

#upsellContainer {
  	overflow: hidden;
	}

#upsellContainer img {
	border: 1px solid #ddd;}

.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);
	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);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc955', endColorstr='#e0742c');
    }

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

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



/* MISC
===============================================================*/
body { background: url('https://tm189.files.keap.app/tm189/tm189-577100f3-1e7a-48dc-914b-df426bb25b61-v2') repeat-x top center; }
.errorMessage {
	color: #dd4949;
	}
#customHeader {
    background:#F5F5F5;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  bottom: 0;
    position: absolute;
  z-index:-2;
     width: 100%;
  height;90px;
}
#top_content {

    padding: 10px 20px;
}
.checkoutLinks { float: none !important; text-align: center !important; width: auto !important; height: auto !important; }
.continueButton, .continueButton:hover { background: url('https://tm189.files.keap.app/tm189/tm189-7d7c5bfd-f734-4a13-9dff-ca6a81502a10-v2') no-repeat 50%; width: 368px; height: 121px; margin: 0 !important; padding: 0 !important; border: 0; box-shadow: none; text-indent: -100em; overflow: hidden; }
#customFooter { width: 730px; margin: 40px 0; }
.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: #5c261b; color: #FFF; }




