/* 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; } p, table, td, th { font-style: normal; font-weight: normal; margin-top: 0px; } form { margin: 0px; } a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: none; } ul { list-style-type: square; } /* Generic text formatting used throughout the store ---------------------------- */ .actCHECKOUTEM { background-color: #678298; } .actCHECKOUTBG { background-color: #eeeeee; } .actlarger { font-size: 13px; } .actsmaller{ font-size: 11px; } .actxxsmall { font-size: 11px; } .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: #cc0000; } .actrequiredcolor { color: #cc0000; } .actsearchhighlightcolor { color: #cc0000; } .actrequired { color: #cc0000; } .actwarning { color: #cc0000; } .actwelcome { font-size: 11px; color: #000000; } .actlogout { color: #cc0000; } /* Shopping cart and checkout fields ------------------------------------------- */ table.checkout td { background-color: #eeeeee; } table.checkout th { background-color: #678298; } .cart { background-color: #eeeeee; } .cartheading { background-color: #678298; font-weight: bold; } /* Checkout Progress Indicator  ------------------------------------------------ */ p.checkout-progress-heading { width: 300px; margin: 10px auto; } #checkout-progress-indicator { width: 300px; height: 19px; background-image: url('cpi-background.gif'); margin: 0 auto 20px auto; } .checkout-progress-0 { width: 75px; height: 19px; background-color: #678298; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-1 { width: 150px; height: 19px; background-color: #678298; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-2 { width: 225px; height: 19px; background-color: #678298; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-3 { width: 300px; height: 19px; background-color: #678298; background-image: url('cpi-main.gif'); float: left; } #checkout-progress-indicator .cpi-end { width: 8px; padding: 0; margin: 0; border: 0; height: 19px; background-image: url('cpi-end.gif'); background-position: right; background-repeat: no-repeat; float: left; } /* Formatting for the site map -------------------------------------------- */ #actinic-sitemap { margin-left: 5px; } #actinic-sitemap ul { margin-bottom: 0; padding-bottom: 0; } /* Default formatting of all text boxes used in store pages ---------------- */ .form_input_general	{ line-height: normal; font-size : 11px; word-spacing: normal; } /* cart and checkout layouts */ .chd { width: 661px; padding-top: 5px; padding-bottom: 5px; margin: 0 auto; } table.chd { width: 670px; padding: 0; margin: 0 auto; } table.chd th { background-color: #999; color: #fff; font-weight: bold; } table.chd td { background-color: none; } .chd-heading { width: 656px; margin: 10px auto; background-color: #999; color: #fff; font-size: 13px; padding: 5px; font-weight: bold; /* background-image: url('images/gradient-heading.jpg'); */ } .faux-table { margin-top: 5px; } .faux-table div{ float: left; width: 130px; }