/********************************************/
/*              GLOBAL STYLES               */
/********************************************/

@import url('reset.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	/*background: url('/coleman/images/reskin2009/leaves_bck.jpg') top left  fixed;
	background: url('/coleman/images/background/bck_family3.jpg') top left  fixed no-repeat;*/
	/*background-color: #010f09;*/
	background: #010f09;
}

.image-replacement {
	display: block;
	background: transparent no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
.error-text {
	display: block;
	color: #FF0000;
}

.clear-both { clear: both; }
.bold { font-weight: bold; }
.inline { display: inline; }

.div_left {
	float: left;
	width: 30%;
	padding: 3px;
}
.div_center {
	float: left;
	width: 30%;
	padding: 3px;
}
.div_right {
	float: left;
	width: 30%;
	padding: 3px;
}
.div_left50 {
	float: left;
	width: 45%;
	padding: 3px;
}
.div_right50 {
	float: left;
	width: 45%;
	padding: 3px;
}

sup {
	vertical-align: baseline;
	position: relative;
	bottom: .1em;
	*bottom: .2em;
	*font-size: 1.2em;
}

a img { border: none; }

/*.ibord {
	border: 1px solid #1A3725;
}*/
.recipeimg {
	border: 8px solid #ffffff;
	margin-right: 15px;
}
strong, b { font-weight: bold; }

input {
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	vertical-align: bottom;
	*position: relative;
	*top: -1px;
}

/***************************************/
/*top bar content*/
/***************************************/
.nav_left50 {
	float: left;
	width: 50px;
}
.nav_right50 {
	float: left;
	width: 105px;
}
.topbar
{  	width:475px;
	position:absolute;
	*position:absolute;
	padding: 0px 5px 0 500px;
	margin: 0px 50px -1px 0px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color:#607b57;
	text-decoration: none;
	z-index: 11000;
	text-align:right;

}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10000;
	
}

#nav a { 
	color:#607b57;
	text-decoration: none;
	z-index: 10000;
	line-height:1.3em;
}
#nav a:hover { 
	color:#2a4c30;
	text-decoration: none;
	
}

#nav li {
	float: left;
	display: inline;
	z-index: 10000;
}
#nav li ul {
	position:inherit;
	z-index: 9999;
	background-color:#FEFACD;
    opacity:.9;
    filter: alpha(opacity=90);
	height:auto;
	margin:-3px 0px 0px 0px;
    border:solid 1px #46166B;
	z-index: 10000;
	text-align:left;
	visibility:hidden;
}

#nav li:hover ul, nav li:hover ul {
	*left:-163px;
	*top: 53px;
	width:165px;
	height:100%;
	*height:auto;
	z-index: 9999;
	background-color:#FEFACD;
    opacity:.9;
    filter: alpha(opacity=90);
	padding:10px 10px 15px 10px;
	margin:-3px 0px 0px 0px;
    border:solid 1px #46166B;
	z-index: 12000;
	text-align:left;
	visibility:visible;
	
}
.PanelNavTop
{   text-align:left;
	padding:0px 14px 5px 10px;
}

.PanelNavTop:hover
{   text-align:left;
	background:url(/coleman/images/reskin2009/bg_arrow_darkgreen_on_content_tan.gif) no-repeat left;
	background-position: 0% 35%;
	padding:0px 10px 5px 14px;
	color: #2a4c30;

}
/********************************************/
/*         SHELL, HEADER, & FOOTER          */
/********************************************/

