/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress eCommerce Storefront
' Version  : 2.2
' Modified : November 2002
' Copyright: Copyright (C) 2002 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: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}
#header
{
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-color: #3C62A1;
}
/*Info Box WITHOUT Headings*/
.CPbox1
{
	background-color: #F5F5F5;
	border: 1px solid #BBC3D3;
}
.CPbox1 A:link
{
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.CPbox1 A:visited
{
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.CPbox1 A:hover
{
	color: #996666;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
/*Info Box WITH Headings ( H = Heading cell ; B = Body cell )*/
.CPbox2
{
	background-color: #E6F2FF;
	border: 1px solid #BBC3D3;
}
.CPbox2H
{
	background-color: #E6F2FF;
	padding: 1px;
}
.CPbox2B
{
	background-color: #E6F2FF;
}
.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: #0066FF;
	font-size: 10px;
	text-decoration: underline;
}
UL#catUL
{
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
	list-style-image: url(../images/arrow_blue.gif);
}
UL#extraUL
{
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
	list-style-image: url(../images/arrow_blue.gif);
}
UL#topSellUL
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
UL#newProdUL
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
/*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;
}
/*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: 8pt;
}
/*Product Short Description (Detail page only)*/
.CPprodDescDet
{
	font-size: 8pt;
}
/*Product Long Description*/
.CPprodDescLong
{
}
.AuthorizeNetSeal
{
	text-align: center;
}
/*Product Detail*/
.CPprodDet
{
}
/*Product SKU*/
.CPprodSKU
{
}
/*Product Price - Text Label*/
.CPprodPriceT
{
	color: #336699;
	font-size: 10px;
}
/*Product Price - Price Value*/
.CPprodPriceV
{
	color: #336699;
	font-size: 12px;
}
/*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: #FF8484;
	font-size: 10px;
}
/*Free Shipping text*/
.CPfreeShipMsg
{
	color: #0066CC;
	font-size: 9px;
}
/*In Stock text*/
.CPinStock
{
	color: #0066CC;
	font-size: 9px;
}
/*Out of Stock text*/
.CPoutStock
{
	color: #FF0000;
	font-size: 9px;
}
/*No Image text*/
.CPnoImgT
{
	color: #CCCCCC;
}
/*Category List*/
.CPcatDescList
{
}
/*Category Description - No products linked to it*/
.CPcatDesc
{
}
/*Category Description - Has products linked to it*/
.CPcatDescProd
{
	font-weight: bold;
}
/*Option Description*/
.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;
}
#gradient
{
	width: 100%;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	height: 16px;
	float: left;
}
.whimsicalart #header
{
	background: #3C62A3 url(../images/headerBG.jpg) no-repeat;
	padding: 0 0px;
/*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding.*/
	height: 152px;
	float: left;
	width: 100%;
}
#header #logo
{
	float: left;
	width: 415px;
	height: 125px;
}
DIV#menuHead
{
	float: right;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	color: #FEFEFE;
	margin-top: 9px !important;
	margin-top: -5px;
	padding-right: 15px;
	margin-right: 0px;
	width: 485px;
	text-align: right;
}
DIV#menuHead A
{
	color: #FEFEFE;
	text-decoration: none;
}
#innerHead DIV#graphicHead
{
	float: right;
	width: 510px;
	display: block;
	margin-top: 25px;
}
#graphicHead DIV#cartHead
{
	float: right;
	width: 110px;
	background-image: url(../images/cartBG.png);
	background-repeat: no-repeat;
}
#cartHead DIV#cartDetails
{
	float: left;
	width: 97px;
	height: 44px;
	text-align: right;
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 7px;
}
#graphicHead DIV#totalsHead
{
	float: right;
	background-image: url(../images/currenttotal.png);
	width: 157px;
	height: 30px;
	margin-top: 50px;
}
#totalsHead DIV#totalsNum
{
	float: left;
	font-size: 9.2pt;
	font-weight: bold;
	font-family: Arial;
	width: 50px;
	text-align: right;
	margin-top: 8px;
	color: #303F80;
}
#totalsHead DIV#totalsTxt
{
	float: left;
	width: 85px;
	padding-left: 9px;
	margin-top: 8px;
	font-size: 9.2pt;
	font-family: Arial;
	font-weight: bold;
	color: #303F80;
}
INPUT#SubSearch
{
	margin: 0px 0px 0px -3px;
	padding: 0;
}
INPUT#strSearch
{
	position: absolute;
	top: 13px;
	left: 10px;
	border: 1px solid #FFFFFF;
	color: #92A667;
	width: 165px;
}
DIV#searchBoxBox
{
	background-image: url(../images/searchbox.png);
	float: left;
	width: 177px;
	height: 38px;
	position: relative;
}
#graphicHead DIV#searchHead
{
	float: right;
	width: 230px;
	margin-top: 30px;
}
#header DIV#innerHead
{
	float: right;
	width: 510px;
	padding-right: 10px;
}
FORM#searchBox A
{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 2px;
}
.whimsicalart #header H1
{
	margin: 0;
/*zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse*/
	padding: 10px 0;
/*using padding instead of margin will allow you to keep the element away from the edges of the div*/
}

