/*************************************************************************
' 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     {
	FONT-FAMILY: Verdana, Arial, Helvetica;
	FONT-SIZE: 8pt;
	background-image: none;
	SCROLLBAR-FACE-COLOR: #990000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ff3333;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #333399;
	SCROLLBAR-DARKSHADOW-COLOR: #990000;
	SCROLLBAR-BASE-COLOR: #99cc00;
	background-color: #663300;
} 

B, TD, P     {FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt;} 

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #990000; 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: #990000;
	BACKGROUND-COLOR: #DDDDDD;
	PADDING: 1px;
	font-size: 14px;
	background-image: url(../images/background.gif);
}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #663300;
	font-weight: bold;
	padding: 6px;
}
.CPbox2B A:link    {COLOR: #FFFFFF; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #CCCCCC; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #FFFFCC; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {
	BORDER-BOTTOM: 2px solid #CCCCCC;
	PADDING-BOTTOM: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	vertical-align: bottom;
	text-align: center;
	background-color: #663300;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
}

/* Box - Page Navigation */
.CPpageNav {
	BACKGROUND-COLOR: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

/* 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 */
.BoldBlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	line-height: 120%;
	font-weight: bold;
	background-position: left;
	text-align: left;
}

/* Product SKU */
.CenteredHead {
	font-size: 24px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-align: center;
}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #336600}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #336600}

/* Product List Price - Text Label */
.CPprodLPriceT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}

/* 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: 8pt}

/* Option Text box */
.CPoptTxt {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 9pt;
	color: #000000;
	text-align: left;
}

/* ------------------- */
/* 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}

/* ------------------- */
/* 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}

/* These are all the styles added by me locally*/
td.header {
	background-color: #F5F5F5;
	padding: 6px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
td.footer {

	padding: 6px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
/*
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
}
BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #000000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	background-image: url(images/background.gif);
	}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: underline;
	}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #339999;
	text-decoration: underline;
	}
td.nav {
	background-color: #990000;
	padding: 3px;
	background-position: center;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	word-spacing: normal;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	border: none;
	font-style: italic;
} */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
.CPbox3 {
COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #990000}
.CPbox3H {

	COLOR: #333333;
	BACKGROUND-COLOR: #FFCCCC;
	PADDING: 1px;
	font-size: 14px;
}
.CPbox3B {
COLOR: #333333
}
.pricingNumbers {
	text-align: right;
	border: none;
}
.CPpageBaum {
	BACKGROUND-COLOR: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.CPoptTxtBatHead {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 9pt;
	color: #000000;
	background-color: #FFCC99;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	font-weight: bold;
}
.CPoptTxtPullout {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 10pt;
	color: #3399FF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	background-position: center;
	text-align: center;
	font-weight: bold;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #663300;
	padding-right: 6px;
}.CPoptTxtSmall {

	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 7pt;
	color: #000000;
}
ul.bolds {
	padding: 6px 6px 6px 12px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	background-position: left;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.red {
	padding: 6px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	background-position: left;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
.xtraLead {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 9pt;
	color: #339900;
	line-height: 14pt;
	text-align: left;
}
.newPricing {
	FONT-FAMILY: Verdana, Arial, helvetica;
	FONT-SIZE: 10pt;
	color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	background-position: left;
	text-align: left;
	font-weight: bold;
	text-decoration: blink;
	background-color: #FF0000;
}
.CPbox3B {
	COLOR: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: 663300;
}
.CPbox3B A:link {
	color:#FFFFCC;
	font-weight: normal;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: 663300;
}
.CPbox3B A:visited {
	color:#FFFFCC;
	font-weight: normal;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: 663300;
}TD.tag A:link {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
