/* CSS Document */
h3.productType, h3.productType a
{
    font: bold 24px/33px;
    color: #225;
    margin: 0; text-decoration:none
}
.leftNavContainer
{
    margin-top: 13px;
    margin-bottom: 13px;
}
.navItem, .facetItem
{
    font: normal 13px/17px;
    margin-bottom: 8px;
    padding-left: 7px;
}
.navItem a, .facetItem a
{
    text-decoration: none;
}
.navItem a:hover, .facetItem a:hover
{
    text-decoration: underline;
}
.navItem a, .facetItem a span{font-weight:bold}
.navItemActive
{
    font: bold 14px/16px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 8px;
    padding-left: 7px;
}
.navItemActive{border-top:1px solid #ccc; font: bold 14px/16px;}

.navItemActive a
{
    font-weight:bold;
    text-decoration:none;
}

.hasSub
{
    padding-left: 16px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 8px;
}

.hasSub a
{
    text-decoration: none;
}
.subNavItem
{
    margin-left: 20px;
    margin-bottom: 8px;
}
.subNavActive
{
    background-image: url(/Images/arrow_active.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-bottom: 8px;
}
.subNavActive a
{
    font-weight: bold;
}

.facets
{
    margin-bottom: 14px;
}
h3.facetTitle{color:#225; margin:0 0 8px; text-transform:uppercase; font-size:14px;}