div.shop-categor-wr {
    border: 1px solid rgb(225, 225, 225);
    color: rgb(0, 80, 153);
    float: left;
    height: 220px;
    margin: 2px 3px 6px;
    padding: 10px 5px 2px;
    width: 160px;
}
div.shop-categor-wr a {
    color: #333;
    text-decoration: underline;
}
.shop-categor-name:hover {
    color: #67be0a !important;
    text-decoration: none;
}
div.shop-categor-wr a:hover div.shop-categor-name table td {
    text-decoration: underline;
}
div.shop-categor-wr div.shop-categor-pic {
    /*background: rgb(255, 255, 255) none repeat scroll 0 0;*/
    display: table-cell;
    height: 160px;
    min-height: 160px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 160px;
}
div.shop-categor-wr div.shop-categor-pic img {
    border: medium none;
    max-height: 160px;
    max-width: 160px;
}
div.shop-categor-wr div.shop-categor-pic div.shop-categor-frame {
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}
div.shop-categor-wr div.shop-categor-name {
    color: #333;
    font: 14px/1.1 Arial,Helvetica,sans-serif;
    min-height: 30px;
    padding: 5px 3px 0;
    text-align: center;
}
div.shop-categor-wr div.shop-categor-name table {
    width: 100%;
}

/*недавно просмотренные товары*/
.edit-block-wrap .edit-block-title {
    background: #ff9314;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 -4px 0 rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding:0 0 0 15px;
    position: relative;
    z-index: 2;
}
#tov_in .edit-block-title { margin-bottom: 10px;}
.temp-block { margin-bottom: 25px; margin-top: 15px; text-align: center;}
.tov-block .product-name { display: inline-block; width: 135px;}
.tov-block { position: relative; width: 135px; display: inline-block; margin: 2px 2px 10px 0; vertical-align: top; text-align: center;}
.edit-block-wrap { margin-top: 20px;}