div.price-slider {
    position: relative;
    margin: 10px 0 5px;
    height: 55px;
    cursor: pointer;
}

div.price-slider .bg {
    position: absolute;
    top: 10px;
    background-color: #798794;
    height: 1px;
    width: 100%;
    cursor: default;
    z-index: -1;
}

div.price-slider .handle {
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: move;
    border-radius: 100px;
}

div.price-range .handle .price {
  display: block;
  margin-top: 28px;
  font-size: 13px;
}

div.price-slider .span {
    position: absolute;
    top: 10px;
    margin-left: 9px;
    height: 1px;
    cursor: default;
    z-index: -1;
    background: #e2e2e2;
}

div.price-range input {
    width: 40px;
    margin: 0 4px;
}

div.price-limit {
    font-size: 11px;
}

div.price-limit .max {
    float: right;
}

.block-layered-nav dl#narrow-by-list dd ol > li > span,
.block-layered-nav dl#narrow-by-list dd ol > li > a {
    padding: 0;
    display: inline;
}

.block-layered-nav .category-filter-tree div.on {
    float: left;
    width: 0;
    height: 0;
    margin: 6px 4px 0 -14px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #1e7ec8 transparent transparent transparent;
}

.block-layered-nav .category-filter-tree div.off {
    float: left;
    width: 0;
    height: 0;
    margin: 4px 4px 0 -12px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #1e7ec8;
}

.block-layered-nav .category-filter-tree li.active a {
    font-weight: bold;
}

.block-layered-nav .category-filter-tree .level1 {
    padding-left: 12px;
}

.block-layered-nav .category-filter-tree .level2 {
    padding-left: 24px;
}

.block-layered-nav .category-filter-tree .level3 {
    padding-left: 36px;
}

.block-layered-nav .category-filter-tree .level4 {
    padding-left: 48px;
}
