#sidebar  {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 2.4%;
    margin-right: 0.5%;
    width: 20%;
    text-align: left;
}

.catalog  {
    text-align: left;
    width: 100%;
}

#sidebar h2 {
    margin: 5px 10px;
}

.catalog a  {
    text-decoration: none;
}

.mainCat  {
    margin-left: 5px;
}

.directory  {
    background: url(../../../images/directory.png)  no-repeat;
    padding-left: 20px;
    display: inline-block;
    width: 90%;
}

.directory.openFolder  {
    background: url(../../../images/folder_open.png)  no-repeat;
    padding-left: 20px;
}

.product  {
    background: url(../../../images/box.png)  no-repeat;
    padding-left: 20px;
    display: inline-block;
    width: 90%;
}

.product.expanded  {
    background: url(../../../images/open-box.png)  no-repeat;
}

.mainCat span:hover, .product:hover  {
    cursor: pointer;
    background-color: #4C9ED9;
    color: white;
}

.main  {
    color: #649FD6;
    font-size: 1.2em;
}

.mainCat span.main:hover  {
    background-color: white;
    color: #649FD6;
}

.firstChild  {
    margin-left: 10px;
}

.secondChild  {
    margin-left: 15px;
}

.lastChild  {
    margin-left: 20px;
}

.productForCatalog  {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.newProducts, .saleProducts  {
    margin: 5px auto;
    cursor: pointer;
}

.showMore  {
    color: #729A07;
    text-decoration: underline;
    padding-left: 20px;
}