﻿/*************************************************************************
' Function : CSS defintions for the store.
' Product  : CandyPress Store Frontend
' Version  : 4.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: #333333;
	FONT-FAMILY: Arial, Helvetica;
	FONT-SIZE: 11px;
}
/* Info Box WITHOUT Headings */
.CPbox1 {
	COLOR: #333333;
	BACKGROUND-COLOR: #F5F5F5;
	BORDER: 1px solid #BBC3D3
}
.CPbox1 A:link {
	COLOR: #333333;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}
.CPbox1 A:visited {
	COLOR: #333333;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}
.CPbox1 A:hover {
	COLOR: #996666;
	FONT-SIZE: 9pt;
	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;
	BACKGROUND-COLOR: #DDDDDD;
	PADDING: 1px
}
.CPbox2H B {
	COLOR: #333333;
}
.CPbox2B {
	COLOR: #333333;
	BACKGROUND-COLOR: #F5F5F5
}
.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: 4px
}
/* 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 {
	FONT-SIZE: 10px
}
/* 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: #1e1e1e
}
/* Product Price - Price Value */
.CPprodPriceV {
	COLOR: #1e1e1e
}
/* 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: #1e1e1e
}
/* 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: Arial, helvetica;
	FONT-SIZE: 9pt
}
/* Option Text box */
.CPoptTxt {
	FONT-FAMILY: Arial, helvetica;
	FONT-SIZE: 9pt
}
/* ------------------- */
/* 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: 9pt;
}
.CPsysMsgErr {
	COLOR: red;
	FONT-SIZE: 9pt;
}
.CPsysMsgURL {
	FONT-SIZE: 9pt
}
/* ------------------- */
/* 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: Arial, helvetica;
	FONT-SIZE: 9pt
}
/* Option Description for "Mandatory" options*/
.CPoptDescM {
	FONT-STYLE: italic;
	color: dc7300;
}
/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {
	FONT-SIZE: 9pt;
	TEXT-DECORATION: none;
}
.install {
	BORDER: 1px solid #BBC3D3
}
.installcomment {
	PADDING-LEFT: 30px;
}
.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}
.maintClosed {
	color: red;
	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: red;
	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;
}
/* ----------------------- */
/* ADDED -- Krew Media 1.0 */
/* ----------------------- */
body {
	background-color: #1e1e1e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main {
	width:940px;
	text-align:left;
}
.header {
	background-image:url(../images/universal/image_header_bkgd.jpg);
	background-repeat:no-repeat;
	height:72px;
	width:940px;
	margin-bottom:1px;
}
.content {
	width:940px;
	background-color:#FFFFFF;
	padding-bottom:30px;
	margin-bottom:5px;
}
.contentindex {
	width:940px;
}
.maincontentindex {
	margin-bottom:5px;
	width:940px;
}
.maincontent {
	float:left;
	padding-top:28px;
	padding-left:0px;
	margin-bottom:5px;
	width:525px;
}
.leftcolumn {
	float:left;
	margin-bottom:5px;
	width:153px;
	padding-left:29px;
	padding-top:28px;
	padding-bottom:28px;
	line-height:14px;
}
.rightcolumn {
	float:right;
	margin-bottom:5px;
	width:183px;
	padding-left:39px;
	padding-right:10px;
	padding-bottom:28px;
	padding-top:28px;
}
.bestseller {
	width:183px;
	padding-bottom:10px;
}
.footer {
	background-color:#000000;
	margin-bottom:30px;
	width:940px;
	height:64px;
}
.footernav {
	color:#646464;
	font-size:9px;
	padding-top:10px;
	padding-right:9px;
	width:400px;
	float:right;
	text-align:right;
}
.geotrust {
	padding-top:5px;
	margin-left:4px;
	margin-right:20px;
	width:115px;
	float:left;
}
.catnav {
	background-image:url(../images/universal/image_catnav_bkgd.gif);
	height:25px;
	margin-bottom:1px;
	width:940px;
}
.cartnav {
	float:right;
	padding-top:5px;
	width:250px;
	height:20px;
	clear:both;
}
.mainnav {
	margin-left:200px;
	padding-top:5px;
	width:408px;
}
.dealer {
	padding-top:5px;
	width:180px;
	float:right;
}
.dealercontent {
	width:440px;
	height:670px;
	background-image:url(../images/dealer/image_bkgd.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#050400;
	padding:110px 35px 0px 35px;
	color:#999999;
	font-size:10px;
}
.categorynav {
	margin-left:208px;
	padding-top:5px;
	width:500px;
	
}
.newslettersignup {
	width:312px;
	float:left;
	margin-top: 20px;
	margin-right: 10px;
}
.featured {
	width:940px;
	margin-bottom:5px;
}
.search {
	float:right;
	width:220px;
	margin-top:10px;
}
.bestsellertitle {
	BACKGROUND-COLOR: #e69123;
	PADDING: 8px
}
.bestsellerbox {
	PADDING: 8px;
	BORDER-right: 1px solid #e1e1e1;
	BORDER-left: 1px solid #e1e1e1;
	BORDER-bottom: 1px solid #e1e1e1;
}
.bestsellerimage {
	float:left;
	width: 60px;
}
.bestsellername {
	float:left;
	width: 95px;
	height:45px;
	vertical-align:middle;
	padding-left:10px;
	padding-top:15px;
}
.column1 {
	float:left;
	width:800px;
	margin-top:110px;
	margin-left:65px;
	text-align:left;
	color:#828282;
}
.column2 {
	float:left;
	width:350px;
	margin-top:50px;
	margin-left:65px;
	text-align:left;
	color:#828282;
}
.column3 {
	float:left;
	width:190px;
	margin-top:50px;
	margin-left:65px;	
	margin-right:150px;
	text-align:left;
	color:#828282;
}
.pdficon {
	float:left;
	width:25px;
	text-align:left;
}
.contactcontent {
	width:811px;
	padding-top:139px;
	margin-left:65px;
	text-align:left;
}
.gallery {
	width:810px;
	padding-top:100px;
	margin-left:60px;
	vertical-align:top;
	color:#828282;
}
.galleryProdName {
	padding-top:5px;
	padding-bottom:10px;
	color:#828282;
	font-size:9px;
	text-align:center;
}
.gallerylink {
	padding-right:10px;
	padding-top:3px;
	padding-bottom:5px;
	float:left;
}
	
/* ----------------------------- */
/* ADDED -- Krew Media Fonts 1.0 */
/* ----------------------------- */
.graydiv {
	color: #323232;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.graysmall {
	color: #999999;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.graysmalldiv {
	color: #777777;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.goldsmall {
	color: #cc9900;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.goldmedium {
	color: #cc9900;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.goldlarge {
	color: #cc9900;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.whitesmall {
	color: #FFFFFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
.whitemedium {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.whitelarge {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.catopenface {
	color:#1e1e1e;
	font-size:50px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.catmaxijet {
	color:#1e1e1e;
	font-size:50px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.catintegral {
	color:#1e1e1e;
	font-size:50px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.catcross {
	color:#1e1e1e;
	font-size:50px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.gray {
	color:#999999;
}
.orange {
	color:#e69123;
}
.small {
	font-size:9px;
}
.redlarge {
	color:#8c0000;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----------------------------- */
/* ADDED -- Krew Media Links 1.0 */
/* ----------------------------- */
a:link {
	color: #7d7d7d;
	text-decoration: none;
}
a:visited {
	color: #7d7d7d;
	text-decoration: none;
}
a:hover {
	color: #323232;
	text-decoration: underline;
}
a:active {
	color: #7d7d7d;
	text-decoration: none;
}

#headernav a:link {
	color: #999999;
	font-size:8px;
	font-weight: bold;
	text-decoration:none;
}
#headernav a:visited {
	color: #999999;
	font-size:8px;
	font-weight: bold;
	text-decoration:none;
}
#headernav a:hover {
	color: #FFFFFF;
	font-size:8px;
	font-weight: bold;
	text-decoration:none;
}
#headernav a:active {
	color: #FFFFFF;
	font-size:8px;
	font-weight: bold;
	text-decoration:none;
}

#catnav a:link {
	color: #e69123;
	font-weight:bold;
	text-decoration:none
}
#catnav a:visited {
	color: #e69123;
	font-weight:bold;
	text-decoration:none
}
#catnav a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none
}
#catnav a:active {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none
}

#footernav a:link {
	color: #7d7d7d;
	font-size:9px;
	text-decoration:none;
}
#footernav a:visited {
	color: #7d7d7d;
	font-size:9px;
	text-decoration:none;
}
#footernav a:hover {
	color: #FFFFFF;
	font-size:9px;
	text-decoration:none;
}
#footernav a:active {
	color: #FFFFFF;
	font-size:9px;
	text-decoration:none;
}
#white a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#white a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#white a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#white a:active {
	color: #FFFFFF;
	text-decoration:none;
}
#red a:link {
	color: #c83c32;
	font-size:9px;
	text-decoration:none;
}
#red a:visited {
	color: #c83c32;
	font-size:9px;
	text-decoration:none;
}
#red a:hover {
	color: #FFFFFF;
	font-size:9px;
	text-decoration:none;
}
#red a:active {
	color: #c83c32;
	font-size:9px;
	text-decoration:none;
}
#red10 a:link {
	color: #c83c32;
	font-size:10px;
	text-decoration:none;
}
#red10 a:visited {
	color: #c83c32;
	font-size:10px;
	text-decoration:none;
}
#red10 a:hover {
	color: #c83c32;
	font-size:10px;
	text-decoration:underline;
}
#red10 a:active {
	color: #c83c32;
	font-size:10px;
	text-decoration:none;
}
#dark a:link {
	color: #1e1e1e;
	text-decoration:none;
}
#dark a:visited {
	color: #1e1e1e;
	text-decoration:none;
}
#dark a:hover {
	color: #1e1e1e;
	text-decoration:none;
}
#dark a:active {
	color: #1e1e1e;
	text-decoration:none;
}


