/**********************************/ /* Text Styles - Internet Explorer*/ /**********************************/ B { font-weight: bold; } /** Fonts for messages and error messages within the body of the cart **/ .CTextMsg { font-family: arial; color: FFFFFF; font-size:16px; font-weight: bold; text-decoration : none; } .CTextMsgRev { font-family: arial; font-size:16px; font-weight: bold; text-decoration : none; color: 000000; } .CTextError { font-family: arial; font-size:16px; font-weight: bold; color: #FF0000; text-decoration : none; } /** Font for heading of each page within the body of the cart **/ .CHeadingCart { color: 000000; font-family: arial; line-height: 23px; font-size: 20px; font-weight: bold; text-decoration : none; } /** Fonts within forms within the body of the cart **/ .CFormLbl { font-family: arial; font-size:12px; font-weight:bold; text-decoration : none; } /** Standard item description, price, etc fonts within the body of the cart **/ .CTextStd { color: 000000; font-family: arial; font-size:12px; text-decoration : none; } BODY { font-family: arial; color: 000000; font-size:16px; text-decoration : none; } .CBgText { background-color: ffffff; font-family: arial; font-size:12px; text-decoration : none; color: black; } .CCartFront { background-color: ffffff; font-family: arial; font-size:12px; text-decoration : none; color: black; } .CItemFormat { background-color: 000000; } .CTypeFormat { background-color: 000000; } .CTypeBG { background-color: cfcfcf; color: black; font-weight: bold; } .CMenuBG { background-color: ffffff; } .CMenuFormat { background-color: 000000; } .CCatListBg1 { background-color: cfcfcf; } .CCatListBg2 { background-color: FFFFFF; } .CTextStdEdt { font-family: arial; color: 000000; font-size:12px; text-decoration : none; } /** Type Detail Box **/ .CTextTypes { font-family: arial; font-size:12px; text-decoration : none; font-weight:bold; color: black; } .CTextStdRev { font-family: arial; color: FFFFFF; font-size:12px; text-decoration : none; } .CFormFld { font-family: arial; font-size:14px; text-decoration : none; } .CFormError { font-family: arial; font-size:12px; font-weight: bold; color: #FF0000; text-decoration : none; } /** Fonts for heading and subheading in index.cfm only **/ .CTextIndexHead { font-family: arial; font-size:20pt; font-weight: bold; text-decoration : none; } .CTextIndexSubhead { font-family: arial; font-size:18pt; font-weight: bold; text-decoration : none; } /** Font used within the menu in index.cfm only **/ .CTextMenu { font-family: arial; font-size:12px; text-decoration : none; } .CTextMenuHead { font-family: arial; color: FFFFFF; font-size:16px; font-weight: bold; text-decoration : none; } .CFormBtn { font-size: 8pt; height: 22; font-family: verdana,arial,helvetica; filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#ffffff', startColorstr='#CCCCCC', gradientType='1'); } .CFormBtn_old { font-family: arial; font-size:14px; font-weight:bold; text-decoration : none; }