/*********************/
/** jRating CSS **/
/*********************/
.star_rating {
    max-width: 300px;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 5px auto;
    padding: 15px;
}
.star_rating .basic  {
    margin: 0 auto ;
    float: none ;
}
.star_rating .Ratingnumber  {
position: absolute;
top: 12px;
right: 0;
width: 60px;
}
.star_rating .spsp {
    display: block;
    float: none;
    margin: 0 auto;
    height: 20px;
}

.rating_value {
    display:none
}
@media only screen and (min-width:480px) and (max-width:768px) {
    .basic,span.Ratingnumber,.Ratingresults {
        float:none !important;
        clear:both!important;
        margin:3px auto !important;
        display:block ;

    }	
    .Ratingresults,span.Ratingnumber  {
        width:60% !important;
    }
}
@media only screen and (max-width:1024px) {
    span.Ratingnumber {
        float:none !important;
        clear:both!important;
        margin:3px auto !important;
        width:60% !important;
    }	

}
/**Div containing the color of the stars */
.DigitalDiv {min-height:27px;}
.reviews-box-row:last-child{min-height:25px;border-top:1px solid #ccc;background-color:#ffffff !important;}
.basic {  
    width: 28%;    
    float:right;right:0 !important;
    direction:ltr !important;
    margin:10px 1% 0;
    border-radius:5px;}
.Ratingresults {  direction:rtl;   
                  width: 100%;    
                  float:none;
                  text-align:center;
                  margin:1% 0.5%;
                  border-radius:5px;font-size:11pt;}
.spsp {font-size:11pt;text-align:center;width: auto;    
       float:right;

       margin:10px 1% 0;
       border-radius:5px;}
/**Div containing the color of the stars */
.jRatingAverage {
    background-color:yellow;
    position:relative;
    top:0;
    right:0;
    z-index:2;
    height:100%;
}
.jRatingColor {
    background-color:yellow; /* bgcolor of the stars*/
    position:relative;
    top:0;
    right:0;
    z-index:2;
    height:100%;
}

/** Div containing the stars **/
.jStar {
    position:relative;
    right:0;
    z-index:3;
}

/** P containing the rate informations **/
span.Ratingnumber {
    width: 40px;		text-align:center;
    margin:10px 1% 0;
    padding:1px;
    color: #fff;
    background-color: #DA362A;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    display:none
}


span.ratevalue {
    width:0.01px;	
    display:none;
}