/*Array
(
    [libs] => Array
        (
            [0] => default
            [1] => rental
            [2] => Array
                (
                    [0] => ie8
                    [1] => ie8
                )

            [3] => Array
                (
                    [0] => ie7
                    [1] => ie7
                )

            [4] => Array
                (
                    [0] => ie6
                    [1] => ie6
                )

        )

    [apps] => Array
        (
            [product] => product
            [category] => category
            [brand] => brand
            [cart summary] => cart summary
            [cart] => cart
            [brand_store] => brand_store
            [dept_nav] => dept_nav
            [breadcrumbs] => breadcrumbs
            [category_nav] => category_nav
        )

    [theme] => default
    [media] => screen
)
*/


/* browser user agent = ; available are safari, ie7, ie6, firefox */

*/
	<? if ($browser=="ie7") { ?>
		background-color:red;
	<? } else if ($browser=="ie6") { ?>
		background-color:green;
	<? } else if ($browser=="safari") { ?>
		background-color:blue;
	<? } else if ($browser=="firefox") { ?>
		background-color:white;
	<? } ?>
*/
html,body
{
	margin:0;
	padding:0;
}

body 
{
	height:100%;
	font: normal 85% Verdana, Arial, sans-serif;
	line-height: 125%;
	color:#000;
	background:#FFF url(http://whittakermountaineering.com//themes/default/images.css/bkgd_main.gif) bottom repeat-x;
}

div#page_body 
{
	background:#FFF url(http://whittakermountaineering.com//themes/default/images.css/bkgd_clouds.jpg) repeat-x; /*bkgd_snowing*/
	height:487px;  /*height:450px; for bkgd_snowing*/
	width:100%;
	position:absolute;
	top:0;
	left:0;
}

a.edit 
{
	background:#69c;
	color:#FFF;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	padding:2px 6px;
	border:1px solid #00b;
	font-variant:small-caps;
	text-decoration:none;
}

div#page_container 
{
	width:952px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	position:relative;
	top:0;
}

div#header_container
{
	width:952px;
	height:206px;
	margin:0;
	padding:0;
	background:url(http://whittakermountaineering.com//themes/default/images.css/header_bottom.jpg) no-repeat 0 38px;
	position:relative;
	top:0;
	left:0;
}

div#header_container a.homeLink 
{
	position:absolute;
	top:48px;
	left:18px;
	height:110px;
	width:125px;
	text-decoration:none;
	display:block;
}

div#header_container a.homeLink span 
{
	visibility:hidden;
}

div#header_container h1 
{
	position:absolute;
	top:0.3em;
	left:1ex;
	color:#d00;
	font-weight:bold;
	letter-spacing:2px;
	font-variant:small-caps;
	font-size:133%;
	margin:0;
	padding:0;
	border:0;
	height:1.5em;
	line-height:1.5em;
}

div#body_containerHome, 
div#body_container
{
	width:948px;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	border-top:7px solid #fff;
	border-bottom:3px solid #fff;
	overflow:hidden;
}

div#body_container 
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/bkgd_mainContainer.gif) repeat-y;
}

div#body_containerHome
{
background:url(http://whittakermountaineering.com//themes/default/images.css/bkgd_mainContainerHome.gif) repeat-y;
}

div#body
{
	position:relative;
	background:#fff;
}

div#page
{
	position:relative;
	margin:0;
	padding:0;
}

div#header
{
	height:38px;
	width:952px;
	position:absolute;
	top:0;
	background:url(http://whittakermountaineering.com//themes/default/images.css/header_top.png) no-repeat;
}

div#header #nav 
{
	float:right;
	padding:10px 8px 0 0;
	color:#666;
	clear:left;
}
div#header #nav a 
{
	color:#000;
	font-size:80%;
	padding:0 2px;
}

div#header #nav a:hover 
{
	text-decoration:none;
}	
div#header #nav span 
{
	color: #000;
	font-size: 80%;
	font-weight:bold;
}

div#header_container #searchBox 
{
	text-align:center;
	width:175px;
	position: absolute;
	top: 46px;
	left: 775px;
	font-size: 80%;
}

div#header_container #searchBox .label_val {float:none;}

div#header_container #searchBox .label_val input.words
{
	background-color:#f3f5f0;
	border:1px solid #352e2c;
	width:162px;
	font: 11px verdana,arial,sans-serif;
	padding:2px; 
}

div#header_container #searchBox .label_val input.go
{
	padding-top:6px;
}

a#house {
	display:block;
	width:384px;
	height:288px;
	background:url(home.jpg);
	text-indent:-2000px;
	overflow:hidden;
}

div#header #nav a.cart 
{
	display:block;
	text-indent:-2000px;
	overflow:hidden;
	height:11px;
	width:15px;
	background:url(http://whittakermountaineering.com//themes/default/images.css/cart_top.gif) 50% 0% no-repeat;
}

.clear 
{
	width:0px;
	overflow:hidden;
	height:0px;
	clear:both;
	visibility:hidden;
}

.strike 
{
	text-decoration: line-through;
}

a.top 
{
	color:#0054a6;
	font-size:85%;
	text-decoration:none;
}

a.top:hover 
{
	text-decoration:underline;
}	

/*---------------------------------------------------------------------------*\
                                                        Main Navigation Strip 
\*---------------------------------------------------------------------------*/	
ul#nav_main 
{
	position: absolute;
	top: 172px;
	left: 10px;
	width: 932px;
	margin: 0;
	padding:0;
	list-style-type: none;
	overflow: hidden;
}

ul#nav_main li 
{
	padding:0 20px;
	line-height:35px;
	float:left; 
}

ul#nav_main li.on 
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/arrow_top.gif) 50% .01em no-repeat;
	padding:0 20px;
	line-height:35px;
	float:left; 
}

ul#nav_main li a, 
ul#nav_main li.on a, 
ul#nav_main li a.sale, 
ul#nav_main li.on a.sale
{	
	font-size:14px;
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
	font-variant:small-caps;
	text-align:center;
	line-height:35px;
	display: block;
}
	
ul#nav_main li a.sale, 
ul#nav_main li.on a.sale 
{
	color:#fff200;
}

ul#nav_main li a:hover, 
ul#nav_main li.on a:hover, 
ul#nav_main li a.sale:hover, 
ul#nav_main li.on a.sale:hover 
{
	text-decoration:underline;
	background:url(http://whittakermountaineering.com//themes/default/images.css/arrow_top.gif) 50% .01em no-repeat;
}
/*---------------------------------------------------------------------------*\
                                                 R o t a t i n g   B a n n e r 
\*---------------------------------------------------------------------------*/	
#bannerContainer
{
	margin-bottom: 12px;
    width: 564px;
    height: 201px;
    background-color: #2e73b6;
}
#mainBanner {
	background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_blank.jpg) no-repeat;
	position:relative;
	top:0;
	left:5px;
	height: 194px;
	overflow:hidden;
	width:514px;
	z-index:0;
}
#mainBanner div.panel {
	height:194px;
	width:514px;
	z-index:0;
}
#mainBanner div.panel a
{
	font-weight:bold;
	color:#0054a6;
	font-size:12px;
	display:block;
}
#mainBanner div.panel a:hover
{
	text-decoration:none;
}

#ap0 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_whyShopVideo.gif) no-repeat;} 
#ap1 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_2010mtnFest.jpg) no-repeat;}
/* #ap1 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_theWhittakers.jpg) no-repeat;}*/
#ap2 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_daveHahn.jpg) no-repeat;}
#ap3 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_edViesturs.jpg) no-repeat;}
#ap4 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_guideTeam.jpg) no-repeat;}
/*#ap0 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_newYearsDeals.jpg) no-repeat;} 
#ap0 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_gearUp.jpg) no-repeat;} 
#ap0 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_firstAscent.jpg) no-repeat;}
#ap4 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_carolineGeorge.jpg) no-repeat;}
#ap1 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_mtn_hardwear_giveaway.jpg) no-repeat;}*/
/* #ap4 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_rental.jpg) no-repeat;}
#ap1 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_win_200.jpg) no-repeat;}
#ap0 {background:url(http://whittakermountaineering.com//themes/default/images.css/slideshow_holidayGifts.jpg) no-repeat;} */

#bannerContainer .bannerControllers 
{
	position:absolute;
	top:230px;
	left:725px;
}

#bannerContainer .bannerControllers div.inactive a
{
	background:#2e73b6;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:4px;
	border:1px solid #fff;
	text-decoration:none;
	display:block;
}
#bannerContainer .bannerControllers div.active a
{
	background:#fff;
	color:#2e73b6;
	font-size:18px;
	font-weight:bold;
	padding:4px;
	border:1px solid #fff;
	text-decoration:none;
	display:block;
}
#bannerContainer .bannerControllers div.active,
#bannerContainer .bannerControllers div.inactive
{
	display:block;
	margin-bottom:9px;
}