#content {
	float: left;
	width: 687px;
	padding: 25px;
	overflow: hidden;
}
.full-width #content {
	clear: both;
	width: 968px;
	padding: 0;
}
#shell {
	width: 968px;
	margin: 0 auto;
	position: relative;
}
#shell-inner {
	float: left;
	z-index: 0;
	background: #ede7d0 url('/coleman/images/reskin2009/bg_left_column.gif') top left repeat-y;
}
#shell-innertab {
	float: left;
	z-index: 0;
	background: #ede7d0 url('/coleman/images/reskin2009/bg_left_column.gif') top left repeat-y;
	margin: 0px;
	padding: 0px;
}
#shell-inner.full-width { background-image: none; }
#header {
	float: left;
	display: inline;
	margin:50px 0 0 0; 
	*margin:52px 0 0 0; 
	background: #2a4c30;
}
#header-logo { float: left; }
#header-logo a {
	width: 208px;
	height: 84px;
	background-image: url('/coleman/images/reskin2009/logo_header.gif');
}
#header-right {
	float: left;
	width: 760px;
	text-align: right;
}
#search-and-cart {
	height: 15px;
	overflow: hidden;
	padding: 14px 0 34px 0;
	margin-right: 21px;
}
.view-cart-buttons span {
	display: inline-block;
	padding: 2px 0;
	background: #607b57;
	text-align: right;
	font-size: 10px;
}
.view-cart-buttons span {
	display: inline-block;
	padding: 5px;
	margin-top:2px;
	background: #607b57;
	text-align: right;
	font-size: 11px;
	margin-bottom: 2px;
}
.view-cart-buttons span a {
	display: inline-block;
	height: 11px;
	overflow: hidden;
	padding: 0 16px;
	color: #e9e3a9 !important;
	text-decoration: none !important;
	*position: relative;
	*top: 1px;
	*margin-bottom: 2px;
	*height: 9px;
}
.view-cart-buttons .cart-view a {
	border-left: 1px solid #03190f;
	background: #607b57 url('/coleman/images/reskin2009/bg_arrow_tan_on_lightgreen.gif') no-repeat 13px 3px;
	*background-position: 13px 2px;
}
.search-box-text {
	height: 19px;
	width: 150px;
	padding: 2px 8px;
	margin: 1px -3px 0px 17px;
	background: #ede7d8;
	font-size: 11px;
	*line-height:1.5em;
	color: #03190f;
	border: 1px solid #010f09;
}
.search-box-button {
	border: 1px solid #010f09;
	margin: 3px 3px 3px -19px;
	padding:1px;
	background:#607B57;
}


#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 32px;
	padding-top: 8px;
	background: #2a4c30;
}
#footer-left {
	float: left;
	padding-left: 20px;
	padding-top: 1px;
}
#footer-left span {
	font-size: 11px;
	color: #e9e3a9;
}
#nav-footer {
	position: absolute;
	right: 20px;
	margin-top: 6px;
}
#nav-footer li {
	float: left;
	display: block;
	height: 14px;
	padding: 0 9px;
	padding-top: 1px;
	border-right: 1px solid #03190f;
}
#nav-footer a {
	font-size: 11px;
	color: #e9e3a9;
	text-decoration: none;
}
#nav-footer .last {
	padding-right: 0;
	border: none;
}
#nav-footer .selected { background: #607b57; }

#copyright-info {
	clear: left;
	font-size: 9px;
	color: #2a4c30;
	padding: 8px 0 24px 24px;
}
#copyright-info-right {
	text-align: right;
	margin:-35px 0px 20px 0px;
	
}
#footer-left span {
	vertical-align: bottom;
	padding-right: 4px;
}
#footer .search-box-text {
	margin: -2px -4px -3px 0px; 
	*margin: -2px -22px -3px 0px; 
	position: relative;

}
#footer .search-box-button {
	position: relative;
	top: 3px;
	*top: 1px;
}


/********************************************/
/*                TOP NAV                   */
/********************************************/

#nav-top {
	position: absolute;
	right: 0;
	z-index: 9999;
}

/* Nav Items & Their States */
#nav-top li li {
	clear: left;
	text-align: left;
	padding: 1px 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
}
#nav-top li li a {
	display: block;
	color: #03190f;
	text-decoration: none;
	line-height: 1.2em;
	padding: 1px 15px;
}
#nav-top li li a:hover {
	background: #2a4c30 url('/coleman/images/reskin2009/bg_arrow_tan_on_darkgreen.gif') 6px 5px no-repeat !important;
	color: #e9e3a9;
}
#nav-top li li.selected a { background: #e4dfab; }


/* Dropdown Functionality */
#nav-top li:hover ul,
#nav-top li.over ul { display: block; }

#nav-top li:hover,
#nav-top li.over { background-color: #fefacd; }

#nav-top li {
	float: left;
	position: relative;
	padding: 0 18px;
}
#nav-top li.last {
	margin-right: 18px;
	_margin-right: 9px;
}
#nav-top li ul {
	display: none;
	width: 100%;
	position: absolute; 
	top: 21px;
	left: 0;
	background: #fefacd;
	padding: 8px 13px 26px;
	overflow: hidden;
}
#nav-top li.last ul { /*keep last menu inside site bounding box*/
	left: auto;
	right: 0;
	_right: -1px;
}
#nav-top ul.column {
	width: 190px;
	height: 200px;
	border-right: 0px solid #eae1b4;
}
#nav-top ul.column.first { padding-right: -5px; }
#nav-top ul.column.pre {
	left: -215px;
	background: #FEFACD url('/coleman/images/products/classics_200.jpg') no-repeat;
	background-position:center;
}
#nav-top ul.column.second {
	left: 209px;
	padding-right: 5px;
}
#nav-top ul.column.third {
	left: 410px;
	padding-left: 5px;
}
#nav-top ul.column.last { border-right: none; }

