/*************************************************************************
' 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, INPUT, SELECT     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

a:link    {COLOR: #583522; FONT-SIZE: 11px; TEXT-DECORATION: underline}
a:visited {COLOR: #583522; FONT-SIZE: 11px; TEXT-DECORATION: underline}
a:hover   {COLOR: #583522; FONT-SIZE: 11px; TEXT-DECORATION: underline}

.CPbox2           {COLOR: #583522; font-weight:bold}
.CPbox2 A:link    {COLOR: #583522; FONT-SIZE: 11px; TEXT-DECORATION: none; font-weight:bold}
.CPbox2 A:visited {COLOR: #583522; FONT-SIZE: 11px; TEXT-DECORATION: none; font-weight:bold}
.CPbox2 A:hover   {COLOR: #583522; FONT-SIZE: 11px; TEXT-DECORATION: none; font-weight:bold}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR:#ffcc66}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

.homeI		{}
.homeDesc	{font-size:14px;font-weight:bold;}
.homeDescL	{padding:0px 3px 0px 3px}
.homePlus	{padding-bottom:10px;padding-top:3px}
.vignette	{border:1px solid #663300}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: orangered;font-size:14px}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: orangered;font-size:14px}

/* Product List Price - Text Label */
.CPprodLPriceT {font-size:12px}

/* Product List Price - Price Value */
.CPprodLPriceV {font-size:12px;TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {font-size:12px;font-weight:bold}

/* Product Sale Price - Price Value */
.CPprodSPriceV {font-size:12px;COLOR: red;font-weight:bold}

/* 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}

/* Option Description for "Optional" options */
.CPoptDesc {color:#583522; font-weight:bold}

/* 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: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #583522; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #583522; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #583522; TEXT-DECORATION: underline}
 
/* 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}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {color:#583522; font-weight:bold}