/* 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
*/
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600,300,900);
html {
	background-color: #DCDCDC;
}
body {
	padding: 20px 0px;
	background-color: #DCDCDC;
	color: #4F4F4F;
    font-family: 'Source Sans Pro',sans-serif;
}
#MMCEvent {
	width: 400px;
    background-color: #F0F0F0;
	padding: 0px 15px 15px;
	text-align: center;
	clear: left;
}
#rorAgreement {
    background-color: #FFFFFF;
    clear: both;
    padding: 15px 30px;
	width: 360px;
	border: solid 5px #F0F0F0; 
}
#rorAgreement a.closeUI {
	display: block;
	color: #333333;
	text-decoration: none;
	width: 150px;
	padding: 3px 0px;
	margin: 10px auto;
	text-align: center;
	border: solid 1px #cccccc;
	background-color: #e2e2e2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px o rgba(255,255,255,0.3), 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px o rgba(255,255,255,0.3), 0 0 5px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px o rgba(255,255,255,0.3), 0 0 5px rgba(0,0,0,0.2);
}
#rorAgreement a.closeUI:hover {
	background-color: #cccccc;
}
#mocAgreement {
    background-color: #F0F0F0;
    clear: both;
    font-size: 14px;
    padding: 0 15px;
    text-align: center;
    width: 400px;
}
#mocAgreement p {
    padding: 5px 0;
    text-align: center;
}
#mocAgreement p input {
    clear: both;
    display: inline-block;
	background-color: #FFFFFF;
	color: #222222;
	font-size: 13px;
	padding: 4px 4px 4px 6px;
	border: solid 1px #DDDDDD;
	border: solid 1px #666666;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#Custom-Initials {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    color: #888888;
    padding: 3px;
    text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
#header {
	clear: both;
}
#headSupport {
	font-size: 18px;
	line-height: 26px;
}
#headSupport strong {
	color: #4F4F4F;
	font-weight: 700;
}
#headSupport a {
	color: #26177c;
	text-decoration: none;
}
#headSupport a:hover {
	color: #0000EE;
	text-decoration: underline;
}
#content {
	clear: both;
}
#UP_SELLS {
	display: none;
	/*clear: both;*/
}
#ORDER_FORM_PRODUCT_LIST, #ORDER_FORM_BILLING_ENTRY, #ORDER_FORM_SUMMARY, #PAYMENT_SELECTION, .checkoutLinks {
	width: 400px;
	padding: 0px 15px;
	float: left;
	clear: left;
	background-color: #F0F0F0;
	/*box-shadow: 0px 5px 10px #AAAAAA;*/
	max-width: 100%;
}
#ORDER_FORM_PRODUCT_LIST {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
#ORDER_FORM_PRODUCT_LIST .viewCart, #ORDER_FORM_SUMMARY .orderSummary {
	background-color: rgba(45,2,81,0.1);
	color: #4F4F4F;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#ORDER_FORM_PRODUCT_LIST .viewCart th, #ORDER_FORM_SUMMARY .orderSummary th {
	border-bottom: solid 1px #26177c;
}
#ORDER_FORM_PRODUCT_LIST .viewCart tr.subtotal td, #ORDER_FORM_SUMMARY .orderSummary td.subtotal {
	background-color: #26177c;
	color: #FFFFFF;
}
#ORDER_FORM_PRODUCT_LIST .viewCart tr.subtotal td.leftAlign, #ORDER_FORM_SUMMARY .orderSummary td.subtotal {
	-moz-border-radius: 0px 0px 0px 10px;
	-webkit-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
}

#ORDER_FORM_PRODUCT_LIST .viewCart tr.subtotal td.rightAlign, #ORDER_FORM_SUMMARY .orderSummary td.rightAlign.subtotal {
	-moz-border-radius: 0px 0px 10px 0px;
	-webkit-border-radius: 0px 0px 10px 0px;
	border-radius: 0px 0px 10px 0px;
}
#ORDER_FORM_SUMMARY .orderSummary td[colspan=2] {
	display: none;
}
.checkoutLinks {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
}
h2#columnTitle {
	display: block;
    font-size: 1.25em;
	font-weight: 700;
	line-height: 26px;
	padding: 15px 0px 15px;
	margin: 0px;
	color: #000000;
}
ul.smallchecks {
    margin: 0 0 2em;
    padding: 0;
}
ul.smallchecks li {
    background-image: url("../img/purplecheck.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 21px;
    list-style: none outside none;
    margin-bottom: 12px;
    margin-left: 20px;
    min-height: 2em;
    padding-left: 40px;
}
.quotebox {
    background-color: #F0F0F0;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    color: rgba(45, 2, 81, 0.6);
    display: block;
    font-family: "Palatino", Georgia, "Times New Roman", Times,serif;
    font-size: 14px;
    line-height: 16px;
    margin: 10px 10px 20px;
    padding: 20px;
}
.quotebox p:first-child {
    text-align: left;
}
.quotebox p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 15px;
    text-align: right;
}
.quotebox:first-line {
    font-size: 18px;
    font-variant: small-caps;
}
#guarantee {
    margin: 0px;
    padding: 0 0 20px;
    width: 858px;
	text-align: center;
}
.cnt {
    float: left;
    margin: 12px 0 0 10px;
    padding: 0;
}
#guarantee .cnt h1 {
    font-size: 36px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
