/* SUBCATEGORIES */
.mx_webshop_subcategory {
    float: left;
    width: 170px;
    height: 198px;
    border: 1px #DDD solid;
    text-align: center;
    margin: 0 10px 10px 0;
}

.mx_webshop_subcategory_image {
    height: 150px;
    width: 150px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.mx_webshop_subcategory a {
    display: block;
    padding: 10px;
    width: 150px;
    height: 178px;
    text-decoration: none;
    color: #333;
}

.mx_webshop_subcategory h2 {
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 10px 0 0 0;
    height: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-weight: normal;
}

.mx_webshop_sort {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

