                                
/* Layout: One Column
Theme: Graphite

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=Podkova:400,700);
@import url(https://fonts.googleapis.com/css?family=Doppio+One);

body {
	font: 15px/1.5 Podkova, Rockwell, Helvetica, sans-serif;
	color: #ddd;
	background-color: #222;
    background-image: url(/resources/styledcart/images/graphite/one-column/order-form/graphite-bgr.png);
	}

td {
	font: 15px/1.5 Podkova, Rockwell, Helvetica, sans-serif;
    color: #222;
	}

img, img a {
    border: 0 none;
	}

#wrapper {
    /* Wraps around everything and sets the total width of the order form */
    background-color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }



/* 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 {
    color: #FFF;
    background: #000;
    font-size: 16px;
    }

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

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



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

.Disclaimer-Box {
    background: none repeat scroll 0px 0px #F2F2F2;
    border: 2px dashed #F00;
    border-radius: 3px;
    margin: 10px auto;
    padding: 20px;
    float: left;
}

.errorMessage {
	color: #d44;
	}




/* 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 img {
    max-width: 340px !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;
}

}