/* ---------------------*/
/* Content - Ajax       */
/* ---------------------*/
.ajaxcontainercontactus {
	width:940px;
	height:534px;
	background-image:url(../images/contactus/image_content_bkgd.jpg);
	background-repeat:no-repeat;
	background-position:top;
	vertical-align:top;
}
.ajaxcontainerresources {
	width:940px;
	height:534px;
	background-image:url(../images/resources/image_content_bkgd.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}
.ajaxcontainernewsevents {
	width:940px;
	background-image:url(../images/newsevents/image_content_bkgd.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	padding-bottom:30px;
}
.ajaxcontainercompany {
	width:940px;
	height:534px;
	background-image:url(../images/company/image_content_bkgd.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}
.ajaxcontainermedia {
	width:940px;
	background-image:url(../images/media/image_content_bkgd.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
	padding-bottom:30px;
}
#ajaxleftcolumn {
	float:left;
	width:124px;
	margin-top:155px;
	margin-left:260px;
	border: 0px solid black;
	text-align:right;
}
#ajaxleftcolumn a {
	padding-bottom:5px;
	padding-top:5px;
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom: 0px solid gray;
	color:#e69123;
	font-weight:bold;
}
#ajaxleftcolumn a:hover {
	color:#ffffff;
	font-weight:bold;
}
#ajaxleftcolumnfull {
	float:left;
	width:155px;
	margin-top:37px;
	border: 0px solid black;
	text-align:right;
}
#ajaxleftcolumnfull a {
	padding-bottom:7px;
	padding-top:7px;
	display: block;
	width: 100%;
	text-decoration: none;
	border-bottom: 0px solid gray;
}
#ajaxleftcolumnfull a:hover {
	color:#ffffff;
}
#ajaxrightcolumn {
	width:425px;
	margin-top:135px;
	margin-right:95px;
	padding-bottom:20px;
	vertical-align:top;
	float:right;
	text-align:left;
	color:#828282;
}
#ajaxrightcolumnfull {
	width:660px;
	margin-top:18px;
	margin-right:37px;
	vertical-align:top;
	float:right;
}
* html #ajaxrightcolumn { /*IE only style*/
	height: 400px;
}

/* Custom css classes for left hand nav menu */

.navlevel1 {
    font-weight: bold;

}
.navlevel2 {
    margin-left: 10px;
    
}

.navlevel3 {
    margin-left: 20px;
}
/* for product links */
.navprod {
    background: url(../images/universal/image_arrow.gif) left center no-repeat;
    padding-left: 7px;
    
}