#guarantee .cnt h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 5px 0 0;
}
#guarantee .cnt p {
    color: #0D8EB9;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
#guarantee .cnt {
    max-width: 250px;
}
#secure .cnt {
    max-width: 130px;
}
#money-back {
    float: left;
    width: 40%;
}
#money-back img {
    float: left;
}
#secure {
	display: inline-block;
	float: none;
    /*float: left;
    margin-left: 10px;*/
    width: 200px;
}
#secure img {
    float: left;
}
#cards {
	display: inline-block;
	float: none;
	/*float: right;*/
	margin-top: 10px;
	width: 240px;
}
#seal {
	display: inline-block;
	float: none;
	width: 90px;
	text-align: center;
	padding-left: 20px;
}
.clear {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: -1px 0px 0px;
	padding: 0px;
}
body, td {
	/*font: 15px/1.5 'Open Sans', Helvetica, Arial, sans-serif;*/
	color: #222;
}
img, img a {
	border: 0 none;
}
/* 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');*/
	font-size: 20px;
	line-height: 26px;
}
.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 {
}
.upsellButton {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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 #26177c;
	background: #26177c;
	background: -webkit-gradient(linear, left top, left bottom, from(#26177c), to(#4734b4));
	background: -moz-linear-gradient(top, #26177c, #4734b4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26177c', endColorstr='#4734b4');
}
input.continueButton {
	width: 100%;
}
.continueButton, #agreeButton {
	display: block;
	outline: none;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 23px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	 text-shadow: 1px 2px 2px #2D0251;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	-webkit-box-shadow: 0 1px 3px #666666;
	-moz-box-shadow: 0 1px 3px #666666;
	box-shadow: 0 1px 3px #666666;
	border: solid 2px #26177c;
	background: #26177c;
	background: -webkit-gradient(linear, left top, left bottom, from(#26177c), to(#4734b4));
	background: -moz-linear-gradient(top, #26177c, #4734b4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26177c', endColorstr='#4734b4');
	padding: 15px;
	margin: 0px;
	cursor: pointer;
}
.codeButton: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;
}
.continueButton:hover, #agreeButton:hover {
	color: #FFFFFF;
	text-decoration: none;
	/*background: none repeat scroll 0 0 rgba(45, 2, 81, 0.5);*/
	background: none repeat scroll 0 0 rgba(179, 134, 66, 0.5);
}
.codeButton:active, .upsellButton:active {
	position: relative;
	top: 1px;
}
.continueButton:active, #agreeButton:active {
	color: #FFFFFF;
	text-decoration: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}
/* MISC
===============================================================*/

.errorMessage {
	color: #dd4949;
}

@media(max-width:860px) {
	body {
		padding: 0px;
	}
	#MMCEvent, #ORDER_FORM_PRODUCT_LIST, #ORDER_FORM_BILLING_ENTRY, #ORDER_FORM_SUMMARY, #PAYMENT_SELECTION, .checkoutLinks, #rorAgreement {
		width: 100%;
		padding: 0px;
		float: none;
		clear: both;
		max-width: 100%;
		border: none;
	}
	#rorAgreement ol {
		margin-left: 30px;
	}
	.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 {
		font-size: 16px;
		line-height: 20px;
	}
	#guarantee {
		float: none;
		display: block;
		width: 100%;
	}
	#money-back {
		float: none;
		display: inline-block;
		width: auto;
		margin: 0px auto;
	}
	#secure {
		float: none;
		display: inline-block;
		width: auto;
		margin: 10px auto;
	}
	#cards {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	#seal {
		float: none;
		clear: both;
		display: inline-block;
		padding: 10px 0px 0px;
		margin: 0px auto;
		text-align: center;
	}
	#MMCEvent, #ORDER_FORM_PRODUCT_LIST, #ORDER_FORM_PRODUCT_LIST .viewCart, #ORDER_FORM_SUMMARY .orderSummary, #ORDER_FORM_PRODUCT_LIST .viewCart tr.subtotal td.leftAlign, #ORDER_FORM_SUMMARY .orderSummary td.subtotal, #ORDER_FORM_PRODUCT_LIST .viewCart tr.subtotal td.rightAlign, #ORDER_FORM_SUMMARY .orderSummary td.rightAlign.subtotal, #ORDER_FORM_SUMMARY .orderSummary, #ORDER_FORM_SUMMARY .orderSummary td.subtotal, #ORDER_FORM_SUMMARY .orderSummary td.rightAlign.subtotal, #ORDER_FORM_SUMMARY .orderSummary, .checkoutLinks {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
}
@media(min-width:767px) {
	.seal-wrapper {
		margin-bottom: -194px;
	}
}
.buySafeBox {
	margin: 0px -30px;
	text-align: center;
}
@media(max-width:767px) {
	.seal-wrapper {
		display: block;
	}
	.buySafeBox {
		margin: 0px;
	}
}