/*************************************************************************
' Function : CSS defintions for the store.
' Product  : Shopping Tree Store Frontend
' Version  : 3.3
' Modified : January 2005
' Copyright: Copyright (C) 2004 Shopping Tree.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@ShoppingTree.com
'**************************************************************************/
/* Info Box WITHOUT Headings */
.CPbox1            {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {}

.CPbox2B           {BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {TEXT-DECORATION: none}
.CPbox2B A:visited {TEXT-DECORATION: none}
.CPbox2B A:hover   {TEXT-DECORATION: underline}

/* Cart - Column Colors */
.CPcartColumn {background-color: #232323; padding: 10px;}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 1px dashed #6d6a6a; PADDING-BOTTOM: 4px}
	.CPpageHead b {font-size: 11pt; color: white;}

/* Box - Page Navigation */
.CPpageNav {background: transparent url(background_CPpageNav.jpg) repeat-x left top; color: white;}
.CPpageNav td {padding: 8px 20px 8px 20px;}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #232323;padding: 5px;}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND: transparent url(background_CPcolsView.gif) repeat-x left top; padding: 10px;}

/* Box - Product Description (Home page) */
.CPhomeDesc {BACKGROUND: transparent url(background_CPcolsView.gif) repeat-x left top; padding: 10px;}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #232323}

/* 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: #faa037}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #faa037}

/* 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: #232323}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: #232323}

/* No Image text */
.CPnoImgT {COLOR: #faa037}

/* 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 {}

/* Option Text box */
.CPoptTxt {}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND: transparent url(background_CPcolsView.gif) repeat-x left top; padding: 20px;}
.CPcolsView A:link    {TEXT-DECORATION: none}
.CPcolsView A:visited {TEXT-DECORATION: none}
.CPcolsView A:hover   {TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {}
.CPsysMsgErr {display: block; COLOR: #fca039; padding: 10px; margin: 10px 0px 10px 0px; border: 3px double #fca039;}
.CPsysMsgURL {}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: #232323}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #232323;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: #232323;
	text-align: center;
}