.catalog-block{
}
.catalog-block table{
    width: 100%;
    border-collapse: collapse;
}
/*.catalog-block table td{
    border: 1px dashed #D1D0D0;
    width: 10%;
}
.catalog-block table td.item:hover{
    -moz-box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}*/
.catalog-block h2{
    font-size: 16px;
}
.catalog-block h3{
    margin: 0;
    position: relative;
    text-shadow: none;
    font-weight: normal;
    font-size: 12px;
}
.catalog-block a{
    color: #000;
    text-decoration: none;
}
.catalog-block h2 a{
    text-decoration: underline;
}
.catalog-block a:hover{
    text-decoration: underline;
    color: #000;
}
.catalog-block ul{
    /*list-style: none;*/
    padding: 0;
    padding-left: 10px;
    padding-bottom: 10px;
}
.catalog-block li.delim{
    padding: 5px;
    list-style: none;
}
.catalog-block td .inner{
    margin: 10px;
    clear: both;
}
.catalog-block td ul{
}
.catalog-block .items{
    margin-left: 120px;
}
.catalog-block .image{
    float: left;
    width: 110px;
    text-align: center;
}