div.textWhyShop
{
	font-size:12px;
	line-height:19px;
	position:absolute;
	top:48px;
	left:160px;
	width:340px;
}

div.textWhyShop a img
{
	border:none;
}

div.textWhyShop2
{
	font-size:12px;
	line-height:19px;
	position:absolute;
	top:165px;
	left:130px;
	width:140px;
}
div.textWhyShop3 /*For Rainier Mtn Festival Slide*/
{
	font-size:12px;
	line-height:19px;
	position:absolute;
	top:20px;
	left:326px;
	width:196px;
}
div.textRental
{
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	position:absolute;
	top:18px;
	left:25px;
	width:270px;
}

div.textRental ul, 
div.textWhyShop ul, 
div.textWhyShop2 ul,
div.textWhyShop3 ul
{
	padding: 2px 0 0 0; 
	margin: 2px 0 0 0;
	list-style-type:none;
}

div.textWhyShop ul
{
	margin:10px 0 0 30px;
	padding:10px 0 0 30px;
}

div.textRental ul li
{
	background: url(http://whittakermountaineering.com//themes/default/images.css/arrow_rental.gif) left .3em no-repeat;
	padding-left:22px;
}
div.textWhyShop ul li, 
div.textWhyShop2 ul li,
div.textWhyShop3 ul li
{
	background: url(http://whittakermountaineering.com//themes/default/images.css/arrow_rental.gif) left .1em no-repeat;
	padding-left:22px;
}

div.textWhyShop ul li.gifts
{
	background: url(http://whittakermountaineering.com//themes/default/images.css/arrow_gifts.gif) left .2em no-repeat;
	padding-left:22px;
	padding-bottom:8px;
}

div.textWhyShop ul li.yellow
{
	background: url(http://whittakermountaineering.com//themes/default/images.css/arrow_yellow.gif) left 1.8em no-repeat;
	padding-left:22px;
	padding-top:18px;
}
/*---------------------------------------------------------------------------*\
                                                                   Left Column 
\*---------------------------------------------------------------------------*/	
#side_nav
{
	width:189px;
	background:#dde3cc url(http://whittakermountaineering.com//themes/default/images.css/shop_header.gif) no-repeat;
	float:left;
}	

#shopBrands 
{
	margin-top:30px;
	font-size: 90%;
	font-weight:bold;
	padding:8px 0 12px 25px;
	border-bottom:2px solid #fff;
}

#side_nav ul,
#side_nav #bottomLeft ul
{
	padding:8px 14px 0 14px;
	margin:8px 14px 0 14px;
	list-style-type:none;
}

#side_nav ul.department_list,
#side_nav ul.specialty_list,
#side_nav #bottomLeft ul.customer_help_list,	
#side_nav #bottomLeft ul.trip_tools_list
{
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	list-style-type:none;
}

#side_nav ul li	span 
{
	font-size:90%;
	font-weight:bold;
	line-height:150%;
}

#side_nav ul li.specials {padding-bottom:12px;} /*li.holiday class too*/

#side_nav ul li.specials a 
{
	color:#0054a6;
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
}

#side_nav ul.department_list li a,
#side_nav ul.specialty_list li a,
#side_nav #bottomLeft ul.customer_help_list li a,	
#side_nav #bottomLeft ul.trip_tools_list li a
{
	color:#0054a6;
	font-size:80%;
	line-height:150%;
	text-decoration:none;
	font-weight:normal;
	padding-left:12px;
}

#side_nav ul li.holiday a {
	font-size:90%;
	font-weight:bold;
	line-height:150%;
	text-decoration:none;
	color:#900;
	background:url(http://whittakermountaineering.com//themes/default/images.css/ornament.gif) .01em 50% no-repeat;
	padding-left:22px;
	padding-top:3px;
	padding-bottom:3px;
}

#side_nav ul li.holiday a span {color:#557d06;font-size:100%;}

#side_nav ul.department_list li a:hover,
#side_nav ul.specialty_list li a:hover,
#side_nav #bottomLeft ul.customer_help_list li a:hover,	
#side_nav #bottomLeft ul.trip_tools_list li a:hover
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/arrow_sm.gif) .01em 50% no-repeat;
	padding-left:12px;
	text-decoration:underline;
}

#side_nav ul li.specials a:hover {
	text-decoration:underline;
}

#side_nav ul.department_list li.on, 
#side_nav ul.specialty_list li.on,
#side_nav #bottomLeft ul.customer_help_list li.on,	
#side_nav #bottomLeft ul.trip_tools_list li.on  
{	
	background:url(http://whittakermountaineering.com//themes/default/images.css/arrow_sm.gif) .01em 50% no-repeat;
}	

#side_nav #bottomLeft
{
	border-top:2px solid #fff;
	background-color:#d1d9b9;
	width:189px;
	padding-bottom:5px;
}
/*---------------------------------------------------------------------------*\
                                                       Home Page Right Column 
\*---------------------------------------------------------------------------*/	
#home_right_col
{
	float:left;
	background-color:#dde3cc;
	width:189px;
}

#rightColAds 
{
	text-align:center;
}	

#rightColAds a {font-size:80%;color:#0054a6;}
#rightColAds div.freeShippingImg,
#rightColAds div.gearVideosImg,
#rightColAds div.guidesPickImg,
#rightColAds div.mealPackagesImg,
#rightColAds div.trainingImg,
#rightColAds div.womensImg,
#rightColAds div.rainierFestImg
{
	margin:30px 0;
	width:189px;
}	

#rightColAds div.gearVideosImg {margin-bottom:2px;}
#rightColAds div.rainierFestImg {margin-top:25px;}

#rightColAds div.rainierFestImg a
{
	height:145px;
	background: url(http://whittakermountaineering.com//themes/default/images.css/h-rcol_onSale.gif) center top no-repeat;
	display: block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
}	

#rightColAds div.freeShippingImg a
{
	height:61px;
	background: url(http://whittakermountaineering.com//themes/default/images.css/h-rcol_freeShipping.gif) center top no-repeat;
	display: block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
}	
 
#rightColAds div.gearVideosImg a
{
	height:157px;  /*height:82px; */
	background: url(http://whittakermountaineering.com//themes/default/images.css/h-rcol_videos.jpg) center top no-repeat;
	display: block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
}	

#rightColAds div.mealPackagesImg a
{
	height:92px;
	background: url(http://whittakermountaineering.com//themes/default/images.css/h-rcol_mealPackages.gif) center top no-repeat;
	display: block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
}	

#rightColAds div.guidesPickImg a
{
	height:96px;
	background: url(http://whittakermountaineering.com//themes/default/images.css/h-rcol_guidesPick.gif) center top no-repeat;
	display: block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
}	

#rightColAds div.trainingImg a
{
	height:96px;
	background: url(http://whittakermountaineering.com//themes/default/images.css/h-rcol_training.gif) center top no-repeat;
	display: block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
}	

#rightColAds div.womensImg a
{
	height:82px;
	background: url(http://whittakermountaineering.com//themes/default/images.css/h-rcol_womensGear.gif) center top no-repeat;
	display: block;
	text-decoration:none;
	text-indent:-2000px;
	overflow:hidden;
}
/*---------------------------------------------------------------------------*\
                                             M a i n  C o n t e n t  A r e a 
\*---------------------------------------------------------------------------*/		
#main 
{
	width:759px;
	background-color:#fff;
	float:left;
}

#main h1
{
	font-size: 110%; 
	font-weight:bold;
	margin: 4px 0 10px 0;
	color:#8c0b21;
}
	
#page_padding,
#page_padding_user
{
	padding: 0 14px 24px 14px;
}

#page_padding_user
{
	font: normal 95% Verdana, Arial, Helvetica, sans-serif;
	line-height: 175%;
}

#page_padding_user img.float
{
	float:right;
	padding-left:10px;
}

#page_padding a,
#page_padding_user a
{
	color:#0054a6;
}

#page_padding_user a:hover
{
	text-decoration:none;
}

#page_padding h2 
{
	font-size: 100%; 
	font-weight:bold;
	margin: 0 0 16px 0;
}

#page_padding_user h2 
{
	font-size: 100%; 
}

#page_padding_user h3 
{
	font-size: 90%; 
}

#page_padding_user h4 
{
	font-size: 80%; 
	text-transform:uppercase;
}

#page_padding div#topLinks 
{
	padding:4px 0 24px 0;
	color:#000;
	font-size:90%;
	line-height:150%;
}

#page_padding div#topLinks a,
#page_padding div#topLinks a.red 
{
	color:#0054a6;
	font-size:90%;
	line-height:150%;
	text-decoration:none;
}

#page_padding div#topLinks a.red 
{
	color:#900;
}

#page_padding div#topLinks a:hover
{
	text-decoration:underline;
}

#middleCol 
{
	float:left;
	width:564px;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	background-color:#fff;
}

#middleCol p.intro
{
	font-size:90%;
	line-height:170%;
	padding: 5px 10px;
	background-color:#ebedf1; 
	margin: 0 0 10px 0;
}

#middleCol p.intro span
{
	font-size:80%;
	font-weight:bold;
	color:#2c2b2b;
}

#featuredGearSection 
{
	background: url(http://whittakermountaineering.com//themes/default/images.css/must-have-it-gear.gif) no-repeat;
	width:561px;
	border:1px solid #ddd;
	overflow:hidden;
}

#featuredGearSection div.padding
{
	padding: 35px 8px 8px 8px;
}
#gearBoxes 
{
	width:544px;
	border-top:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	border-left:1px solid #cfcfcf;
	padding:0;
	border-collapse:collapse; /*this ensures cell spacing = 0*/
}

#gearBoxes td 
{
	border-right:1px solid #cfcfcf;
	border-right: expression((this.parentNode.lastChild == this)? "none" :
"1px solid #cfcfcf" );
	width:272px;
	vertical-align:top;
	padding-bottom:5px;
	border-bottom:1px solid #cfcfcf;
}
#gearBoxes td:last-child 
{
	border-right:none;
}

#gearBoxes div.image 
{
	float:left; 
	width:85px;
	text-align:right;
}

#gearBoxes div.image a img
{
	border:none;
}

#gearBoxes div.text 
{
	float:left;
	font-size:80%; 
	padding:0 5px;
	width:165px;
}

#gearBoxes .prodName 
{
	padding:5px 0 0 5px;
	font-size:12px;
}

#gearBoxes .prodName a 
{
	color:#0054a6;
	font-weight:bold;
	font-size:12px;
} 

#gearBoxes .prodName a:hover 
{
	text-decoration:none;
}

#gearBoxes div.text p 
{
	margin-top:0;
}	

#gearBoxes .price 
{
	color:#9d080d; 
	font-weight:bold; 
	font-size:12px;
	padding:0 0 12px 5px;
}

#middleColBottom 
{
	margin-top:10px;
	width:564px;
}
	
#homeMiddleBottom 
{
	width:564px;
	background-color:#fff;
	border:3px solid #ebedf1;
	padding:0;
	margin-bottom:10px;
}

#homeMiddleBottom th 
{
	background-color:#ebedf1;
	font-weight:bold;
	font-size:11px;
	width:33%;
	padding:3px;
}

#homeMiddleBottom td ol 
{
	padding:0 0 0 8px;
	margin:0 0 0 8px;
}

#homeMiddleBottom td ul 
{
	padding:0 0 0 6px;
	margin:0 0 0 6px;
}

#homeMiddleBottom td 
{
	font-size:80%;
	border-right:1px dotted #808284;
	border-right: expression((this.parentNode.lastChild == this)? "none" :
"1px dotted #808284" );
	padding:6px;
}

#homeMiddleBottom td:last-child 
{
	border:none;
}

#homeMiddleBottom td li 
{
	padding-bottom:4px;
}

#homeMiddleBottom td li a
{
	color:#0054a6;
}

#homeMiddleBottom td li a:hover 
{
	text-decoration:none;
} 
/*---------------------------------------------------------------------------*\
                     H i s t o r y /  A b o u t  U s   P a g e s  S t y l e s
\*---------------------------------------------------------------------------*/
 #aboutUs div.header 
 {
	background-color:#ececec;
	width:730px;
	text-transform:uppercase;
	font-size:80%;
	font-weight:bold;
	margin-bottom:25px;
}

#aboutUs div.headerPadding 
{
	padding:3px 12px;
}

#about 
{
	padding:0;
	width:100%;
}	

#about td a
{
	color:#0054a6;
	text-decoration:underline;
}

#about td a:hover 
{
	text-decoration:none;
}

#about td.first 
{
	border-right:1px dotted #666;
	padding-right:8px;
}

#about td.second 
{
	padding-left:8px;
} 

table.bio div.imgAbout 
{
	float:right; 
	padding:15px 8px 8px 10px;
}

#aboutUs p 
{
	font-size:80%;
}

#aboutUs table.bio
{
	width:100%;
}

#aboutUs td.biosbox p,
#aboutUs td.resumebox p
{
   padding:0 7px;
}

td.biosbox 
{
   border: 1px solid #A5B4C4; 
   background-color:#f0f2f5;
   width:400px;
   padding: 7px 0;
}  

td.resumebox .float,
td.biosbox .float,
.floatPhoto
{
	float:right;
	padding: 10px 10px 8px 10px;
}

td.biosbox .floatLeft,
td.resumebox .floatLeft
{
	float:left;
	padding: 0 10px 8px 10px;
}

.floatPhoto .caption 
{
	padding-top:3px;
	width:200px;
	text-align:center; 
	font-size:80%;
}
.floatPhoto img {border:none;}
.floatPhoto .caption a {font-weight:normal;}

table.bio td img,
p.intro img
{
	border:none;
}

p.intro img
{
	vertical-align:middle;
}

td.biosbox p.headline,
td.resumebox p.headline
{
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	font-weight:bold;
	width:95%;
	background-color:#bccae0;
	font-size:14px;
	margin:16px 0;
}
td.resumebox p.headline
{
	background-color:#c5c5b1;
	margin:16px 0;
}
td.resumebox 
{
   border: 1px solid #A5B4C4; 
   background-color:#E7E7DD;
   width:330px;
   padding: 7px 0;
}   
 
 td.resumebox ul 
 {
 	padding:0 4px; 
 	margin:0 4px;
	list-style-type:none;
 }
 
td.resumebox li 
{
	background: url(http://whittakermountaineering.com//themes/default/images.css/arrow_resume.gif) 0 .5em no-repeat;
	font-size:80%;
	padding-left:12px;
} 

/*---------------------------------------------------------------------------*\
                      D a v e   H a h n / T r a i n i n g  P a g e  S t y l e s
\*---------------------------------------------------------------------------*/
#floatRightBox .caption,
#floatRightBox .caption2,
#floatRightBox .caption1st
{
	margin:4px 0 25px 0;
	font-size:90%;
	text-align:left;
	width:200px;
	line-height:160%;
}



#floatRightBox .caption2
{
	text-align:center;
	width:150px;
}

#floatRightBox .caption1st
{
	margin:4px 0 15px 0;
}

#floatRightBox .caption1st {border-bottom:1px dotted #a2b3cd;padding-bottom:15px;}

#floatRightBox .podPad {padding-top:8px;}

#floatRightBox a.podcast
{
	background-color:#366b9c;
	color:#fff;
	font-weight:bold;
	padding:3px;
}

#floatRightBox .caption a,
#floatRightBox .caption2 a,
#floatRightBox .caption1st a,
#aboutUs td.biosbox p a:hover,
#floatRightBox #padding a:hover,
.floatPhoto a:hover
{
	text-decoration:none;
}

#floatRightBox .title_padding
{
	padding:12px 6px 0 6px;
}

.disp_date
{
	text-transform:uppercase;
	font-size:80%;
	padding: 2px 0 10px 0;
	border-top: 1px dotted #666;
	margin-top: 10px;
}

.pdf
{
	width:450px;
	border:1px solid #999;
	margin-bottom:15px;
	overflow:hidden;
	font-size:80%;
}

.pdf .padding
{
	padding:6px;
}

.pdf .floatImg,
.pdf .floatBookImg
{
	float:left;
	padding-right:8px;
}

.pdf .floatBookImg {padding-right:20px;}

.pdf img
{
	border:none;
}

.pdf .articleName
{
	float:left;
	width:380px;
}

.pdf .articleName2
{
	float:left;
	width:350px;
}

.pdf a
{
	color:#0054a6;
	font-size:100%;
	line-height:140%;
	text-decoration:none;
}

#floatRightBox .caption a:hover,
#floatRightBox .caption2 a:hover,
#floatRightBox .caption1st a:hover,
.pdf a:hover,
p.whyRent a
{
text-decoration:underline;
}

p.whyRent a:hover
{
text-decoration:none;
}

.subhead_2
{
	width:450px;
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	margin:22px 0;
}

.subhead_2_dh
{
	width:450px;
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	margin:0 0 22px 0;
}

ol.training
{
	font-size:80%;
	width:430px;
	margin-top:0;
	padding-top:0;
}
/*---------------------------------------------------------------------------*\
                     M o u n t a i n / G u i d e  T e a m  P a g e  S t y l e s
\*---------------------------------------------------------------------------*/
#floatRightBoxLinks .imgFloat 
{
	float:left;
	padding-right:10px;
}

#floatRightBoxLinks .captionMtn
{
	margin:4px 0 10px 0;
	font-size:80%;
	text-align:left;
	width:230px;
	line-height:160%;
	padding-bottom:8px;
}

.captionMtn ul
{
	margin-bottom:0;
	padding-bottom:0;
}

#floatRightBoxLinks .captionMtn a 
{
	font-size:100%;
	text-decoration:none;
}

#floatRightBoxLinks .captionMtn a:hover 
{
	text-decoration:underline;
}

#floatRightBoxLinks a.red 
{
	color:#900;
	font-size:100%;
	line-height:150%;
}

.titleRightCol
{
	font-weight:bold;
	line-height:140%;
	font-size:90%;
}

.divRightCol
{
	border-bottom:1px solid #a9b2c1;
	margin-bottom:15px;
}

.stats_left
{
	float:left; 
	padding:2px;
	width:100px;
	background-color:#f0f2f5;
	margin-bottom:5px;
}

.stats_right
{
	float:left;
	padding:2px 2px 2px 5px;
	width:322px;
	background-color:#f6f6f6;
	/* border-bottom:1px solid #d5dae1; */
	border-left:4px solid #fff;
	margin-bottom:5px;
	overflow:hidden;
}

p.guideTeam
{
	/*600px*/
	font: 85%/170% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

p.guideTeam a:hover {text-decoration:none;}

.guideTeamFloat {float:right;margin:0 18px 18px 18px;}
.guideTeamFloat img {border:none;}
/*---------------------------------------------------------------------------*\
                              W e a t h e r / V i d e o  P a g e  S t y l e s
\*---------------------------------------------------------------------------*/
#category_header
{
 	width:730px;
	border:1px solid #e4e4e4;
	background:#fff url(http://whittakermountaineering.com//themes/default/images.css/repeat_x_header.gif) left top repeat-x;
	margin-bottom:20px;
	margin-top:13px;
}

#category_header #padding
{
	padding:2px 0 10px 12px; 
	font-size:90%;
	line-height:160%;
}

.floatVideoBox,
.floatWebCam 
{
	float:left; 
	padding:10px 40px 15px 0;
	width:200px;
	text-align:center;
}

.floatWebCam {
	padding:2px 20px 15px 0;
	width:150px;
}

.floatVideoBox img,
.floatWebCam img 
{
	padding:3px 0 6px 0;
	border:none;
}

.floatVideoBox a,
.floatWebCam a 
{
	font-size:80%;
	line-height:120%;
	text-decoration:none;
	color:#0054a6;
}

.floatWebCam a {text-decoration:underline;}

.floatVideoBox a:hover
{
	text-decoration:underline;
}

h3.weather
{
	background-color:#ececec;
	width:100%;
	font-weight:bold;
	margin-bottom:35px;
	padding:2px 0 2px 6px; 
	font-size:90%;
	line-height:170%;
}
/*---------------------------------------------------------------------------*\
                                                            D a v e   H a h n
\*---------------------------------------------------------------------------*/		
.timePlace
{
	border-bottom:1px dotted #000;
	border-top:1px dotted #000;
	background-color:#bccae0;
	font-size:80%; 
	padding-left:2px;
	margin-bottom:12px;
}

#hahnPhotoTable a
{
	font-size:80%; 
	text-decoration:none;
}
#hahnPhotoTable a:hover
{
	text-decoration:underline;
}
#hahnPhotoTable td 
{
	vertical-align:top;
}
#hahnPhotoTable td img
{
	padding-bottom: 4px;
	border:none;
}
/*--------------------FINE PRINT for DEALS OF THE MONTH---------------------*/
ol.finePrint
{
	width:550px;
	font-size:85%;
	line-height:160%;
}

ol.finePrint li
{
	padding-bottom:6px;
}
/*---------------------------------------------------------------------------*\
                                                                 Q U O T E
\*---------------------------------------------------------------------------*/
#aboutUs blockquote, blockquote
{
width: 450px;
margin: 0 0  0.8em 0;
font-size: 1.1em;
font-weight: bold;
font-style:italic;
color:#000;
text-indent: 25px;
background: url(http://whittakermountaineering.com//themes/default/images.css/quotes_open.gif) 0 2px no-repeat;
background-x-position: 0pt;
background-y-position: 2px;
}
#aboutUs blockquote 
{
	color:#600;
	font-size: 1.4em;
	font-style:normal;
}
#aboutUs blockquote p, blockquote p 
{
line-height: 1.4em;
margin: 0;
display: inline;
padding-right: 30px;
}
#aboutUs blockquote p {line-height: 1.6em;}
#aboutUs blockquote * 
{
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
}
#billing_shipping_addresses blockquote
{
	font-size:90%;
	font-weight:bold;
	background-image:none;
	text-indent:0;
	width:100%;
}
#billing_shipping_addresses h4 {margin-top:3px;}
/*---------------------------------------------------------------------------*\
                                                     D i s p a t c h  P a g e
\*---------------------------------------------------------------------------*/
.headerBkgd
{
	background: url(http://whittakermountaineering.com//themes/default/images.css/disp_bkgd.gif) repeat-x;
	color:#333;
	height:20px;
	padding:4px 0 4px 2px;
	line-height:130%;
	font-weight:bold;
	margin-bottom:12px;
	width:353px;
}

.dispCol1 {float:left;width:378px;font-size:90%;}
.dispCol2 {float:left;width:353px;font-size:90%;}
.dispCol1 a, .dispCol2 a {text-decoration:none;}
h1#spot a {color:#900;text-decoration:none;}
.disp {float:left;width:343px;font-size:90%;line-height:160%;margin:10px 25px 15px 5px;}
.facebookBox {float:left;background-color:#f0f2f5;width:335px;font-size:90%;line-height:160%;margin:10px 0 15px 0;padding:2px 0 12px 6px;}
.facebookBox p {font-size:100%;margin: 0 0 2px 0;}
.facebookBox a  {font-weight:bold;background: url(http://whittakermountaineering.com//themes/default/images.css/icon_facebook.gif) 0% 50% no-repeat;padding:8px 0 12px 35px;text-decoration:none;line-height:180%;}
.disp a:hover {text-decoration:none;}
.dispCol1 a:hover, .dispCol2 a:hover, .facebookBox a:hover {text-decoration:underline;} 
.dispFloat {float:left;padding:0 10px 2px 2px;}
.dispCol1 a img, .dispCol2 a img, .dispFloat img {border:none;}
.spotPageImgFloat {float:left;}
.spotPageLinks {float:left;margin-left:25px;font-size:80%;width:360px;}
.spotPageLinks ul {margin: 2px 0 12px 10px;padding:2px 0 12px 10px;}
.spotPageLinks li a:hover {text-decoration:none;}

li.googleEarth {
	list-style-type:none;
	background:url(http://whittakermountaineering.com//themes/default/images.css/icon_googleEarth.gif) 0% 50% no-repeat;
	padding:2px 0 4px 25px;
}
/*---------------------------------------------------------------------------*\
                                                                 f o o t e r
\*---------------------------------------------------------------------------*/
div#footer_container
{
	clear:both;
	background:#F2F2F2 url(http://whittakermountaineering.com//themes/default/images.css/footer_image.gif) bottom right no-repeat;
	padding:1em 0;
}

div#footer,
div#copyright
{
	text-align:center;
	font-size:80%;
	line-height:130%;
	font-style:normal;
}

div#footer ul
{
	padding:0;
	margin:0;
	list-style:none;
}

div#footer ul li
{
	display:inline;
	padding:2px 4px;
	color:#707070;
}

div#footer ul li a
{
	color:#0054a6;
	text-decoration:underline;
}

div#footer ul li a:hover,
td.resumebox a:hover,
td.biosbox a:hover,
.floatWebCam a:hover,
h3.weather a:hover,
#rightColAds a:hover
{
	text-decoration:none;
}

div#copyright 
{
	color:#555; 
	padding:6px 0 16px 0;
}
/* -----------(Rental Gear)---------------- */	
#rent_container
{
	width:730px;
	border:1px solid #e4e4e4;
	background:#fff url(http://whittakermountaineering.com//themes/default/images.css/repeat_x_header.gif) left top repeat-x;
	margin-bottom:30px;
	margin-top:13px;
	overflow:hidden;
}

#rent_container h2
{
	font-size: 100%; 
	font-weight:bold;
	margin: 0 0 16px 0;
 }

#rent_container #padding 
{
	padding:20px 0 15px 16px;
}

#rent_container p.whyRent, 
p.whyRent
{
	margin-top:0;
	margin-bottom:0;
	width:450px;
	font: normal 95% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 175%;
}

p.rental
{
	width:600px;
	font: normal 95% Verdana, Arial, Helvetica, sans-serif;
	line-height: 175%;
}

.rentalBox 
{ 
	border:1px solid #cacccf;
	width:338px;
	margin-right:16px;
	margin-bottom:16px;
	float:left;
}
.rentalBoxTable 
{
	width:319px;
	border:0;
	padding:0;
	margin:6px;
}

.rentalBoxTable td 
{
	vertical-align:top;
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height: 145%;
}

.rentalBoxTable td div.scroll {
	overflow:auto;
	height: 85px;
	font-size:90%;
	line-height:130%;
	padding-right:5px;
}
.rentalBoxTable td a 
{
	font-weight:bold;
	color:#0054a6;
}

.rentalBoxTable td a:hover 
{
	text-decoration:none;
}

.rentalBoxTable td img
{
	border:none;
}
.rentalBoxTable td.rentalArrow
{
	background:#fff url(http://whittakermountaineering.com//themes/default/images.css/arrow_rental.gif) left .1em no-repeat;
	width:17px;
	height:14px;
}

.rentButton 
{
	margin-top:10px;
    text-align:right;
	height:25px;
}

#floatRightBox 
{
	background-color:#f0f2f5;
	width:219px;
	margin: 0 24px 12px 10px;
	float:right;
	font-size:90%;
	line-height: 175%;
}

#floatRightBox img,
#floatRightBoxLinks img
{
	border:none;
}

#floatRightBoxLinks 
{
	background-color:#f0f2f5;
	width:250px;
	float:right;
}

#floatRightBox #padding, 
#floatRightBoxLinks #padding 
{
	padding:10px 8px;
}

#floatRightBoxLinks a 
{
	color:#0054a6;
	font-size:85%;
}

#rentalPackages 
{
	padding-right:16px;
}

#rentalPackages .links 
{
	width:134px;
	float:left;
	background-color:#f2f2f2;
	padding:5px 0;
}

#rentalPackages .links div 
{
	font-size:80%;
	line-height:140%;
	margin:5px 0;
	padding-left:5px;
}

#rentalPackages .links a
{
	color:#0054a6;
	font-size:80%;
	line-height:140%;
	text-decoration:none;
	padding-left:4px;
}

#rentalPackages .links a:hover,
#floatRightBoxLinks a:hover
{
text-decoration:underline;
}
 
iframe.rental 
{
	border: 1px solid #999; 
	background-color:#fff;
	margin-bottom:20px;
}

.subhead 
{
	text-transform:uppercase;
	border-bottom:1px dotted #000;
	margin-bottom:22px;
}

#rentalTable 
{
	width:710px;
	text-align:center;
	border-collapse:collapse;
}
#rentalTable td, #rentalTable th 
{
	text-align:left;
	font-size:80%;
	color:#000;
	line-height:160%;
	padding:6px;
	border-bottom: 1px solid #ccc;
	vertical-align:top;
}

#rentalTable th 
{
	background-color:#ebedf1; /*#f0f2f5;*/
	font-weight:bold;
	border-right:2px solid #fff;
}

.odd
{
	background-color: #fff;
} 

.even
{
	background-color: #ebedf1;
}

#print 
{
	width:90px; 
	float:right;
	margin:0 20px 8px 0;
	background-color:#E7F3FF;
	border:1px solid #333;
	padding:3px;
	font-size:80%;
	text-align:center;
}

#print a 
{
	color: #00478B;
}
#print a:hover {text-decoration:none;}	 
/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/product */
/*---------------------------------------------------------------------------*\
                                                 Product Photo & Ordering Info 
\*---------------------------------------------------------------------------*/
#app_product
{
	padding: 14px 14px 0 14px;
}

#app_product ul.photos_block 
{
	float:left; 
	text-align:center;
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.photos_block li.photo_normal
{
	padding: 10px 50px 10px 0;
}

ul.photos_block li.swatches,
ul.photos_block li.zoom_and_size 
{
	padding-right: 50px;
}

ul.photos_block li.zoom_and_size 
{
	padding-top:3px;
}

ul.photos_block li.zoom_and_size a 
{
	color:#0054a6;
	font-size:100%;
	text-decoration:underline;
}

ul.photos_block li.zoom_and_size a:hover 
{
	text-decoration:none;
}
ul.photos_block li.swatches,
ul.photos_block li.zoom_and_size 
{
	text-align:center;
	font-size:80%;
}

ul.photos_block li.swatches
{
	padding-top: 10px;
}

ul.photos_block li.swatches div.swatch
{
	display: inline;
}

ul.photos_block li.swatches div.swatch img
{
	border:1px solid #959595;
}
ul.title_block li.guides_pick
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/guides-pick_icon.gif) left center no-repeat;
	margin-bottom:10px;
}

#app_product div.title_select_blocks
{
	float:left; 
	width:380px; /*can be increased by 100px if all product images are 200x300 */
}


#app_product ul.select_block,
#app_product ul.title_block,
#app_product ul.call_to_order
{
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.title_block li.title
{
	font-size: 110%; 
	font-weight:bold;
	margin: 4px 0 10px 0;
	color:#8c0b21;
}
ul.title_block li.price
{
	font-size: 100%; 
	font-weight:bold;
	margin: 0 0 16px 0;
}

ul.title_block li.price span.price_slashed
{
	text-decoration:line-through;
}

ul.select_block
{
	background:#ebedf1 url(http://whittakermountaineering.com//themes/default/images.css/arrow_buyBox.gif) left .9em no-repeat;
	width:310px;
	font-size:90%;
		overflow:hidden;
}

ul.select_block li.select_size
{
	padding:10px 0 0 23px;
}

ul.select_block li.select_size select
{
	width:240px;
}

ul.select_block li.quantity
{
	padding:10px 0 10px 23px;
}

ul.select_block li.quantity input
{
	width:35px;
}

ul.select_block li.quantity span 
{
	font-weight:bold;
	font-size:100%;
	padding-left:10px;
}

ul.select_block li.add_to_cart,
ul.select_block li.add_to_wishlist
{
	padding: 0 0 5px 23px;
	background-color:#ebedf1;
	float:left;
}

ul.select_block li.add_to_cart input
{
	background:#ebedf1 url(http://whittakermountaineering.com//themes/default/images.css/add-to-cart.gif) no-repeat;
	width:99px;
	height:29px;
	
}

ul.select_block li.add_to_wishlist input
{
	background:#ebedf1 url(http://whittakermountaineering.com//themes/default/images.css/add-to-wishlist.gif) no-repeat;
	width:129px;
	height:29px;
}

ul.call_to_order li.phone
{
	font-weight:bold;
	padding:6px;
}

ul.call_to_order li.sorry
{
	padding:6px;
}

ul.call_to_order
{
	background-color:#ebedf1;
	width:310px;
	font-size:90%;
	line-height:180%;
}

/*---------------------------------------------------------------------------*\
                                                      Product Detail Tabs Box 
\*---------------------------------------------------------------------------*/
div.tabs_container
{
	width:690px;
	margin-top:20px; 
	_margin-top:8px; /*ie6*/
}
	
ul.tabs_nav	
{
	margin:0;
	padding:0;
	position:relative;
	z-index:5;
	_position:static; /*ie6*/
}

ul.tabs_nav li
{
	margin:0px -6px 0 0; /*remove -6px for ie6 and ie7*/
	_margin:0 -2px 0 0; /*ie6*/
	padding:0;
	display: inline;
	list-style-type: none;
}	

ul.tabs_nav li a
{
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
	outline: none;
	background:url(http://whittakermountaineering.com//themes/default/images.css/tabs.gif) no-repeat;
	height:28px;
	text-decoration:none;
	color:#0054a6;
	font-style:normal;
	padding:0 14px 0 2px;	
	margin:0 6px 0 0;
	vertical-align:middle;
	zoom:1;
	}

*:first-child+html ul.tabs_nav li a /*ie7 hack */
{
margin:0 12px 0px 0;
}

 ul.tabs_nav li a span
{
	font-weight:normal;	
	white-space:nowrap;
	cursor:pointer;
	display:-moz-inline-box;
	display:inline-block;
	font:11px/1 Verdana;	
	text-transform:uppercase;
	background:url(http://whittakermountaineering.com//themes/default/images.css/tabs.gif) 100% 0 no-repeat;
	height:28px;
	padding:6px 14px 12px 2px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	}

ul.tabs_nav li h2 
{
	font-size: 1.1em;
	font-weight:normal;
	font-family: Verdana;
	padding:0;
	color: #000;
	display: inline;
}	

ul.tabs_nav li a:hover 
{
	background-position:0 -52px;
	color:#222;
	text-decoration:none;
}

ul.tabs_nav li a:hover span
{
	background-position:100% -52px;
}	
 
ul.tabs_nav li.tab_selected a 
{
  	background-position:0 -52px;
	color: #000;
	cursor: default;
}

ul.tabs_nav li.tab_selected a:hover 
{
	text-decoration: none;
}

ul.tabs_nav li.tab_selected a span 
{
	background-position:100% -52px;
	cursor: default;
}

div.tab_canvases
{
	width:690px;
	border:1px solid #acacac;
	margin:-3px 0 25px 0;
	background-color:#fff;
	display:block;
	overflow:hidden;
}

div.tab_canvases div.tab_selected,
div.tab_canvases div.tab
{
	display:block;
	padding:14px 8px 14px 14px;
	font-size:90%;
	line-height:160%;
	_margin-bottom:14px; /*ie6*/
}

*:first-child+html div.tab_canvases div.tab_selected, /*ie7 hack */
*:first-child+html  div.tab_canvases div.tab
{
	margin-bottom:14px;
}
div.tab_canvases div.tab_selected ul
{
	padding-top:0;
	margin-top:0;
}

div.tab_canvases div.tab
{
	display:none;
}

div.tab_canvases table.wtable
{
	width:650px;
	_width:650px;
	margin:10px;
	padding:0;
	border-collapse:collapse;
}

*:first-child+html div.tab_canvases table.wtable/*ie7 hack */
{
	width:650px;
}

div#tab_specs_canvas table.wtable tr.wtr_even td.wtd_0,
div#tab_specs_canvas table.wtable tr.wtr_even td.wtd_1
{
	background-color:#fff;
	font-size:100%;
	padding:5px;
}

div#tab_specs_canvas table.wtable tr.wtr_odd td.wtd_0,
div#tab_specs_canvas table.wtable tr.wtr_odd td.wtd_1
{
	background-color:#ebedf1;
	font-size:100%;
	padding:5px;
}
	
div#tab_specs_canvas table.wtable tr.wtr_odd td.wtd_0,
div#tab_specs_canvas table.wtable tr.wtr_even td.wtd_0
{	
	width:25%;
}

div#tab_sizing_canvas table.wtable tr.wtr_even td
{
	width:;
	background:#fff;
}
div#tab_sizing_canvas table.wtable tr.wtr_odd td
{
	width:;
	background:#ebedf1;
}

.blankline
{
	height:0;
}

/*--------------------------------------------------------------------------*\
                                                            product related
\*--------------------------------------------------------------------------*/
#productInfoColLeft {
	float:left;
	width:452px;
}
#productInfoColLeft .padding {
	padding:0 10px 14px 0;
	_padding-bottom:0;
}

*:first-child+html #productInfoColLeft .padding /*ie7 hack */
{
	padding-bottom:0;
}

#productInfoColRight {
	float:left;
	width:208px;
	background-color:#f2f2f2;
	margin-bottom:15px;
}

#productInfo h3, #otherItems h3 {
	font-size: 90%;
	font-family: Verdana,Arial,sans-serif;
	margin: 0 0 5px 0;
	color: #000;
	display:block;
}

#otherItems h3 {
	margin-bottom:15px;
}	

#productInfoColRight .relatedItemsHeader {
	text-transform:uppercase;
	font-weight:bold;
	background-color:#fff;
	padding:4px;
	margin:10px;
	font-size:90%
}

#productInfoColRight ul.relatedItems {
	list-style-type:none; 
	margin:0 0 0 6px;
	padding:0 0 0 6px;
}

ul.relatedItems li.image {
	float:left; 
	margin: 0 10px 10px 0;
	clear:left;
}
ul.relatedItems li.image img {
	border:1px solid #ccc;
}
ul.relatedItems li.text {
	float:left;
	font-size:85%;
	line-height:145%;
	font-weight:bold; 
	padding: 0 0 15px 0;
	width:120px;
}
ul.relatedItems li.text a {
	font-weight:normal;
	color:#0054a6;
} 
ul.relatedItems li.text a:hover {
	text-decoration:none;
}
/*--------------------------------------------------------------------------*\
                                                              Email a Friend
\*--------------------------------------------------------------------------*/
div.email_to_friend
{
	border:1px solid #acacac;
	padding:15px;
	margin-bottom:15px;
}
div.email_to_friend div.title
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/icon_email.gif) 0 .2em no-repeat;
	padding:0 0 0.3em 1.3em;
	font-variant:small-caps;
	font-weight:bold;
}
div.email_to_friend form
{
	padding;0;
	margin:0;
}
div.email_to_friend table td 
{
	font-size:90%;
}
div.email_to_friend form input.etf_input,
div.email_to_friend form textarea.etf_input
{
	background:#fff;
	width:90%
}
div.email_to_friend form textarea.etf_input
{
	height:6em;
}
div.form_errors
{
	margin:0 0 1em 0;
	border:1px solid #Fcc;
	padding:20px;
	background:#Fee;
	text-align:center;
}
div.email_to_friend form div input
{
	width:80px; 
	text-align:center;
	background-color:#039;
	color:#fff;
	padding:2px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 0 0 0 2px;
}
/*---------------------------------------------------------------------------*\
                                                               Product Reviews 
\*---------------------------------------------------------------------------*/
div.avg_rating_10,
div.avg_rating_15,
div.avg_rating_20,
div.avg_rating_25,
div.avg_rating_30,
div.avg_rating_35,
div.avg_rating_40,
div.avg_rating_45,
div.avg_rating_50
{
	width:83px;
	height:20px;
	background:url(http://whittakermountaineering.com//themes/default/images.css/stars_small.gif) left top no-repeat;
	float:left;
}
div.avg_rating_10 { background-position:0 -34px; }
div.avg_rating_15 { background-position:0 -52px; }
div.avg_rating_20 { background-position:0 -70px; }
div.avg_rating_25 { background-position:0 -88px; }
div.avg_rating_30 { background-position:0 -106px; }
div.avg_rating_35 { background-position:0 -124px; }
div.avg_rating_40 { background-position:0 -142px; }
div.avg_rating_45 { background-position:0 -160px; }
div.avg_rating_50 { background-position:0 -178px; }

div.avg_product_rating div.title
{
	font-weight:bold;
	float:left;
	padding-right:1ex;
}
div.avg_total
{
	padding-left:1ex;
	float:left;
}

div.rating_10,
div.rating_15,
div.rating_20,
div.rating_25,
div.rating_30,
div.rating_35,
div.rating_40,
div.rating_45,
div.rating_50
{
	width:83px;
	height:20px;
	background:url(http://whittakermountaineering.com//themes/default/images.css/stars_small.gif) left top no-repeat;
}
div.rating_10 { background-position:0 -34px; }
div.rating_15 { background-position:0 -52px; }
div.rating_20 { background-position:0 -70px; }
div.rating_25 { background-position:0 -88px; }
div.rating_30 { background-position:0 -106px; }
div.rating_35 { background-position:0 -124px; }
div.rating_40 { background-position:0 -142px; }
div.rating_45 { background-position:0 -160px; }
div.rating_50 { background-position:0 -178px; }

/* product rating box */	
#productRatingBox {margin-top:2em;border:2px solid #ebedf1;width:306px;}
#productRatingBox .padding {
	padding:8px 4px 6px 4px;
	font-size:90%;
	}
#productRatingBox .padding img {vertical-align:top;}	
#productRatingBox .links {padding:8px 0 12px 0;}
#productRatingBox .links a {
	color:#0054a6;
	font-size:95%;
	font-weight:bold;
	}
#productRatingBox .links a:hover {text-decoration:none;}
#productRatingBox .hline 
{
	border-bottom:2px solid #ebedf1;margin-bottom:12px;
}
.clear 
{
	clear:both;
	height:0px;
	overflow:hidden;
	visibility:hidden;
}
#productRatingBox .quote 
{
	font-style:italic;
	font-size:90%;
	padding:0 10px;
}
#productRatingBox .author
{
	text-align:right;
	font-style:normal;
	font-size:90%;
}
#productRatingBox .author a
{
	color:#0054a6;
	text-transform:uppercase;
}
#productRatingBox .author a:hover
{
	text-decoration:none;
}

.product_reviews .guide_review .review
{
	background-color: #ebedf1;
}
 
.review_date
{
	font-size:90%;
	color:#666;
	padding:2px 0;
}
  
.review_sig
{
	font-size:90%;
	text-transform:uppercase;
	padding:10px 0;
	margin-bottom:14px;
	color:#000;
	border-bottom: 1px dotted #999;
} 

.product_reviews .guide_review .review_sig
{
	font-weight:bold;
}

input.submitReview
{
	width:120px; 
	text-align:center;
	background-color:#039;
	color:#fff;
	padding:2px;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin: 10px 0 0 0;
}

.product_review_form form textarea {margin-bottom:6px;}

*:first-child+html .product_review_form form /*ie7 hack */
{margin-bottom:0;}

.product_review_form form /*ie6 hack */
{_margin-bottom:0;}

/*---------------------------------------------------------------------------*\
                                                                    Multimedia 
\*---------------------------------------------------------------------------*/

.media_group 
{
	background:#fff;
	border:1px solid #ccc;
	padding:3px 10px;
	margin-right:1ex;
	float:left;
}

.media_group .title
{
	font-size:10pt;
}

.media_group img.mime
{
	margin:0 4px 0 0;
	background:#ccc;
	padding:4px;
}
.media_group a img.mime,
.inactive_media_item
{
	border:1px solid #999;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
.media_group a:hover img.mime,
.active_media_item
{
	background:#bbb;
	border:1px solid #888;
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
}
.media_groups
{
	margin:2em 0;
	padding:3px 3px 5px 3px;
	width:690px;
	border-bottom:1px solid #d5d5d5;
	_margin-top:.5em;
}

*:first-child+html .media_groups /*ie7 hack */
{margin-top:.5em;}

.media_groups .title_block
{
	background-color:#eee; /* f2f2f2*/
	margin-bottom:5px;
}
.media_groups .media_title
{
	font-size:10pt;
	font-weight:bold;
	font-variant:small-caps;
}
.media_groups #media_caption
{
	font-size:90%;
	color:#333;
}

.upload_action 
{
	padding:0.5em 0 0 0;
	background:url(http://whittakermountaineering.com//themes/default/images.css/up.gif) 0 .5em no-repeat;
}
.upload_action a {
	color:#0054a6;
	font-size:95%;
	padding-left:19px;
	}
.upload_action a:hover {text-decoration:none;}
/*---------------------------------------------------------------------------*\
                                                              Recently Viewed 
\*---------------------------------------------------------------------------*/
.recently_viewed
{
	position:absolute;
	right:10px;
	top:10px;
	_top:220px;
	width:186px;
}

*:first-child+html .recently_viewed /*ie7 hack */
{top:220px;}

.openclose_toggle_closed
{
	background:#fff url(http://whittakermountaineering.com//themes/default/images.css/recentlyViewedDown.gif) no-repeat;
}

.openclose_toggle_open 
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/recentlyViewedUp.gif) no-repeat;
}

.recently_viewed a.openclose_toggle_closed,
.recently_viewed a.openclose_toggle_open
{
 	display:block;
 	height:29px;
	width:186px;
	border:none;
	outline: none;
}

.recentlyViewedBox
{
	border-right:1px solid #cdcfc6;
	border-left:1px solid #cdcfc6;
	border-bottom:1px solid #cdcfc6;
	width:178px;
	background-color:#f6f9ee;
	margin:0 1px 0 2px; 
	overflow:hidden;
}

div#product_list_summary 
{
	background-color:#fff;
	width:170px;
	margin: 4px;
}

div#product_list_summary ul
{
	padding:3px 0 30px 0;
	margin:3px 0 30px 0;
	_margin:0;
	list-style-type: none;
	font-size:80%;
	line-height:140%;
}

*:first-child+html div#product_list_summary ul /*ie7 hack */
{margin:3px 0 25px 0;}

div#product_list_summary ul li.image
{
	float:left;
	width:52px; 
	text-align:center;
}

div#product_list_summary ul li.text
{
	float:left;
	text-align:left;
	width:110px;
}

div#product_list_summary ul li a,
div#product_list_summary ul li a:visited
 {color:#0054a6;}
 
div#product_list_summary ul li a:hover
 {text-decoration:none;}

.clearingDiv {
	background:url(http://whittakermountaineering.com//themes/default/images.css/recentlyViewed-hline.gif) no-repeat;
	width:154px;
	height:4px;
	margin:12px 8px 8px 8px;
	clear:both;
	_display:block;
	_margin:12px 8px 0 8px;
}
/*---------------------------------------------------------------------------*\
                                                  What Other Customers Bought 
\*---------------------------------------------------------------------------*/
.related_purchased_summary
{
	width:100%;
}

.related_purchased_summary h2
{
	font-size: 100%;
	margin: 0 0 15px 0;
	color: #000;
}

.related_purchased_summary ul.relatedItems
{
	padding:3px 15px 3px 0;
	margin:3px 15px 3px 0;
	list-style-type: none;
	font-size:100%;
	line-height:160%;
	float:left;
	height:60px;
}

*:first-child+html .related_purchased_summary ul.relatedItems /*ie7 hack */
{}

.related_purchased_summary ul.relatedItems li.image img
{
	float:left;
	width:40px; 
}

.related_purchased_summary ul.relatedItems li.text
{
	text-align:left;
	width:120px;
	padding-left:4px;
}

.related_purchased_summary ul li a,
.related_purchased_summary ul li a:visited
 {color:#0054a6;}
 
.related_purchased_summary ul li a:hover
 {text-decoration:none;}
/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/category */

/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/brand */

/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/cart summary */

/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/cart */
/*---------------------------------------------------------------------------*\
                                                      Shopping Cart in Header 
\*---------------------------------------------------------------------------*/
#cart_summary
{
	width:151px;
	height:49px;
	border:2px solid #fff;
	position: absolute;
	top: 110px;
	left: 785px;
	color:#000;
	font-size:11px;
	line-height:14px;
	background:#d6e5f8 url(http://whittakermountaineering.com//themes/default/images.css/cart_header.gif) 7% 50% no-repeat;
}

#cart_summary .inner
{	
	padding-top:10px;
	position:relative;
}

#cart_summary .inner a.cart_icon
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 26px;
  	width: 27px;
    text-decoration: none;
	display:block;
	_top:11px; /*for ie6*/
	_left:-85px; /*for ie6*/
}
#cart_summary .inner a.cart_icon span 
{
	visibility: hidden;
	color:#fff;
}

*:first-child+html #cart_summary .inner a.cart_icon span/*ie7 hack */
{
	visibility:visible
}

#cart_summary .label
{
	padding: 0 8px 0 42px;
	float:left;
	font-weight:bold;
}

#cart_summary .value
{
	font-weight:normal;
}

#cart_summary .value a
{
	color:#9d080d; 
	text-decoration:underline;
}

#cart_summary .value a:hover
{	
	text-decoration:none;
}	
/*---------------------------------------------------------------------------*\
                        Shopping Cart Contents - Billing/Shipping Information
\*---------------------------------------------------------------------------*/
.statement_block table
{
	margin-top:28px;
	margin-bottom:15px;
	border: 1px solid #ccc;
	width:706px;
	margin-left:auto;
	margin-right:auto;
}

.statement_block table tr.even
{
	background-color:#eee;
}

.statement_block table th
{
	font-size:90%;
	font-weight:bold;
	text-align:center;
	background-color:#d8e4f5;
	padding:2px;
	vertical-align:top;
}

.statement_block table td
{
	font-size:90%;
	padding-top:4px;
}

.statement_block table td.price,
.statement_block table td.qty
{
	text-align:center;
	width:80px;
}

.statement_block table td.qty a
{
	color:#0054a6;
	font-size:90%;
	display:block;
}

.statement_block table td.qty a:hover
{
	text-decoration:none;
}

.statement_block table td.extended
{
	width:80px;
}

.statement_block table td.description
{
	text-align:left;
}

.statement_block table td.qty input
{
	width:25px;
	text-align:center;
}

.statement_block table tr.footer_line td input
{
	background-color:#8e0a00;
	border:1px solid #666;
	color:#fff;
	font-size:75%;
	letter-spacing:1px;
	font-weight:bold;
	padding:3px;	
	margin:0 10px 0 0;
}

.statement_block table tr.footer_line td
{
	font-weight:bold;
	padding:6px 0;
	border-top: 1px solid #ccc;
	vertical-align:middle;
	xbackground-color:#f9fcf8;
}

#app_cart div.continue_shopping a
{
	float:left;
	background:url(http://whittakermountaineering.com//themes/default/images.css/continueShoppingButton.gif) no-repeat;
	width:191px;
	height:35px;
	margin:2px 0 0 28px;
	text-indent: -999em;
	border:none;
	display:block;
	overflow:hidden;
}
#app_cart div.proceed_to_checkout a
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/checkoutButton.gif) no-repeat;
	width:121px;
	height:35px;
	margin:2px 0 0 28px;
	text-indent: -999em;
	border:none;
	display:block;
	overflow:hidden;
	float:left;
}

#app_checkout
{
	padding: 0 28px 14px 28px;
	_padding: 0 25px 14px 25px; /*for ie6*/
}

#app_checkout h2
{
	font-size:110%;
	border-bottom:1px solid #000;
}

*:first-child+html #app_checkout h2/*ie7 hack */
{
	margin-bottom:10px;
}

#app_checkout h2.form_errors_title
{
	border-bottom:none;
	background-color:#900;
	padding:2px;
	color:#fff;
}

#billing_shipping_addresses div.address_entry div.label,
#checkout_payment div.label
{
	float:left;
	margin:10px 6px 0 0;
	font-size:90%;
}

#billing_shipping_addresses div.address_entry div.label
{
	width:120px;
}

#checkout_payment div.label
{
	width:180px;
}

#billing_shipping_addresses div.address_entry div.input,
#billing_shipping_addresses div.address_entry div.input_error,
#checkout_payment div.input
{
	padding:10px 0 0 0;
}

#billing_shipping_addresses div.address_entry div.label input,
#billing_shipping_addresses div.address_entry div.input input,
#billing_shipping_addresses div.address_entry div.input_error input,
#checkout_payment div.input input
{
	width:220px;
}

#billing_shipping_addresses div.field_pair,
div.payment_info div.label_value
{
	clear:both;
}

#billing_shipping_addresses div.address_entry div.input_error input
{
	background-color:#f7ced8;
}


#app_checkout div.copy_billing_address
{
	padding:10px 0 15px 0;
	font-size:90%;
	font-weight:bold;
	color:#900;
}

#app_checkout div.copy_billing_address input#copy_billing_address
{
	background-color:#ffc;
}

#app_checkout div.next input
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/proceedButton.gif) no-repeat;
	width:112px;
	height:35px;
	margin-top:12px;
	text-indent: -999em;
	border:none;
	display:block;
}

div.checkout_progress_at_enter_address
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/checkoutProcess_indicator.gif) no-repeat;
	width:706px;
	height:47px;
}

div.checkout_progress_at_enter_payment
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/checkoutProcess_indicator_2.gif) no-repeat;
	width:706px;
	height:47px;
}

div.checkout_progress_at_validate_order
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/checkoutProcess_indicator_3.gif) no-repeat;
	width:706px;
	height:47px;
}


div.checkout_progress_at_process_complete
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/checkoutProcess_indicator_4.gif) no-repeat;
	width:706px;
	height:47px;
}

#checkout_payment div.input input#payment_coupon_code
{
	margin-bottom:15px;
}

#checkout_payment div.payment_shipping div.label, 
#checkout_payment div.payment_reference div.label
{
	float:left;
	margin:10px 6px 0 0;
	width:90px;
	font-size:90%;
}

#checkout_payment div.comment
{
	padding:10px 0 0 0;
	font-size:90%;
}

#app_checkout div.address_line,
div.payment_info div.value
{
	font-size:90%;
	line-height:160%;
}
 
div.payment_info div.label
{
	float:left;
	width:120px;
	font-size:90%;
	line-height:160%;
} 
 
div.final_submit a
{
	background:url(http://whittakermountaineering.com//themes/default/images.css/submitOrderButton.gif) no-repeat;
	width:147px;
	height:35px;
	text-indent: -999em;
	border:none;
	display:block;
	overflow:hidden;
}

div.payment_newsletter
{
	font-size:90%;
}

/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/brand_store */
/*---------------------------------------------------------------------------*\
                                                         Category Navigation 
\*---------------------------------------------------------------------------*/
#app_category_nav
{
	padding: 14px 14px 0 14px;
	_padding: 14px 10px 0 10px; /*ie6*/
}
#app_category_nav .price_slashed
{
	color:#b00;
	text-decoration:line-through;
}

#app_category_nav div.brand_category_title_block
{
	width:730px;
	border:1px solid #e4e4e4;
	background:#FFF url(http://whittakermountaineering.com//themes/default/images.css/repeat_x_header.gif) left top repeat-x;
	margin-bottom:20px;
}

#app_category_nav div.brand_category_title_block img
{
	padding:8px 10px 5px 0;
	float:right;
}

#app_category_nav div.brand_category_title_block div.padding
{
	padding:0 0 10px 8px; 
	font-size:80%;
}

#app_category_nav div.brand_category_title_block p
{
	font-size:90%;
	line-height:160%;
	width:90%;
	padding:0 0 4px 8px; 
	_margin-top:0; /*ie6*/
	_margin-bottom:4px; /*ie6*/
}

*:first-child+html #app_category_nav div.brand_category_title_block p /*ie7 */
{
	margin-top:0;
	margin-bottom:4px;
}

div.brand_category_title_block div.padding a
{
	color: #0054a6;
	font-size:110%;
	line-height:160%;
}

div.brand_category_title_block div.padding a:hover
{
	text-decoration:none;
}

#app_category_nav h2
{
	font-size: 110%; 
	font-weight:bold;
	margin: 4px 0 10px 4px;
	color:#8c0b21;
}
#app_category_nav h2.brand_title
{
}

#app_category_nav ul.sub_categories,
#app_category_nav ul.category_products
{
    padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type: none;
}

#app_category_nav ul.category_products li.category_name
{
	clear:both;
}
#app_category_nav ul.sub_categories h3.category_name,
#app_category_nav ul.category_products h3.category_name
{
	background-color:#ececec;
	width:730px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:25px;
	padding:2px 0 2px 6px; 
	font-size:80%;
	line-height:160%;
	clear:both;
}

#app_category_nav ul.category_products li.product
{
	width: 173px; 
	float: left; 
	font-size:80%;
	line-height:130%;
	font-weight:bold; 
}

#app_category_nav ul.category_products li.product_clear,
li.h3
{
	clear:both; 
}


#app_category_nav li.product div.category_item
{
	padding-bottom:16px; /*too much on ie*/
	text-align:center;
}
	
#app_category_nav li.product div.link a
{
	font-weight:normal;
	color:#0054a6;
}

#app_category_nav li.product div.link a:hover
{
	text-decoration:none;
}

#app_category_nav li.product div.guides_pick
{
	padding:4px 0 0 0;
	background:#FFF url(http://whittakermountaineering.com//themes/default/images.css/guides-pick_icon.gif) center top no-repeat;
	height:17px;
	text-indent: -999em;
	overflow:hidden;
}

#app_category_nav li.product div.image
{
	padding-bottom:4px;
	vertical-align:bottom;
}

#shopBrands option,
#shopBrands select
{
	font-size:11px;
	font-family:verdana;
	font-weight:normal;
	background-color:#f7f7dd;
	/*  */
}

form#shop_brand_store_select
{
	display:inline;
}

/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/dept_nav */

/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/breadcrumbs */
/*---------------------------------------------------------------------------*\
                                                  B r e a d c r u m b i n g
\*---------------------------------------------------------------------------*/
#main div#bc {
	padding:8px 0 6px 17px;
	_padding:8px 0 6px 17px; /*ie6 */
	color:#333;
	font-size:80%;
	line-height:150%;
	}

#main div#bc a {
	color:#0054a6;
	font-size:100%;
	line-height:150%;
	text-decoration:none;
	}
	
#main div#bc a:hover {text-decoration:underline;}

*:first-child+html #main div#bc /*ie7 */
{
	padding:8px 0 6px 17px;
}



/* app: /kunden/homepages/19/d238478489/htdocs/whittakermountaineering.com/www//themes/default/apps/category_nav */
/*---------------------------------------------------------------------------*\
                                                         Category Navigation 
\*---------------------------------------------------------------------------*/
#app_category_nav
{
	padding: 14px 14px 0 14px;
	_padding: 14px 10px 0 10px; /*ie6*/
}
#app_category_nav #app_category_nav			/* Fix App bug */
{
	padding:0;
}
#app_category_nav .price_slashed
{
	color:#B00;
	text-decoration:line-through;
}

#app_category_nav div.brand_category_title_block
{
	width:730px;
	border:1px solid #e4e4e4;
	background:#FFF url(http://whittakermountaineering.com//themes/default/images.css/repeat_x_header.gif) left top repeat-x;
	margin-bottom:20px;
}

#app_category_nav div.brand_category_title_block div.padding
{
	padding:2px 0 10px 8px; 
	font-size:80%;
}

div.brand_category_title_block div.padding a
{
	color: #0054a6;
	font-size:110%;
	line-height:160%;
}

#app_category_nav h2
{
	font-size: 110%; 
	font-weight:bold;
	margin: 4px 0 10px 4px;
	color:#8c0b21;
}

#app_category_nav ul.sub_categories,
#app_category_nav ul.category_products
{
    padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type: none;
}

#app_category_nav ul.sub_categories h3.category_name
{
	background-color:#ececec;
	width:730px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:25px;
	padding:2px 0 2px 6px; 
	font-size:80%;
	line-height:160%;
	clear:both;
}

#app_category_nav ul.category_products li.product
{
	width: 173px; 
	float: left; 
	font-size:80%;
	line-height:130%;
	font-weight:bold; 
}

#app_category_nav ul.category_products li.product_clear,
li.h3
{
	clear:both; 
}

#app_category_nav li.product div.category_item
{
	padding-bottom:16px; 
	text-align:center;
	_padding-bottom:0; /*ie6*/
}

*:first-child+html #app_category_nav li.product div.category_item /*ie7 */
{
	_padding-bottom:0;
}
	
#app_category_nav li.product div.link a
{
	font-weight:normal;
	color:#0054a6;
}

#app_category_nav li.product div.link a:hover,
div.brand_category_title_block div.padding a:hover
{
	text-decoration:none;
}

#app_category_nav li.product div.guides_pick
{
	padding:4px 0 0 0;
	background:#FFF url(http://whittakermountaineering.com//themes/default/images.css/guides-pick_icon.gif) center top no-repeat;
	height:17px;
	text-indent: -999em;
	overflow:hidden;
}

#app_category_nav li.product div.image
{
	padding-bottom:4px;
	vertical-align:bottom;
}

