/*************************************************************************
' 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: #333333;
	margin-left: 7em;
padding: 0px 0 0px %;	border-left: 1px solid;
}
div#nav {
	float: left;
	width: 182px;
	margin: -1px 0 0 0px;
	font-size: 11px;
	color: #333333;
	background-color: #fef0d8;
}
div#nav ul {
	margin: 0;
	padding: 0;
	width: 182px;
	background-color: #FEF0D8;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #FFF;
	color: #333333;
}
div#nav li:hover {
	background-color: #fde2b7;
}
div#nav li.submenu {100% 50% no-repeat;}
div#nav li.submenu:hover {
	background-color: #fde2b7;
	color: #333333;
}
div#nav li a {
	display: block;
	padding: 0.35em 0 0.35em 0.5em;
	text-decoration: none;
	width: 172px;
	color: #333333;
}
div#nav>ul a {
	width: 182px;
	color: #333333;
}
div#nav ul ul {position: absolute; top: 0; left: 182px;display: none;}
</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 {
	BORDER-BOTTOM: 1px solid #CCCCCC;
	PADDING-BOTTOM: 4px;
	background-color: #FCFAF2;
	background-image: url(../img/product_header_bg.gif);
	height: 20px;
	vertical-align: middle;


}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #FFFFFF}

/* 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: #EF95C5;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EF95C5;


}

/* Product Short Description (Detail page only) */
.CPprodDescDet {
}

/* Product Long Description */
.CPprodDescLong {
}

/* Product Detail */
.CPprodDet {
}

/* Product SKU */
.CPprodSKU {
	font-size: 0.8em;
}

/* Product Price - Text Label */
.CPprodPriceT {
	COLOR: #999999;
	font-size: 12px;
}

/* Product Price - Price Value */
.CPprodPriceV {
	COLOR: #666666;
	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: #CC6600;
	font-size: 18px;
	font-weight: bold;
}

/* 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;

}
