/*
 * CSS style library for page navigation elements
 *
 * @author Shaun Lessman
 * @version $Id: navigation.css,v 1.29 2006/08/04 19:10:50 slee Exp $$Revision: 1.29 $
 * @updated $Date: 2006/08/04 19:10:50 $$Author: slee $
 */


/***************************************************
 *
 * Navigation
 *
 ***************************************************/

li.sfhover {
	cursor: pointer;
	cursor: hand;
}

li.sfhover a {
	cursor: pointer;
	cursor: hand;
}

/***************************************************
 *
 * TopNav Section
 *
 ***************************************************/

div#topNavSection {
	width: 100%;
}

div#topNavSection img {
	vertical-align: bottom;
}

/***************************************************
 *
 * Breadcrumbs
 *
 ***************************************************/

ul.breadcrumbs {
	margin: 0 0 7px 10px;
	padding: 0;
	list-style: none;
}
	
	ul.breadcrumbs li {
		background: url(/consumer/images/breadcrumb-separator.gif) no-repeat left center;
		display: inline;
		padding: 0 1px 0 10px;
	}
	
	ul.breadcrumbs li.first {
		background: none;
		padding-left: 0;
	}
	
	body.default ul.breadcrumbs {
		margin-top: 8px;
	}

/***************************************************
 *
 * MetaNav Bar
 *
 ***************************************************/

div#metaNavBar {
	width: 100%;
	height: 22px;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
}

	div#metaNavBar a {
		color: #257fba;
	}
	
	div#metaNavBar a:hover {
		color: #ec9800;
	}
	

/***************************************************
 *
 * MainNav Bar
 *
 ***************************************************/

div#mainNavBar {
	width: 100%;
	height: 25px;
	background-image: url(../images/mainnav_background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: left;
}

table#mainNav {
	width: 100%;
}

td.mainNav {
	padding-right: 20px;
	/* Reserved for future use */
}

td.mainNavSearchBox {
	width: 100%;
	text-align: right;
	vertical-align: top;
}


/***************************************************
 *
 * SubNav Bar
 *
 ***************************************************/

div#subNavBar {
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	border-bottom: 1px solid #333333;
}

div#subNavBarBackground {
	height: 24px;
	margin-bottom: 1px;
	background-color: #e5e5e5;
}

table#subNav {
	height: 24px;
}

	table#subNav td {
		vertical-align: middle;
	}
	
td.subNavLo {
	padding: 0px 5px;
	color: #000000;
	background-color: #e5e5e5;
}

	td.subNavLo a {
		color: #000000;
	}
	
	td.subNavLo a:hover {
		color: #003366;
	}
	
td.subNavHi {
	padding: 0px 5px;
	color: #ffffff;
	background-color: #336699;
}

	td.subNavHi a {
		color: #ffffff;
	}
	
	td.subNavHi a:hover {
		color: #ffffff;
	}
	
td.subNavSeparator {
	/* Reserved for future use */
}


/***************************************************
 *
 * Breadcrumb Trail
 *
 ***************************************************/

div#breadcrumb {
	padding-bottom: 10px;
}


/***************************************************
 *
 * Side Navigation
 *
 ***************************************************/

@media screen { 
	td.sideNavSection {
		width: 160px;
		vertical-align: top;
		background-image: url(../images/td.sideNavSection_background.gif);
		background-repeat: repeat-y;
		background-position: right;
	}
}

