/*
 * $Id: rating.css 15342 2006-12-01 21:14:46Z andy_st $
 */

/*.giRatingUI {
    display: block;
    padding: 0;
    margin: 8px 0;
}

#bouton_vote_copie .giRatingUI {
    display: block;
    padding: 0;
    margin: 0px;
}*/

.giRatingUI img {
    display: inline;
    /*height: 16px; width: 16px;*/
    height: 20px; width: 24px;
    margin: 0;   
    border: none;
}    
.giRatingUnit {
    display: block; 
    /*height: 16px; width: 16px;*/
    height: 20px; width: 24px;
    padding: 0;
}
.giRatingHidden {
    display: none !important;
}
.giRatingVotes {
    display: block;
}
.giRatingVotes span {
    display: inline !important;
}



.giRatingEmpty1 {
    background: transparent url('images/1-pitc-0.png') no-repeat !important;
	background: transparent url('images/1-pitc-0.gif') no-repeat;
}
.giRatingFull1 {
    background: transparent url('images/1-pitc-1.png') no-repeat !important;
	background: transparent url('images/1-pitc-1.gif') no-repeat;
}

.giRatingEmpty2 {
    background: transparent url('images/2-pitc-0.png') no-repeat !important;
	background: transparent url('images/2-pitc-0.gif') no-repeat;
}
.giRatingFull2 {
    background: transparent url('images/2-pitc-1.png') no-repeat !important;
	background: transparent url('images/2-pitc-1.gif') no-repeat;
}
.giRatingEmpty3 {
    background: transparent url('images/3-pitc-0.png') no-repeat !important;
	background: transparent url('images/3-pitc-0.gif') no-repeat;
}
.giRatingFull3 {
    background: transparent url('images/3-pitc-1.png') no-repeat !important;
	background: transparent url('images/3-pitc-1.gif') no-repeat;
}
.giRatingEmpty4 {
    background: transparent url('images/4-pitc-0.png') no-repeat !important;
	background: transparent url('images/4-pitc-0.gif') no-repeat;
}
.giRatingFull4 {
    background: transparent url('images/4-pitc-1.png') no-repeat !important;
	background: transparent url('images/4-pitc-1.gif') no-repeat;
}


#bouton_vote_copie .giRatingEmpty1 {
    background: transparent url('images/1-star_0.gif') no-repeat;
}
#bouton_vote_copie .giRatingFull1 {
    background: transparent url('images/1-star_1.gif') no-repeat;
}

#bouton_vote_copie .giRatingEmpty2 {
    background: transparent url('images/2-star_0.gif') no-repeat;
}
#bouton_vote_copie .giRatingFull2 {
    background: transparent url('images/2-star_1.gif') no-repeat;
}
#bouton_vote_copie .giRatingEmpty3 {
    background: transparent url('images/3-star_0.gif') no-repeat;
}
#bouton_vote_copie .giRatingFull3 {
    background: transparent url('images/3-star_1.gif') no-repeat;
}
#bouton_vote_copie .giRatingEmpty4 {
    background: transparent url('images/4-star_0.gif') no-repeat;
}
#bouton_vote_copie .giRatingFull4 {
    background: transparent url('images/4-star_1.gif') no-repeat;
}

.giRatingAverage {
    background-color: blue;
    height: 5px;
    float: left;
}
.giRatingAverageContainer {
    border: 1px solid #999;
    height: 5px;
    width: 80px;
    overflow: hidden;
}

#RatingImagePreload div {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
/*	display:none;*/
    z-index: -1;
}
