/*TestsWidg1*/
.SmallColumn .TestsWidg1 .text{
    padding-left: 162px;
}

.BigColumn .TestsWidg1 .text{
    padding-left: 237px;
}

.TestsWidg1 label.CheckRadio span.holderWrap{
    display: block;
    float: left;
    left: 0;
    margin-right: 5px;
    overflow: hidden;
    position: absolute;;
}

.TestsWidg1 label.checked{
    font-weight: 700;
}

.TestsWidg1 .image{
    display: block;
    float: left;
    margin-right: 12px;
}

.TestsWidg1 .B_inner h4{
    display: block;
    font-size: 15px !important;
    font-weight: 700;
    margin-top: -3px;
    padding-bottom: 10px;
}

.TestsWidg1 .B_inner form{
    display: block;
    margin-bottom: 4px;
}

.TestsWidg1 label.list{
    font-size: 14px;
    margin-bottom: 10px;
    clear: right;
    display: block;
    float: none;
    padding-left: 25px;
    position: relative;
}

.TestsWidg1 .text .left{
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.TestsWidg1 .text .right{
    display: inline-block;
    float: right;
    vertical-align: top;
    width: auto;
}

.TestsWidg1 .text .right .gray{
    font-size: 11px;
    color: #898989;
}

.TestsWidg1 .Rating{
    margin-top: 2px;
}

.TestsWidg1 ul.resolved{
    margin-top: -8px;
    width: auto;
}

.TestsWidg1 ul.resolved li{
    margin-top: 5px;
}

.TestsWidg1 .Rating div{
    height: 10px;
    background-color: #885fb9;
}

.TestsWidg1 .text .current{
    font-weight: 700;
}

/*end TestsWidg1*/