/* 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: #616aa1; } .actCHECKOUTBG { background-color: #f0f0f0; } .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; } .image_float_right { float: right; margin: 5px 0px 15px 15px; } /* Shopping cart and checkout fields ------------------------------------------- */ table.checkout td { background-color: #f0f0f0; } table.checkout th { background-color: #616aa1; } .cart { background-color: #f0f0f0; } .cartheading { background-color: #616aa1; font-weight: bold; color: white; } .normal-button { background: #616aa1; font: 12px "Trebuchet MS", Verdana; color: #fff; font-weight: bold; padding: 3px; border: solid 1px #333; } .highlight-button { background: #52d12b; font: 12px "Trebuchet MS", Verdana; color: #fff; font-weight: bold; padding: 3px; border: solid 1px #333; } h2.checkout-heading { font-size: 16px; padding: 5px; border-bottom: solid 1px #616aa1; margin: 20px 0 10px 0; } p.terms-header { font-weight: bold; font-size: 14px; padding-top: 1em; }