@charset "utf-8";

#content {
    overflow:hidden;
}

.catalog_with_sidebar {
    margin-top:20px;
}
.catalog_with_sidebar .products_list {
    margin-left:245px;
}

.products_list .actions {
    margin-bottom:20px;
}

.products_list .actions .buttons {
    float:right;
    margin-right:15px;
}

#filter {
    float:left;
}

#filter a {
    text-decoration: none;
}

#filter .rounded {
    margin-bottom:20px;
}

#filter ul.filter_links {
    list-style:none;
    margin-bottom:20px;
}

#filter ul.filter_links li a.active-filter {
    background: url("../images/filter-box-active.png") no-repeat left center;
}

.inactive-filter {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/filter-box.png") no-repeat left center;
}

#filter ul.filter_links a {
    padding-left: 20px;
    background: url("../images/filter-box.png") no-repeat left center;
}

#filter ul.filter_links.current a {
    margin-left: -18px;
    padding-left: 20px;
    background:transparent url("../images/icons/close_sprite.png") no-repeat top left;
}

#filter ul.filter_links.current a:hover {
    background:transparent url("../images/icons/close_sprite.png") no-repeat bottom left;
}

#filter .light {
    color:#989898;
    padding-left:3px;
}

a.cancel_filter {
    font-size:11px;
    color:#989898;
    margin-left:20px;
}