#navWrap {}

	#navWrap {
		padding: 0;
		background: #ffffff;
		/*border-bottom: 1px solid #dedee0;*/
		border-left: 1px solid #dedee0;
		border-right: 1px solid #dedee0;
		width: 158px;
		margin: 0 0 30px 0;
	}
	
	* html #navWrap {
		w\idth: 160px;
		width: 158px;
	}
	
	#navWrap.navWrapProducts {
		margin: 0 0 0 0 !important;
	}
	
	#categorySectionIndex #navWrap, #defaultTemplate #navWrap {
		padding: 0;
		background: #ffffff;
		border-top: 1px solid #dedee0;
		border-bottom: 1px solid #dedee0;
		border-left: 1px solid #dedee0;
		border-right: 1px solid #dedee0;
		width: 256px;
		margin: 0 0 0 0;
	}
	
	* html #categorySectionIndex #navWrap {
		w\idth: 258px;
		width: 256px;
	}	
	
	.navWrapBottom {
		border-top: 1px solid #dedee0 !important;
	}
	
	#navWrap #sideNavTop {
		padding: 0;
		margin: 0;
		background: #fff;
	}
	
	#navWrap div.sideNavTierHeader {
		color: #828282;
		/*padding: 10px;*/
		padding: 11px 10px 17px 10px;
		font-size: 10px; 
		text-transform: uppercase;
		line-height: 10px;
		background: #efefef;
		font-weight: bold;
	}
	
	* html #navWrap div.sideNavTierHeader {
		he\ight: 15px;
		height: 6px;
	}
	
	
	#navWrap div.sideNavTierHeader a {
		color: #828282;
		font-size: 10px; 
		font-weight: bold;
	}
	
	#navWrap div.sideNavTierHeader a:hover {
		color: #257fba;
		font-size: 10px; 
	}
	
	#navWrap div.sideNavTierHeaderFirst {
		color: #828282;
		padding: 6px 10px 3px 10px;
		font-size: 10px; 
		text-transform: uppercase;
		line-height: 10px;
		background: #efefef;
		font-weight: bold;
	}
	
	* html #navWrap div.sideNavTierHeaderFirst {
		he\ight: 15px;
		height: 6px;
	}
	
	#navWrap div.sideNavTierHeaderFirst a {
		font-size: 10px; 
		font-weight: bold;
	}
	
	#navWrap #sideNavSelectedParent {
		background: #ffffff;
		border-bottom: 1px solid #efefef;
		font-size: 10px; 
		color: #555;
	}
	
	#navWrap #sideNavSelectedParent a {
		color: #555;
	}

	#navWrap.navWrapProducts #sideNavSelectedParent {
		border-bottom: 0px solid #efefef !important;
	}
	
	.navWrapProductsEnd {
		border-bottom: 0px solid #efefef !important;
	}
	
	
	.navWrapLifestyle {
		width: 126px !important;
		padding: 0 !important;
		background: #ffffff !important;
		border-top: 1px solid #dedee0 !important;
		border-bottom: 1px solid #dedee0 !important;
		border-left: 1px solid #dedee0 !important;
		border-right: 1px solid #dedee0 !important;
		margin: 0 0 0 0 !important;
	}
	
	* html .navWrapLifestyle {
		w\idth: 128px;
		width: 126px;
	}
	
	.navWrapLifestyle #sideNavSelectedParent {
		border-bottom: 0px solid #efefef !important;
	}
	
	.navWrapLifestyleEnd {
		background: #efefef !important;
		border-top: 1px solid #dedee0 !important;
		border-bottom: 1px solid #dedee0 !important;
		width: 126px !important;
		padding: 0 0 30px 0 !important;
		margin: 0 0 2px 0 !important;
	}
	
	* html .navWrapLifestyleEnd {
		w\idth: 128px;
		width: 126px;
	}

	#navWrap #sideNavRelated {
		background: #ffffff;
		border-bottom: 0;
		font-size: 10px; 
		margin: 0 0 4px 0;
		padding-top: 8px;
	}
	
	#navWrap a {
		color: #828282;
	}
	
	#navWrap a:hover {
		color: #257fba;
	}
	
	#navWrap #isRoot, #navWrap #isRoot a {
		color: #333333 !important;
		font-weight: bold !important;
	}
	
	#navWrap .sideNavTier1 {
		/*margin: 3px 0 6px 10px;*/
		margin: 3px 0 6px 0;
		/*text-transform: lowercase;*/
	}
	
	#navWrap .sideNavTier2 {
		margin: 0 0 6px 5px;
		/*text-transform: lowercase;*/
	}
	
	#navWrap .sideNavTier3 {
		margin: 3px 0 6px 5px;
		/*text-transform: lowercase;*/
	}

	
	#navWrap .tier1 {
		padding: 5px 5px 5px 0;
		/*line-height: 12px;*/
		/* ---------------- */
		line-height: 1.5em; 
		font-size: 12px; 
		font-weight: 600;
		letter-spacing: .05em;
		border-bottom: 1px solid #cccccc;
		padding-left:10px;
	}
	
	/* active product pages */
	#island_suites #navWrap .tier1 a.island_suites,
	#freestanding_ranges #navWrap .tier1 a.freestanding_ranges,
	#custom_lineups #navWrap .tier1 a.custom_lineups,
	#countertop_units #navWrap .tier1 a.countertop_units,
	#sealed_burner #navWrap .tier1 a.sealed_burner,
	#ovens #navWrap .tier1 a.ovens,
	#hot_tops #navWrap .tier1 a.hot_tops,
	#french_tops #navWrap .tier1 a.french_tops,
	#griddles #navWrap .tier1 a.griddles,
	#planchas #navWrap .tier1 a.planchas,
	#charbroilers #navWrap .tier1 a.charbroilers,
	#split_tops #navWrap .tier1 a.split_tops,
	#step_ups #navWrap .tier1 a.step_ups,
	#combo_tops #navWrap .tier1 a.combo_tops,
	#salamanders #navWrap .tier1 a.salamanders,
	#cheesemelters #navWrap .tier1 a.cheesemelters,
	#fryers #navWrap .tier1 a.fryers,
	#refrig_bases #navWrap .tier1 a.refrig_bases,
	#cabinet_bases #navWrap .tier1 a.cabinet_bases,
	#high_shelves #navWrap .tier1 a.high_shelves,
	#work_tops #navWrap .tier1 a.work_tops,
	#charcoal_smokers #navWrap .tier1 a.charcoal_smokers,
	#wine_cellars #navWrap .tier1 a.wine_cellars 	{
	color:#257fba;
	}
	
	/*.tier1 a {	
	font-size: 12px; }*/
	
	#navWrap .tier2 {
		padding: 0 5px 5px 0;
		line-height: 12px;
	}
	
	#navWrap .tier3 {
		padding: 0 5px 5px 0;
		line-height: 12px;
	}
	
	.section-block {
	background: #4F6B91;
	color: #FFF;
	}
	.section-block-text {
	font-size: 11px; 
	font-weight: 600;	
	}
	
