
/* Left column styles */ 

#left_col {
	width: 162px;
	height:450px;
	background:  url(/assets/images/common/leftnav_bg.jpg) top no-repeat;
	padding-top: 26px;
	padding-left: 18px;
	padding-bottom: 20px;
}

html>body #left_col {
	height:auto; 
	min-height:450px;
}

/* Channel-specific left nav background images */ 
#fishing_ch #left_col { background-image: url(/assets/images/common/leftnav_bg.jpg); }
#hunting_ch #left_col { background-image: url(/assets/images/common/leftnav_bg.jpg); }
#camping_ch #left_col { background-image: url(/assets/images/common/leftnav_bg.jpg); }
#clothing_ch #left_col, #footwear_ch #left_col { background-image: url(/assets/images/common/leftnav_bg.jpg); }


#left_col h2 {
	text-indent: -9000px;
	background: top left no-repeat;
	margin-bottom:11px;
}

#left_col h2 {
	height: 31px;
	background: top left no-repeat;
	margin-bottom:11px;
	color: #95092F;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Channel-specific left nav header images */

#watersp_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/watersports.gif); }
#boating_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/boating_h.gif); }
#mooring_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/mooring_h.gif); }
#trailering_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/trailering_h.gif); }
#electronics_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/electronics_h.gif); }
#fishing_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/fishing_h.gif); }
#outdoor_gear_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/outdoor_gear_h.gif); }
#outlet_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/outlet_h.gif); }
#apparel_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/apparel_h.gif); }
#customer_ch #left_col h2 { width: 115px; background-image: url(/assets/images/common/customer_h.gif); }


#leftcol_promo { margin-left: -18px; margin-bottom:4px; padding: 0; }
/*#leftcol_promo { width:180px; height:80px; background-image: url(/promos/sb/GMS1014B.jpg); background-repeat: no-repeat; } */
#leftcol_promo { width:180px; height:70px; }
/*
#leftcol_promo { display: none; }
*/

/* general list styles */

#left_col h3{
	color: #010337;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
/*	margin-bottom:5px;*/
}

#left_col h3.results_by_cat {
	font-size:11px;
}


#left_col h3.margin_top{
	margin-top:15px;
}

#left_col ul.left_nav {
	margin-right: 10px;
}
#left_col ul.left_nav li a {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}
#left_col ul.left_nav li a.selected {
	color: #0C4735;
	font-weight: bold;
}
#left_col ul.left_nav li ul {
	margin-left: 4px;
}
#left_col ul.left_nav li ul li {
	padding-left: 4px;
}
#left_col ul.left_nav li ul li ul li {
	padding-left: 8px;
}
#left_col ul.left_nav li ul li a {
	color: #000000;
	font-weight: normal;
}
#left_col ul.left_nav li a.black_arrw {
	color: #000000;
	font-weight: bold;
}
#left_col ul.left_nav li.black_arrw {
	padding-left: 6px;
	background: url(/assets/images/common/arrow_black.gif) 1px 4px no-repeat;
}
#left_col ul.left_nav li a.black_arrw2 {
	color: #000000;
	font-weight: bold;
}
#left_col ul.left_nav li.black_arrw2 {
	padding-left: 8px;
	background: url(/assets/images/common/arrow_black.gif) 2px 4px no-repeat;
}
#left_col ul.left_nav li a.grn_select {
	color: #010337;
	font-weight: bold;
}

/* "Articles & Tips" link */
#left_col a.tips {
	color: #010337;
}

#left_col div.divider {
	height: 18px;
	width: 158px;
	margin-left: -6px;
	border-bottom: 1px solid #010337;
	margin-bottom: 18px;
}

/* Left column cross sells: Recently Viewed */
#left_col h4.recently_viewed {
	height: 17px;
	text-indent: -9000px;
	background: url(/assets/images/common/recently_viewed_h.gif) bottom left no-repeat;
	margin-left: 9px;
}
#left_col div.cross_sell {
	margin-top: 16px;
	margin-bottom: 25px;
}
#left_col div.cross_sell img {
	margin-left: 18px;
	border: 1px solid #c0defc;
}
#left_col div.cross_sell div {
	margin-top: 10px;
	margin-left: -6px;
	width: 151px;
	text-align: center;
}

/* Right column styles */ 

#right_col {
	width: 163px;
	background: url(/assets/images/common/right_col_shadow_bg.gif) top no-repeat;
	padding-top: 34px;
	padding-left: 16px;
	height: 100%;
}

/* Right column cross sells: You May Also Like / Featured Products */
#right_col h3 {
	text-indent: -9000px;
	background: top left no-repeat;
}
#right_col h3.cross_sell {
	height: 24px;
	width: 148px;
	background-image: url(/assets/images/common/you_may_also_like_h.gif);
}
#right_col h3.featured_products {
	height: 34px;
	width: 155px;
	margin-left: -3px;
	background-image: url(/assets/images/common/featured_products_h.gif);
}
#right_col div.cross_sell {
	margin-top: 16px;
	margin-bottom: 25px;
}
#right_col div.cross_sell img {
	margin-left: 18px;
	border: 1px solid #c0defc;
}
#right_col div.cross_sell div {
	margin-top: 10px;
	margin-left: -6px;
	width: 151px;
	text-align: center;
}

#static_left_column p {
	padding-bottom: 4px;
}
#container #static_left_column a {
	color: black;
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}
