﻿/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 4.1

' Modified : May 2007
' Copyright: Copyright (C) 2004 Webs Unlimited, Inc. 
'            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 http://www.candypress.com
'**************************************************************************/

/* General Tag specifications */
BODY, B, TD, P     {
	COLOR: #333333;
	FONT-SIZE: 10pt;
	font-family: "Trebuchet MS";
	font-weight: normal;

}

/* width of the body content */
.content
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
}


/* Info Box WITHOUT Headings */
.CPbox1            {
	COLOR: #5E4F33;
	font-size: 10pt;
	font-weight: lighter;
	border: none #BBC3D3;



}
.CPbox1 A:link     {COLOR: #5E4F33; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #5E4F33; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #5E4F33; FONT-SIZE: 10pt; FONT-WEIGHT: normal; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BORDER: 0px none}
.CPbox2H           {
	COLOR: #A0748B;
	PADDING: 1px;
	font-size: 12pt;
	text-align: center;

}
.CPbox2B           {
	COLOR: #8C5371;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;


}
.CPbox2B A:link    {
	COLOR: #956D7D;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}
.CPbox2B A:visited {
	COLOR: #956D7D;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}
.CPbox2B A:hover   {
	COLOR: #FF99CC;
	FONT-SIZE: 10pt;
	font-family: "Trebuchet MS";
}
.CPbox3 {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.CPbox3 A:link {

	COLOR: #FF99CC;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}
.CPbox3 A:visited {

	COLOR: #FF99CC;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: underline;
	font-family: "Trebuchet MS";
}
.CPbox3 A:hover {

	COLOR: #EAEEC8;
	FONT-SIZE: 10pt;
	font-family: "Trebuchet MS";
}
/* 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: 10pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #333333;
}

/* Product Detail */
.CPprodDet {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #333333;
}

/* Product SKU */
.CPprodSKU {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: lighter;
	color: #5E4F33;
}

/* Product Price - Text Label */

/* 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}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.CPContactUs {

}

.CPHeader {
	font-size: 16pt;
	color: #A84880;
	
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	color: #A84880;

}
