/* Main body style definition */ BODY { font-family : Arial, Helvetica, sans-serif; font-size : 12px; } /* Used if no thick and thin line images defined was 0000ff */ HR.thickline { color : #336699; size : 4; } HR.thinline { color : #336699; size : 2; } /* This is the style for the majority of text not otherwise defined below */ .mainpage { font-family : Arial, Helvetica, sans-serif; font-size : 12px; padding : 2; border-width : 0; margin : 0; color : #000000; } /* Style for main page titles, if no image defined was 000099*/ .title { font-family : Arial, Helvetica, sans-serif; font-size : 22px; color : #336699; font-weight: bold; } /* Style for other page titles, if no image defined was 000099*/ .title2 { font-family : Arial, Helvetica, sans-serif; font-size : 15px; color : #336699; font-weight: bold; } /* Style for text that appears at the top of some special pages like specials, and search engine */ .toptext { font-family : Arial, Helvetica, sans-serif; font-size : 15px; color : Black; } /* Style for product names, if no image defined */ .prodname { font-family : Arial, Helvetica, sans-serif; font-size : 13px; } /* Style for category names, if no image defined */ .catname { font-family : Arial, Helvetica, sans-serif; font-size : 13px; } /* Style for Product SKU line, if turned on */ .prodSKU { font-family : Arial, Helvetica, sans-serif; font-size : 12px; } /* Style for Product price, if turned on */ .prodprice { font-family : Arial, Helvetica, sans-serif; font-size : 12px; } /* Style for Product price emphasized words */ .prodprice2 { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: Red; } /* Style for Product discount line, if turned on */ .proddisc { font-family : Arial, Helvetica, sans-serif; font-size : 12px; } /* Style for border around image on moreinfo page */ .moreimg { border-style : groove; border-width : thick; border-color : Silver; width: 30%; text-align : center; padding : 15px; background-color: white; } /* Style for orderbox text */ .ordertext { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; } /* Style for form headers */ .formheader { font-family : Arial, Helvetica, sans-serif; font-size : 13px; color : white; } /* Style for form background */ table.formbg { background-color : #d8e8f5; } /* Style for form text */ .formtext { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; } /* Style for larger form text */ .largerformtext { font-family : Arial, Helvetica, sans-serif; font-size : 14px; color : #000000; } /* Style for smaller form text */ .smallformtext { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color : #000000; } /* Style for form error messages */ .formerror { font-family : Arial, Helvetica, sans-serif; font-size : 15px; color : red; } /* Style for form required text */ .formreqtext { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : red; } /* Style for shopping cart header was white*/ .cartheader { font-family : Arial, Helvetica, sans-serif; font-size : 13px; color : #d8e8f5; } /* Style for shopping cart header background was #0018CE*/ .cartheaderbg { background-color : #336699; } /* Style for shopping cart text */ .carttext { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color : #000000; } /* Style for small shopping cart text */ .smallcarttext { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : #000000; } /* Style for main shopping cart color was ffffff*/ .mainrows { background-color : #d8e8f5; } /* Style for alternate shopping cart rows was bbddff*/ .altrows { background-color : #93bee2; } /* was 000099*/ .header { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #336699; } /* Add any additional styles you wish to use for your store here */ /* Used for the default header was #336699*/ A.header { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #000080; font-weight: bold; } /* Used for the default footer was 000099*/ A.footer { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #336699; font-weight: bold; } .merchant { font-family : Arial, Helvetica, sans-serif; font-size : 11px; font-style : italic; color : #000000; } input.ordertext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-variant: small-caps; font-weight: bold; border: solid #336699 1px; background-color: #93bee2; height: 20px; } input.formtext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; border: solid #336699 1px; background-color: #93bee2; height: 20px; }