/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 2.5
' Modified : February 2004
' Copyright: Copyright (C) 2004 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 */
BODY, B, TD, P       { color: #000; font-size: 10px; font-family: Verdana, Arial, Helvetica }

/* Info Box WITHOUT Headings */
.CPbox1               { color: #000; background-color: #b6cea2; border: solid 1px #bbc3d3 }
.CPbox1 A:link      { color: #841a1c; font-size: 10px; font-weight: bold; text-decoration: none }
.CPbox1 A:visited   { color: #841a1c; font-size: 10px; font-weight: bold; text-decoration: none }
.CPbox1 A:hover     { color: #f5f5f5; font-size: 10px; font-weight: bold; text-decoration: underline }

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2               { color: #000; background-color: #fdb861; border: solid 0 #bbc3d3 }
.CPbox2H            { color: #000; background-color: #fdb861; padding: 1px }
.CPbox2H B          { color: #000 }
.CPbox2B             { color: #000; background-color: #d5e9ca }
.CPbox2B A:link     { color: #000; font-size: 10px; text-decoration: none }
.CPbox2B A:visited  { color: #000; font-size: 10px; text-decoration: none }
.CPbox2B A:hover     { color: #06351e; font-size: 10px; text-decoration: underline }

/* Box - Page Headings */
.CPpageHead  { padding-bottom: 4px; border-bottom: 2px solid #bbc3d3 }

/* Box - Page Navigation */
.CPpageNav   { background-color: #eeeeee }

/* Box - General Headings */
.CPgenHeadings   { background-color: #eee }

/* Box - Product Image (Home page) */
.CPhomeImg   { background-color: #f5f5f5; border: solid 1px #cccccc }

/* Box - Product Description (Home page) */
.CPhomeDesc  { border-bottom: 1px solid #cccccc }

/* Horizontal and Vertical lines */
.CPlines  { background-color: #cccccc }

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9px}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11px}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT  { color: #800000 }

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* 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: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: bold}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8px}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8px}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView  { background-color: #fffff3; border: solid 1px #fffff3 }
.CPcolsView A:link    {COLOR: #841A1C; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #841A1C; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #841A1C; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10px}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10px}
.CPsysMsgURL {FONT-SIZE: 10px}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8px}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}





