/*************************************************************************
' 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{
			background-color: #154E27;
			background-image: url(../../images/back.gif);
			margin: 0px;
			padding: 0px;
			font-family: Verdana, Arial, san-serif;
		}
		
/* General Tag specifications */
BODY, B, TD, P     {margin: 0px; padding: 0px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica; FONT-SIZE: 8pt}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #FFECC6; BORDER: 1px none #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: #FFCC66;
	BORDER: 1px solid #BBC3D3;
}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #FFCC66; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {
	COLOR: #333333;
	BACKGROUND-COLOR: #FFFFFF;
	padding-bottom: 2px;
	padding-left: 4px;
}
.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: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #FFCC66}

/* 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 {FONT-SIZE: 9pt}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 11pt}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* 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}

/*Andy CSS Code Starts Here */

		#centerer{
			min-height: 520px;
			background-image: url(../../images/grad-back.jpg);
			background-repeat: repeat-x;
			
		}
		#widthSet{
			width: 960px;
			background-color: #301F00;
		}
		#shadow2{
			width: 990px;
			background-image: url(../../images/shadow.png);
			background-repeat: repeat-y;
			background-position: top center;
		}
		#shadow1{
			width: 1006px;
			background-image: url(../../images/shadow1.png);
			background-repeat: repeat-y;
			background-position: top center;
		}
		#tagline{
			height: 150px;
			background-image: url(../../images/boxTop.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			color: #fff;
		}
		#tagline div{
			color: #FFECC6;
			padding: 40px 30px 0px 50px;
			font-size: 27px;
			font-family: Georgia, serif;
		}
		#cartline{
			height: 150px;
			background-image: url(../../images/boxTop.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			color: #fff;
		}
		#cartline div{
			color: #FFECC6;
			padding: 40px 30px 0px 50px;
			font-size: 18px;
			font-family: Georgia, serif;
			font-align: right;
		}
		#cartline a{
			color: #FFECC6;
			text-decoration: none;
		}
		#cartline a:hover{
			color: #FFECC6;
			text-decoration: underline;
		}
		#content{
			width: 921px;
			margin-left: 20px;
			background-color: #FFECC6;
			background-image: url(../../images/roundTop.gif);
			background-repeat: no-repeat;
			background-position: top;
		}
		#content #text{
			background-image: url(../../images/contetnGrad.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
			padding: 30px 30px 10px 30px;
		}
		#content #bottom{
			background-image: url(../../images/roundBottom.gif);
			background-repeat: no-repeat;
			background-position: top;
			height: 14px;
		}
		#logos{
			margin-top: 10px;
			height: 50px;
		}
		#footer{
			font-size: 12px;
			color: #FFECC6;
			padding: 20px;
			text-align: center;
		}
		#footer a{
			color: #FFECC6;
			text-decoration: none;
		}
		#footer a:hover{
			color: #FFECC6;
			text-decoration: underline;
		}
		.line{
			width: 300px;
			border-top: 1px solid #FFECC6;
			height: 10px;
			position: relative;
			top: 0px;
			left: 240px;
			margin-top: 10px;
		}
		.whitebox{
			width: 860px;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.whitebox .top{
			width: 860px;
			height: 9px;
			background-image: url(../../images/whitebox-top.gif);
		}
		.whitebox .bottom{
			width: 860px;
			height: 9px;
			background-image: url(../../images/whitebox-bottom.gif);
		}
		.whitebox .fill{
			background-image: url(../../images/whitebox-fill.gif);
			background-repeat: repeat-y;
			background-position: top left;
			color: #114020;
			padding: 10px 20px 10px 20px;
		}
		#signupbox-lower{
			float: right;
		}
		#signupbox-lower #signup{
			width: 279px;
			height: 177px;
			background-image: url(../../images/signup-back.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		#signupbox-top{
			position: relative;
			top: 0px;
			left: 0px;
			float: right;
		}
		#signupbox-top #signup{
			width: 279px;
			height: 177px;
			position: absolute;
			top: -175px;
			left: -230px;
			background-image: url(../../images/signup-back.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		h1, h2, h3, h4{
			color: #114020;
		}
		#formholder input[type=text]{
			background-color: #301F00 ! important;
			border: none;
			font-size: 12px;
			padding: 2px;
			color: #FFECC6;
			width: 170px;
		}

		#formholder label{
			font-size: 12px;
			color: #301F00;
			font-weight: 700;
		}
		#formholder{
			position: relative;
			top: 60px;
			left: 20px;
		}