#nav-top .category {
	display: block;
	height: 26px;
	background: transparent no-repeat 0 6px;
}
#nav-top li.over a.category,
#nav-top li:hover a.category,
#nav-top li.cat-selected.over a.category,
#nav-top li.cat-selected:hover a.category { background-position: 100% 6px !important; }

#nav-top .category span {
	position: absolute;
	left: -9999px;
}
/* Selected category */
#nav-top li.cat-selected a.category { background-position: -100% 6px; }

#nav-top li.cat-selected:hover,
#nav-top li.cat-selected.over { background-image: none !important; }

#nav-top li.cat-selected {
	background-repeat: no-repeat;
	background-position: 4px 0px;
}


/********************************************/
/*         TOP NAV HARDCODED VALUES         */
/********************************************/

/* Gear */

#nav-top-gear .category {
	background-image: url('/coleman/images/reskin2009/nav_top_gear.gif');
	width: 44px;
}
#nav-top #nav-top-gear.cat-selected { background-image: url('/coleman/images/reskin2009/nav_top_gear_selected.gif'); 
padding-left:25px;}


/* Adventures */

#nav-top-adventures .category {
	background-image: url('/coleman/images/reskin2009/nav_top_adventures.gif');
	width: 121px;
}
#nav-top #nav-top-adventures.cat-selected { background-image: url('/coleman/images/reskin2009/nav_top_adventures_selected.gif'); }
/*#nav-top #nav-top-adventures ul { width: 131px; }*/

#nav-top-adventures ul.column.second {
	left: 121px;
	width: 200px; 
	padding-right: 15px;
	padding-left: 15px;
	padding-top:15px;
	padding-bottom:19px;	
	/*background: #FEFACD url('/coleman/images/reskin2009/adv_banner.JPG') no-repeat;*/
	background-position:center;
}

/* Trail Guide */

#nav-top-trail-guide .category {
	background-image: url('/coleman/images/reskin2009/nav_top_trail_guide.gif');
	width: 118px;
}
#nav-top #nav-top-trail-guide.cat-selected { background-image: url('/coleman/images/reskin2009/nav_top_trail_guide_selected.gif'); }

#nav-top #nav-top-trail-guide ul { width: 128px; }
#nav-top #nav-top-trail-guide ul.column.second {
	left: 135px;
	width: 200px; 
	padding-right: 35px;
	padding-left: 0px;
	padding-top:15px;
	padding-bottom:19px;	
	/*background: #FEFACD url('/coleman/images/reskin2009/tg_banner.gif') no-repeat;*/
	background-position:center;
}


/* Base Camp */

#nav-top-base-camp .category {
	background-image: url('/coleman/images/reskin2009/nav_top_base_camp.gif');
	width: 103px;
}
#nav-top #nav-top-base-camp.cat-selected { background-image: url('/coleman/images/reskin2009/nav_top_base_camp_selected.gif'); }

#nav-top #nav-top-base-camp ul { width: 160px; }
#nav-top #nav-top-base-camp ul.column.second {
	left: -210px;
	width: 200px; 
	padding-right: 5px;
	padding-left: 30px;
	padding-top:22px;
	*padding-top:17px;
	padding-bottom:33px;
	*padding-bottom:33px;	
	/*background: #FEFACD url('/coleman/images/reskin2009/bc_banner.jpg') no-repeat;*/
	background-position:center;
}

/* Parts */

#nav-top-parts .category {
	background-image: url('/coleman/images/reskin2009/nav_top_parts.gif');
	width: 55px;
}
#nav-top #nav-top-parts.cat-selected { background-image: url('/coleman/images/reskin2009/nav_top_parts_selected.gif'); }

#nav-top #nav-top-parts ul {
	width: 184px;
	height:150px;
	padding-left: 28px;
	padding-right: 28px;
}

#nav-top-parts li span {
	display: block;
	margin: 12px 0;
}

#nav-top #nav-top-parts ul.column.second {
	left: -300px;
	width: 150px; 
	padding-right: 5px;
	padding-left: 25px;
	height:150px;
	/*background: #FEFACD url('/coleman/images/reskin2009/parts_banner.jpg') no-repeat;*/
	background-position:center;
}

