*{
    font-family:Arial, Helvetica, sans-serif;
}

body{
    background-color: #000;
}

.fixed{
    clear:both;
    float:none;
}

.rating-box{
    width: 619px;
    margin: auto;
}

.rating-box-title{
    width: 618px;
    position: relative;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/rating-box-images/pccolor.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 38px;
}

.rb-small-title{
    position: absolute;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    top: 11px;
    left: 14px;
}

.rb-bar{
    background-color: #007EF4;
    height: 11px;
    width: 1px;
    position: absolute;
    left: 137px;
    top: 14px;
}

.rb-big-title{
    position: absolute;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    top: 9px;
    left: 155px;
}

.rb-row{
    border: 1px solid #BFBFBF;
    border-top: 0px;
    width: 616px;
    min-height: 62px;
    background-color: #E9E9E9;
}

.rb-row-even{
    background-color: #FFF;
}

.rb-row-number{
    width: 135px;
    text-align: center;
    min-height: 62px;
    float: left;
}
.rb-row-number div{
    margin: auto;
    padding-top: 18px;
    font-size: 25px;
    font-weight: bold;
    color: #007EF4;
}

.rb-row-content{
    border-left: 1px solid #A0A0A0;
    min-height: 62px;
    float: right;
    width: 480px;
}
.rb-row-content div{
    font-size: 13px;
    color: #000;
    margin-top: 9px;
    margin-left: 24px;
    margin-right: 30px;
    margin-bottom: 9px;
}

.rb-row-bottom{
    background-color: #C7C7C7;
    min-height: 50px;
    border-bottom: 0px;
}

.rb-row-bottom .rb-row-number{
    min-height: 50px;
}

.rb-row-bottom .rb-row-content{
    min-height: 50px;
}

.rb-row-close{
    background-color: none;
    background-image: url(http://cdn.cheatcc.com/CCC-Css-Images/rating-box-images/bottom.png);
    background-position: -1px 0px;
    background-repeat: no-repeat;
    width: 618px;
    height: 9px;
    overflow: hidden;
}

.rb-row-close .rb-row-content{
    width: 481px !important;
}
.rb-row-close *{
    height: 7px !important;
    overflow: hidden;
    min-height: 7px;
}
