BODY { font-family: Verdana; font-size:16px; text-decoration : none; } B { font-weight: bold; } /** Fonts for messages and error messages within the body of the cart **/ .CTextMsg { font-family: Verdana; font-size:12px; font-weight: bold; text-decoration : none; } .CTextError { font-family: Verdana; font-size:12px; font-weight: bold; color: #FF0000; text-decoration : none; } /** Standard item description, price, etc fonts within the body of the cart **/ .CTextStd { font-family: Verdana; font-size:12px; text-decoration : none; font-color = black; } /** Fonts within forms within the body of the cart **/ .CFormLbl { font-family: Verdana; font-size:12px; font-weight:bold; text-decoration : none; } .CFormFld { font-family: Verdana; font-size:14px; text-decoration : none; } .CFormError { font-family: Verdana; font-size:12px; font-weight: bold; color: #FF0000; text-decoration : none; } .CFormBtn { font-family: Verdana; font-size:14px; font-weight:bold; text-decoration : none; } /** Font for heading of each page within the body of the cart **/ .CHeadingCart { font-family: Verdana; color: black; font-size: 20px; font-weight: bold; text-decoration : none; } /** Fonts for heading and subheading in index.cfm only **/ .CTextIndexHead { font-family: Verdana; font-size:20pt; font-weight: bold; text-decoration : none; } .CTextIndexSubhead { font-family: Verdana; font-size:18pt; font-weight: bold; text-decoration : none; } /** Font used within the menu in index.cfm only **/ .CTextMenu { font-family: Verdana; font-size:12px; text-decoration : none; } /** Links in text **/ .nounderline { font-family: Verdana; font-size: 11px; color: black>; text-decoration: none; font-weight: bold} A:active {color: black;text-decoration: none;} A:visited {color: black;text-decoration: none;} A:link {color: black;text-decoration: none;} A:hover {color: black;text-decoration: underline;} .price { font-family: Verdana; font-size: 14px; color: red; text-decoration: none; font-weight: bold} /** thumbnail mouseover magnifications **/ .thumbnail{ position: relative; z-index: 0; } .thumbnail:hover{ background-color: transparent; z-index: 50; } .thumbnail span{ position: absolute; background-color: lightyellow; padding: 5px; left: -1000px; border: 1px dashed gray; visibility: hidden; color: black; text-decoration: none; } .thumbnail span img{ border-width: 0; padding: 2px; } .thumbnail:hover span{ visibility: visible; top: 0; left: 60px; } /** Table CSS **/ table.wide-table { width: 800; } tr.header {background-color:#025692; color: yellow; font-family:Verdana; font-size:13px; font-weight: bold; height:30px; background-image:url(images/backgrounds/); } table.stdtable {background-color:#4396CA; color: black; font-family:Verdana; font-size:12px; text-decoration: none; } table.transtable { color: black; font-family:Verdana; font-size:12px; text-decoration: none; } .p_tl {background:url(images/p_tl.gif) left top no-repeat;} .p_tr {background:url(images/p_tr.gif) right top no-repeat;} .p_bl {background:url(images/p_bl.gif) left bottom no-repeat;} .p_br {background:url(images/p_br.gif) right bottom no-repeat; padding:5px;} .p_l {background:url(images/p_bg.gif) left repeat-y #ffffff;} .p_r {background:url(images/p_bg.gif) right repeat-y;} .p_t {background:url(images/p_bg.gif) top repeat-x} .p_b {background:url(images/p_bg.gif) bottom repeat-x} .tl {background:url(images/tl.gif) left top no-repeat;} .tr {background:url(images/tr.gif) right top no-repeat;} .bl {background:url() left bottom no-repeat;} .br {background:url() right bottom no-repeat;padding:5px;} .pl {background:url(images/p_bg.gif) left repeat-y #4396CA;} .pp {background:url() left repeat-y #4396CA;} .ctl {background:url(images/corn_tl.gif) left top no-repeat;} .ctr {background:url(images/corn_tr.gif) right top no-repeat;}