/*
 * This file styles the Hefty Helps you pages. */


/* Default tout positions if background height is 483 pixels */
#helpsYouTouts{margin-top:305px; margin-left:18px;}

#flashProductTout{float:left; margin:22px 0 0 0; position:relative; left:20px;}


/* The left box on the Hefty Helps You Pages */
div.toutHeftyHelpsYouTips {width: 391px; height:157px; background:url('/images/heftyHelps/tipsBG.png') no-repeat 0 0; overflow: hidden; float:left;}
div.toutHeftyHelpsYouTips #featuredTxt{font-size:12px; font-weight:bold; color:#00498F; margin:7px 0 0 23px;}
div.tipSlider ul li .tagHeader{font-size:14px; font-weight:bold; color:#00498F; margin:5px 0 10px 0;}
div.toutHeftyHelpsYouTips div.holder { margin-bottom: 8px; overflow: hidden }
div.toutHeftyHelpsYouTips div.slider p { width: 350px; text-align: left }
div.toutHeftyHelpsYouTips div.padding { margin: 10px; width: 370px; overflow: hidden }
div.toutHeftyHelpsYouTips img { float: left }


body.heftyHelpsYou div.middle { background:none; overflow: hidden; }

/* Around the House */
body.atticAndBasement div.middle {background:url('/images/heftyHelps/bgImages/aroundTheHouse/AtticBasement.jpg') no-repeat; height: 483px;}

body.bedroom div.middle {background:url('/images/heftyHelps/bgImages/aroundTheHouse/Bedroom.jpg') no-repeat; height: 483px;}

body.bathroom div.middle {background:url('/images/heftyHelps/bgImages/aroundTheHouse/Bathroom.jpg') no-repeat; height: 483px;}

body.homeImprovements div.middle {background:url('/images/heftyHelps/bgImages/aroundTheHouse/HomeImprovements.jpg') no-repeat; height: 483px;}

body.kitchenAndDiningRoom div.middle {background:url('/images/heftyHelps/bgImages/aroundTheHouse/KitchenAndDiningRoom.jpg') no-repeat; height: 483px;}

body.livingAndFamilyRoom div.middle {background:url('/images/heftyHelps/bgImages/aroundTheHouse/LivingRoom.jpg') no-repeat; height: 483px;}


body.yardAndGarage div.middle {background:url('/images/heftyHelps/bgImages/aroundTheHouse/YardGarage.jpg') no-repeat; height: 483px;}

/* Fun and Entertainment */
body.atParties div.middle { background:url('/images/heftyHelps/bgImages/funEntertainment/parties.jpg') no-repeat; height:483px;}
body.duringHolidays div.middle { background:url('/images/heftyHelps/bgImages/funEntertainment/holidays.jpg') no-repeat; height:483px;}
body.withArtsAndCrafts div.middle { background:url('/images/heftyHelps/bgImages/funEntertainment/artsCrafts.jpg') no-repeat; height:483px;}
body.withGamesAndActivities div.middle { background:url('/images/heftyHelps/bgImages/funEntertainment/gamesActivities.jpg') no-repeat; height:483px;}

/* On the Go */
body.atSchoolAndWork div.middle {background:url('/images/heftyHelps/bgImages/onTheGo/schoolWork.jpg') no-repeat; height:483px;}
body.atSportsPracticesAndGames div.middle {background:url('/images/heftyHelps/bgImages/onTheGo/sportsPracticesGames.jpg') no-repeat; height:483px;}
body.whenTraveling div.middle { background:url('/images/heftyHelps/bgImages/onTheGo/traveling.jpg') no-repeat; height:483px;}
body.whileCamping div.middle { background:url('/images/heftyHelps/bgImages/onTheGo/camping.jpg') no-repeat; height:483px;}



/* Hilight Hefty Helps You sub-menu links on mouse-over and on page visit */
/* Around the House */
body.kitchenAndDiningRoom div.aroundTheHouse li.kitchenAndDiningRoom a,
body.bathroom div.aroundTheHouse li.bathroom a,
body.livingAndFamilyRoom div.aroundTheHouse li.livingAndFamilyRoom a,
body.bedroom div.aroundTheHouse li.bedroom a,
body.atticAndBasement div.aroundTheHouse li.atticAndBasement a,
body.yardAndGarage div.aroundTheHouse li.yardAndGarage a,
body.homeImprovements div.aroundTheHouse li.homeImprovements a { color: white; font-weight: bold }

/* On the Go */
body.atSchoolAndWork div.onTheGo li.schoolAndWork a,
body.atSportsPracticesAndGames div.onTheGo li.sportsPracticesAndGames a,
body.whenTraveling div.onTheGo li.traveling a,
body.whileCamping div.onTheGo li.camping a{ color: white; font-weight: bold }

/* Fun and Entertainment */
body.atParties div.funAndEntertainment li.parties a,
body.duringHolidays div.funAndEntertainment li.holidays a,
body.withArtsAndCrafts div.funAndEntertainment li.artsAndCrafts a,
body.withGamesAndActivities div.funAndEntertainment li.gamesAndActivities a{ color: white; font-weight: bold }

/* Tip Slider */

div.tipSlider {margin-top:-5px;}

div.tipSlider ul, div.tipSlider ul li 
{
    margin:0; 
    padding:0; 
    list-style:none;
}


div.tipSlider ul li
{
    width:365px;
    height:100px;
    overflow:hidden; 
    font-size:8pt; 
}

div.tipSlider ul li img 
{
    margin:3px 3px 3px 0;
    float:left;   
}

div.tipSlider div.tagImgContainer {
	display:block;
	float:left;
	height:65px;
}

#prevBtn, #nextBtn,
#slider1next, #slider1prev
{	display:block;
	position: absolute
}	
	
#nextBtn, #slider1next
{ 
	left:125px;
}		
												
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a
{  
    display: block;
	width:85px;
	height:19px;
	top:125px;
	background:url(/images/heftyHelps/prevTip.png) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a
{ 
	background:url(/images/heftyHelps/nextTip.png) no-repeat 0 0;	
}

div.tipSlider ul li .tagImg {display:inline;}
