/* Layout: One Column
Theme: Basic Gray

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;
  background: #F4F4F4;
	}
	
img, img a {
    border: 0 none;
	}

#wrapper {
  width: 990px !important;
  padding: 20px !important;
  margin: 0px auto 30px auto !important;
  background: #FFF;
  -moz-box-shadow: 0px 0px 15px rgba( 150, 150, 150, .5);
  -webkit-box-shadow: 0px 0px 15px rgba( 150, 150, 150, .5);
  box-shadow: 0px 0px 15px rgba( 150, 150, 150, .5);
}

#companyLogoTopBanner { text-align: center; }


/* 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, .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, .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: #eee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top,   #ffffff,  #dddddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
    }

.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;
	}

.upsellRegPrice {
	font-style: italic;
	}

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



/* 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 #666;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background: -moz-linear-gradient(top,  #777777,  #444444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    }
	
.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 #666;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background: -moz-linear-gradient(top,  #777777,  #444444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    }

.codeButton:hover, .continueButton:hover, .upsellButton:hover {
	color: #fff;
    background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
	background: -moz-linear-gradient(top,  #888888,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
	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;
	}

.Pay-Plan-Button  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFAE00), color-stop(1, #FE5B00) );
	background:-moz-linear-gradient( center top, #FFAE00 5%, #FE5B00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFAE00', endColorstr='#FE5B00');
	background-color:#FE5B00;
    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;
    padding: 7px 17px 6px 17px;
}

.Pay-Plan-Button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FE5B00), color-stop(1, #FFAE00) );
	background:-moz-linear-gradient( center top, #FE5B00 5%, #FFAE00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE5B00', endColorstr='#FFAE00');
	background-color:#83acc1;
    text-decoration: none;
	}


.checkoutWithPayPalLink {
  background: url(https://usainvestmentreports.com/wp-content/uploads/2015/04/Pay-With-PayPal.png) left center no-repeat;
  background-size: 150px 35px;
  padding: 15px 135px 15px 15px;
  cursor: pointer;
}

.checkoutWithPayPalLink {
  font-size: 1px;
  color: #000;
}


.checkoutWithPayPalLink:hover {
  font-size: 1px;
  color: #000;
  text-decoration: none !important;
}

.checkoutWithPayPalLink img { display: none; }

#CHECKOUT_LINKS .checkoutWithPayPalLink {
  background: url(https://usainvestmentreports.com/wp-content/uploads/2015/04/Pay-With-PayPal.png) top center no-repeat;
  background-size: 214px 50px;
  padding: 0px 107px 50px 107px;
  cursor: pointer;
}

#CHECKOUT_LINKS .checkoutWithPayPalLink img { display: none; }


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

.errorMessage {
	color: #dd4949;
	}

.details-box {
	background: none repeat scroll 0 0 #F2F2F2;
	border: 2px dashed #FF0000;
	border-radius: 3px 3px 3px 3px;
	margin: 10px auto 10px auto;
	padding: 20px;
	float: left;
	color: #000;
}


/* 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: 450px !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;
}

#upsellContainer h3 { color: #FFF; }

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

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




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

}



