@charset "utf-8";
/*
	GLOBAL ELEMENTS
*/

html, body
{
	width:100%;
	height:100%;
}

html *
{
	margin:0;
	padding:0;
}

body
{
	background-color:#FFFFFF;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;

	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#333333;
}

img, table
{
	border:none;
}

a
{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a:hover
{
	text-decoration:underline;
}

ul, li
{
	list-style:none;
}

h1
{
	font-size:24px;
}

h2
{
	font-size:18px
}

/*
	GLOBAL IDs AND CLASSES
*/

#bodyContainer
{
	width:962px;
	min-height:100%;
	margin:0 auto 50px auto;
}

#container
{
	width:962px;
	padding-top:22px;
}

#footerC
{
	background:url(/images/footer-bg.jpg) #CCCCCC repeat-x top;
	width: 100%;
	height:450px;
	clear:both;
	padding-bottom:10px;
	margin-bottom:0;
	position:relative;
	z-index:101;
}

#footer
{
	width:962px;
	margin:0 auto;
	position:relative;
}

#footer, #footer a
{
	font-size:10px;
}

#custServiceOpts
{
	display:none;
	background:#FFFFFF;
	border:1px solid #999999;
	position:absolute;
	top:-35px;
	left:-5px;
	z-index:1;
	padding:4px 0 28px 0;
}

#custServiceOpts li
{
	display:block;
	padding:0 8px 5px 8px;
}

#custServiceOpts a
{
	display:block;
	font-weight:normal;
}

#custServiceOpts a:hover
{
	background:#555555;
	color:#FFFFFF;
	text-decoration:none;
}

#footerLogos
{
	position:relative;
}

#footerLogos a
{
	margin-right:6px;
	position:relative;
	z-index:100;
	
	display:inline-block;
	border-top:0 none !important;
	border-bottom:1px solid #CCCCCC;
	padding : 0 5px 5px 5px;
}

#footerLogos #info
{
	position:absolute;
	z-index:101;
}

div#info
{
	background-color:#FFFFFF;
	border:1px solid #999999;
	padding:6px 10px 20px 10px;
	width:350px;
	display:none;
}   /*Specify div#info to keep style applied in IE 6*/

div#info:first-line {font-size:24px;color:#555555;} /*This is all in one line with a space between the selector and style block as well as div#info as the selector to make this work in IE 6*/

#footerLinks
{
	border-bottom:1px solid #999999;
	padding-bottom:10px;
	margin-top:-10px;
	position:relative;
	z-index:2;
}

#footerLinks a
{
	color:#444444;
	font-size:12px;
	margin-right:10px;
}

#siteMap
{
	margin-top:20px;
}

#siteMap h1 a, #siteMap h1
{
	font-size:18px;
	font-weight:bold;
	color:#444444;
	border-bottom:1px solid #999999;
	padding-bottom:5px;
	margin-bottom:5px;
}

.siteMapCategory
{
	margin-right:10px;
}

.siteMapCategory a
{
	font-size:10px;
	font-weight:bold;
	color:#444444 !important;
}

#siteMap a
{
	color:#666666;
}

#siteMap .floatClear
{
	height:4px;
	line-height:0px;
	font-size:0px;
}

#siteMapBags
{
	margin-right:25px;
}

#siteMapBags .siteMapCategory
{
	width:83px;
}

#siteMapBags .siteMapProducts
{
	width:90px;
}

#siteMapKayak
{
	padding-right:10px;
}

#siteMapKayak .siteMapCategory
{
	width:91px;
}

#siteMapKayak .siteMapProducts
{
	width:99px;
}

#siteMapCanoe
{
	padding-right:25px;
}

#siteMapCanoe .siteMapCategory
{
	width:58px;
}

#siteMapCanoe .siteMapProducts
{
	width:74px;
}

#siteMapCamping
{
	padding-right:20px;
}

#siteMapCamping .siteMapCategory
{
	width:58px;
}

#siteMapCamping .siteMapProducts
{
	width:74px;
}

#siteMapStore .siteMapCategory
{
	width:69px;
}

#siteMapStore .siteMapProducts
{
	width:50px;
}

#popupOptions
{
	display:none;
}

#popupwrap
{
	position:absolute;
	z-index:200;
	width:100%;
	left:0px;
	height:315px;
	display:none;
	color:#333333;
	font-weight:bold;
}

#popup /*Put login form content in this child of #loginform, so we can apply alphaimageloader filter to get alpha transparency to work in IE6. Form controls, anchors, etc. will be locked up if in a positioned element has this filter applied to it. See skin1-ie6fix.css for more info*/
{
	width:470px;
	height:304px;
	background:url(/images/popup.png);
	padding:11px 16px 0px 26px;
	margin:0 auto;
}

#popup h1
{
	font-size:30px;
}

#popup h2
{
	font-size:16px;
}

#popup form
{
	margin:20px auto 0 auto;
}

#popup select
{
	border:1px solid #666666;
}

.popupButtons input
{
	border:none 0px;
	background-color:#333333;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	height:30px;
	cursor:pointer;
	padding:0 5px;

	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-box-shadow:3px 3px 5px #888888;
	-webkit-box-shadow:3px 3px 5px #888888;
}

.popupButtons input:hover
{
	background-color:#666666;
}

#loginform form
{
	width:225px;
}

#loginInfo input
{
	border:1px solid #666666;
	width:225px;
	padding:1px 0px 1px 3px;

	-moz-border-radius-topleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-box-shadow:3px 3px 5px #888888;
	-webkit-box-shadow:3px 3px 5px #888888;
}

#loginform .popupButtons
{
	margin-top:10px;
}

#loginRegister
{
	margin-top:50px;
	color:#666666;
}

#loginRegister a
{
	float:none !important;
}

#retailersSelectWrap
{
	width:175px;
}

#retailersListWrap
{
	display:none;
	overflow:auto;
	margin-top:20px;
	width:265px;
	height:185px;
	padding:10px 10px 10px 15px;
	background:#FFFFFF;
	border:1px solid #333333;
}

#retailersListWrap, #retailersListWrap a
{
	font-size:10px;
}

.retailer a
{
	float:none !important;
}

.retailerInfo
{
	margin-top:10px;
}

.reqField
{
    color:#FF0000;
    font-size:14px;
    font-weight:bold;
}

.spambot h1
{
	font-size:14px;
}

.spambot table
{
	border-top:1px solid #888888;
	width:100%;
	margin:5px 0;
	padding:5px 0;
}

.spambotImg
{
	width:160px;
}

.forgotField
{
    background:#FF8888;
}

/*
	GLOBAL CLASSES
*/

.floatLeft
{
	float:left;
	display:inline;
	position:relative;
}

.floatRight
{
	float:right;
	display:inline;
	position:relative;
}

.floatClear
{
	clear:both;
}

.boldened
{
	font-weight:bold;
}

/*
	HEADER AND LINKS
*/

#header
{
	position:relative;
	width:962px;
	z-index:100;
}

#header img, #header a, #headerTop
{
	position:relative;
	float:left;
}

#home3anchor
{
	z-index:102;
}

#header a img
{
	float:none;
}

#header #minicartLink
{
	position:absolute;
	z-index:104;
	left:677px;
	top:30px;
}

#minicartLink
{
	padding:4px;
	color:#FFFFFF;
}

.minicartOff
{
	padding:6px 8px 0 0;
	border:1px solid transparent;
	border-bottom:none !important;
	margin-right:5px;
	color:#FFFFFF;
	float:none;
	display:inline-block;
	width:65px;
	height:22px;
	background:transparent no-repeat;
	background-image:url(/images/minicart-link-off.gif);
	text-align:right;
}

.minicartOn
{
	padding:6px 8px 0 0;
	border:1px solid #999999;
	border-bottom:none !important;
	margin-right:5px;
	color:#555555;
	float:none;
	display:inline-block;
	width:65px;
	height:22px;
	background:transparent no-repeat;
	background-image:url(/images/minicart-link-on.jpg);
	text-align:right;
}

#minicartLink #minicartTotalItems
{
	display:inline-block;
	height:10px;
	margin-top:7px;
}

#minicart
{
	background-color:#FFFFFF;
	padding:6px;
	width:220px;
	max-height:540px;
	overflow:auto;
	border:1px solid #999999;
	border-top:0 none;
	display:none;
}

#header #minicart
{
	position:absolute;
	z-index:103;
	top:63px;
	left:681px;
}

#freeShipAd
{
    width:200px;
    height:130px;
    background:url(/images/ads/free-ship-ad.gif) no-repeat;
	margin-top:10px;
}

#minicart .cartEmpty
{
	font-size:18px;
}

#mcCoupon
{
	padding:5px 0 0 4px;	
}

#couponBtn
{
	font-size:10px;	
}

#mcTotals
{
    padding:5px 0 10px 5px;
}

#mcTotals td
{
    padding:0 10px 5px 0;
}

.removeCoupon
{
    font-size:10px;
    color:#FF0000;
}

.mcLabel
{
    font-weight:bold;
    color:#333333;
}

.mcInfo
{    
    font-size:14px;
    font-weight:bold;
    color:#888888;
}

.mcProd
{
    margin-top:10px;
    width:100%;
    border-bottom:1px solid #999999;
}

.mcProdImg, .mcProdLabel, .mcProdEmpty
{
    width:50px;
}

.mcProd td
{
    padding:0px 6px 4px 2px;
}

.mcProdTitle h1
{
	font-size:12px;
}

.mcProdTitle h2
{
	font-size:10px;
	font-weight:normal;
}

.mcProdLabel
{
    font-weight:bold;
    text-align:right;
}

.mcEditOpts td
{
    padding:0;
}

.mcEditOptsSpacer
{
    width:80px !important;
}

.mcEdit, .mcRemove
{
    padding-left:6px !important;
}

#editProdOptsOverlay
{
	position:absolute;
	z-index:500;
	top:0;
	left:0;
	background:#333333;
	opacity:0.85;
	filter:alpha(opacity=85);
}

#editProdOptsWrap
{
    width:100%;
    position:absolute;
    z-index:501;
	top:100px;
}

#editProdOpts
{
    background:#FFFFFF;
    width:248px;
	height:248px;
    margin:0 auto;
    border:4px solid #777777;
	padding:6px;
}

#editProdOpts h1
{
	color:#777777;
	font-size:20px;
	margin-bottom:10px;
	border-bottom:1px solid #888888;
}

#editProdOpts td
{
    padding:0 5px 5px 0;
}

#editProdOpts .optionName
{
    width:100px !important;
}

#headerTop
{
	background:url(/images/header-top.jpg);
	width:680px;
	height:90px;
	text-align:right;
	padding:6px 20px 0px 0px;
}

#headerTop a
{
	float:none;
	color:#FFFFFF;
	padding:1px 6px;
	display:inline-block;
}

#headerTop span
{
	color:#FFFFFF;
	font-weight:bold;
}

#headerTop span a
{
	padding-left:0;
}

#socialBoxes #fbFanBox
{
	display:none;
	position:absolute;
	z-index:104;
	top:63px;
	left:588px;
}

#socialBoxes #twitterBox
{
	display:none;
	position:absolute;
	z-index:105;
	top:63px;
	left:600px;
}

#fbFanBox
{
	width:300px;
}


#twitterBox
{
	background-color:#99CCCC;
	border:1px solid #555555;
	width:300px;
	padding:16px;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#twitterBox a
{
	float:none;
}

#tweets
{
	background-color:#FFFFFF;
	padding:8px;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#tweets h1
{
	margin-bottom:6px;
	color:#669999;
}

#tweets li
{
	background-color:#CCFFFF;
	margin-bottom:12px;
	padding:6px;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

#tweets li, #tweets li a
{
	color:#336666;
	font-weight:bold;
}

#tweets li:hover
{
	background-color:#336666;
	color:#FFFFFF;
	font-weight:bold;
}

#tweets li:hover a
{
	color:#CCFFFF;
	font-weight:bold;
}

#twitter-link
{
	display:block;
	text-align:right;
	color:#669999;
}

#twitter-link:hover
{
	text-decoration:none;
	color:#336666;
}

#links
{
	background-color:#000000;
}

#bags
{
	margin-right:5px;
}

#kayak
{
	margin-right:9px;
}

#canoe
{
	margin-right:10px;
}

#camping, #store
{
	margin-right:8px;
}

#socialLinks
{
	margin-top:10px;
}

#socialLinks a img
{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#socialLinks a:hover img
{
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}

#sublinkswrap
{
	background:url(/images/sublinks.png);
	width:896px;
	height:245px;
	display:none;
}

#header #sublinkswrap
{
	position:absolute;
	left:32px;
	top:125px;
	z-index:101;
}

#sublinks
{
	background:transparent;
	width:872px;
	height:224px;
	padding:15px 10px 0 14px;
}	

#sublinks div.floatLeft
{
	float:left !important;
	margin-right:24px;
}

#sublinks p
{
	margin-bottom:8px;
}

#sublinks h1 a
{
	font-weight:bold;
	font-size:12px;
	color:#333333;
}

#sublinks a
{
	font-size:10px;
	color:#666666;
	float:none;
}

#topAd
{
    margin-right:15px;
    border:2px solid #555555;
}

.mailLinkSamImg
{
	width:25px;
	height:23px;
	background:url(/images/email-link.png);
	margin-top:5px;
}

.mailLinkSamImg a
{
	display:block;
	width:100%;
	height:100%;
}

.mailLinkSamText
{
	padding:10px 0 0 5px;
}

/*
	HOMEPAGE
*/

#adSlideshowContainer
{
	background:url(/images/ads/ad-slideshow-bg.jpg);
	width:651px;
	height:306px;
}

#adSlideshow
{
	width:645px;
	height:300px;
	margin:3px;
}

#adSlideshowController
{
	padding:2px 0px 0px 14px;
	width:637px;
	height:23px;
	background:url(/images/ads/ad-slideshow-controller.jpg);
}

#adSlideshowController a
{
	color:#333333;
	font-size:10px;
	display:inline-block;
	padding:1px 4px;
	margin:0px 4px;
	background-color:#FFFFFF;
	border:1px solid #333333;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#adSlideshowController a:hover
{
	background-color:#CCCCCC;
	text-decoration:none;
}

#adSlideshowController a.activeSlide
{
	background-color:#CCCCCC;
	text-decoration:none;
}

#adSlideshowDesc
{
	margin:1px 0px 0px 40px;
	color:#FFFFFF;
	font-size:12px;
}

#adSlideshowPlayPause
{
	margin:5px 15px 0px 0px;
}

#adSlideshowPlayPause a
{
	color:#333333;
	font-size:10px;
	background:none;
	border:none;
}

#adSlideshowPlayPause a:hover
{
	color:#FFFFFF;
	text-decoration:none;
	background:none;
}

#rightSideAds
{
	width:309px;
	line-height:0px;
	font-size:0px;
}

#homeDivider
{
	margin-top:20px;
	width:962px;
	height:1px;
	line-height:0px;
	font-size:0px;
	background:url(/images/home-divider.jpg) no-repeat top;
}

#welcomeBottom
{
	width:935px;
	height:259px;
	margin:38px auto 0 auto;
}

#motto
{
	margin:48px 6px 0px 0px;
	width:239px;
	height:110px;
	background:url(/images/motto.jpg) no-repeat top left;
}

#pp
{
	position:relative;
	z-index:1;
	width:571px;
	height:259px;
	background:url(/images/pp.jpg);
}

#pp1, #pp2, #pp3, #pp4 /*Each done individually to make work in IE6*/
{
	margin:20px 20px 0 40px;
}


#pp1, #pp2, #pp3, #pp4, #pp1 *, #pp2 *, #pp3 *, #pp4 * /*Smooth text fade in for IE*/
{
	background:#CCCCCC;
}

#pp2, #pp3, #pp4
{
	display:none;
}

#pp h1
{
	color:#444444;
	width:495px;
	text-align:center;
	margin-bottom:10px;
}

.prevImg
{
	line-height:0px;
	font-size:0px;
}

#ppLinks
{
	margin:48px 4px 0 0;
	width:115px;	
}

#ppLinks ul
{
	margin-top:3px;
}

#ppLinks, #ppLinks ul, #ppLinks ul li
{
	position:relative;
	text-align:right;
	z-index:102;
}

#ppLinks ul li
{
	line-height:32px;
}

#ppLinks ul li a
{
	font-size:16px;
	color:#CCCCCC;
	font-weight:bold;
}

#ppLinks ul li a:hover
{
	color:#CCCCCC;
	text-decoration:none;
}

#ppLinks #ppSelector
{
	width:150px;
	height:38px;
	background:url(/images/pp-selector.jpg);
	position:absolute;
	z-index:101;
	top:0px;
	left:3px;
}

/*
	REGISTER PAGE
*/

#registerFormHeader h2
{
	font-size:16px;
    margin-bottom:15px;
}

.regInfo h1
{
    font-size:14px;
}

.regInfo table
{
    border-top:1px solid #888888;
    width:100%;
    margin:5px 0;
    padding:5px 0;
}

.regInfo td
{
    padding:5px 0;
}

.regLabel
{
    text-align:right;
    width:100px;
    padding-right:5px !important;
}

#diffAddrHeader
{
	display:inline-block;
	margin-bottom:10px;
}

#regFormBottom
{
    margin-top:80px;
    font-size:10px;
}

#regFormBottom p
{
    margin:8px auto 0 auto;
    width:600px;
    text-align:center;
}

/*
	ERROR LOGIN PAGE
*/

#loginWrong
{
	width:445px;
	margin:0 auto;
}

#loginWrongHeader
{
	color:#FF0000;
	font-size:30px;
}

#loginWrong h2
{
    margin-bottom:10px;
}

#loginWrong #loginInfo 
{
    margin-bottom:10px;
}

/*
	CATEGORIES/SUBCATEGORIES/PRODUCTS PAGE
*/

#catNavi
{
	border-bottom:1px solid #999999;
	padding:0 0 2px 20px;
}

#catNavi a
{
	color:#777777;
}

#currentLoc
{
	color:#555555;
	font-weight:bold;
	font-size:14px;
}

#catsProds h1
{
	font-size:30px;
	margin: 10px 0;
}

#catAd
{
    width:950px;
	height:360px;
	padding:4px;
    margin:0 auto 20px 0;
	background:#333333;
	position:relative;
}

#catAdImg
{
	background-repeat:no-repeat !important;
    width:950px;
	height:360px;
	display:none;
}

#catTagLine
{
    position:absolute;
    top:316px;
    left:4px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:30px;
    background:#333333;
    padding:6px;
    width:938px;
	height:36px;
    text-align:right;
	display:none;
}

.subCatProd
{
	width:200px;
	height:192px;
	padding-top:8px;
	text-align:center;
	margin:0 20px 10px 20px;
	background:url(/images/cat-prod-thumbnail-bg.jpg);
}

.subCatProdThb
{
	display:block;
	font-size:18px;
	color:#888888;
	padding-top:158px;
	background-position:top center;
	background-repeat:no-repeat;
	
	opacity:0.75;
	filter:alpha(opacity=75);
}

.subCatProdThb:hover
{
	text-decoration:none;
	color:#333333;
	
	opacity:1;
	filter:alpha(opacity=100);
}

.subCatProdThb span
{
	display:inline-block;
	background:#FFFFFF;
	font-size:12px;
}

.thbGreenWrap
{
	display:none;
	width:48px;
	height:48px;
	position:absolute;
	top:0;
	left:0;
}

.thbGreen
{
	background-image:url(/images/gib-overlay.png);
	width:48px;
	height:48px;
}

.thbGreen a
{
	display:block;
	width:48px;
	height:48px;
	padding:0;
}

#sortProds
{
    border-bottom:1px solid #999999;
    padding-bottom:4px;
    margin-bottom:10px;
}

#sortProds h1
{
	font-size:20px;
}

#sortProds a
{
    display:inline-block;
    margin-right:20px;
}

#selectedSort
{
	margin-right:2px !important;	
}

/*
	PRODUCT PAGE
*/

#closeOut h1
{
    color:#990000;
}

#closeOut
{
    margin-bottom:10px;
}

#saleInfo h1
{
    color:#995555;
}

#saleInfo h2
{
    color:#777777;
    margin-bottom:10px;
}

#saleInfo table
{
    background:#FFFFFF;
    border:2px solid #333333;
    border-bottom:none;
    border-left:none;
    margin-bottom:10px;
}

#saleInfo table .tableHeader
{
    background:#333333;
    color:#FFFFFF;
    font-size:14px;
}

#saleInfo td
{
    border:2px solid #333333;
    border-right:none;
    border-top:none;
    padding:4px;
}







.circleList li
{
	list-style:circle;
}

#aProduct
{
	margin-top:10px;
}

#productWeight
{
	display:none;
}

#productImage
{
	width:375px;
	height:375px;
	line-height:0px;
	font-size:0px;
	border:1px solid #CCCCCC;
}

#productDetails
{
	margin-left:20px;
	width:550px;
}

#productSansPics
{
	height:271px;
}

#productDetails table
{
	margin-top:15px;
}

#productDetails table td
{
	padding-bottom:10px;
}

.optionName
{
	color:#888888;
	font-size:16px;
	font-weight:bold;
	padding-right:20px;
}

.productWarning
{
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

#productDetails h1
{
	margin-bottom:15px;
	padding-bottom:1px;
	border-bottom:1px solid #999999;
}

#productDetails h2
{
	display:inline;
	margin-top:-6px;
}

#productPartNo
{
	text-align:right;
	font-size:10px;
}

#comingSoon
{
	font-weight:bold;
	font-size:14px;
}

#addToCartBtn
{
	background:url(/images/skin1/add-to-cart.png);
	width:96px;
	height:26px;
	margin:15px 0 0 -3px;
}

#addToCartBtn a
{
	display:block;
	width:96px;
	height:26px;
	position:relative;
}

#productShare
{
	margin-top:10px;
}

#greenProd
{
	width:100px;
	height:100px;
	margin:10px;
	background:url(/images/gib.png) no-repeat;
}

#detailedThumbsWrap h1
{
	font-size:20px;
	border:1px solid #CCCCCC;
	border-bottom-color:#FFFFFF;
	padding:0 5px;
	margin:0;
	color:#666666;
	position:relative;
	z-index:1;
	margin-bottom:-1px;
	background:#FFFFFF;
	display:inline-block;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:6px;
}

#detailedImagesWrap
{
	background:url(/images/detailed/detailed-images-bg.png) no-repeat top left;
	display:none;
	width:726px;
	height:626px;
	position:absolute;
}

#detailedImagesCloseWrap
{
	position:absolute;
	top:-12px;
	left:-8px;
	width:50px;
	height:54px;
}

#detailedImagesClose
{
	width:100%;
	height:100%;
	background:url(/images/detailed/close-button.png) no-repeat;
}

#detailedImagesCloseLink
{
	display:inline-block;
	width:100%;
	height:100%;
}

#detailedImagesNaviWrap
{
	position:absolute;
	z-index:1000;
	top:275px;
	width:650px;
	height:34px;
}

#detailedImagesNavi
{
	width:640px;
	margin:0 auto;
}

#detailedImagesNext, #detailedImagesPrev, #detailedImagesNavi a
{
	width:34px;
	height:34px;
}

#detailedImagesNavi a
{
	display:inline-block;
}

#detailedImagesNext
{
	background:url(/images/detailed/forward-button-off.png);
}

#detailedImagesNext:hover
{
	background:url(/images/detailed/forward-button-on.png);
}

#detailedImagesPrev
{
	background:url(/images/detailed/backward-button-off.png);
}

#detailedImagesPrev:hover
{
	background:url(/images/detailed/backward-button-on.png);
}

#detailedImages
{
	width:650px;
	height:550px;
	margin:0 auto;
	padding-top:38px;
	overflow:hidden;
	position:relative;
}

#detailedImages .items
{
	width:20000em;
	position:absolute;
	clear:both;
}

#detailedImages .items div
{
	float:left;
	width:650px;
	height:550px;
}

#detailedImages .info
{
	float:none;
	display:none;
	background:#333333;
	font-size:20px;
	color:#FFFFFF;
	text-align:center;
	padding-top:8px;
}

#detailedThumbs
{
	padding:6px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	height:66px;
	overflow:auto;
}

#detailedThumbs a
{
	margin-right:20px;
}

#detailedThumbs img
{
	opacity:0.7;
	filter:alpha(opacity=70);
}

#detailedThumbs a:hover img
{
	opacity:1;
	filter:alpha(opacity=100);
}

#productInfo
{
    margin-top:20px;
}

#productInfoTabs, #productInfoTabs *
{
    position:relative;
	z-index:101;
}

#productInfoTabs ul li
{
	float:left;
   	padding-right:15px;
}

#productInfoTabs ul li a
{
    padding:5px;
    border:1px solid #CCCCCC;
    background:#F9F9F9;
    color:#888888;
	display:inline-block;
	font-size:14px;
	
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:6px;
}

#productInfoTabs ul li a:hover
{
    border-color:#888888;
    border-bottom-color:#CCCCCC;
    background:#EFEFEF;
    text-decoration:none;
    color:#555555;
}

#productInfoTabs ul li.activeTab
{
	margin-top:-4px;
}

#productInfoTabs ul li.activeTab a
{
    background:#EFEFEF !important;
    border-color:#CCCCCC !important;
    border-bottom-color:#EFEFEF !important;
    color:#555555 !important;
	font-size:16px;
	height:20px;	
}

#productInfoContent
{
    background:#EFEFEF;
    border:1px solid #CCCCCC;
    padding:8px 8px 8px 4px;
    margin-top:-1px;
	width:100%;
	font-weight:bold;
	color:#555555;
}

#productInfoContent div
{
	background:#EFEFEF;
}

#productDesc ul
{
	margin:5px 0 0 15px;
}

#productDesc ul li
{
	list-style: circle outside;
	font-weight:normal;
}

#productSpecs, #productRevs
{
	display:none;
}

#productSpecs .circleList
{
	margin-left:20px;
}

#productSizing
{
    margin-top:10px;
    border:1px solid #999999;
    border-top:0;
    border-right:0;
}

#productSizing td
{
    border:1px solid #999999;
    border-bottom:0;
    border-left:0;
    padding:5px;
    background:#FFFFFF;
}

#productSizing .tableHeader td
{
    background:#666666;
    color:#FFFFFF;
    font-size:14px;
}

#productRevs
{
    padding-top:10px;
}

#pleaseLoginRev
{
	color:#888888;	
	margin-top:30px;
}

#rateProd
{
	margin-left:10px;
}

.custsRating
{
	margin-left:28px;
}

.productRev
{
	background:url(/images/prod-review-bg.jpg) top left no-repeat !important;
    margin:0 10px 4px 20px;
    width:480px;
	height:150px;
	padding:10px 10px 46px 10px;
}

.productRev *
{
	background:none transparent !important;
}

.productRevContent
{
	width:480px;
	height:150px;
	overflow:auto;
}

.revAuthor
{
    font-size:20px;
    margin:-4px 0 35px 25px;
}

#noRevs
{
	border-bottom:1px solid #888888;
	clear:both;
	margin-bottom:10px;
	padding:0 10px 5px 10px;
}

#noRevs h1
{
    font-size:20px;
}

#noRevs h2
{
    font-size:16px;
    color:#999999;
}

#ratingResponse
{
	display:inline-block;
	margin:8px 0 0 2px	
}

#reviewFormIframe
{
	display:none;
}

#reviewFormWrap
{
    margin-top:15px;
}

#reviewFormWrap td
{
    padding:0 20px 8px 0;
}

#reviewFormWrap textarea
{
    width:300px;
    height:150px;
}

#charNumb
{
    font-size:16px;
    color:#999999;
}

#maxMessage
{
    font-size:10px;
    color:#999999;
}

#charNumb span
{
    font-size:24px;
    color:#333333;
}

#captchaImg
{
	border:1px solid #888888;
}

/*
	PHOTO CONTEST PAGE
*/

#photoContestAd
{
    width:800px;
    height:300px;
    background:url(/images/ads/2010-photo-contest.jpg);
    margin:0 auto;
    border:5px solid #333333;
    margin-bottom:20px;
}

#photoContestInfo
{
    text-align:center;
    font-size:14px;
}

#photoContestInfo h1
{
    font-size:22px;
    border-bottom:1px solid #999999;
    padding-bottom:5px;
    margin-bottom:5px;
}

/*
	CHECKOUT PAGES
*/

#cartCheckoutAnon, #cartCheckout
{
	width:100%;
}

#cartContents
{
    width:100%;
    border:1px solid #777777;
    border-bottom:0;
    border-top:0;
}

#cartContents .tableHeader td
{
    background:#777777;
    padding:4px 0 4px 8px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:14px;
    border:0;
}

#cartContents td
{
    padding:3px 0 3px 8px;
    border-bottom:1px solid #777777;
    background:#FFFFFF;
}

#deliveryMethod
{
    width:30%;
    padding:8px 0;
}

#deliveryMethod h1, #paymentMethod h1
{
    font-size:20px;
}

#cartTotals
{
    width:30%;
    background:#FFFFFF;
    border:1px solid #777777;
    padding:8px;
	float:right;
	margin-top:15px;
}

.cartTotalsLabel
{
    font-weight:bold;
}

#cartTotals td
{
    padding:0 0 6px 0;
}

#cartTotal td
{
    border-top:1px solid #777777;
}

#cartTotalLabel
{
	font-weight:bold;
    font-size:16px;
}

#cartTotalNumber
{
    font-weight:bold;
}

#paymentMethod h1
{
    margin-bottom:4px;
}

#custInfo
{
    margin-bottom:30px;
}

.custInfo
{
    margin-bottom:12px;
    width:30%;
}

.custInfo h1
{
    font-size:16px !important;
    margin-bottom:4px;
    border-bottom:1px solid #777777;
}

.custLabel
{
    width:115px;
    font-weight:bold;
}

#incorrectInfo
{
	font-size:14px;
	color:#FF0000;
}

#cartEmpty
{
    border:2px solid #888888;
    padding:8px;
    background:#FFFFFF;
    text-align:center;
    width:600px;
    margin:0 auto;
}

#cartEmpty h1
{
    font-size:30px;
    color:#FF0000;
}

#cartEmpty a
{
    font-size:14px;
}

#mustHaveAcct
{
    border-bottom:1px solid #888888;
	margin-bottom:20px;
	padding:30px 0 5px
}

#mustHaveAcct a
{
    font-size:16px;
    display:inline-block;
    margin:4px 20px 0 0
}

#checkoutReg
{
	display:none;
}

/*
	ADD RETAILERS, DISPLAY RETAILERS PAGE
*/

#addRetailer h1
{
	margin-bottom:10px;
}

#addRetailer h1.top
{
	text-align:center;
}

#addRetailer .error
{
	color:#F00000;
}

#addRetailerLogin
{
	width:260px;
	margin:0 auto;
}

#addRetailer input[type="text"], #addRetailer input[type="password"], #addRetailer select
{
	border:1px solid #333333;
	background:#FFFFFF;
}

#addRetailer input[type="submit"]
{
	border:1px solid #333333;
	padding:4px 8px;
	font-weight:bold;
}

#addRetailerForm
{
	margin-left:100px;
}

#addRetailerForm select
{
	width:145px;
}

#selectStatesProvsTerrs div
{
	display:none;
}

#retailersLogos
{
	background:#FFFFFF;
	border:1px solid #333333;
	width:600px;
	margin-left:20px;
	padding:8px;
}

#retailersLogos form
{
	padding-bottom:20px;
}

#logosIframe
{
	width:100%;
	height:250px;
	overflow:auto;
}

/*
	CUSTOMER SERVICE PAGES
*/

#aboutUs, #wholesaleInfo, #termsConds, #dealersInfo, #privacyStatement
{
    padding:10px;
    background:#FFFFFF;
    border:2px solid #999999;
    -moz-border-radius:10px;
    -webkit-border-radius:6px;
}

#aboutUs h1, #privacyStatement h1, #termsConds h1, #dealersInfo h1
{
	font-size:20px;
	border-bottom:1px solid #999999;
	margin-bottom:10px;
}

/*About Us*/

#aboutUs p
{
    margin-bottom:10px;
    font-size:14px;
}

#aboutUs h2
{
    font-size:16px;
    margin-bottom:10px;
}

/*Wholesale Info*/

#wholesaleInfo h1
{
	font-size:20px;
}

/*Terms and Conditions*/

#termsConds h2
{
	font-size:16px;
}

#termsConds h2, p
{
	margin-top:10px;
}

#returnSteps
{
	margin:5px 0 0 20px;
}

#returnSteps li
{
	list-style:decimal;
}

/*Dealer's Info*/

#dealersInfo h2
{
    margin-top:10px;
    font-size:16px;
}

#dealersInfo h3
{
	margin-top:5px;
    font-size:10px;
	font-weight:normal;
}

#preseasonProgram
{
    border:1px solid #999999;
    border-bottom:none;
    border-left:none;
    margin:10px 0 0 10px;
}

#preseasonProgram .tableHeader
{
    font-weight:bold;
    font-size:14px;
    background:#CCCCCC;
    color:#555555;
}

#preseasonProgram td
{
    padding:4px 15px 4px 4px;
    border:1px solid #999999;
    border-top:none;
    border-right:none;
}

.class
{
    font-weight:bold;
}

#dealersInfo ul
{
    margin:5px 0 0 20px;
}

#dealersInfo li
{
    list-style:circle;
}

/*Privacy Statement*/

#privacyStatement p
{
    margin-bottom:10px;
}

#privacyStatement h2
{
	font-size:16px;
}

/*Contact Us*/

h1#contactHeader
{
	background:#FFFFFF;
	border:5px solid #999999;
	padding:10px;
	
	-moz-border-radius:10px;
	-webkit-border-radius:6px;
}

#contactError
{
	color:#FF0000;
	font-size:26px;
}

#contactUsHeader
{
	margin-bottom:15px;
}

#contactUsHeader h2
{
	font-size:16px;
}

#contactUs table
{
    border-top:1px solid #888888;
    width:100%;
    padding:5px 0;
}

#contactUs td
{
    padding:5px 0;
}

.contactLabel
{
    text-align:right;
    width:100px;
    padding-right:5px !important;
}

#diffAddrHeader
{
	display:inline-block;
	margin-bottom:10px;
}

#regFormBottom
{
    margin-top:80px;
    font-size:10px;
}

#regFormBottom p
{
    margin:8px auto 0 auto;
    width:600px;
    text-align:center;
}

/*Password Recover*/

#passwordRecovery
{
	margin:0 auto;
	width:700px;
	background:#FFFFFF;
	padding:6px 12px 12px 12px;
	border:1px solid #999999;
	
	-moz-border-radius:10px;
	-webkit-border-radius:6px;
}

#passwordRecovery h1
{
	margin-bottom:10px;
}

#passwordRecovery span
{
	font-size:16px;
}

#invalidEmail
{
	color:#FF0000;
	font-size:14px;
}