/***************************************************
 *
 * Secondary Horizontal Navigation
 *
 ***************************************************/

ul.secondaryHorizontalMenu {
	background: url(/consumer/images/bg-secondary_horizontal_menu.gif) repeat-x;
	height: 34px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

	ul.secondaryHorizontalMenu li {
		border-right: 1px solid #dedee0;
		float: left;
		height: 30px;
		margin: 2px 0;
	}
	
		ul.secondaryHorizontalMenu li.on {
			background: #fff;
		}

	ul.secondaryHorizontalMenu li a {
		display: block;
		font-size: 10px; 
		font-weight: bold;
		color: #828282;
		height: 30px;
		line-height: 28px;
		margin: 1px 0 1px 0;
		padding: 0 34px;
		text-transform: uppercase;
	}
	
	ul.secondaryHorizontalMenu li a:hover {
		color: #257fba;
	}
	
	ul.secondaryHorizontalMenu li a.selected {
		color: #000;
	}
	
/***************************************************
 *
 * BottomNav Section
 *
 ***************************************************/

div#bottomNavSection {
	width: 100%;
}

div#bottomNavSection img {
	vertical-align: bottom;
}


/***************************************************
 *
 * Global Footer
 *
 ***************************************************/

ul#global_footer {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	width: 800px;
}

	ul#global_footer li {
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-size: 9px;
		font-weight: bold;
		float: left;
	}
	
	ul#global_footer li.first {
		padding-left: 0;
	}

	ul#global_footer li a {
		color: #828282;
		font-family: Verdana, Arial, Tahoma, sans-serif;
		font-size: 8px;
		display: block;
		font-weight: bold;
		text-decoration:none;
		text-transform:uppercase;
	}

	ul#global_footer li a:hover {
		color: #257fba;	
	}


	ul#global_footer li.active a {
		color: #000;
	}
	
