.inventory-classification-view .block-layered-tree .jstree > ul > li > ul > li > ul > li > div{
padding-left:0;
}
.inventory-classification-view .block-layered-tree .jstree > ul > li > ul > li > ul > li > div > *{
font-weight:bold;
color: #444;
}
.inventory-classification-view .block-layered-tree .jstree > ul > li > ul > li > ul > li > ul > li > div{
padding-left:0;
}
.inventory-classification-view .block-layered-tree .jstree > ul > li > ul > li > ul > li > ul > li > ul > li > div{
padding-left:0;
}
.inventory-classification-view .block-layered-tree .jstree > ul > li > ul > li > ul > li > ul > li > ul > li > div > *{
color: #444;
}
.inventory-classification-view .block-layered-tree .jstree .current{
    background: #f0f0f0;
}
.inventory-classification-view .block-layered-tree .jstree .current > div{
    background: #e0e0e0;

}
.inventory-classification-view .block-layered-tree .jstree .current > div > *{
    color: #d32c81;
    font-weight:bold;
}

.inventory-classification-view .block-layered-tree li > div{
    text-indent:.4em;
}
.inventory-classification-view .block-layered-tree a, .inventory-classification-view .block-layered-tree span{
    line-height: 2em;
    height: 2em;
    display: inline-block;
}
.inventory-classification-view .block-layered-tree a{
    text-decoration: underline;
}
.inventory-classification-view .block-layered-tree li > div:hover{
background: #eee;
cursor: pointer;
}
.inventory-classification-view .block-layered-tree .inventory_collapse ul{
display:none;
}
.inventory-classification-view .page-article .page-title {
    text-align:center;
    border:none;
}
.inventory-classification-view .page-title > *{
display:inline-block;line-height: 2em;
}
.inventory-classification-view .category-products-reviews .products-review-list .item{
margin-bottom:1em;
padding:1em;
}
.inventory-classification-view .category-products-reviews .products-review-list .item:hover{
    background: #eee;
}
.inventory-classification-view .category-products-reviews .products-review-list .item .review_detail{
margin-left: 90px;
}
.inventory-classification-view .category-products-reviews .products-review-list .item .review_detail dt{
border-top: 1px solid #ddd;
margin-top: .4em;
padding-top: .4em;
}