@charset "utf-8";

/* iCheck */
.icheckbox_square-grey,
.iradio_square-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 17px;
    background: url(/images/bg/bg_ichk.png) no-repeat;
    border: none;
    cursor: pointer;
}
.single .iradio_square-grey { width: 16px; }

.icheckbox_square-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 20px;
    background: url(/images/bg/bg_ichk02.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 6px;
    top:-1px;
}
.single .icheckbox_square-grey { margin-right: 0; }

.icheckbox_square-grey { width: 20px; }

.icheckbox_square-grey {
    background-position: -2px 0;
}
    .icheckbox_square-grey.hover {
        background-position: -2px 0;
    }
    .icheckbox_square-grey.checked {
        background-position: -2px -106px;
    }
    .icheckbox_square-grey.disabled {
        background-position: -2px -54px;
        cursor: default;
    }
    .icheckbox_square-grey.checked.disabled {
        background-position: -2px -54px;
    }

.iradio_square-grey {
    background-position: 0 0;
}
    .iradio_square-grey.hover {
        background-position: 0 0;
    }
    .iradio_square-grey.checked {
        background-position: 0 -84px;
    }
    .iradio_square-grey.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-grey.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
/*@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-grey,
    .iradio_square-grey {
        background-image: url(grey@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}*/
