/*************************************************************************
' 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
'**************************************************************************/

/* General Tag specifications */
BODY    {COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; font-size:0.9em;}

/*P     {COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 0.9em;}*/

td td td    {COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 0.9em;}


/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 0.9em; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 0.9em; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 0.9em; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */

.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 0px solid #BBC3D3}
.CPbox2H           {COLOR: #ffffff; BACKGROUND-COLOR: #000099; PADDING: 2px; font-size: 0.9em; font-family: arial,helvetica,sans-serif;}
.CPbox2H B         {COLOR: #ffffff;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: white;}
.CPbox2B A:link    {COLOR: #0000FF; FONT-SIZE: 0.9em; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #990099; FONT-SIZE: 0.9em; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #000000; FONT-SIZE: 0.9em; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 1px solid #AAAAAA; BORDER-right: 1px solid #AAAAAA; PADDING: 3px 4px 4px 5px; background-color:#EFEFEF;font-size: 0.85em}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EFEFEF;font-size:0.85em}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 0.9em}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 0.9em}

/* Product Long Description */
.CPprodDescLong {font-size: 0.9em; line-height: 1.3em}

/* Product Detail */
.CPprodDet { line-height: 1.3em}

/* 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 {font-weight:bold ; font-size:0.9em ;}

/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd {FONT-WEIGHT: normal}


/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 0.9em}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 0.9em}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.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: Arial, Helvetica, sans-serif; FONT-SIZE: 0.9em}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}



/*JC Added Styles*/


/* TOP MENU LINKS */





.lhmenuitem{
	margin:2px 0px 2px 0px;
	font-weight:bold;
	background-color:#E4E5EE;
	padding:3px 5px 3px 5px;
   text-decoration:none;
	border-bottom:0px solid white;
	font-size:0.9em;
}


.prodimagebig{
	border: 1px solid gray;
 background-color: transparent;
filter: progid:DXImageTransform.Microsoft.dropShadow( Color=CCCCCC,offX=5,offY=5,positive=true);


}

.prodimagesmall{
	border: 1px solid gray;
 background-color: transparent;
filter: progid:DXImageTransform.Microsoft.dropShadow( Color=CCCCCC,offX=3,offY=3,positive=true);

}





/*


.topmenu {
border-right:1px solid black; 
border-bottom:1px solid #0F92C8;
font-size:smaller;

}


a.button:link {
	color: #0000FF;
font-weight: bold;
	text-decoration:none;
	background: transparent;

}


a.button:hover	{
	color:#FF0000;
	background: transparent;
font-weight : bold;
	text-decoration:none
}


a.button:active {
	color: #FF0000;
font-weight : bold;
	text-decoration:none;
	background: transparent;

}

a.button:visited {
	color: #990099;
font-weight : bold;
	text-decoration:none;
	background: transparent;

}
*/