#global_footer_copyright {
	clear: left;
	padding-top: 12px;
	text-align: right;
}

#global_footer_copyright li a {
	font-weight: normal;
	color: #aaa;
}

#copyright li a {
	font-weight: normal;
color: #aaa;
}

ul#nav-footer-secondary {
	list-style-type: none;
	margin: 10px 0;
}

	ul#nav-footer-secondary li {
		color: #aaa;
		float: right;
		font-size: 10px; 
		padding: 0 0 0 10px;
	}

	ul#nav-footer-secondary li a {
		font-size: 10px; 
		font-weight: bold;
	}

/***************************************************
 *
 * Redesign Additions
 *
 ***************************************************/

ul#topNav {
	float: right;
	margin: 7px 0 5px 0;
	font-size: 9px;
	display: inline;
	list-style: none;
	padding: 0;
	display: inline;
}

	ul#topNav li {
		float: left;
		margin: 0 0 0 15px;
		text-transform: uppercase;
		font-size: 9px;
	}
	
	ul#topNav li a:link, ul#topNav li a:visited {
		color: #828282;
		font-size: 9px;
	}
	
	ul#topNav li a:hover, ul#topNav li a:active {
		color: #257FBA;
		font-size: 9px;
	}
	
ul#mainNav {
	float: right;
	margin: 0 50px 0 0;
	display: inline;
	list-style: none;
	padding: 0;
}

	ul#mainNav li {
		float: left;
		margin: 0 0 0 15px;
	}
	
	
h1 {}

	#headerMain h1 {
		float: left;
		width: 265px;
		height: 29px;
		text-indent: -5000px;
		background: url(/consumer/images/logo-viking_consumer.gif) no-repeat;
		margin: 0;
		padding: 0;
	}
	
	#headerMain h1 a {
		float: left;
		width: 265px;
		height: 29px;
		margin: 0;
		padding: 0;
	}
	
#headerMain {
	float: left;
	width: 800px;
	height: 42px;
	margin: 15px 0 0 0;
}

#headerNavs {
	float: right;
	width: 520px;
	height: 42px;
}

/***************************************************
 *
 * Utility Bin Tabs
 *
 ***************************************************/

.shadetabs{
	list-style-type: none;
	padding: 0;
	margin: 0;
	xmargin-top: 2px;
	font-size: 10px; 
	text-transform: uppercase;
}

	.shadetabs li{
		float: left;
		position: relative;
		border: 1px solid #dedee0;
		margin-top: -1px;
		margin-left: 3px;
	}
	
	.shadetabs li a{
		color: #828282;
	}
	
	.shadetabs li a img {
		display: block;
	}
	.shadetabs li a:visited{
		color: #828282;
	}
	
	.shadetabs li a:hover{
		color: #333333;
	}
	
	.shadetabs li#first{
		margin-left: 0px;
	}
	
	.shadetabs li.selected{
		position: relative;
		border-top-color: white;
		color: #333333;
	}
	
	.shadetabs li.selected a{ /*selected main tab style */
		border-top-color: white;
		color: #333333 !important;
	}
	
	.shadetabs li.selected a:link {
		color: #333333;
	}
	
	.shadetabs li.selected a:hover{ /*selected main tab style */
		text-decoration: none;
		color: #333333;
	}
	
