body#pgCategory,
body#pgDepartment,
body#pgBrandBoutiqueLanding,
body#pgBrandBoutiqueUberBrand {
	/* NON-EDITABLE */
	background-repeat: no-repeat;
	background-attachment: scroll;

	/* EDITABLE */
	background-color: transparent;
	/* Must have surrounding quotes just in case the user manages to use a filename with spaces */
	background-image: none;
	/* The last value is the only one that should be editable */
	background-position: 50% px;
}


/* DEPARTMENT PAGES ONLY */
body#pgDepartment div#secondaryNavigation {
	background-color: transparent;
}
body#pgDepartment div#secondaryNavigation a,
body#pgDepartment div#secondaryNavigation a:link,
body#pgDepartment div#secondaryNavigation a:visited {
	color: #666666;
}
body#pgDepartment div#secondaryNavigation a:hover,
body#pgDepartment div#secondaryNavigation a:focus,
body#pgDepartment div#secondaryNavigation a:active {
	color: #000000;
}
body#pgDepartment div#secondaryNavigation div.header a,
body#pgDepartment div#secondaryNavigation div.header a:link,
body#pgDepartment div#secondaryNavigation div.header a:visited {
	color: #000000;
}
body#pgDepartment div#secondaryNavigation div.header a:hover,
body#pgDepartment div#secondaryNavigation div.header a:focus,
body#pgDepartment div#secondaryNavigation div.header a:active {
	color: #000000;
}
body#pgDepartment div#secondaryNavigation,
body#pgDepartment div#secondaryNavigation div.header,
body#pgDepartment div#brandRoomNavigation div.options ul {
	border-color: #d9d9d9;
}

/* BRAND BOUTIQUE PAGES ONLY */
body.brandBoutique div#secondaryNavigationToggler,
body.brandBoutique div#secondaryNavigation {
	background-color: transparent;
}
body.brandBoutique div#secondaryNavigation a,
body.brandBoutique div#secondaryNavigation a:link,
body.brandBoutique div#secondaryNavigation a:visited {
	color: #666666;
}
body.brandBoutique div#secondaryNavigation a:hover,
body.brandBoutique div#secondaryNavigation a:focus,
body.brandBoutique div#secondaryNavigation a:active {
	color: #000000;
}
body.brandBoutique div#secondaryNavigationToggler a,
body.brandBoutique div#secondaryNavigation div.header a,
body.brandBoutique div#secondaryNavigation div.header a:link,
body.brandBoutique div#secondaryNavigation div.header a:visited {
	color: #000000;
}
body.brandBoutique div#secondaryNavigationToggler a:hover,
body.brandBoutique div#secondaryNavigation div.header a:hover,
body.brandBoutique div#secondaryNavigation div.header a:focus,
body.brandBoutique div#secondaryNavigation div.header a:active {
	color: #000000;
}
body.brandBoutique div#secondaryNavigationToggler,
body.brandBoutique div#secondaryNavigation,
body.brandBoutique div#secondaryNavigation div.header,
body.brandBoutique div#brandRoomNavigation div.options ul {
	border-color: #d9d9d9;
}
div#secondaryNavigation div.options {
	border-bottom: 1px solid #d9d9d9;
}
body.brandBoutique #content div#secondaryNavigation {
	border-top: 1px solid #d9d9d9;	
}
 
/* CATEGORY PAGES ONLY */
body#pgCategory div#secondaryNavigation {
	background-color: transparent;
}
body#pgCategory div#secondaryNavigation a,
body#pgCategory div#secondaryNavigation a:link,
body#pgCategory div#secondaryNavigation a:visited {
	color: #666666;
}
body#pgCategory div#secondaryNavigation a:hover,
body#pgCategory div#secondaryNavigation a:focus,
body#pgCategory div#secondaryNavigation a:active {
	color: #000000;
}
body#pgCategory div#secondaryNavigation div.header a,
body#pgCategory div#secondaryNavigation div.header a:link,
body#pgCategory div#secondaryNavigation div.header a:visited {
	color: #000000;
}
body#pgCategory div#secondaryNavigation div.header a:hover,
body#pgCategory div#secondaryNavigation div.header a:focus,
body#pgCategory div#secondaryNavigation div.header a:active {
	color: #000000;
}
body#pgCategory div#secondaryNavigation,
body#pgCategory div#secondaryNavigation div.header,
body#pgCategory div#brandRoomNavigation div.options ul {
	border-color: #d9d9d9;
}