#nav-top-parts input { margin: -4px -22px 3px 0; }

#nav-top-parts .search-box-text {
	width:145px;
	padding: 2px 8px;
	margin: 1px -23px 0px 17px;
	background: #ede7d8;
	font-size: 11px;
	*line-height:1.5em;
	color: #03190f;
	border: 1px solid #010f09; }
	
#nav-top-parts .search-by-cat { background: url('/coleman/images/reskin2009/bg_arrow_charcoal_on_tan.gif') no-repeat 0 5px !important; }

#nav-top-parts .search-by-cat a,
#nav-top-parts .search-by-cat a:hover {
	background: none !important;
	*background: url('/coleman/images/reskin2009/bg_arrow_charcoal_on_tan.gif') no-repeat 0 5px !important;
	padding-left: 10px;
}
#nav-top-parts .search-by-cat a:hover {
	text-decoration: underline;
	color: #03190f;
}


/********************************************/
/*                 LEFT NAV                 */
/********************************************/

#column-left {
	float: left;
	width: 205px;
	padding: 40px 13px;
	background: #1a3725;
}
#nav-left {
	border-bottom: 1px solid #071e12;
	padding-bottom: 20px;
	margin-bottom: 28px;
}
#nav-left li { padding: 4px 0 5px 0; }
#nav-left a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #e9e3a9;
	text-transform: uppercase;
	text-decoration: none;
	padding: 2px 16px 2px 16px;
}

#nav-left li.nav-active a { background: #607b57; }

#nav-left li li.nav-active2 a,
#nav-left li li.nav-active2 a:hover {
	background: #607b57 !important;
	padding-bottom: 3px;
	*padding-bottom: 2px;
	margin: 2px 0;
}

#nav-left li a:hover { background: #3f5a3f !important; }

#nav-left ul ul { padding: 5px 0 0 0; }

#nav-left li li { padding: 1px 0 1px 16px; }

#nav-left li li a {
	text-transform: none;
	font-weight: normal;
	background: none !important;
}


/********************************************/
/*                 BANNERS                  */
/********************************************/

#banner-customer-service { padding: 9px 14px 20px 0px; }
#banner-customer-service .phone-number {
	display: block;
	padding-bottom: 12px;
}
#banner-customer-service .contact { padding-right: 3px; }
#banner-customer-service .live-chat { display: none; }

#banners { margin: 8px 0; }

#cart-related-items {
	float: left;
	width: 179px;
	margin: 0 -13px;
	margin-top: 19px;
	margin-bottom: -40px;
	padding: 30px 26px;
	background: #cdbe95;	
}

#cart-related-items li { clear: left; }

#cart-related-items li img {
	float: left;
	margin-right: 12px;
	margin-bottom: 22px;
}
#cart-related-items li span {
	display: block;
	padding: 12px 0 10px 0;
	*padding-top: 0;
}
#cart-related-items li a {
	color: #03190f;
	text-decoration: none;
}

#cart-related-items h2.image-replacement {
	background-image: url('/coleman/images/reskin2009/cart_heading_you_may_also_like.gif');
	width: 177px;
	height: 14px;
	margin: 42px 0 18px 0;
	*margin-top: 38px;
}

/********************************************/
/*    PRODUCT/PRODUCT CATEGORY LISTINGS     */
/********************************************/

#content ul.product-listing {
	clear: both;
	margin: 0 -3px;
	padding-top: 24px;
}
#content ul.product-listing li {
	list-style: none;
	float: left;
	width: 223px;
	height: 278px;
	*height: 254px;
	_height: 259px;
	padding: 0 4px;
	_overflow: hidden;
	line-height: 1;
}
#content ul.product-listing a {
	text-decoration: none;
	color: #03190f;
}
#content ul.product-listing a:hover,
#content ul.product-listing a:hover span { text-decoration: underline; }

#content ul.product-listing img {
	border: 11px solid #ffffff;
	margin-bottom: 8px;
}
#content ul.product-listing img:hover  { border: 11px solid #DDD3B0; }

