/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox,
.iradio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 14px;
    height: 14px;
    background: url("icheck.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox {
    background-position: 0 0;
}

.icheckbox.hover {
    background-position: -15px 0;
}

.icheckbox.checked {
    background-position: -30px 0;
}

.icheckbox.disabled {
    background-position: -45px 0;
    cursor: default;
}

.icheckbox.checked.disabled {
    background-position: -60px 0;
}

.iradio {
    width: 10px;
    height: 10px;
    background: url(radio.png) no-repeat;
}

/*.iradio.hover {
    background-position: -90px 0;
}
*/
.iradio.checked {
    background: url(radio-checked.png) no-repeat;
}
/*
.iradio.disabled {
    background-position: -120px 0;
    cursor: default;
}

.iradio.checked.disabled {
    background-position: -135px 0;
}*/
