/*************************************************************************
' 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
'**************************************************************************/

/* General Tag specifications */
BODY, B, TD, P {
	COLOR: #696969;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
}
/* width of the body content */
.content {
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 962px;
	text-align:left;
}
/* 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 {
	BACKGROUND-COLOR: #ffffff;
	BORDER: 0px solid #BBC3D3
}
.CPbox2H {
	BACKGROUND-COLOR: #ffffff;
	PADDING: 0px
}
.CPbox2H B {
	COLOR: #333333;
}
.CPbox2B {
	BACKGROUND-COLOR: #ffffff;
	BORDER: 1px solid #BBC3D3;
	padding:5px;
	text-align:center;
}
.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 #CCCCCC;
	PADDING-BOTTOM: 0px
}
/* 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: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	FONT-WEIGHT: bold;
	COLOR: #666666;

}
/* Product Short Description (Detail page only) */
.CPprodDescDet {
	FONT-SIZE: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* Product Long Description */
.CPprodDescLong {
}
/* Product Detail */
.CPprodDet {
	white-space:normal;
}
/* Product SKU */
.CPprodSKU {
}
/* Product Price - Text Label */
.CPprodPriceT {
	COLOR: #999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
/* Product Price - Price Value */
.CPprodPriceV {
	COLOR: #d28219;
	font-family:Georgia, "Times New Roman", Times, serif;
	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: #d71e1e;
}
/* Free Shipping text */
.CPfreeShipMsg {
	COLOR: #888888
}
/* In Stock text */
.CPinStock {
	COLOR: #888888
}
/* Out of Stock text */
.CPoutStock {
	COLOR: #d71e1e;
}
/* 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: #ffffff;
	BORDER: 0px 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: #d71e1e;
	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: #d71e1e;
}
/* ---------------------*/
/* 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: #d71e1e;
	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: #d71e1e;
	font-size: 14pt;
}
/* New template style */ 
html .boxhead h2 {
	height: 1%;
} /* For IE 5 PC */
.sidebox {
	margin: 0; /* center for now */
	width: 24em; /* ems so it will grow */
	background: url(../usermods/img/featurebox/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../usermods/img/featurebox/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../usermods/img/featurebox/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../usermods/img/featurebox/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	text-align: left;
}
.boxbody a {
	text-decoration: none;
}
.boxbody a:hover {
	text-decoration: underline;
}
.boxbody span.cpCart {
	text-align: left;
	padding-right: 3em;
}
.contentbkgd {
	 background-image:url(../images/universal/image_bkgd_over400.png);
	 background-position:top right;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding:70px 79px;
	 border:1px #dcdcdc solid;
	width: 802px!important; 
	width: 960px;
}
.contentbkgdcustomer {
	 background-image:url(../images/universal/image_bkgd_over400.png);
	 background-position:top right;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 border:1px #dcdcdc solid;
	 padding-bottom:30px;
}
.contentbkgddefault {
	 background-image:url(../images/home/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
}
.contentbkgdprod {
	 background-image:url(../images/prod/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
}
.contentbkgdfeatured {
	 background-image:url(../images/featured/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
}
.contentbkgdtrade {
	 background-image:url(../images/trade/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
}
.contentbkgdabout {
	 background-image:url(../images/about/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
	 height:478px;
}
.contentbkgdcatalog {
	 background-image:url(../images/catalog/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
	 height:472px;
}
.contentbkgdusecare {
	 background-image:url(../images/usecare/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
}
.contentbkgdcontact {
	 background-image:url(../images/contact/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding-top:83px;
	 padding-bottom:30px;
}
.contentbkgdmyaccount {
	 background-image:url(../images/myaccount/image_bkgd.jpg);
	 background-position:top;
	 background-repeat:no-repeat;
	 background-color:#FFFFFF;
	 text-align:left;
	 padding:128px 64px 30px 64px;
	 height:472px;
}
.search {
	width: 172px!important; 
	width: 186px;
	background-color:#696969;
	padding:7px;
	margin:0 0 0 25px;
}
.searchbutton {
	width: 46px;
	float:right;
}
.subnav {
	width: 184px!important; 
	width: 186px;
	background-color:#ffffff;
	margin:0 0 0 25px;
	border: #ffffff 1px solid;
	padding-bottom:5px;
}
.cartmain {
	width: 620px;
	margin:10px 68px 0 0;
	float:right;
}
.cartmainprod {
	width: 609px;
	margin:10px 45px 0 0;
	float:right;
}
.cartmaincontent {
	width: 612px !important;
	width: 620px;
	background-color:#FFFFFF;
	padding:5px 3px 5px 3px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.cartmaincontentprod {
	width: 573px !important;
	width: 609px;
	background-color:#FFFFFF;
	padding:16px 17px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.cartmaincontentabout {
	width: 531px !important;
	width: 609px;
	background-color:#FFFFFF;
	padding:33px 38px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.cartmaincontentcatalog {
	width: 531px !important;
	width: 609px;
	background-color:#FFFFFF;
	padding:33px 38px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.cartmaincontentcontact {
	width: 527px !important;	
	width: 609px;
	background-color:#FFFFFF;
	padding:36px 40px 36px 40px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.cartmaincontentusecare {
	width: 527px !important;
	width: 609px;
	background-color:#FFFFFF;
	padding:36px 40px 36px 40px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.cartmaincontentfeatured {
	width: 527px !important;
	width: 609px;
	background-color:#FFFFFF;
	padding:36px 40px 36px 40px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.cartmaincontenttrade {
	width: 527px !important;
	width: 609px;
	background-color:#FFFFFF;
	padding:36px 40px 36px 40px;
	border-right: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
}
.catalog {
	width: 186px;
	margin:80px 0 0 25px;
}
.categorydefault {
	width: 196px;
	text-align:center;
	margin:8px 4px 0 4px;
	float:left;
}
.mainimagedefault {
	width: 604px;
	margin:0 4px 0 4px;
}
.logo {
	width: 202px;
	margin-bottom:7px;
	float:left;
}
.mainnav {
	width: 755px;
	float:right;
	text-align:right;
	margin-bottom:7px;
	color:#99a8b0;
	line-height:32px;
}
.footer {
	width: 962px;
	margin-top:47px;
}
.header {
	width: 962px;
}
.column1 {
	width: 307px;
	float:left;
	color:#282828;
}
.column2 {
	width: 241px;
	float:left;
	color:#282828;
	border-right: #dcdcdc 1px solid;
}
.column2b {
	width: 120px;
	float:right;
	color:#99a8b0;
}
.column3 {
	width: 178px !important;
	width: 228px;
	float:left;
	color:#282828;
	padding-left:50px;
	border-right: #dcdcdc 1px solid;
}
.column4 {
	width: 133px !important;
	width: 183px;
	float:left;
	color:#282828;
	padding-left:50px;
}
.newsletterform {
	width: 200px;
}
.categorytitle {
	background-color:#916978;
	padding:2px 12px 7px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:50px;
}	
.showadd {
	width: 200px;
	padding-left:35px;
	padding-bottom:5px;
}
.usecaresubnav {
	width:90px;
	float:left;
	text-align:right;
	padding-top:30px;
}
.usecarecontent {
	width:410px;
	float:right;
}
.featuredsubnav {
	width:90px;
	float:left;
	text-align:right;
	padding-top:30px;
}
.featuredcontent {
	width:410px;
	float:right;
}
.contact1 {
	width:340px;
	float:left;
}
.contact2 {
	width:155px;
	float:right;
}
.cstitle {
	width:225px !important;
	width:412px;
	padding:12px 0 12px 187px;
	background-color:#dc8200;
	color:#FFFFFF;
	font-size:14px;
	margin-top:30px;
	margin-bottom:18px;
}
.cscontent {
	width:714px !important;
	width:773px;
	padding-right:59px;
	float:right;
}
.cssubnav {
	width:146px;
	float:left;
	text-align:right;
}

/* --------------------  */
/* Krew Fonts            */
/* --------------------  */
.darkgraylarge {
	font-family:Arial, Helvetica, sans-serif;
	color:#282828;
	font-size:12px;
}
.darkgrayxlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#696969;
	font-size:17px;
}
.dark {
	font-family:Arial, Helvetica, sans-serif;
	color:#282828;
}
.orangelarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#eb961e;
	font-size:24px;
}
.orangemedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#eb961e;
	font-size:17px;
}
.orange {
	color:#eb961e;
}
.graylarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#696969;
	font-size:24px;
}
.small {
	font-size:9px;
}
.green {
	color:#82a019;
}
.white {
	color:#ffffff;
}
.whitelarge {
	color:#ffffff;
	font-size:12px;
}
.blue {
	color:#7daab4;
}
.faqQuestion {
	color:#0f8cb4;
}
.springsale {
	text-align:right;
}

/* --------------------  */
/* Krew Links  */
/* --------------------  */

a:link {
	color: #696969;
	text-decoration: none;
}
a:visited {
	color: #696969;
	text-decoration: none;
}
a:hover {
	color: #969696;
	text-decoration: none;
}
a:active {
	color: #696969;
	text-decoration: none;
}
#subnav a:link {
	color: #afafaf;
	font-size:17px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 3px 14px 3px 14px;
}
#subnav a:visited {
	color: #afafaf;
	font-size:17px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 3px 14px 3px 14px;
}
#subnav a:hover {
	color: #ffa50a;
	font-size:17px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 3px 14px 3px 14px;
}
#subnav a:active {
	color: #ffa50a;
	font-size:17px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 3px 14px 3px 14px;
}

#mainnav a:link {
	color: #788c96;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#mainnav a:visited {
	color: #788c96;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#mainnav a:hover {
	color: #41555f;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#mainnav a:active {
	color: #788c96;
	font-size:14px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#orange a:link {
	color: #696969;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#orange a:visited {
	color: #696969;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#orange a:hover {
	color: #dc8200;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#orange a:active {
	color: #696969;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

#orangesmall a:link {
	color: #696969;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
#orangesmall a:visited {
	color: #696969;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
#orangesmall a:hover {
	color: #dc8200;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
#orangesmall a:active {
	color: #696969;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

#blue a:link {
	color: #7daab4;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#blue a:visited {
	color: #7daab4;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#blue a:hover {
	color: #ffffff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#blue a:active {
	color: #7daab4;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}