/*************************************************************************
' 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
'**************************************************************************/

/* General Tag specifications */
body, b, td, p {color: #333;; font: normal 8pt Verdana, Arial, helvetica, sans-serif;}

th {background: #cfb79c; text-align: left;}

/* Info Box WITHOUT Headings */
.CPbox1            {color: #333; background: #F5F5F5; border: 1px solid #BBC3D3}
.CPbox1 A:link     {color: #333; font-size: 8pt; FONT-WEIGHT: bold; text-decoration: none}
.CPbox1 A:visited  {color: #333; 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: #333; background: #F5F5F5; border: 1px solid #BBC3D3}
.CPbox2H           {color: #333; background: #DDDDDD; padding: 1px}
.CPbox2H B         {color: #333;}
.CPbox2B           {color: #333; background: #F5F5F5}
.CPbox2B A:link    {color: #333; font-size: 10px; text-decoration: none}
.CPbox2B A:visited {color: #333; 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 #CCCCCC; padding-bottom: 4px}

/* Box - Page Navigation */
.CPpageNav {background: #cfb79c;}

/* Box - General Headings */
.CPgenHeadings {background: #cfb79c;}

/* Box - Product Image (Home page) */
.CPhomeImg {background: #F5F5F5; border: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {border-bottom: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {background: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {font-size: 9pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {font: bold 2em trebuchet ms, arial, helvetica, sans-serif; color: #615344;}

/* Product Long Description */
.CPprodDescLong {text-align: justify;}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {color: #800000}

/* Product Price - Price Value */
.CPprodPriceV {color: #800000}

/* 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: 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: normal 8pt Verdana, Arial, helvetica, sans-serif;}

/* Option Text box */
.CPoptTxt {font: normal 8pt Verdana, Arial, helvetica, sans-serif;}

/* SUBSCRIPTION Mod items */
#subProductList table {margin: 0; padding: 0;}
#subProductList td {padding: 5px;}
#subProductList .addBTNfloat {float: right;}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {border: 1px solid #d7c3a8;}
.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: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {font: normal 8pt Verdana, Arial, helvetica, sans-serif;}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {font-size: 6pt; text-decoration: none;}
.install { 
	border: 1px solid #BBC3D3
}

.installcomment {
	padding-left: 30px;
}

.textBlock {
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}