/* 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: #8add25; } .actCHECKOUTBG { background-color: #333333; } .actlarger { font-size: 13px; color: #ffffff; } .actsmaller{ font-size: 10px; color: #ffffff; } .actxxsmall { font-size: 10px; color: #ffffff; } .actxsmall { font-size: 11px; color: #ffffff; } .actsmall { font-size: 11px; color: #ffffff; } .actregular { font-size: 13px; color: #ffffff; } .actlarge{ font-size: 16px; color: #ffffff; } .actxlarge { font-size: 20px; color: #ffffff; } .actxxlarge { font-size: 20px; color: #ffffff; } .actwarningcolor { color: #8add25; } .actrequiredcolor { color: #8add25; } .actsearchhighlightcolor { color: #ffffff; } .actrequired { color: #8add25; } .actwarning { font-size: 11px; color: #8add25; } .actwelcome { font-size: 11px; color: #ffffff; } .actlogotext { font-size: 11px; color: #D9090E; font-style: normal; font-weight: bold; text-align: center; } .actlogout { font-size: 11px; color: #ffffff; } /* Shopping cart and checkout fields ------------------------------------------- */ table.checkout td { background-color: #333333; } table.checkout th { background-color: #8add25; } .cart { background-color: #333333; } .cartheading { background-color: #8add25; font-weight: bold; color: #000; } .normal-button { background: #666666; font: 12px "Trebuchet MS", Verdana; color: #fff; font-weight: bold; padding: 3px; border: solid 1px #333; } .highlight-button { background: #8add25; font: 12px "Trebuchet MS", Verdana; color: #000; font-weight: bold; padding: 3px; border: solid 1px #333; } h2.checkout-heading { font-size: 16px; padding: 5px; margin: 20px 0 10px 0; border-bottom: solid 1px #8add25; } p.terms-header { font-weight: bold; font-size: 14px; padding-top: 1em; }
