.icheckbox_square-tots, .iradio_square-tots {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 12px;
    height: 14px;
    background: url(/media/assets/rebrand/search-maxi-check.png) no-repeat;
    border: none;
    cursor: pointer
    }
.icheckbox_square-tots {
    background-position: 0 0
    }
.icheckbox_square-tots.hover {
    background-image: url(/media/assets/rebrand/search-maxi-check.png)
    }
.icheckbox_square-tots.checked {
    background-image: url(/media/assets/rebrand/search-maxi-checked.png)
    }
.icheckbox_square-tots.disabled {
    background-image: url(/media/assets/rebrand/search-maxi-check-disabled.png)
    }
.icheckbox_square-tots.checked.disabled {
    background-image: url(/media/assets/rebrand/search-maxi-checked-disabled.png)
    }
.iradio_square-tots {
    background-position: -120px 0
    }
.icheckbox_square-tots.hover {
    background-image: url(/media/assets/rebrand/search-maxi-check.png)
    }
.icheckbox_square-tots.checked {
    background-image: url(/media/assets/rebrand/search-maxi-checked.png)
    }
.icheckbox_square-tots.disabled {
    background-image: url(/media/assets/rebrand/search-maxi-check-disabled.png)
    }
.icheckbox_square-tots.checked.disabled {
    background-image: url(/media/assets/rebrand/search-maxi-checked-disabled.png)
    }