.tabcontentstylewrapper {
	width: 258px;
	height: 42px;
	position: relative;
	bottom: 0;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #dedee0;
	width: 256px;
	x_xmin-height: 41px !important;
	xoverflow: hidden;
	position: absolute;
	bottom: 0;
	background: #fff;
}

* html .tabcontentstyle {
	width: 258px;
	w\idth: 256px;
	height: 41px;
}

.tabcontent{
	display:none;
	padding: 2px 5px 5px 5px;
	font-size: 10px; 
	color: #999;
}

.tabcontentNoPadding{
	display:none;
	padding: 0;
	font-size: 10px; 
	color: #999;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}

/***************************************************
 *
 * Utility Bin Elements
 *
 ***************************************************/

#utilityBins {
	width: 450px;
	line-height: 11px;
}

	#utilityBins p {
		font-size: 10px; 
		color: #555;
		margin: 0 0 2px 0;
		padding: 0;
	}
	
	#utilityBins a {
		font-size: 10px; 
	}
	
		#utilityBins a:link {
			text-decoration: none;
		}
		
		#utilityBins a:visited {
			text-decoration: none;
		}
		
		#utilityBins a:hover {
			text-decoration: underline;
		}
		
		#utilityBins a:active {
			text-decoration: underline;
		}
		
	#utilityBins div.tabcontent label {
		font-size: 10px; 
		color: #555;
		margin: 0 5px 0 0;
	}
	
	#utilityBins .binInput {
		border: 1px solid #e4e5e5;
		font-size: 10px; 
		color: #555;
		width: 124px;
	}
	
	#utilityBins .binInputLogin {
		border: 1px solid #e4e5e5;
		font-size: 9px;
		color: #555;
		width: 100px;
		float: right;
	}
	
	#utilityBins div.tabcontent .binSubmitImage {
		margin: 0 0 -4px 0;
	}
	
	#utilityBins div.newCustomer {
		width: 74px;
		height: 70px;
		padding: 2px 5px 5px 5px;
		background: #efefef;
		float: left;
	}
	
	* html #utilityBins div.newCustomer {
		w\idth: 84px;
		width: 74px;
		he\ight: 80px;
		height: 70px;
	}
	
	#utilityBins div.returningCustomer {
		width: 162px;
		height: 70px;
		padding: 2px 5px 5px 5px;
		float: right;
		color: #555;
	}
	
	* html #utilityBins div.returningCustomer {
		w\idth: 172px;
		width: 162px;
		he\ight: 80px;
		height: 70px;
	}
	
	#utilityBins div.newCustomer img {
		margin: 12px 0 25px 0;
	}
	
	#utilityBins div.returningCustomer label {
		float: left;
	}
	
	#utilityBins .binCart p {
		padding: 2px 5px 5px 5px;
	}
	
	#utilityBins .binMessage {
		margin: 9px 5px;
		text-align: center;
	}
	
	#utilityBins .binMessage p {
		padding: 2px 5px 5px 5px;
		float: left;
	}
	
	#utilityBins .binMessage img {
		float: right;
	}
	
	#utilityBins table.binCart, #utilityBins table.binCartTotal {
		border-collapse: collapse;
		border-spacing: 0px;
		width: 256px;
		margin: 0 0 5px 0;
	}
	
	#utilityBins table.binCart tr.odd {
		background: #efefef;
	}
	
	#utilityBins table.binCart tr.even {
		background: #fff;
	}
	
	#utilityBins table.binCart td {
	}
	
	#utilityBins table.binCart td.description {
		width: 162px;
		padding: 1px 0 2px 5px;
	}
	
	* html #utilityBins table.binCart td.description {
		w\idth: 167px;
		width: 162px;
	}
	
	#utilityBins table.binCart td.quantity {
		width: 24px;
		text-align: right;
	}
	
	#utilityBins table.binCart td.price {
		width: 60px;
		padding: 1px 5px 2px 0;
		text-align: right;
	}
	
	* html #utilityBins table.binCart td.price {
		w\idth: 65px;
		width: 60px;
	}
	
	#utilityBins table.binCartTotal td.moreitems {
		width: 125px;
		padding: 0 0 0 5px;
	}
	
	* html #utilityBins table.binCartTotal td.moreitems {
		w\idth: 130px;
		width: 125px;
	}
	
	#utilityBins table.binCartTotal td.subtotal {
		width: 61px;
		text-align: right;
	}
	
	#utilityBins table.binCartTotal td.total {
		width: 60px;
		text-align: right;
		padding: 1px 5px 2px 0;
	}
	
	* html #utilityBins table.binCartTotal td.total {
		w\idth: 65px;
		width: 60px;
	}
	
	#utilityBins .binCart .floatRight {
		padding: 0 5px 0 0;
	}
	 
	#utilityBins .binSearch {
		margin: 7px auto;
		text-align: center;
	}
	
	#utilityBins .binStoreLocator ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#utilityBins .binStoreLocator ul li {
		display: inline;
		padding: 0 20px 0 0;
	}
	
	#utilityBins .binProductLiterature ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#utilityBins select.binProductSelect {
		font-family: arial, sans-serif;
		font-size: 9px;
		color: #555;
		width: 200px;
		margin: 0 5px 5px 5px;
	}
	
	#utilityBins .binProductSelectWrapper {
		padding: 0 0 5px 0;
	}
	
	#utilityBins .binProductSearchExpand {
		border-top: 1px solid #dedee0;
	}
	
	#utilityBins .binProductSearchExpand label {
		color: #555;
	}
	
	#utilityBins .binProductSubmit {
		margin: 8px 5px 5px 5px;
	}
	
	#utilityBins .binProductSearch {
		min-height: 63px;
	}
	
	* html #utilityBins .binProductSearch {
		height: 63px;
	}
	
	#utilityBins .binProductSearch p {
		padding: 2px 5px 5px 5px;
	}
	
	#utilityBins .binProductSearch label {
		padding: 2px 5px 0 5px;
		display: block;
	}
	
	#utilityBins #searchRangeHood label {
		padding: 2px 5px 0 5px;
		display: block;
	}
	
	#utilityBins #utilityBinEmailUpdates {
		min-height: 34px !important;
	}

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

	ul#binMyAccount li {
		width: 118px;
		float: left;
	}
	
