


/* CSS SECTIONS
   ================================================================

	- OVER-RIDE PRIMARY LAYOUT
	
	- MAIN CATALOGUE
	
	- CATALOGUE MODE SWITCHER
	
	- SURROUNDING BOXES
	
	- MAIN CATALOGUE: CATALOGUE LIST
	
	- MAIN CATALOGUE: POPOUT TIER 2 LIST

   ================================================================ */



/* OVER-RIDE PRIMARY LAYOUT
   ---------------------------------------------------------------- */ 

#comfortZone, #footer  {
	width: 920px !important;
	margin-left: auto;
	margin-right: auto;
}
#content {
	margin-right: 180px !important;
	margin-left: 170px !important;
}
#section-nav {
	float: right !important;
}



/* MAIN CATALOGUE
   ---------------------------------------------------------------- */ 

#catalogue {
	margin: 0;
	float: left;
	width: 160px;
}


#catalogue.section-nav-box {
	border: 1px solid #ccc;
	padding: 10px;
	background: #f3f3fe url(../media/sidebar-fade.gif) top repeat-x;
	width: 140px;
}
#catalogue.section-nav-box p {
	margin-top: 0;
	font: 11px/18px verdana, arial, Verdana, Arial, Helvetica, sans-serif;
}


/* CATALOGUE MODE SWITCHER
   ---------------------------------------------------------------- */ 

#catalogue #cat-mode-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 20px;
	width: 150px;
	border-bottom: 1px solid #043697;
}
#catalogue #cat-mode-switcher li {
	float: left;
	height: 18px;
	width: 74px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 3px;
	line-height: normal !important;
}
#catalogue #cat-mode-switcher li a {
	display: block !important;
	width: 74px;
	color: #fff;
	text-decoration: none;
}
/*#catalogue #cat-mode-switcher li span {
	display: none !important;
}*/
#catalogue #cat-mode-switcher.changeToBrand li.activeProduct {
	background: #043697;
}
#catalogue #cat-mode-switcher.changeToBrand li.inactiveBrand {
	background: #ae9001;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 15px;
} 
#catalogue #cat-mode-switcher.changeToBrand li.inactiveBrand a {
} 
#catalogue #cat-mode-switcher.changeToBrand li.inactiveBrand a:hover {
	text-decoration: underline;
} 
#catalogue #cat-mode-switcher.changeToProduct li.inactiveProduct {
	background: #ae9001;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 15px;
} 
#catalogue #cat-mode-switcher.changeToProduct li.inactiveProduct a {
} 
#catalogue #cat-mode-switcher.changeToProduct li.inactiveProduct a:hover {
	text-decoration: underline;
} 
#catalogue #cat-mode-switcher.changeToProduct li.activeBrand {
	background: #043697;
}



/* SURROUNDING BOXES
   ---------------------------------------------------------------- */ 

#catalogue #catlist-outer  {
	background: #f4f4f4;
	border-bottom: 1px solid #c8d0d3;
	width: 150px;
}

#catalogue #catlist-outer-bottom  {
	height: 10px;
	width: 157px;
	background: url(../media/catalogue/catalogue-sprite.png) no-repeat 0 -205px;
	border: 0;
	margin-bottom: 15px;
	display: none;
}



/* MAIN CATALOGUE: CATALOGUE LIST
   ---------------------------------------------------------------- */ 

#catalogue #catlist-outer {
	background: #f4f4f4;
}

#catalogue #catlist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#catalogue #catlist li {
	font-size: 11px;
	font-family: Arial;	
	text-transform: capitalize;
	background: #f4f4f4;
	position: relative;
	border-left: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c9d0d4;
}
#catalogue #catlist li:hover {
	background: #efdf95;
}
#catalogue #catlist li.parent:hover {
	background: #efdf95;
	z-index: 100;
}

#catalogue li.first, #catalogue li.firstParent {
	border-top: 1px solid #f4f4f4 !important;
}

#catalogue li.firstParent:hover {
}

#catalogue #catlist li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 3px 4px 3px 3px;
	width: 139px;
	line-height:12px !important;
}

#catalogue #catlist li a:hover {
	background: #efdf95;
}

#catalogue #catlist li.active a {
	background: #efdf95;
}



/* MAIN CATALOGUE: POPOUT TIER 2 LIST
   ---------------------------------------------------------------- */ 

#catalogue #catlist li ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 143px;
	padding: 0;
	margin: 0;
	background: #efdf95;
	list-style: none;
}
#catalogue #catlist li ul li {
	border: 0;
	font-size: 10px;	
	text-transform: capitalize;
	background: #efdf95;
	position: relative;
}
#catalogue #catlist li:hover ul {
	display: block;
	color: #00f;
}
#catalogue #catlist li:hover ul li {
	background: #efdf95;
	border: 0;
}
#catalogue #catlist li:hover ul li a:hover {
	background: #dfcd7d;
	border: 0;
}
