/*************************************************************************

' Function : CSS defintions for the store.

' Product  : CyberMerchant eCommerce Storefront

' Version  : 2.2

' Modified : November 2002

' Copyright: Copyright (C) 2002 CyberMerchant.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@CyberMerchant.com

'**************************************************************************/



/* General Tag specifications */

BODY, B, TD, P     {COLOR: #333333; font-family: Arial, Helvetica, Sans-serif; FONT-SIZE: 8pt}



/* Info Box WITHOUT Headings */

.CPbox1            {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}

.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none}

.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none}

.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: underline}



/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */

.CPbox2            {BACKGROUND-COLOR: #F7E9F0; BORDER: 1px solid #DA85AE;}

.CPbox2H           {BACKGROUND-COLOR: #DA85AE; PADDING: 3px; color:White; border: 1px solid #DA85AE;font-size:15px;font-style:bold;}

.CPbox2B           {BACKGROUND-COLOR: #F7E9F0;}

.CPbox2B A:link    {COLOR: #DA85AE; FONT-SIZE: 12px; font-weight:bold;}

.CPbox2B A:visited {COLOR: #DA85AE; FONT-SIZE: 12px; TEXT-DECORATION: none}

.CPbox2B A:hover   {COLOR: #DA85AE; FONT-SIZE: 12px; TEXT-DECORATION: underline}



/* Box - Page Headings */

.CPpageHead {BORDER-BOTTOM: 1px solid #B48043; PADDING-BOTTOM: 4px}



/* Box - Page Navigation */

.CPpageNav {BACKGROUND-COLOR: #EEEEEE}



/* Box - General Headings */

.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}



/* Box - Product Image (Home page) */

.CPhomeImg {BACKGROUND-COLOR: #FFFFFF; BORDER: 1px #999999 inset}



/* 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: 9pt}



/* Product Short Description (Detail page only) */

.CPprodDescDet {FONT-SIZE: 13pt;color:#DA85AE;}



/* Product Long Description */

.CPprodDescLong {}



/* Product Detail */

.CPprodDet {}



/* Product SKU */

.CPprodSKU {}



/* Product Price - Text Label */

.CPprodPriceT {COLOR: black;font-size:15px;}



/* Product Price - Price Value */

.CPprodPriceV {COLOR: black;font-size:15px;;}



/* Product List Price - Text Label */

.CPprodLPriceT {color:black;font-size:15px;;}



/* 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: black;}



/* Out of Stock text */

.CPoutStock {COLOR: red}



/* No Image text */

.CPnoImgT {COLOR: #800000}



/* Category List */

.CPcatDescList {}



/* Category Description - No products linked to it */

.CPcatDesc {font-family: Tahoma; font-size: 14px}



/* Category Description - Has products linked to it */

.CPcatDescProd {FONT-WEIGHT: bold}



/* Option Description */

.CPoptDesc {FONT-STYLE: italic}



/* Option Select box */

.CPoptSel {font-family: Arial, Helvetica, Sans-serif; FONT-SIZE: 8pt}



/* Option Text box */

.CPoptTxt {font-family: Arial, Helvetica, Sans-serif; FONT-SIZE: 8pt}

.new {

	font-family: Tahoma;

	font-size: 12px;

	color: #FFFFFF;

	text-decoration: none;

}

.TopText {  font-family: Arial, Helvetica, Sans-serif; font-size: 11px; color: #000000; text-decoration: none; font-weight: bold}

