.b-checkbox {
    display: inline;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    cursor: pointer;

    position: absolute;
    left: -2px;
    top: 2px;

    *top: 0;
}

.b-checkbox .mark {
    display: inline;
}

.b-checkbox img {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.b-checkbox img {
    background: transparent url(/images/checkbox.png) no-repeat;
}

.b-checkbox img {
    background-position: 0px 0px;
}

.b-checkbox-hover img {
    background-position: -16px 0px;
}

.b-checkbox-checked img {
    background-position: 0px -16px;
}

.b-checkbox-half-checked img {
    background-position: 0px -65px;
}

.b-checkbox-checked .b-checkbox-hover img {
    background-position: -16px -16px;
}

.b-checkbox-disabled img {
    background-position: 0px -32px;
}

.b-checkbox-checked .b-checkbox-disabled img {
    background-position: 0px -48px;
}

