/*******************************************************************
* 01 FACETED NAVIGATION
*******************************************************************/
div#facetedNavBase
{
    position:relative;
	float:left;
	width:150px;
	margin-bottom:20px;
	background:#fff repeat-y url(/Shared/css/images/facetednav/mainbg.gif);
}

div#facetedNavBase div#facetedNavTop
{
    width:150px;
    height:12px;
    font-size:0em;
    background:#bdbdbf no-repeat url(/Shared/css/images/facetednav/h2top.gif);
}

div#facetedNavBase div#facetedNavBttm
{
    width:150px;
    height:4px;
    font-size:0em;
    background:#bdbdbf url(/Shared/css/images/facetednav/bottom.gif) no-repeat;
}

div#facetedNavBase div#facetedNav
{
	width:146px;
	margin-bottom:10px;
}

div#facetedNavBase div#facetedNav h2
{
	color:#333;
	font-size:1.3em;
	padding:3px 0 10px 10px;
	background:#bdbdbf url(/Shared/css/images/facetednav/h2bg.gif) left top repeat-x;
}

div#facetedNavBase div#facetedNav div.facetedNavCategories
{
	margin-bottom:10px;
}

div#facetedNavBase div#facetedNav div.facetedNavCategories h3
{
	background:#2e2f2f url(/Shared/css/images/facetednav/h3bg.gif) repeat-x;
	width:146px;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.2em;
	color:#fff;
}

div#facetedNavBase div#facetedNav div.facetedNavCategories h3 span
{
	background:url(/Shared/css/images/facetednav/h3dropshadow.gif) left bottom repeat-x;
	display:block;
	padding:8px 0 15px 10px;
}

div#facetedNavBase div#facetedNav div.facetedNavCategories ul
{
	list-style:none;
	font-size:1em;
	margin:3px 0 0 0;
	padding:0px;
}

div#facetedNavBase div#facetedNav div.facetedNavCategories ul li
{
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.1em;
	color:#666;
	padding:2px 2px 0px 10px;
}

div#facetedNavBase div#facetedNav div.facetedNavCategories ul li a
{
	color:#0099cc;
	font-weight:bold;
	text-decoration:none;
}

div#facetedNavBase div#facetedNav div.facetedNavCategories ul li a:hover
{
	color:#087ca3;
	text-decoration:underline;
}
