/*************************************************************************
' 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 */
BODY, B, TD, P     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

/* Info Box WITHOUT Headings */
.CPbox1            {BACKGROUND-COLOR: #FFFFFF; BORDER: none}
.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: #000080; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {BACKGROUND-COLOR: #FFFFFF; BORDER: 1px solid #BBC3D3}
.CPbox2H           {BACKGROUND-COLOR: #9FCDE3; PADDING: 1px}
.CPbox2B           {BACKGROUND-COLOR: #ffffff}
.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: #000080; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #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: 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: #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 */
.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: #F5F5F5; BORDER: 1px solid #CCCCCC}
.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: 10pt}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* ADDED - Version 2.4 */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.greentext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	line-height: normal;

}

A.bjpmenulink {
display: block;
width: 198px;
height: 20;
background-color:#F0C57B;
text-align: left;
text-decoration:none;
font-family:arial;
font-size:12px;
font-weight: bold;
color: #000000;
border: 1px solid #FF8B02;
}

A.bjpmenulink:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
color: #C30000;
}

/*
 * Yellow:        #FFBA02
 * Cream:         #F7E0B8
 * Dark Cream:    #E9C9A5
 * Green:         #9CB31E
 * Very Dark Red: #B40000
 * Dark Red:      #C30000
 * Red:           #E20000
 * Pink:          #F6B0AC
 * Light Red:     #E45213
 * Orange:        #E27700
 * New Orange:    #FF6600
 * Light Orange:  #FF8B02
 * Brown:         #6F0000
 * Black:         #000000
 * Purple:        #AE475C
 * Blue:          #3872B2
 * Off white:     #F7F7F7
 * Grey:          #CBCBCB
 * Grey Nav sel:  #E6E6E6
 *
 */
A.calendar{
	text-decoration:none;}
A.copy{
	color:#FFFFFF;
	font-weight:normal;}
.menuItemsRed{
	color:#B40000;
	font-size:20px;
	font-weight:normal;
	text-decoration:underline;}
.menuItemsBrown{
	color:#6F0000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsBrownLarger{
	color:#6F0000;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsGreenLarge{
	color:#008C00;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsBrownSmall{
	color:#6F0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsRed{
	color:#E20000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsBlack{
	color:#000000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsBlackLarge{
	color:#000000;
	font-size:17px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsWhite{
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;}
.menuItemsBottom{
	color:#B40000;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;}

A.noUnder{
	text-decoration:none;}
A.topLink{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;}