/***********************************
 * Layout
 ***********************************/
.wCheck {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    font-size: 0px;
    line-height: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center 0;
  padding:0 0 0 0;
  margin:12px 0 12px 0;
}
.wCheck-label {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    cursor: pointer;
    margin: 12px 15px 7px 0px;
    line-height: 20px;
    padding-left:10px;

}
.wCheck-selector {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.wCheck-off .wCheck-selector {
    display: none;
}
.wCheck-on .wCheck-selector{
    display: block;
}
/***********************************
 * Themes
 ***********************************/
.wCheck {
    width: 19px;
    height: 18px;
    margin-bottom: 7px;
}
.wCheck-hover {
    background-position: center -18px;
}

.wCheck-label-theme-pr-classic.wCheck-label-hover{ color: #FF9966; }
.wCheck-theme-pr-classic { background-image: url(../images/square-classic-red.png); }
.wCheck-selector-checkmark { background-image: url(../images/selector-checkmark.png); }


/***********************************
 * Labels
 ***********************************/

@media screen and (min-width: 600px) {
    .wLabel-left,
    .wLabel-left-top {
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 70px;
        text-align: right;
        margin: 0 0 7px 0;
    }
}

