/*************************************************************************
' 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, B, TD, P, INPUT, SELECT {color: #333333; font-family:verdana; font-size: 8pt}

.t1       {color:#666666; font-size:10px; font-family:trebuchet MS}
.criteres {width:140px; color:#666666; font-size:10px; font-family:trebuchet MS}

/* Autres liens */
a:link    {font-family:trebuchet MS;COLOR: #0099cc; FONT-SIZE: 14px; TEXT-DECORATION: underline}
a:visited {font-family:trebuchet MS;COLOR: #0099cc; FONT-SIZE: 14px; TEXT-DECORATION: underline}
a:hover   {font-family:trebuchet MS;COLOR: #0099cc; FONT-SIZE: 14px; TEXT-DECORATION: underline}

.ltop			{font-family:trebuchet MS;color:#666666;font-size:12px;line-height:15px;}
.ltop a:link	{font-family:trebuchet MS;color:#666666;font-size:12px;text-decoration:none}
.ltop a:visited	{font-family:trebuchet MS;color:#666666;font-size:12px;text-decoration:none}	
.ltop a:hover	{font-family:trebuchet MS;color:#666666;font-size:12px;text-decoration:underline}

.enbas				{height:19px; background-image:url(../usermods/b3.gif); color:#666666; font-size:10px; font-family:verdana;}
.enbas a:link		{color:#666666; font-size:12px; font-family:trebuchet MS; text-decoration:none}
.enbas a:visited	{color:#666666; font-size:12px; font-family:trebuchet MS; text-decoration:none}	
.enbas a:hover		{color:#666666; font-size:12px; font-family:trebuchet MS; text-decoration:underline}

/* 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}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 10pt}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 10pt}
.CPsysMsgURL {FONT-SIZE: 10pt}

/* -------------- */

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #0096c2;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #cccccc;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}

.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
