.rating-a .br-widget {
    height: 52px;
}
.rating-a .br-widget a {
    background-color: #e3e3e3;
    display: block;
    float: left;
    height: 30px;
    margin: 1px;
    padding: 5px 0;
    text-align: center;
    width: 15px;
}
.rating-a .br-widget a.br-active, .rating-a .br-widget a.br-selected {
    background-color: #59a6d6;
}
.rating-a .br-widget .br-current-rating {
    color: #646464;
    float: left;
    font-size: 20px;
    line-height: 2;
    padding: 0 20px;
}
.rating-b .br-widget {
    height: 25px;
}
.rating-b .br-widget a {
    background-color: #e3e3e3;
    display: block;
    float: left;
    height: 16px;
    margin: 1px;
    width: 70px;
}
.rating-b .br-widget a.br-active, .rating-b .br-widget a.br-selected {
    background-color: #59a6d6;
}
.rating-b .br-widget .br-current-rating {
    color: #646464;
    float: left;
    line-height: 1.1;
    padding: 0 20px;
}
.rating-b .br-readonly a.br-active, .rating-b .br-readonly a.br-selected {
    background-color: #cbcbcb;
}
.rating-c .br-widget {
    height: 52px;
}
.rating-c .br-widget a {
    background-color: #e3e3e3;
    color: #b6b6b6;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    height: 35px;
    line-height: 2.2;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    width: 35px;
}
.rating-c .br-widget a.br-active, .rating-c .br-widget a.br-selected {
    background-color: #59a6d6;
    color: white;
}
.rating-d .br-widget {
    height: 52px;
}
.rating-d .br-widget a {
    background-color: white;
    border-bottom: 2px solid #e3e3e3;
    color: #646464;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 2.1;
    margin: 1px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 40px;
}
.rating-d .br-widget a span {
    color: white;
}
.rating-d .br-widget a.br-active, .rating-d .br-widget a.br-selected {
    border-bottom: 2px solid #646464;
}
.rating-d .br-widget a:hover span, .rating-d .br-widget a.br-current span {
    color: #646464;
}
.rating-e .br-widget a {
    color: #646464;
    font-size: 11px;
    font-weight: 400;
    line-height: 3;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}
.rating-e .br-widget a.br-active {
    background-color: #e3e3e3;
    color: #646464;
}
.rating-e .br-widget a.br-selected {
    background-color: #59a6d6;
    color: white;
}
.rating-f .br-widget {
    height: 24px;
    float: left;
}
.rating-f .br-widget a {
    background: url("star.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    height: 24px;
    width: 24px;
}
.rating-f .br-widget a:hover, .rating-f .br-widget a.br-active, .rating-f .br-widget a.br-selected {
    background-position: 0 24px;
}
.rating-g .br-widget {
    height: 25px;
}
.rating-g .br-widget a {
    background-color: #e3e3e3;
    display: block;
    float: left;
    height: 16px;
    margin: 1px;
    width: 50px;
}
.rating-g .br-widget a.br-active, .rating-g .br-widget a.br-selected {
    background-color: #59a6d6;
}
.rating-g .br-widget .br-current-rating {
    color: #646464;
    float: left;
    line-height: 1.1;
    padding: 0 20px;
}
.rating-h .br-widget {
    width: 25px;
}
.rating-h .br-widget a {
    background-color: #e3e3e3;
    display: block;
    height: 25px;
    margin: 1px;
    width: 25px;
}
.rating-h .br-widget a.br-active, .rating-h .br-widget a.br-selected {
    background-color: #59a6d6;
}
.rating-h .br-widget .br-current-rating {
    color: #646464;
    text-align: center;
    width: 25px;
}
.rating-f{
    clear: both;
}
.rating-f strong{
    margin-left: 10px;
    line-height: 30px;
}