/***************************************************
 *
 * Secondary Popout Nav
 *
 ***************************************************/

#contentCategories{}
ul#contentCategories{}

	#contentCategories {
		padding: 0;
		margin: 0;
		background: #fff;
		list-style: none;
		display: inline;
	}
	
	ul#contentCategories div { 
		padding: 0; margin: 0; 
	}
	
	#contentCategories ul {
		list-style: none !important;
		padding: 0;
		margin: 0;
	}
	
	#contentCategories a { 
		display: block;
	}
	
	#contentCategories li { 
		float: left; /* this needs to be there for opera width: 5em; */ 
		padding: 0 0 2px 0;  
	} /* padding for the top level images */
	
	#contentCategories li img {
		border: 1px solid #dedee0;
		display: inline;
		padding: 0;
		margin: 0;
	} 
	
	#contentCategories li ul { 
		position: absolute; 
		left: -999em; 
		margin: -67px 0 0 127px; 
		padding: 0 0 0 6px;
		z-index: 9999;
		width: 240px;
	}
	
	#contentCategories li:hover ul, #contentCategories li.sfhover ul { 
		left: auto; 
	}
	
	#contentCategories li:hover, #contentCategories li.hover {
		position: static; /* Fix for sticking menus after de-focus in IE7 */
	}
	
	#contentCategories li li { 
		float: none; 
		height: auto; 
		text-align: left; 
		font-family: arial;
		font-size: 11px;
		color: #555;
		padding: 9px 7px 10px 7px; 
		margin: 0; 
		border: 1px solid #dedee0; 
		background: #fff;
	} /* inside text */
	
	#contentCategories li li a { 
		display: inline; 
		font-size: 11px;
		padding: 0; 
		margin: 0; 
	}
	
	#contentCategories li li a:hover { 
		color: #257fba; 
	}
	
