@charset "UTF-8";
/* CSS Document */

* {
    padding:0;
    margin:0;
    list-style:none;
}

ul.rating{
    background: url(../imgs/others/estrela1.jpg) bottom;
    height:17px;
    width:82px;
    overflow:hidden;
	margin: 3px 0 20px 20px;
	float:left
}

ul.rating li{
    display:inline;
}


 a.Cheia {
background: url(../imgs/others/estrela2.jpg) center;
   display:block;
    width:16px;
    height:17px;
    float:left;
    text-indent:-9999px;
    position:relative;
}

 a.Vazia {
background: url(../imgs/others/estrela1.jpg) center;
   display:block;
    width:16px;
    height:17px;
    float:left;
    text-indent:-9999px;
    position:relative;
}

.rating a {
    display:block;
    width:16px;
    height:17px;
    float:left;
    text-indent:-9999px;
    position:relative;
	background: url(../imgs/others/estrela1.jpg) center;
}

.rating a:hover {
    display:block;
    width:16px;
    height:17px;
    float:left;
    text-indent:-9999px;
    position:relative;
	background: url(../imgs/others/estrela2.jpg) center;
}

.rating a.ativo {
    display:block;
    width:16px;
    height:17px;
    float:left;
    text-indent:-9999px;
    position:relative;
	background: url(../imgs/others/estrela2.jpg) center;
}


.rating a:hover {
    background: url(../imgs/others/estrela2.jpg) center;
    width:82px;
    margin-left:-65px;
    position:static;
}
 
.rating a:active {
    background-position:top;
}

.media{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
width:auto;
height:17px;
margin: 5px 0 10px 5px;
float:left;
}
