/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 2.5
' Modified : February 2004
' Copyright: Copyright (C) 2004 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
'**************************************************************************/
body {  behavior: url(../usermods/csshover.htc);} /* WinIE behavior call */
#main {color: #B5A299; margin-left: 7em; padding: 0px 0 0px %;border-left: 1px solid;}
div#nav {	float: left;	width: 186px;	margin: 0px 0 0 0px;	background: #B5A299;	font-size: 1ems;	color: #FFFFFF;}
div#nav ul {margin: 0; padding: 0; width: 186px; background: #B5A299;}
div#nav li {position: relative;	list-style: none;	margin: 0;	border-bottom: 1px solid #CFBAB0;}
div#nav li:hover {background: #AE9B92;}
div#nav li.submenu {background-color: #AE9B92;}
div#nav li.submenu:hover {background-color: #AE9B92;}
div#nav li a {display: block; padding: 0.40em 0 0.40em 0.5em;text-decoration: none; width: 176px;}
div#nav>ul a {width: 186px;}
div#nav ul ul {
	position: absolute;
	top: 0;
	left: 186px;
	display: none;
	background-color: #AE9B92;
}
</style>


/* General Tag specifications */
BODY, B, TD, P     {}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; 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: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #6699CC}
.CPbox2H           {
	BACKGROUND-COLOR: #6699CC;
	PADDING: 1px;
	color: #FFFFFF;
}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {
	COLOR: #333333;
	BACKGROUND-COLOR: #FCFAF2;
	font-size: 10px;
}
.CPbox2B A:link    {}
.CPbox2B A:visited {}
.CPbox2B A:hover   {}

/* Box - Page Headings */
.CPpageHead {
	PADDING-BOTTOM: 4px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFE4E0;
	color: #936B7F;
	font-size: 1.5em;
}
.CPpageHeadProd {
	PADDING-BOTTOM: 4px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFE4E0;
	color: #936B7F;
	font-size: 0.9em;
}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {}
.CPhomeImg img {
	border: 1px solid #CCCCCC;
}


/* Box - Product Description (Home page) */
.CPhomeDesc {}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {
	FONT-SIZE: 1.1em;
	color: #666666;

}

/* Product Short Description (Detail page only) */
.CPprodDescDet {
}

/* Product Long Description */
.CPprodDescLong {
}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {
	font-size: 0.9em;
	background-color: #E8E8E8;
	padding: 5px;
	color: #999999;
}

/* Product Price - Text Label */
.CPprodPriceT {
	COLOR: #ff9900;
	font-size: 12px;
}

/* Product Price - Price Value */
.CPprodPriceV {
	COLOR: #ff9900;
	font-size: 18px;
	padding: 2px;



}

/* Product List Price - Text Label */
.CPprodLPriceT {
	color: #999999;
}

/* Product List Price - Price Value */
.CPprodLPriceV {
	TEXT-DECORATION: line-through;
	color: #999999;
}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {
	COLOR: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #FF9900;
	padding: 3px;


}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {
	COLOR: #800000;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;




}

/* 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: 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: #FFFFFF}
.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: Red}
.ProdViewImage {
	border: 1px solid #CCCCCC;
	text-align: center;
	font-size: 9px;

}
.HeaderBox {
	background-color: #CCCCCC;
}
.OrderBox {
	border: 1px solid #CCCCCC;
}
form {
	margin: 0px;
	padding: 0px;
}
.ProdViewBuy {
	text-align: left;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	vertical-align: top;


}
.botdots {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.CPprodPriceV2 {

	COLOR: #FF0000;
	font-size: 20px;
	padding: 2px;
}
.CPcolsView2 {
	BACKGROUND-COLOR: #FFFFFF;
	padding-bottom: 15px;}

h1 {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFE4E0;
	color: #936B7F;
	font-size: 1.5em;
	padding: 3px;
	margin: 0px;
}
h2,h3,h4,h5,h6 {font-size: 1.0em;color: #333333;margin: 0px;padding: 0px;}

.NavLinks {
	border-bottom: 1px dashed #000033;
	text-align: left;
}
.NavLinks a:link { color: #007054; } 
.NavLinks a:visited { color: #007054; } 
.NavLinks a:hover{ color: #007054; } 
.NavLinks a:active{ color: #007054; } 
