/* Static Rating stars for link, detail page, homepage links */
.jvld-rate-now .jvld_stars_big .jvld_review_stars {
    background-image: url("rating-star-main.png");
    background-position: center center;
    background-size: cover;
    height: 26px;
    position: relative;
    left: 2px;
    top: 5px;
    z-index: 5;
    margin-right: 0.1em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2px;
}
.jvld_stars_big {
    display: inline-block;
    height: 26px;
    line-height: 26px;
}
.jvld_stars_big .jvld_review_stars {
    background-image: url("rating-star-main.png");
    background-position: center center;
    background-size: cover;
    height: 26px;
    position: relative;
    left: 2px;
    top: 5px;
    z-index: 5;
    margin-right: 1em;
}
.jvld_stars_big .jvld_review_stars ._starBox {
    background-color: #ddd;
    border-radius: 3px;
    display: inline-block;
    height: 26px;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
    width: 26px;
}
.jvld_stars_big .jvld_review_stars ._active {
    background-color: #007f4e;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
.jvld_stars_big .jvld_review_stars ._star {
    background-image: url("rating-star-main.png");
    background-position: center center;
    background-size: cover;
    height: 24px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 24px;
    z-index: 5;
}

/* Static Rating stars for latest comments, modules, community */
.jvld-rate-now .jvld_stars_small .jvld_review_stars {
    background-image: url("rating-star-other.png");
    background-position: center center;
    background-size: cover;
    height: 16px;
    position: relative;
    left: 2px;
    top: 5px;
    z-index: 5;
    margin-right: 1em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 2px;
}
.jvld_stars_small {
    display: inline-block;
    height: 16px;
    line-height: 16px;
}
.jvld_stars_small .jvld_review_stars {
    background-image: url("rating-star-other.png");
    background-position: center center;
    background-size: cover;
    height: 16px;
    position: relative;
    left: 2px;
    top: 5px;
    z-index: 5;
    margin-right: 1em;
}
.jvld_stars_small .jvld_review_stars ._starBox {
    background-color: #ddd;
    border-radius: 3px;
    display: inline-block;
    height: 16px;
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    width: 16px;
}
.jvld_stars_small .jvld_review_stars ._active {
    background-color: #007f4e;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}
.jvld_stars_small .jvld_review_stars ._star {
    background-image: url("rating-star-other.png");
    background-position: center center;
    background-size: cover;
    height: 14px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 14px;
    z-index: 5;
}

/* For posting reviews to community streams */
.jvld-community-review {

}
.jvld-community-review .rating {
    display: block;
    margin-bottom: 4px;
}
.jvld-community-review .review-title {
    display: block;
    margin-bottom: 4px;
    font-weight: bold;
}
.jvld-community-review .review-desc {
    display: block;
}