/*************************************************************************
' 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, B, TD, P, INPUT, SELECT {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

a:link    	{COLOR: #003399; FONT-SIZE: 11px; TEXT-DECORATION: none}
a:visited 	{COLOR: #003399; FONT-SIZE: 11px; TEXT-DECORATION: none}
a:hover   	{COLOR: #003399; FONT-SIZE: 11px; TEXT-DECORATION: underline}

.bas          	{width:912px; height:26px; background-image:url(../usermods/bas.jpg); text-align:center; color:#000000;}
.bas A:link    	{COLOR: #000000; FONT-SIZE: 11px; TEXT-DECORATION: none}
.bas A:visited 	{COLOR: #000000; FONT-SIZE: 11px; TEXT-DECORATION: none}
.bas A:hover	{COLOR: #000000; FONT-SIZE: 11px; TEXT-DECORATION: none}

.expand1 	{border:1px #86A5BE solid; background-image:url(../usermods/back_expand.gif)}
.expand2	{border:0px}

.vignette 	{border:1px #cccccc solid}

.panier1	{background-color:#eeeeee; border:1px #666666 solid}
.panier2	{border:1px #666666 solid}

#menu_child   		{margin-top:0px; margin-left:20px; border-width:1px 0px 0px 0px; border-color:#993300; border-style:solid;}
#menu_child a 		{display:block; width:200px; background-color:#FFDA9A; border-width:0px 1px 1px 1px; border-color:#993300;
		         font-weight:bold; border-style:solid; padding:4px 6px 4px 6px; color:#993300; text-decoration:none; font-size:11px}
#menu_child a:hover 	{text-decoration:none; background-color:#ffcc00}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 9pt;font-weight:bold;color:#666666}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt; font-weight:bold}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: red; font-size:14px}

/* Product Price - Price Value */
.CPprodPriceV {font-weight:bold; COLOR: red; font-size:16px}

/* Product List Price - Text Label */
.CPprodLPriceT {font-size:13px}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through; font-size:13px;}

/* Product Sale Price - Text Label */
.CPprodSPriceT {color:red}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR:red; font-weight:bold}

/* Free Shipping text */
.CPfreeShipMsg {COLOR:green; font-weight:bold; font-size:15px}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red; font-weight:bold}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* 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-weight:bold;font-size:12px}

/* 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: #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: Verdana, Arial, helvetica; FONT-SIZE: 8pt}

/* Option Description for "Mandatory" options*/
.CPoptDescM {font-weight:bold;font-size:12px}

.dhtmlgoodies_question{
	color:#000000;
	font-size:12px;

	width:650px;
	padding:3px 0px 3px 5px;
	cursor:pointer;
}
.dhtmlgoodies_answer{
	border:1px solid #333333;
	background-color:#fefefe;
	width:653px;	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}