/*************************************************************************
' function : css defintions for the store.
' product  : candypress store frontend
' version  : 5.1

' modified : may 2007
' copyright: copyright (c) 2004 webs unlimited, inc. 
'            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 http://www.candypress.com
'**************************************************************************/



/* 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 {}

/* 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-style: italic}

/* 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-style: italic; color: red}


/* ---------------------*/
/* added -- version 3.0 */
/* ---------------------*/
.cpclosewindow {font-size: 6pt; text-decoration: none;}
.install { 
	border: 1px solid #bbc3d3
}

.installcomment {
	padding-left: 30px;
}

.textblock {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}

.maintclosed {
	color: red;
	font-size: 15pt;
	text-align: center;
}

.cpcontactus {

}

/* -------------------- */
/* added -- version 3.5 */
/* -------------------- */
.findtable {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
.listtable {
	background-color: #eeeeee;
}
.listrowtop {
	background-color: #ddddcc;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
.listrowhead {
	background-color: #dddddd;
}
.listrowbot {
	background-color: #ddddcc;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
}

/* --------------------  */
/* added -- version 4.1  */
/* --------------------  */
.cpbeta {
	color: red;
	font-size: 14pt;
	
}

