/*cope with inheritance bugs*/ body, table, th, td{ color:#000000; font-size: x-small; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; } /*body specific*/ body{ background-color:#ffffff; margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; } form{ margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; } a:link{ color:#996633; font-size:x-small; text-decoration:none; } a:visited{ color:#993333; font-size:x-small; text-decoration:none; } a:hover{ color:#000000; font-size:x-small; text-decoration:underline; } a:active{ color:#996633; font-size:x-small; text-decoration:none; } li{ color:#000000; list-style-type:square; } ol{ color:#000000; } ul{ color:#000000; list-style-type:square; } H1, H2, H3, H4, H5, H6 { font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; } SELECT { FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; } .actCHECKOUTEM { background-color: #cc9966; } .actCHECKOUTBG { background-color: #ffcc99; } .actlarger{ font-size: larger; color:#000000; } .actsmaller{ font-size: smaller; color:#000000; } .actxxsmall{font-size:xx-small;color:#000000;} .actxsmall{font-size:x-small;color:#000000;} .actsmall{font-size:small;color:#000000;} .actregular{font-size:medium;color:#000000;} .actlarge{font-size:large;color:#000000;} .actxlarge{font-size:x-large;color:#000000;} .actxxlarge{font-size:xx-large;color:#000000;} .actwarningcolor{color:#ff0000;} .actrequiredcolor{color:#ff0000;} .actsearchhighlightcolor{color:#ff0000;} .actrequired{color:#ff0000;} .actwarning{font-size:x-large;color:#ff0000;} .actwelcome{font-size:medium;color:#000000;} .actlogotext {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: x-small; color: #D9090E; font-style: normal; font-weight: bold; text-align: center} .actlogout{font-size:x-small;color:#996633;} table.checkout td { background-color: #ffcc99; } table.checkout th { background-color: #cc9966; } .cart { background-color: #ffcc99; } .cartheading { background-color: #cc9966; 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: #80ffcc99; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-1 { width: 150px; height: 19px; background-color: #80ffcc99; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-2 { width: 225px; height: 19px; background-color: #80ffcc99; background-image: url('cpi-main.gif'); float: left; } .checkout-progress-3 { width: 300px; height: 19px; background-color: #80ffcc99; 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; } 
