.ratingbox-new .stars {
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
	.ratingbox-new object {
		width: 15px;
	}
	.ratingbox-new strong object {
		vertical-align: -3px;
		margin-right: 2px;
	}
	.ratingbox-new .stars .icon {
		/*color: #ffd200;*/
		color: #ffb200;
		font-size: 20px;
	}
	.ratingbox-new .stars .icon:before {
		margin: 0 1px 0 0;
	}
	.ratingbox-new .stars .icon-star-half:before {
		margin: 0 1px 0 -3px;
	}
	
.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;
    }
    
.ratingbox-new.nano {
    background: none;
    padding: 0;
    border: none;
    height: auto;
    width: auto;
    position: relative;
}
h1 + .ratingbox-new.nano {
	margin-top: -15px;
	margin-bottom: 20px;
}
	.ratingbox-new.nano a {
        text-decoration: none;
        color: inherit;
        display: block;
        width: 200px;
        height: 100%;
    }
    .ratingbox-new.nano div {
        font-size: 14px;
        text-align: left;
    }
    .ratingbox-new.nano .stars {
		margin-right: 0;
    }
    	.ratingbox-new.nano .stars .icon {
			font-size: 17px;
		}
    
@media (max-width: 768px) {
	.ratingbox-new.mini {
		left: 10px !important;
	}
}
