#zoom {
    background: #fff url('zoom_p.png') 50% 50% no-repeat;
}

#zoom.hide {
    background: #fff url('zoom_m.png') 50% 50% no-repeat;
}

#sidebar .top-links .col .basket .bsk-img {
    background: url('basket.png') no-repeat 50% 0;
}

.search input[type=submit] {
    background: #fff url('lupa.png') no-repeat 50% 50%;
}

.catalog-list .item .item-ctrl .info a {
    background: url('info.png') no-repeat 0 0;
}

.catalog-list .item .item-ctrl .info a:hover {
    background-position: 0 -21px;
}

.catalog-list .item .item-ctrl .add2bsk a {
    background: url('cart.png') no-repeat 0 0;
}

.catalog-list .item .item-ctrl .add2bsk a.active,
.catalog-list .item .item-ctrl .add2bsk a:hover {
    background-position: 0 -22px;
}

.filter-block .filter-close {
    background-image: url('close.png');
}

#colors .color-icon {
    background: #fff url('veer.png') no-repeat 50% 50%;
}
