/*************************************************************************
' 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: #333333;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	text-align: center;
	font-weight: bold;
}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {
	COLOR: #333333;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #FFFFFF;
	}
.CPbox2Bnew   {        
	COLOR: #333333;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #FFFFFF;
}
.CPbox2Bnew A:link    {COLOR: #000000; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2Bnew A:visited {COLOR: #00000c; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2Bnew A:hover   {
	COLOR: #FF0000;
	FONT-SIZE: 10px;
	font-weight: bold;
}

.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {
	COLOR: #3C5267;
	FONT-SIZE: 10px;
	font-weight: bold;
}

/* Box - Page Headings */
.CPpageHead {
	color: #D1D5E3;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.CPpageHead a:link {
	color: #D1D5E3;
	text-decoration: none;
}
.CPpageHead a:visited {
	color: #D1D5E3;
	text-decoration: none;
}
.CPpageHead a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.CPpageHead a:active {color: #000000;}


/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {
	BACKGROUND-COLOR: #EAEFF3;
	color: #FFFFFF;
}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #F0F0F0}

/* Product Short Description (Except Detail page) */
.CPprodDesc {
	FONT-SIZE: 10px;
	color: #263441;
	font-weight: bold;
}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 10px}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {
	COLOR: #006699;
	font-weight: normal;
}

/* Product Price - Price Value */
.CPprodPriceV {
	COLOR: #006699;
	font-weight: bold;
	font-size: 14px;
}

/* 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 {
	color: #3C5267;
	font-weight: normal;
}

/* Category Description - Has products linked to it */
.CPcatDescProd {
	FONT-WEIGHT: normal;
	color: #263441;
}
}
.CPcatDescProd a:link {
	color: #263441;
	text-decoration: underline;
}
.CPcatDescProd a:visited {
	color: #666666;
	text-decoration: underline;
}
.CPcatDescProd a:hover {
	color: #3C5267;
	text-decoration: none;
}
.CPcatDescProda:active {color: #000000;}

/* Option Description for "Optional" options */
.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: #FFFFFF}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt}
.CPsysMsgErr {
	COLOR: red;
	FONT-SIZE: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.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 {FONT-STYLE: italic; color: Red}
.lightbg {

	COLOR: #333333;
}

.A:link     {
	COLOR: #C0C0C0;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.A:hover    {COLOR: #3C5267; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

.NavLinks {
	background-image: url(img/nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 100%;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.NavLinks :link    {text-decoration: none;color: #666666;font-weight: normal;}
.NavLinks :visited {text-decoration: none;color: #666666;font-weight: normal;}
.NavLinks :hover   {text-decoration: none; color: #333333; font-weight: normal;}
.NavLinks :active   {text-decoration: none;color: #666666;font-weight: normal;}
