.sources, .playlist {
    float: left;
    height: 170px;
    margin: 5px;
    padding: 0;
    width: 265px;
}

.sources li, .playlist li {
    height: 41px;
    list-style: none;
    padding: 5px 0;
}

.playlist li:hover {
    background: #272727;
}

.playlist li.current {
    background: #636262;
}

.playlistTitle {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 5px 0;
    width: 250px;
}

.songTitle {
    display: inline-block;
    height: 10px;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    width: 160px;
}

.songArtist {
    color: #ABABAB;
    display: inline-block;
    height: 10px;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    width: 160px;
}

.ui-sortable li {
    cursor: move;
}

.ui-sortable-disabled li {
    cursor: pointer;
}

.playlistIcon {
    background: url('../../../img/loader/loader.gif') no-repeat 16px;
    float: left;
    padding: 0 2px;
    width: 41px;
}

.songDetails {
    float: left;
    width: 180px;
}

.editButtons {
    cursor: pointer;
    float: left;
    padding: 10px 0 0 0;
    width: 20px;
}

#buttonUp {
    height: 33px;
    position: absolute;
    top: 0px;
    width: 275px;
    z-index: 10;
}

#buttonDown {
    height: 33px;
    position: absolute;
    top: 235px;
    width: 275px;
    z-index: 10;
}
