/* theme.css contains styles that support different sizes of theme images */ @import url("theme.css"); /* begin general styles for all themes */ body { margin: 0px; padding: 0px; } form { margin: 0px; } /* Generic text formatting used throughout the store ---------------------------- */ .actCHECKOUTEM { background-color: #b2b2b2; } .actCHECKOUTBG { background-color: #ffffff; } .actlarger { font-size: 13px; } .actsmaller{ font-size: 10px; } .actxxsmall { font-size: 10px; } .actxsmall { font-size: 11px; } .actsmall { font-size: 11px; } .actregular { font-size: 13px; } .actlarge{ font-size: 16px; } .actxlarge { font-size: 20px; } .actxxlarge { font-size: 20px; } .actwarningcolor { color: #1768a6; } .actrequiredcolor { color: #1768a6; } .actsearchhighlightcolor { color: #cc0000; } .actrequired { color: #1768a6; } .actwarning { color: #1768a6; } .actwelcome { font-size: 11px; } .actlogout { font-size: 11px; } p.terms-header { font-weight: bold; font-size: 14px; padding-top: 1em; } /* Shopping cart and checkout fields ------------------------------------------- */ div.CheckoutCartSection { margin-top; 0px; margin-bottom: 10px; } table.checkout#idTableCheckoutSection { margin-bottom: 0px; } table.checkout { width: 553px; border-collapse: collapse; padding: 0px 0px; text-align: left; margin-bottom: 5px; } table.checkout th { background-color: #fff; font-size: 13px; font-weight: bold; color: #333; text-align: left; padding: 5px 2px; border-bottom: solid 1px #ccc; } table.checkout th.instruction { font-size: 11px; font-weight: normal; } table.checkout th.change { font-size: 11px; font-weight: bold; padding: 0px 0px; text-align: right; float:right; } .checkout-change-button	{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #ffffff; background: #1768a6; padding: 2px 5px; border: solid 1px #1768a6; } table.checkout td { background-color: #fff; border-bottom: solid 1px ccc; /*padding: 2px 2px;*/ padding: 6px 2px; } table.checkout#idBothAddressesTable col { width: auto; } td#idCheckoutHelpLabel, table.checkout#idBothAddressesTable col.prompt { width: 130px; } .cart { background-color: #ffffff; border-bottom: solid 1px #b2b2b2; } .checkout-cartheading { font-weight: bold; background-color: #b2b2b2; color: #ffffff; border-top: solid 1px #b2b2b2; border-bottom: solid 1px #b2b2b2; } .cartheading { background-color: #b2b2b2; font-weight: bold; color: #ffffff; } h2.checkout-heading { background-color: #f8f8f8; font-size: 13px; font-weight: bold; color: #333; text-align: left; padding: 5px 2px; border-bottom: solid 1px #ddd; } h3.checkout-heading { background-color: #FFF; font-size: 13px; font-weight: bold; color: #333; text-align: left; padding: 5px 2px; border-bottom: solid 1px #ddd; } .checkout-subheading { font-weight: bold; padding: 0; margin: 0; } img.cartthumbnail { border: 0px; margin-left: 2px; margin-right: 2px; width: 25px; } input.normal-button { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #ffffff; background: #b2b2b2; padding: 1px 4px; border: solid 1px #b2b2b2; } input.highlight-button { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #ffffff; background: #1768a6; padding: 1px 4px; border: solid 1px #1768a6; } .checkout-field-label { width: 160px; } .checkout-field-input { width: *; } .checkout-field-input input, .checkout-field-input select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333; background-color: #ececec; border:1px solid #d6d6d6; padding: 2px; } .InvoiceField input, .InvoiceField select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333; background-color: #ececec; border:1px solid #d6d6d6; padding: 2px; width: 200px; } .DeliverField input, .DeliverField select { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333; background-color: ececec; border:1px solid #d6d6d6; padding: 2px; width: 200px; } table.checkout#idBothAddressesTable select { width: 180px; } input.checkbox { background-color: #fff; border: 0;	 } .checkout-field-area { background: #ffffff; border-bottom: solid 2px #ffffff; width: 553px; } .checkout-field-area p { margin: 0; padding: 4px; } div.checkout-buttons { width: 553px;  height: 50px;  margin-top: 20px; } .left {  float : left;  width : 50%;  } .right {  float : right;  width : 40%;  } .spacer {  clear : both;  } .checkout-help-hide {  display: none;  } /* Recently Viewed Products List Style ------------------------------------ */ .rr-cart-table { line-height: 13px; } .rr-cart-table th { font: 13px Arial; color: #333; font-weight: bold; padding-top: 8px; padding-bottom: 8px; padding-right: 23px; border-bottom: solid 1px #ccc; } .rr-cart-table td { font: 13px Arial; padding-top: 14px; padding-bottom: 10px; padding-right: 23px; border-bottom: solid 1px #ccc; color: #333; } .rr-cart-table td.bottom-rows { border: 0; padding-top: 4px; padding-bottom: 4px; font-weight: bold; padding-right: 23px; } .rr-cart-table td.bottom-total  { border: 0; padding-top: 4px; padding-bottom: 4px; font-weight: bold; color: #fff; background: #1768a6; padding-right: 23px; } .rr-price { font-weight: bold; color: #1768a6; } .rr-cart-table td input { background:#ececec; border:1px solid #d6d6d6; padding:1px 3px 3px; } .rr-checkout-table { line-height: 13px; } .rr-checkout-table th { font: 13px Arial; color: #333; font-weight: bold; background: #FFF; padding-top: 8px; padding-bottom: 8px; padding-right: 5px; border-bottom: solid 1px #ccc; text-align: left; } .rr-checkout-table td { font: 13px Arial; padding-top: 6px; padding-bottom: 6px; padding-right: 5px; color: #333; } .nice-heading { color:#1768A6; font-size:22px; font-weight:normal; letter-spacing:1px; margin:0 0 3px; }
