.filecollection-add {
    margin-left: 10px;
}

.filecollection-addall {
    margin-top: 10px;
    display: inline-block;
}

.filecollection {
    position: relative;
    margin: 0;
    padding: 0;
    width: 300px;
    background-color: #eeeeee;
    border: 1px solid #fcc000;
}

.filecollection-headline {
    padding-left: 22px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-image: url('/typo3conf/ext/filecollector/Resources/Public/Icons/link_dateisammeln.gif');
    background-position: 5px center;
    font-weight: bold;
    color: #fcc000;
    font-size: 16px;
}

.filecollection-list {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.filecollection-listitem {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    list-style-type: none;
}

.filecollection-listitem-remove {
    color: #fcc000;
}

.filecollection-listitem-remove:hover {
    color: black;
}

.filecollection-download {
    background-color: #fcc000;
    color: black;
}

#filecollection-removeall {
    background-color: #ff6e00;
    color: black;
    display: block;
}

.filecollection-download:hover, #filecollection-removeall:hover {
    background-color: black;
    color: #fcc000;
}

.filecollection-download, 
.filecollection-download:hover, 
#filecollection-removeall, 
#filecollection-removeall:hover {
    padding: 10px;
    border: 1px solid #eeeeee;
    display: block;
    text-align: center;
    text-decoration: none;
}