

.catalog {
    float:left;
    background:#ececec;
    width:160px;
    overflow:hidden;
    margin-right:45px;
    margin-bottom:30px;
    text-align:center;
}

.catalog-cut {
    margin-right:0px;
}

.catalog h5,
.catalog img {
    text-decoration:none;
    border:none;
}

.catalog a:link,
.catalog a:visited {
    display:block;
    width:140px;
    padding:20px 10px 10px 10px;
    background:none;
    text-decoration:none;
}

.catalog a:hover {
    background:#2580a2;
}

.catalog a:active,
.catalog a:focus {
    background:#bcbcbc;
}

.catalog .h5 {
    font-size:8px;
    font-weight:bold;
    color:#333333;
    text-transform:uppercase;
    display:block;
}