.ratingbox-new {
    background-color: #fff;
    background-image: url('../images/rating-bg-mini.jpg');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*border: 1px solid #e4e4e4;*/
    height: 155px;
    padding: 10px 5px 5px;
    width: 205px;
}
    .ratingbox-new div:first-child,
    .ratingbox-new div:first-child + div,
    .ratingbox-new div:first-child + div + div {
        color: #494949;
        text-align: center;
    }
    .ratingbox-new div:first-child {
        font-size: 11px;
        line-height: 15px;
        margin-top: 24px;
    }
    .ratingbox-new div:first-child + div {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-top: 36px;
    }
    .ratingbox-new div:first-child + div + div {
        font-size: 12px;
        line-height: 1.3em;
    }
    
.ratingbox-new.mini {
    background-image: url('../images/rating-bg-mini.jpg') !important;
    background-repeat: no-repeat;
    background-position: 0;
    padding: 0;
    height: 104px;
    width: 150px;
}
	.ratingbox-new.mini a {
        text-decoration: none;
        color: inherit;
        display: block;
        width: 100%;
        height: 100%;
    }
    .ratingbox-new div:first-child,
    .ratingbox-new div:first-child + div,
    .ratingbox-new div:first-child + div + div {
        color: #494949;
        text-align: center;
    }
    .ratingbox-new.mini div:first-child {
        color: #8c8c8c;
        font-size: 12px;
        line-height: 20px;
        margin-top: 0px;
    }
    .ratingbox-new.mini div:first-child + div {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        margin-top: 34px;
    }
    .ratingbox-new.mini div:first-child + div + div {
        font-size: 12px;
        line-height: 1.5em;
    }