.jquery-doringui
{
    display: table-cell;
    display: inline-block;
}

.jquery-doringui-sheet
{
    background: transparent url('../img/doringui_sheet3.png') no-repeat;
}

/* Mover */
.jquery-doringui-mover-block-order
{
    float: left;
    width: 20px;
    height: 8px;
    margin-right: 1px;
}

.jquery-doringui-mover-block-order:hover
{
    background-color: red;
}

.jquery-doringui-rate
{
    margin-bottom: -5px;
}

.jquery-doringui-rate-star
{
    float: left;
    width: 30px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -12px -76px;
    cursor: pointer;
}

.jquery-doringui-rate-star-active
{
    background-position: -52px -76px;
}

.jquery-doringui-rate-star:hover
{
    background-position: -90px -76px;
}

.jquery-doringui-rate-star-text
{
    text-align: center;
    width: 25px;
    font-size: 12px;
    margin-top: 24px;
}

.jquery-doringui-rate-star-text-rated
{
    text-align: center;
    width: 25px;
    font-size: 12px;
    margin-top: 5px;
}

.jquery-doringui-popup
{
    z-index: 1001;
    display: none;
    position: absolute;
    border-radius: 6px;
    top: 0px;
    left: 0px;
    margin: 0px;
    float: none;
    padding: 8px;
    box-shadow: 0px 0px 30px #000;
}

.jquery-doringui-popup-darken
{
    position: fixed; left: 0px; top: 0px; margin: 0px; width: 100%; height: 100%; z-index: -2;
}

.jquery-doringui-popup-head
{
    display: block;
    background-color: #5B94BF;
    border: 1px solid #0068B2;
    border-bottom: none;
    color: #EBEBEB;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    padding: 10px;
}

.jquery-doringui-popup-close
{
    display: block;
    float: right;
    margin-top: -2px;
    margin-right: -2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-position: -3px -38px;
}

.jquery-doringui-popup-close:hover
{
    background-position: -93px -38px;
}

.jquery-doringui-popup-content
{
    display: block;
    color: #000;
    background-color: #fff;
    text-align: left;
    padding: 10px;
    border: 1px solid #444444;
    border-top: none;
}

/*Checkbox*/
.jquery-doringui-checkbox-inner
{
    margin-left: 9px;
    margin-top: 1px;
    width: 42px;
    height: 18px;
    background-color: red;
    position: relative;
    overflow: hidden;
}

.jquery-doringui-checkbox-blue
{
    display: inline-block;
    position: absolute;
    margin-bottom: -20px;
    width: 60px;
    height: 20px;
    background-position: -29px 0px;
}

.jquery-doringui-checkbox-switcher-blue
{
    display: block;
    height: 18px;
    width: 69px;
    background-position: -24px -20px;
    cursor: pointer;
}

.jquery-doringui-checkbox-red
{
    display: inline-block;
    width: 60px;
    height: 20px;
    background-position: -29px -38px;
}

.jquery-doringui-checkbox-switcher-red
{
    display: block;
    height: 18px;
    width: 69px;
    background-position: -24px -58px;
    cursor: pointer;
}

/*Increaser*/
.jquery-doringui-incr-arrows
{
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.jquery-doringui-incr-arrows-up
{
    background-position: -95px 0px;
}

.jquery-doringui-incr-arrows-down
{
    background-position: -6px -4px;
}

.jquery-doringui-limit
{
    position: absolute;
    color: #fff;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    margin-top: -5px;
    border: 1px solid grey;
    display: none;
    box-shadow: 0px 1px 4px red;
}

.transp, #transp
{
    background: url('../img/transp.png');
    color: #fff;
}

.transp_hard, #transp_hard
{
    background: url('../img/transp_hard.png');
    color: #fff;
}

.transp_really_hard, #transp_really_hard
{
    background: url('../img/transp_really_hard.png');
    color: #fff;
}