#sidebar_promo{
	display: block;
	margin: 15px 0px 15px 5px;
	padding: 0;
	min-height: 1px; 
	position: relative;
}

#starburst_free{
	position: absolute;
	top: -8px;
	left: -20px;
	width: 60px;
	height: 60px;
	background: url(star_sml.png) no-repeat 0 0;
}



.nav_buttons{
	min-height: 1px;
}

* html .nav_buttons{
	height: 1px;
}

.nav_buttons:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* [ Feature module styles } */

#feature{
	height: 100px;
	background: url(feature.breville.jpg) no-repeat 0 0;
	margin: 10px 0px 20px -5px;
	position: relative;
	padding: 20px 60px 15px 25px;
	color: #fff;
}

/* * html #feature{
	background: url(feature_ie.jpg) no-repeat 0 0;
} */

	#feature span{
		display:block;
	}

	.feature_heading{
		margin-top:10px;
		font-size:14px;
		font-weight:bold;
	}

	#feature_star{
		width: 150px;
		height: 150px;
		background: url(feature_star.png) no-repeat 0 0;
		position: absolute;
		top: -20px;
		right: -90px;
	}
	
	* html #feature_star{
		right:-40px;
		top:-20px;
	}
	
	.feature_rewards{
		margin: 10px -25px 0 0;
	}
	
	* html .feature_rewards{
		margin: 20px 0px 0 0;
		width:405px;
		
	}
	
	.feature_rewards ul li{
		width: 180px;
		float: left;
		display: block;
		margin: 0 25px 0 0;
		font-size: 15px;
	}
	
	* html .feature_rewards ul li{
		width:165px;
	}

.incentive {
	position: absolute;
	top: -2px;
	right: -2px;
	}

	

.featured_module a{
	background: url(featured_module.png) no-repeat 0 0;
	}
	



