/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress eCommerce Storefront
' Version  : 2.2
' Modified : November 2002
' Copyright: Copyright (C) 2002 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: #000; font-size: 10pt; font-family: Verdana, Arial, Helvetica }

/* Info Box WITHOUT Headings */
.CPbox1              { border: 1px }
.CPbox1 A:link       { color: #333333; font-weight: bold; font-size: 10pt; text-decoration: none }
.CPbox1 A:visited    { color: #333333; font-weight: bold; font-size: 10pt; text-decoration: none }
.CPbox1 A:hover       { color: #b00; font-weight: bold; font-size: 10pt; text-decoration: underline }

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2               { font-size: 10px; background-color: #f5f5f5; border: solid 1px #000080 }
.CPbox2H               { color: #a00; background-color: #1e5c99; padding: 1px }
.CPbox2B             { font-size: 10px; background-color: white }
.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: #b00; font-size: 10px; text-decoration: underline }

/* Box - Page Headings */
.CPpageHead {PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {}

/* Box - Product Image (Home page) */
.CPhomeImg  { background-color: white; border: solid 1px #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: #CA006C; font-family: verdana; }

/* Product Price - Price Value */
.CPprodPriceV  { color: #CA006C; font-family: verdana; }

/* Product List Price - Text Label */
.CPprodLPriceT { font-family: verdana; color: #000000; }

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through; font-family: verdana; }

/* Product Sale Price - Text Label */
.CPprodSPriceT { font-family: verdana; color: #ca006c; }

/* Product Sale Price - Price Value */
.CPprodSPriceV  { color: #CA006C; font-family: verdana; }

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock  { color: #b00 }

/* No Image text */
.CPnoImgT  { color: #b00 }

/* 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}

/* ------------------- */
/* 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: #ca006C;
}

#cartmain {
	margin-left: 15px;
}
.prodlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.small {
	font-size: 8pt;
}

.infobutt {
font-weight:bold;font-family:verdana;font-size:8pt;color:white;background-color:#CA006C;
}

.infofield {
font-family:verdana;color:#CA006C;font-size:8pt;font-weight:normal;
}

.infodesc {
font-family:verdana;color:#000000;font-size:10pt;font-weight:bold;
}
.sectionheader {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 15px;
}

.totalamt {
font-weight:bold;font-family:verdana;font-size:12pt;color:#CA006C;
}

.subtotalamt {
font-weight:bold;font-family:verdana;font-size:10pt;color:#CA006C;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ca006c;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #ca006c;
}
#prods {
	padding-right: 5px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.pink {
	color: #ca006C;
}
.purple {
	color: #6600CC;
}

.tnr {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 140%;
}
.transitions {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #ca006c;
}
/**
ul.faq {
	list-style-type: inherit;
	list-style-image: inherit;
	list-style-position: inside;
}
ol.faq {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.faq ol {
	list-style-type: decimal;
}
ul.faq li { 
	font-style: italic; 
	font-size: 10pt;
	}
ol.faq li { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	 }
ol.faq ol { font-style: normal; }
*/