/* 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: #678298; } .actCHECKOUTBG { background-color: #eeeeee; } .actlarger { font-size: 13px; color: #000000; } .actsmaller{ font-size: 10px; color: #000000; } .actxxsmall { font-size: 10px; color: #000000; } .actxsmall { font-size: 11px; color: #000000; } .actsmall { font-size: 11px; color: #000000; } .actregular { font-size: 13px; color: #000000; } .actlarge{ font-size: 16px; color: #000000; } .actxlarge { font-size: 20px; color: #000000; } .actxxlarge { font-size: 20px; color: #000000; } .actwarningcolor { color: #cc0000; } .actrequiredcolor { color: #cc0000; } .actsearchhighlightcolor { color: #cc0000; } .actrequired { color: #cc0000; } .actwarning { font-size: 11px; color: #cc0000; } .actwelcome { font-size: 11px; color: #000000; } .actlogotext { font-size: 11px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 11px; color: #cc0000; } /* Shopping cart and checkout fields ------------------------------------------- */ table.checkout td { background-color: #eeeeee; } table.checkout th { background-color: #678298; } .cart { background-color: #eeeeee; } td.product-name-cart-cell { font-size: 14px; font-weight: bold; } td.product-name-cart-cell a { color: #333; } .cartheading { background-color: #678298; font-weight: bold; color: white; } .normal-button { background: #828baa; font: 12px Tahoma, Arial; color: #fff; font-weight: bold; padding: 3px; border: solid 1px #333; } .highlight-button { background: #678298; font: 12px Tahoma, Arial; color: #fff; font-weight: bold; padding: 3px; border: solid 1px #333; } h2.checkout-heading { font-size: 16px; padding: 5px; margin: 20px 0 10px 0; } p.terms-header { font-weight: bold; font-size: 14px; padding-top: 1em; }
