/*************************************************************************
' 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, TD, P     {COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 8pt; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333;FONT-SIZE: 10pt; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; FONT-SIZE: 8pt}
.CPbox2B A:link    {COLOR: #FF0033 FONT-SIZE: 8pt; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 8pt; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 9pt; TEXT-DECORATION: underline}

.CPbox2C           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; FONT-SIZE: 8pt}
.CPbox2C A:link    {COLOR: #FF0033 FONT-SIZE: 9pt; TEXT-DECORATION: none}
.CPbox2C A:visited {COLOR: #333333; FONT-SIZE: 8pt; TEXT-DECORATION: none}
.CPbox2C A:hover   {COLOR: #996666; FONT-SIZE: 8pt; TEXT-DECORATION: underline}

.CPbox2D           {COLOR: #333333; BACKGROUND-COLOR: #F2F2F2; FONT-SIZE: 8pt}


/* 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}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPHImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC;line-height:180%;}

/* 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: 11pt}

/* Product Short Description (Detail page only) */
.CPTTT {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #5F5F5F}

/* 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}

.FAQInfo   {COLOR: #000000;line-height: 20px;}

<style type="text/css">

input, textarea, select {

	font-size: 9pt;
	color: #666666;
	font-family: "Arial", "Verdana", "Helvetica";
	text-decoration: none;
}

a.menu:link       { text-decoration: none; color: #FFFFFF }
a.menu:visited    { text-decoration: none; color: #FFFFFF}
a.menu:hover { color: #FFFFFF; text-decoration: underline}

a:link       { text-decoration: none; color: #5F5F5F }
a:visited    { text-decoration: none; color: #5F5F5F}
a:hover { color: #CF3572; text-decoration: underline}

a.m:link       { text-decoration: none; color: #7F7F7F }
a.m:visited    { text-decoration: none; color: #7F7F7F }
a.m:hover { color: #0074F7; text-decoration: underline}

a.list:link       { text-decoration: none; color: #5F5F5F }
a.list:visited    { text-decoration: none; color: #5F5F5F }
a.list:hover { color: #CF3572; text-decoration: underline}

a.listp:link       { text-decoration: none; color: #F83737 }
a.listp:visited    { text-decoration: none; color: #F83737 }
a.listp:hover { color: #F83737; text-decoration: underline}

a.l1:link       { text-decoration: none; color: #7A7A7A; font-weight:bold;}
a.l1:visited    { text-decoration: none; color: #7A7A7A; font-weight:bold;}
a.l1:hover { color: #7A7A7A; text-decoration: underline; font-weight:bold;}

a.cr:link       { text-decoration: none; color: #FFFFFF }
a.cr:visited    { text-decoration: none; color: #FFFFFF }
a.cr:hover { color: #FFFFFF; text-decoration: underline}

.Bold_Blue{
    color:#0033FF;
    font-family:"Arial", "Verdana", "Helvetica";
    font-size:9pt; 
    font-weight:bold;}

.Bold_Gray{
    color:#7A7A7A;
    font-family:"Arial", "Verdana", "Helvetica";
    font-size:9pt; 
    font-weight:bold;}

.Bold_Red{
    color:#FF0000;
    font-family:"Arial", "Verdana", "Helvetica";
    font-size:9pt; 
    font-weight:bold;
    letter-spacing:1 px;}

.Bold_White{
    color:#FFFFFF;
    font-family:"Arial", "Verdana", "Helvetica";
    font-size:9pt; 
    font-weight:bold;
    letter-spacing:1 px;}

.Bold_Pink{
    color:#E24080;
    font-family:"Arial", "Verdana", "Helvetica";
    font-size:8pt; 
    font-weight:bold;}

.9pt_text { 
      color:#2D2E30;
      font-family:"Arial", "Verdana", "Helvetica";
      font-size:9pt;
      line-height:12pt;
      letter-spacing : 1px;}

.8pt_text { 
      color:#5C5C5C;
      font-family:"Arial", "Verdana", "Helvetica";
      font-size:8pt;
      letter-spacing : 1px;}

.bar { 
      color:#FF6500;
      font-family:"Arial", "Verdana", "Helvetica";
      font-size:9pt;
      letter-spacing : 1px;
      font-weight:bold;}

.date{
  font-size:10px;
  font-family:Arial,Verdana,Helvetica;
  color:#F34747;
  line-height:12pt;
}
.cr{
  font-size:10px;
  font-family:Arial,Verdana,Helvetica;
  color:#E62B51;
  line-height:12pt;
}
.contact{
  font-size:10px;
  font-family:Arial,Verdana,Helvetica;
  color:#5B5A5A;
  line-height:12pt;
}
.message2{
  font-size:8pt;
  font-family:Arial,Verdana,Helvetica;
  color:#000000;
  line-height:12pt;
}

.FormFormat input{
	border: 1px solid #D7A0B3;
}
.FormFormat textarea{
	border: 1px solid #D7A0B3;
}
.FormFormat form{
	margin: 0px;
}
.Border{border-style:dotted;border-width:1px;padding:10px 10 px 10 px 10px;background-color:#F4F4F4;}

#Link1{color:#64a6ff;font-weight:bold;}


