/* Pixel-Cluster-Framework - Bewertung */

.pcf_bewertung_kontainer
{
    padding:0px;
    margin:0px;
    width:74px;
}

.pcf_bewertung_kontainer_gallerie
{
}

.pcf_bewertung_sterne
{
    width:12px;
    height:12px;
    padding:0px;
    margin:0px;
    border:0px solid blue;
    text-align:left;
}

.pcf_bewertung_sterne:hover
{
    cursor:pointer;
}

.pcf_bewertung_sterne_gallerie
{
    width:24px;
    height:24px;
    padding:0px;
    margin:0px;
    border:0px solid blue;
    text-align:left;
    cursor:pointer;
}

.pcf_bewertung_sterne_galerie:hover
{
    cursor:pointer;
}