
ul.filter_simple span.count, ul.filter_boxed span.count {
    color:#363636;
}

ul.filter_boxed {
}

ul.filter_simple, ul.filter_boxed {
    margin-top:0;
    margin-bottom:10px;
    padding:0;
}

ul.filter_simple a, ul.filter_boxed a {
    font-weight:bold;
}

ul.filter_simple a:hover, ul.filter_boxed a:hover {
    text-decoration:underline;
}

ul.filter_simple li, ul.filter_boxed li {
    padding:3px;
    padding-bottom:1px;
    width:143px;
}

ul.filter_boxed li {
    background-image:url(/css/gfx/sitenavigation/leftnav_bg_.jpg);
    background-position:top center;
    background-repeat: repeat-y;
}

ul.filter_boxed li.selected {
    background-image:url(/css/gfx/sitenavigation/leftnav_active_bg_.gif);
    background-position:right center;
    background-repeat: repeat-y;
}

ul.filter_boxed li.title {
    text-transform:uppercase;
    font-weight:bold;
}

ul.filter_boxed li.checker {
    padding-left:0px;
    width:146px;
    padding-top:0px;
    padding-bottom:0px;
}

ul.filter_boxed li.header {
    background-image:url(/css/gfx/sitenavigation/leftnav_bg_.jpg);
    height:10px;
    background-position:top left;
    padding:0;
    width:149px;
}

ul.filter_boxed li.footer {
    background-image:url(/css/gfx/sitenavigation/leftnav_bg_.jpg);
    height:16px;/*should be 10px, but need 16px for IE7 grrrr*/
    background-position:bottom right;
    padding:0;
    width:149px;
}

