/*************************************************************************
' 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     {COLOR: #646464; 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: #DCDCDC; BACKGROUND-COLOR: #FFFFFF; BORDER: 1px solid #DCDCDC}
.CPbox2H           {COLOR: #DCDCDC; BACKGROUND-COLOR: #FFFFFF; PADDING: 1px}
.CPbox2H B         {COLOR: #DCDCDC;}
.CPbox2B           {COLOR: #DCDCDC; BACKGROUND-COLOR: #FFFFFF}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 10px; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 10px; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 0px solid #ffffff; PADDING-BOTTOM: 0px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #ffffff}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* 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 {COLOR: #646464; FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 7pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {COLOR: #646464; FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 10pt}

/* Product Long Description */
.CPprodDescLong {COLOR: #646464; FONT-FAMILY: Verdana, Arial, helvetica}

/* Product Detail */
.CPprodDet {COLOR: #646464; FONT-FAMILY: Verdana, Arial, helvetica}

/* Product SKU */
.CPprodSKU {COLOR: #646464; FONT-FAMILY: Verdana, Arial, helvetica}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #3796a5}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #3796a5; FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 7pt}

/* Product List Price - Text Label */
.CPprodLPriceT {COLOR: #3796a5}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {COLOR: #3796a5}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: #3796a5}

/* 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 {BORDER: 0px solid #ffffff}
.CPcolsView A:link    {COLOR: #A0A0A0; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #A0A0A0; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #A0A0A0; 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}


body {
	background-color: #323232;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4b4b4b;
}
.mainBorder {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.greenBorder {
	border-bottom: 3px solid #cddc05;
	background-color: #646464;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 18px;
}
.bottomnavSpacing {
	line-height: 18px;
}
.topbottomBorder {
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	height: 29px;
	vertical-align: middle;
	text-align: center;
}
.topleftrightBorder {
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	vertical-align: top;
}
.topleftrightbottomBorder {
	border-right: 1px solid #c8c8c8;
	border-left: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
	vertical-align: top;
}
.sideBorder {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	text-align:center;
}
.sidebottomBorder {
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
.bottomdottedBorder {
	border-bottom: 1px dotted #c8c8c8;
	padding-bottom: 2px;
	line-height: 18px;
}
.topbottomPadding {
	padding-top: 5px;
	padding-bottom: 23px;
}
.mainnavPadding {
	padding-left: 0px;
	padding-right: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}
.productpagePadding {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;	
}
.productbottomBorder {
	border-bottom: 1px solid #c8c8c8;
}
.white10 {
	color:#FFFFFF;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.blue12 {
	color:#3796a5;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.gray10 {
	color:#878787;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gray12 {
	color:#646464;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.blue10 {
	color:#3796a5;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #4b4b4b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4b4b4b;
}
a:hover {
	text-decoration: underline;
	color: #4b4b4b;
}
a:active {
	text-decoration: none;
	color: #4b4b4b;
}

#whitegreenlink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#whitegreenlink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#whitegreenlink a:hover {
	color: cddc05;
	text-decoration: none;
}
#whitegreenlink a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#blackbluelink a:link {
	color: #000000;
	text-decoration: none;
}
#blackbluelink a:visited {
	color: #000000;
	text-decoration: none;
}
#blackbluelink a:hover {
	color: #3796a5;
	text-decoration: none;
}
#blackbluelink a:active {
	color: #3796a5;
	text-decoration: none;
}


