/*************************************************************************
' 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: #594C3B; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

p {
	padding: 0;
	margin: 0 0 1.3em 0;
}

/* 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: #ffffff; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; 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: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #E0F8B4; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #ffffff}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #E0F8B4}

/* 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; COLOR: #594C3B;}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 9pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #594C3B; FONT-SIZE: 8pt;}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #594C3B; FONT-SIZE: 8pt;}

/* Product List Price - Text Label */
.CPprodLPriceT { FONT-SIZE: 8pt;}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: none; FONT-SIZE: 8pt;}

/* Product Sale Price - Text Label */
.CPprodSPriceT { FONT-SIZE: 8pt;}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red; FONT-SIZE: 8pt;}

/* 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: 8pt}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #FFFFFF; BORDER: 1px solid #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: 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}

/* from original style sheet */

a	{
	color: #2F4F4F;
	font-family: Verdana, Arial, Helvetica;
	line-height: 10px;
}

a.copyrightst {
	text-decoration: none;
}

a.copyrightst:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.navigation:hover {
	color: #99CC33;
}

img {
	border: 0;
}

.bodytext	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 12px;
}

.bodytextsmall	{
	color: #594C3B;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 160%;
	font-weight : none;
}


TEXTAREA, INPUT	{
	color: #594C3B; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}
	
SELECT, OPTION {
	color: #594C3B; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
}

.inputBorder {
	border: 1px solid #E0F8B4;

}

.collectiondashes {
	color: #594C3B;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 14px;
}

.collectionheading, .collectionheading a{
	color: #472A1C;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

.collectionheading a:hover {
	text-decoration: underline;
}

.collectiontext	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
}

span.collectiontitle {
	color: #472A1C;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}

.collectiontitle a {
	color: #472A1C;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
}

.collectiontitle a:hover {
	color: #472A1C;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 16px;
	line-height: 16px;
	text-decoration: underline;
}

.copyrightac {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 10px;
}

.copyrightst {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 10px;
}

.customtext	{
	color: #514129;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 10px;
	text-decoration: none;
}

.customtextlarge {
	color: #514129;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-decoration: none;
}

.dashes {
	color: #594C3B;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 24px;
	font-weight: bold;
	line-height: 8px;
}

.hres	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 0px;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #514129;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	height: 19px;
	letter-spacing: 1px;
	padding: 2px 0px 2px 4px;
}

.inputboxdrop {
	background: #FFFFFF;
	border: 1px solid #514129;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px 0px 2px 4px;
}

.navigation	{
	color: #514129;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	text-decoration: none;
}

.navigationcurrent	{
	color: #99CC33;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 18px;
	letter-spacing: 1px;
	text-decoration: none;
}

.navigationpipe {
	color: #99CC33;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	vertical-align: 15%;
}

.prevnext	{
	color: #514129;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
}

.styleheading {
	color: #472A1C;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}

.stylename {
	color: #000000;
	font-family: serif, Filosofia, Garamond, Times;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 16px;
}

.stylesize	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 14px;
}

.stylesizehwd {
	color: #999999;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 12px;
}

.tableborder {
	border: 1px solid #000000;
}

.terior	{
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	letter-spacing: 1px;
}

.textarea {
	background: #FFFFFF;
	border: 1px solid #514129;
	color: #000000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	height: 100px;
	letter-spacing: 1px;
	padding: 2px 0px 2px 4px;
}

.wheretobuy {
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 12px;
}

.wheretobuycity {
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
}

.wheretobuylinks {
	color: #99CC33;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 12px;
}

.wheretobuystate {
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 12px;
}

.adminheader {
	background-color: #E0F8B4;
	color: #000000;
	font-size: 12px;
}

.separator {
	background-color: #E0F8B4;
}





