/**********************************/ /* Text Styles - Netscape */ /**********************************/ BODY { font-family: Arial, sans-serif; font-size:18px; text-decoration : none; } B { font-weight: bold; } /** Fonts for messages and error messages within the body of the cart **/ .PTextMsg { font-family: Arial, sans-serif; font-size:16px; font-weight: bold; text-decoration : none; } .PTextError { font-family: Arial, sans-serif; font-size:18px; font-weight: bold; color: FF0000; text-decoration : none; } /** Standard item description, price, etc fonts within the body of the cart **/ .PTextStd { font-family: Arial, sans-serif; font-size:12px; text-decoration : none; } .PTextRED { font-family: Verdana,Geneva,sans-serif; font-size:14px; color:990000; font-weight:bold; text-decoration:none; } /** Fonts within forms within the body of the cart **/ .PFormLbl { font-family: Arial, sans-serif; font-size:14px; font-weight:bold; text-decoration : none; } .PFormError { font-family: Arial, sans-serif; font-size:14px; font-weight: bold; color: FF0000; text-decoration : none; } /** Font for heading of each page within the body of the cart **/ .PHeadingCart { font-family: Arial, sans-serif; font-size: 22px; font-weight: bold; text-decoration : none; } /** Fonts for heading and subheading in index.cfm only **/ .PTextIndexHead { font-family: Arial, sans-serif; font-size:22pt; font-weight: bold; text-decoration : none; } .PTextIndexSubhead { font-family: Arial, sans-serif; font-size:20pt; font-weight: bold; text-decoration : none; } .PTextSubMenuheadNoB { font-family: Arial, sans-serif; font-size:10pt; font-weight: bold; color:ffffff; background-color:000000; } /**********************************/ /* Text Styles - Internet Explorer*/ /**********************************/ /** Fonts for messages and error messages within the body of the cart **/ .PTextMsg { font-family: Arial, sans-serif; font-size:16px; font-weight: bold; text-decoration : none; } .PTextError { font-family: Arial, sans-serif; font-size:16px; font-weight: bold; color: FF0000; text-decoration : none; } /** Standard item description, etc fonts within the body of the cart **/ .PBgBlue{ font-family: Verdana,Geneva,sans-serif; font-size:12px; text-decoration : none; background-color:B0D0E8; } /** Standard item description, etc fonts within the body of the cart **/ .PHdrSilver{ font-family: Verdana,Geneva,sans-serif; font-size:10px; text-decoration : none; background-color:eeeeee; } .PFormBtn { font-family: Arial, sans-serif; font-size:16px; font-weight:bold; text-decoration : none; background-color:B0D0E8; border-style:ridge; } .PFormFld { font-family: Arial, sans-serif; font-size:14px; text-decoration : none; border: 2px inset FFFFFF; border-color: FFFFFF; height: 26px; width: 205px; } .PFooter { font-family: Verdana,Geneva,sans-serif; font-size:9px; text-decoration : none; color:c0c0c0; } .PTextLink { font-family: Verdana,Geneva,sans-serif; font-size:10px; text-decoration : none; } /** Fonts within forms within the body of the cart **/ .PtextWhite { font-family: Arial, sans-serif; font-size:12px; font-weight:bold; text-decoration : none; color:ffffff; } /** Fonts within forms within the body of the cart **/ .PBgWhite { font-family: Arial, sans-serif; font-size:12px; text-decoration : none; background-color:ffffff; } /** Fonts within forms within the body of the cart **/ .PBgSilver { font-family: Arial, sans-serif; font-size:12px; text-decoration : none; background-color:eeeeee; } /** Fonts for heading and subheading in search.cfm only **/ .PTextHead { font-family: Arial, sans-serif; font-size:16pt; font-weight: bold; text-decoration : none; color:ffffff; } .PTextSubhead { font-family: Arial, sans-serif; font-size:14pt; font-weight: bold; text-decoration : none; color:ffffff; } .PTextSubmenuhead { font-family: Arial, sans-serif; font-size:12pt; font-weight: bold; text-decoration : none; color:ffffff; } .PtextSrRes { font-family: Arial, sans-serif; font-size:14pt; font-weight: bold; text-decoration : none; color:red; } /** Font used within the menu in index.cfm only **/ .PTextMenu { font-family: Arial, sans-serif; font-size:14px; text-decoration : none; }