
div#facetedNav
{
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

div#facetedNav h2
{
	display: none;
}
div#facetedNav div.facetedNavCategories
{
	margin: 0 0 20px 0;
}
div#facetedNav div.facetedNavCategories h3
{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 5px 0;
}
div#facetedNav div.facetedNavCategories h3 span
{
	display: block;
	
}
div#facetedNav div.facetedNavCategories ul
{
	list-style: none;
}
div#facetedNav div.facetedNavCategories ul li
{
	color: #9d9e9a;
	padding: 2px 10px 0 0;
}
div#facetedNav div.facetedNavCategories ul li a
{
	color: #cccdc7;
}
div#facetedNav div.facetedNavCategories ul li a:hover
{
	text-decoration: none;
	color: #fff;
}

div#facetedNav div.facetedNavCategories ul li.showAll
{
    padding: 10px 0 0 0;
}
div#facetedNav div.facetedNavCategories ul li.showAll a
{
    font-weight: bold;
    background: #c13535;
    display: inline-block;
    color: #fff;
    padding: 3px 5px 4px 5px;
}
div#facetedNav div.facetedNavCategories ul li.showAll a:hover
{
    font-weight: bold;
    color: #000;
    background: #e9bf17;
    text-decoration: none;
}
