#data-rating{
    float: right;
    width: 200px;
}
#data-rating .mark{
    float: left;
    width: 100%;
    margin-bottom: 5px;
    /*background: #eeeeee;*/
    border-radius: 0 10px 10px 0;
}
.select-mark{
    list-style: none;
    margin: 0;
    padding: 0;
}
.select-mark li{
    float: left;
    width: 10px;
    height: 15px;
    text-align: right;
    cursor: pointer;
    color: #ffffff;
    background-color: transparent;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    padding-right: 10px;
}

.select-mark li:first-of-type{
    border-radius: 10px 0 0 10px;
}

#data-rating .right-border{
    border-radius: 0 10px 10px 0;
}

#data-rating .right-border:first-child{
    border-radius: 10px 10px 10px 10px;
}
#data-rating .caption-mark{
    /*background-color: #006DB8;
color: white;*/
line-height: 20px;
padding-left: 10px;
float: left;
width: 200px;
font-weight: bold;
color: #222;
text-shadow: 0 1px 0 white;
/*border-radius: 10px 0px 0px 10px;  */
}
.mark ul{
background: #E9E5E2;
background-image: -webkit-gradient(linear, left top, left bottom, from(#E1DDD9), to(#E9E5E2));
background-image: -webkit-linear-gradient(top, #E1DDD9, #E9E5E2);
background-image: -moz-linear-gradient(top, #E1DDD9, #E9E5E2);
background-image: -ms-linear-gradient(top, #E1DDD9, #E9E5E2);
background-image: -o-linear-gradient(top, #E1DDD9, #E9E5E2);
background-image: linear-gradient(top, #E1DDD9, #E9E5E2);
height: 15px;
border-radius: 10px;
-moz-box-shadow: 0 1px 0px #bebbb9 inset, 0 1px 0 #fcfcfc;
-webkit-box-shadow: 0 1px 0px #BEBBB9 inset, 0 1px 0 #FCFCFC;
box-shadow: 0 1px 0px #BEBBB9 inset, 0 1px 0 #FCFCFC;
}