ul#contentCategoriesProducts {}

	ul#contentCategoriesProducts {
		padding: 0;
		margin: 0;
		background: #fff;
		width: 260px;
		list-style: none;
	}
	
	ul#contentCategoriesProducts li {
		float: left;
		padding: 0 2px 0 0;
		list-style: none;
		margin: 0;
	}
	
	ul#contentCategoriesProducts li img {
		border: 1px solid #dedee0;
		display: inline;
		padding: 0;
		margin: 0;
	} 
	
ul#contentCategoriesProductsSub {}

	ul#contentCategoriesProductsSub {
		padding: 2px 0 0 0;
		margin: 0;
		width: 260px;
		list-style: none;
	}
	
	ul#contentCategoriesProductsSub li {
		float: left;
		padding: 0 2px 0 0;
		list-style: none;
		margin: 0;
	}
	
	ul#contentCategoriesProductsSub li img {
		border: 1px solid #dedee0;
		display: inline;
		padding: 0;
		margin: 0;
	} 
	
div#contentCategoriesProductsSubWrapper {
	background: #fff;
}

#contentCategoriesLifestyleSub{}
ul#contentCategoriesLifestyleSub{}

	#contentCategoriesLifestyleSub {
		margin: 2px 0 0 0;
		padding: 0;
		background: #fff;
		list-style: none;
		width: 128px; /* */
	}
	
	ul#contentCategoriesLifestyleSub div { 
		padding: 0; margin: 0; 
	}
	
	#contentCategoriesLifestyleSub ul {
		list-style: none !important;
	}
	
	#contentCategoriesLifestyleSub a { 
		display: block;
	}
	
	#contentCategoriesLifestyleSub li { 
		float: left; /* this needs to be there for opera width: 5em; */ 
		padding: 0 0 2px 0;  
	} /* padding for the top level images */
	
	#contentCategoriesLifestyleSub li img {
		border: 1px solid #dedee0;
		display: inline;
		padding: 0;
		margin: 0;
	} 
	
	#contentCategoriesLifestyleSub li ul { 
		position: absolute; 
		left: -999em; 
		margin: -67px 0 0 127px; 
		padding: 0 0 0 6px;
		z-index: 9999;
		width: 240px;
	}
	
	#contentCategoriesLifestyleSub li:hover ul, #contentCategoriesLifestyleSub li.sfhover ul { 
		left: auto; 
	}
	
	#contentCategoriesLifestyleSub li:hover, #contentCategoriesLifestyleSub li.hover {
		position: static; /* Fix for sticking menus after de-focus in IE7 */
	}
	
	#contentCategoriesLifestyleSub li li { 
		float: none; 
		height: auto; 
		text-align: left; 
		font-family: arial;
		font-size: 11px;
		color: #555;
		padding: 9px 7px 10px 7px; 
		margin: 0; 
		border: 1px solid #dedee0; 
		background: #fff;
	} /* inside text */
	
	#contentCategoriesLifestyleSub li li a { 
		color: #257fba;
		display: inline; 
		font-size: 11px;
		padding: 0; 
		margin: 0; 
	}
	
	#contentCategoriesLifestyleSub li li a:hover { 
		color: #257fba; 
	}
	
	
div#contentCategoriesLifestyleSubWrapper {
	background: #fff;
}

div#largeBrandingTemplateSingleColumnMenu div#secondaryContent div.binContent {
	background: #fff;
}