#content ul.product-listing .cart-view {
	float: right;
	width: 40px;
	text-decoration: none;
	text-transform:none;
	font-size:9px;
	color: #e9e3a9;
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	*margin: 2px 0px 0px 0px;
	*padding: 4px 0px 5px 0px;
	background: #607b57 url('/coleman/images/reskin2009/bg_arrow_tan_on_lightgreen.gif') no-repeat ;
	*background-position: 6px 5px;
	background-position: 6px 5px;
}
#content ul.product-listing .cart-view:hover {
	float: right;
	width: 40px;
	text-transform:none;
	text-decoration: none;
	font-size:9px;
	color: #e9e3a9;
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	*margin: 2px 0px 0px 0px;
	*padding: 4px 0px 5px 0px;
	background: #2a4c30 url('/coleman/images/reskin2009/bg_arrow_tan_on_darkgreen.gif') no-repeat 5px 5px;
	*background-position: 6px 5px;
	background-position: 6px 5px;
}
#content ul.product-listing span { display: block; }

#content ul.product-listing.with-price li {
	height: 285px;
	*height: 262px;
	_height: 272px;
}
#content ul.product-listing.with-price span.price {
	padding-top: 5px;
	font-size: 10px;
	color: #294b2f;
}

/*text promos for home page
#content ul.product-listing2 {
	clear: both;
	margin: 0 -3px;
	padding-top: 2px;
}
#content ul.product-listing2 li {
	list-style: none;
	float: left;
	width: 250px;
	height: 50px;
	*height: 50px;
	_height: 50px;
	padding: 0 4px;
	_overflow: hidden;
	line-height: 1;
}
#content ul.product-listing2 a {
	text-decoration: none;
	color: #03190f;
}
#content ul.product-listing2 a:hover,
#content ul.product-listing2 a:hover span { text-decoration: underline; }

#content ul.product-listing2 img {
	border: 11px solid #ffffff;
	margin-bottom: 1px;
}
#content ul.product-listing2 span { display: block; }

#content ul.product-listing2.with-price li {
	height: 50px;
	*height: 50px;
	_height: 50px;
}
#content ul.product-listing2 {
	padding-top: 5px;
	font-size: 10px;
	color: #ffffff;
}*/

/********************************************/
/*    SEARCH PAGE PRODUCT LISTINGS       */
/********************************************/

ul.product-listingsrch {
	clear: both;
	margin: 0 -3px;
	padding-top: 0px;
	
}
#content ul.product-listingsrch li {
	list-style: none;
	float: left;
	width: 173px;
	height: 228px;
	*height: 204px;
	_height: 209px;
	padding: 0 0px;
	_overflow: hidden;
	line-height: 1;
	
	
}
#content ul.product-listingsrch a {
	text-decoration: none;
	color: #03190f;
	
}
#content ul.product-listingsrch a:hover,
#content ul.product-listingsrch a:hover span { text-decoration: underline; }

#content ul.product-listingsrch img {
	border: 11px solid #fff;
	margin-bottom: 0;
}
/*
#content ul.product-listingsrch img:hover  { border: 11px solid #DDD3B0; }
*/
#content ul.product-listingsrch .cart-view {
	float: right;
	width: 40px;
	text-decoration: none;
	text-transform:none;
	font-size:9px;
	color: #e9e3a9;
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	*margin: 2px 0px 0px 0px;
	*padding: 4px 0px 5px 0px;
	background: #607b57 url('/coleman/images/reskin2009/bg_arrow_tan_on_lightgreen.gif') no-repeat ;
	*background-position: 6px 5px;
	background-position: 6px 5px;
}
#content ul.product-listingsrch .cart-view:hover {
	float: right;
	width: 40px;
	text-transform:none;
	text-decoration: none;
	font-size:9px;
	color: #e9e3a9;
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	*margin: 2px 0px 0px 0px;
	*padding: 4px 0px 5px 0px;
	background: #2a4c30 url('/coleman/images/reskin2009/bg_arrow_tan_on_darkgreen.gif') no-repeat 5px 5px;
	*background-position: 6px 5px;
	background-position: 6px 5px;
}
#content ul.product-listingsrch span { display: block; }

#content ul.product-listingsrch.with-price li {
	height: 285px;
	*height: 262px;
	_height: 272px;
	 background-color: #ffffff;
}
#content ul.product-listingsrch.with-price span.price {
	padding-top: 5px;
	font-size: 10px;
	color: #294b2f;
}


.div_left50srch {
	float: left;
	width: 80px;
	padding: 1px;
}


.div_right50srch {
	float: left;
	width: 600px;
	padding: 1px;
}

DIV.categoryheader {
 height: 20px;
 background-color: #cdbe95;
 padding-top:5px;
 font-size: 14px;
}


/********************************************/
/*    END SEARCH PAGE PRODUCT LISTINGS       */
/********************************************/