/*************************************************************************' Function : CSS defintions for the store.' Product  : CandyPress Store Frontend' Version  : 2.4' Modified : June 2003' Copyright: Copyright (C) 2003 CandyPress.Com '            See "license.txt" for this product for details regarding '            licensing, usage, disclaimers, distribution and general '            copyright requirements. If you don't have a copy of this '            file, you may request one at webmaster@candypress.com'**************************************************************************//* General Tag specifications */B, TD, P     {COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}Body {BACKGROUND: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}a {color: #CE6B21; text-decoration: none;}a:hover {text-decoration: underline overline;}/* Info Box WITHOUT Headings */.CPbox1            {BACKGROUND-COLOR: #000000; BORDER: 1px solid #000000}.CPbox1 A:link     {COLOR: #f5f5f5; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}.CPbox1 A:visited  {COLOR: #f5f5f5; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}.CPbox1 A:hover    {COLOR: #f5f5f5; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline overline}/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */.CPbox2            {BACKGROUND-COLOR: #000000; BORDER: 1px solid #000000}.CPbox2H           {BACKGROUND-COLOR: #000000; PADDING: 1px}.CPbox2B           {BACKGROUND-COLOR: #696969}.CPbox2B A:link    {COLOR: #f5f5f5; FONT-SIZE: 10px; TEXT-DECORATION: none}.CPbox2B A:visited {COLOR: #f5f5f5; FONT-SIZE: 10px; TEXT-DECORATION: none}.CPbox2B A:hover   {COLOR: #f5f5f5; FONT-SIZE: 10px; TEXT-DECORATION: underline overline}/* Box - Page Headings */.CPpageHead {BORDER-BOTTOM: 2px solid #000000; PADDING-BOTTOM: 4px}/* Box - Page Navigation */.CPpageNav {BACKGROUND-COLOR: #000000}/* Box - General Headings */.CPgenHeadings {BACKGROUND-COLOR: #000000}/* Box - Product Image (Home page) */.CPhomeImg {BACKGROUND-COLOR: #696969; BORDER: 1px solid #000000}/* Box - Product Description (Home page) */.CPhomeDesc {BORDER-BOTTOM: 1px solid #000000}/* Horizontal and Vertical lines */.CPlines {BACKGROUND-COLOR: #000000}/* Product Short Description (Except Detail page) */.CPprodDesc {FONT-SIZE: 9pt}/* Product Short Description (Detail page only) */.CPprodDescDet {FONT-SIZE: 11pt}/* Product Long Description */.CPprodDescLong {}/* Product Detail */.CPprodDet {}/* Product SKU */.CPprodSKU {}/* Product Price - Text Label */.CPprodPriceT {COLOR: #CE6B21}/* Product Price - Price Value */.CPprodPriceV {COLOR: #CE6B21}/* Product List Price - Text Label */.CPprodLPriceT {}/* Product List Price - Price Value */.CPprodLPriceV {TEXT-DECORATION: line-through}/* Product Sale Price - Text Label */.CPprodSPriceT {}/* Product Sale Price - Price Value */.CPprodSPriceV {COLOR: red}/* Free Shipping text */.CPfreeShipMsg {COLOR: #000000}/* In Stock text */.CPinStock {COLOR: #000000}/* Out of Stock text */.CPoutStock {COLOR: red}/* No Image text */.CPnoImgT {COLOR: #000000}/* Category List */.CPcatDescList {}/* Category Description - No products linked to it */.CPcatDesc {}/* Category Description - Has products linked to it */.CPcatDescProd {FONT-WEIGHT: bold}/* Option Description */.CPoptDesc {FONT-STYLE: italic}/* Option Select box */.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}/* Option Text box */.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}/* ADDED - Version 2.3 *//* Box - 2, 3 and 4 Column Layout for product list page */.CPcolsView {BACKGROUND-COLOR: #000000; BORDER: 1px solid #000000}.CPcolsView A:link    {COLOR: #CE6B21; TEXT-DECORATION: none}.CPcolsView A:visited {COLOR: #CE6B21; TEXT-DECORATION: none}.CPcolsView A:hover   {COLOR: #CE6B21; TEXT-DECORATION: underline overline}/* System Messages */.CPsysMsg    {FONT-SIZE: 10pt}.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt}.CPsysMsgURL {FONT-SIZE: 10pt}/* ADDED - Version 2.4 *//* Highlights used in search results */.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}