/*************************************************************************
' 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 */
html
{
	margin: 0 0 1px 0;
	padding: 0;
	height: 100%;
}
body, b, td, p,ul     {color: #999999; font-family: Verdana, Arial, Helvetica; font-size: 11px; background-color: #000000;
padding:0;margin:0;}
/*style to outline table elements on black background
####DELETE AFTER DEVELOPMENT#### 
td {border: 1px dotted #FF6600;}*/


/* Link styles */
a {color: #a4a59c; font-size: 11px; text-decoration: underline;} !important
/*A:link    {color: #a4a59c; font-size: 11px; text-decoration: underline;} !important
A:visited {color: #a4a59c; font-size: 11px; text-decoration: underline;} !important
A:hover   {color: #ffffff; font-size: 11px; text-decoration: underline;} !important
A:active {color: #ffffff; font-size: 11px; text-decoration: underline;} !important*/


/* Info Box WITHOUT Headings */
.CPbox1            {color: #999999; background-color: #000000; }
.CPbox1 A:link     {color: #999999; font-size: 9px;  text-decoration: none}
.CPbox1 A:visited  {color: #999999; font-size: 9px;  text-decoration: none}
.CPbox1 A:hover    {color: #ffffff; font-size: 9px;  text-decoration: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {color: #999999; background-color: #000000; }
.CPbox2H           {color: #999999; background-color: #000000; padding: 1px}
.CPbox2H B         {color: #999999;}
.CPbox2BTitle      {color: #999999; background-color: #000000; padding: 0px 0px 0px 12px;font-size:12px;font-weight:bold;}
.CPbox2B           {color: #999999; background-color: #000000; padding: 2px 5px 5px 0px; line-height:16px;}
.CPbox2B A:link    {color: #999999; font-size: 11px; text-decoration: none}
.CPbox2B A:visited {color: #999999; font-size: 11px; text-decoration: none}
.CPbox2B A:hover   {color: #ffffff; font-size: 11px; text-decoration: underline}

/* Box - Page Headings */
.CPpageHead {}

/* Box - Page Navigation */
.CPpageNav {background-color: #000000;}

/* Box - General Headings */
.CPgenHeadings {}

/* Box - Product Image (Home page) */
.CPhomeImg {background-color: #000000;}

/* Box - Product Description (Home page) */
.CPhomeDesc {}

/* Horizontal and Vertical lines */
.CPlines {background-color: #3e3f2d}

/* Product Short Description (Except Detail page) */
.CPprodDesc {font-size: 10px}

/* Product Short Description (Detail page only) */
.CPprodDescDet {font-size: 20px; padding: 10px 0 5px 0px;}

/* Product Long Description */
.CPprodDescLong {padding: 5px 0px 0px 0px;}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {color: #999999;}

/* Product Price - Price Value */
.CPprodPriceV {color: #999999;font-size:20px;}

/* Product Price List Page - Text Label */
.CPprodPriceLT {color: #999999;font-size:10px;}

/* Product Price List Page - Price Value */
.CPprodPriceLV {color: #999999;font-size:10px;}

/* Product List Price - Text Label */
.CPprodLPriceT {color: #999999;font-size:10px;}

/* Product List Price - Price Value */
.CPprodLPriceV {text-decoration: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {color: #FF6600}

/* Free Shipping text */
.CPfreeShipMsg {color: #FF6600}

/* In Stock text */
.CPinStock {color: #FF6600}

/* Out of Stock text */
.CPoutStock {color: #FF6600}

/* No Image text */
.CPnoImgT {color: #FF6600; padding: 10px 10px 10px 10px;}

/* 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: 9px}

/* Option Text box */
.CPoptTxt {font-family: Verdana, Arial, helvetica; font-size: 9px}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {background-color: #000000; }
.CPcolsView A:link    {color: #999999; text-decoration: none}
.CPcolsView A:visited {color: #999999; text-decoration: none}
.CPcolsView A:hover   {color: #ffffff; text-decoration: underline}

/* System Messages */
.CPsysMsg    {font-size: 10px;}
.CPsysMsgErr {color: #FF6600; font-size: 12px;}
.CPsysMsgURL {font-size: 10px}

/* ------------------- */
/* 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: 9px}

/* Option Description for "Mandatory" options*/
.CPoptDescM {font-style: italic; color: #FF6600}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {font-size: 8px; text-decoration: none;}
.install { 
	border: 1px solid #BBC3D3
}

.installcomment {
	padding-LEFT: 30px;
}

.textBlock {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.maintClosed {
	color: #FF6600;
	font-size: 15px;
	text-align: center;
}

/* ----------------------------------
	Added for Beaute Customization
	Mar/06
	---------------------------------*/

input,select,textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color: #cccccc;
	text-align:left;
	padding: 2px 2px 2px 2px;
	color:#000000;
	border: 1px solid #3e3f2d;
}

input.img {
	background-color: #000000;
	margin: 5px 0 0 0;
	border: none;
}
input.chkbox {
	border:none;
	background-color: #000000;
}
input.radio {
	border:none;
	background-color: #000000;
	margin-right: 6px;
}
.quantitybox {	
	text-align:right;
}

#cart {
	padding: 0 0 0 20px;
}

#cart .cartItem {
	padding: 10px 0px 10px 0;	
}

#errMsgBox {
	margin: 10px 40px 10px 20px;
	padding: 10px 10px 10px 10px; 
	border: 1px solid #a4a59c;
}
img {border:#000000;}
ul {list-style-image:url(misc_Dot.gif); }
li {padding: 0 0 5px 0; }
hr { color: #3e3f2d; height: 1px; }

/* Product Detail */
.benefits {font-size:12px; font-weight:bold; padding: 0 0 0 5px;}

.footer {font-size:10pt; padding: 5px 0 0 20px; }
.underline {text-decoration:underline;"}