/*************************************************************************
' 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 */


/* Info Box WITHOUT Headings */

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */

/* Box - Page Headings */

/* Box - Page Navigation */

/* Box - General Headings */

/* Box - Product Image (Home page) */

/* Box - Product Description (Home page) */

/* Horizontal and Vertical lines */

/* Product Short Description (Except Detail page) */

/* Product Short Description (Detail page only) */

/* Product Long Description */

/* Product Detail */

/* Product SKU */

/* Product Price - Text Label */

/* Product Price - Price Value */

/* Product List Price - Text Label */

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */

/* In Stock text */

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */

/* Category List */

/* Category Description - No products linked to it */

/* Category Description - Has products linked to it */

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */

/* Option Text box */

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */



/* System Messages */
.CPsysMsgErr {COLOR: red;}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */


/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */


/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}




/* price box*/


#clicktotalk {
	position: absolute;
	z-index: 1000;
	top: 32px;
	left: 800px;
}

