#RR_PR_Widget {
    width: 300px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height:1em;
    font-size:14px;
}

#RR_PR_Widget:hover {
    width: 300px;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #B6B6B6;
    padding: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.vertical #RR_PR_Widget {
    width: 180px;
}

.vertical #RR_PR_Widget:hover {
    width: 180px;
}

#RR_PR_Widget * {
    font-family: inherit;
    text-decoration: inherit;
    color: inherit;
    padding:0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height:inherit;
    font-size:inherit;
}
#rr_pr_LeftPanel {
    width: 50%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
#RR_PR_Widget a {
    color: #1385b4;
    text-decoration: underline;
    font-weight:300;

}

#rr_pr_Rating {
    font-size:11px;
    color:grey;
}
#RR_PR_Frame_Wrapper{
    overflow:auto;
    height: inherit;
}

#RR_PR_Widget a:hover {
    color: #0f6b91;
        font-weight:300;

}
#rr_pr_RightPanel {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
    text-align: center;
}
#rr_pr_StarWrapper {
    background: url(/images/widget/stars-big.png) left top repeat-x;
    height: 20px;
    width: 100px !important;
    margin: 0 auto;
    zoom: 1;
}
#rr_pr_Stars {
    background: url(/images/widget/stars-big.png) left bottom repeat-x;
    height: 20px;
}

.rr_prm_Wrapper {
    width: 100px !important;
    zoom: 1;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif !important;
    text-decoration: none !important;
    padding: 5px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

.rr_prm_Wrapper * {
    font-family: inherit !important;
    text-decoration: inherit !important;
    color: inherit !important;
    box-sizing: inherit !important;
}
.rr_prm_StarWrapper {
    background: url(/images/widget/stars-big.png) left top repeat-x;
    height: 20px;
    width: 100px !important;
    margin: 0 auto;
    zoom: 1;
}
.rr_prm_Stars {
    background: url(/images/widget/stars-big.png) left bottom repeat-x;
    height: 20px;
}

