/* magazinbewertung styling */
.bewertungsContainer {
    float: left;
    height: 13em;
    width: 12em;
    border: 1px solid #CCC;
    margin-right: 2em;
    margin-bottom: 2em;
    text-align: center;
    position: relative;
}

.hasAdditionalInformation {
    cursor: pointer;
}
.bewertungsContainer:hover {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 75%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
.bewertungsContainer img.logo {
    margin: 1em;
}

.bewertungsContainer .rating ul {
    font-weight: bold;
    height: auto;
    margin: 0 0.5em;
    padding-left: 0;
    list-style-type: none;
    list-style-position: outside;
}

.bewertungsContainer .ausgabe {
    font-style: italic;
    bottom: 1em;
    position: absolute;
    width: 100%;
    text-align: center;
}

.bewertungsContainer .additionalInformation {
    display: none;
}

.magazinBewertungDialog.ui-dialog .additionalInformation .description {
    margin-bottom: 3em;
}


.magazinBewertungDialog.ui-dialog .additionalInformation .ratingDescription .scaleBox {
    float: left;
}