.playlistTop {
    padding-left: 78px;
    overflow: hidden;
    clear: both;
}

.playlistImage {
    float: left;
    display: inline;
    margin-left: -78px;
    width: 78px;
    font-size: 11px;
    line-height: 1.181818em;
}

.playlistImage img {
    border: 1px solid #ccc;
    padding: 1px;
}

#tracksNeeded {
    /*background: #f5f5f5;*/
    /*padding: 5px;*/
    font-size: 11px;
    line-height: 1.181818em;
    margin: 15px 0 0 0;
}

#tracksNeeded p {
    margin: 0 0 0.545455em 0;
}

#tracksNeeded form {
    /*text-align: right;*/
}

/* top and bottom margin: half of (line-height - font-size) */
#tracksNeededBarContainer {
    width: 300px;
    height: 1em;
    background: #ccc;
    float: left;
    display: inline;
    margin: 0.090909em 15px 0 0; 
}

#tracksNeededBar {
    height: 1em;
    background: green;
}

#tracksNeededText {
    color: #696969;
}

/* in-place editing */

.inplaceeditor-form .editor_field {
    width: 30em;
}

.inplaceeditor-form .editor_field,
.inplaceeditor-form .editor_ok_button {
    margin-right: 0.5em;
}

#playlistTitle-inplaceeditor .editor_field {
    padding: 2px 3px;
}

/* for Firesuck */
html:not([lang*=""]) #playlistTitle-inplaceeditor .editor_field {
    padding: 1px 3px;
}

.pagehead #playlistTitle-inplaceeditor {
    margin: 2px 0 0 0;
    height: 20px;
    overflow: visible;
}

.pagehead #playlistTitle-inplaceeditor .editor_field {
    line-height: 1.25em;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
}

#playlistDescription-inplaceeditor textarea {
    height: 60px;
    margin-bottom: 0.5em;
    font-size: 12px;
}

/* playlist table */

#thePlaylist {
    margin: 15px 0;
}

#thePlaylist .remove {
    visibility: hidden;
}

#thePlaylist tr:hover .remove,
#thePlaylist tr.deleting .remove {
    visibility: visible;
}

/* javascript stuff */

#thePlaylist.draggable .reorderButtons {
    display: none;
}

#thePlaylist.draggable td {
    cursor: move;
}

#thePlaylist.draggable td.position {
    padding-left: 22px;
}

#thePlaylist.draggable tr:hover td.position {
    background-image: url(http://cdn.last.fm/flatness/draghandle_bg.png);
    background-position: left top;
    background-repeat: repeat-y;
}

#thePlaylist tr.dragging {
    background: #bfdff4;
}

#thePlaylist tr.dragging td.position {
    background-image: url(http://cdn.last.fm/flatness/draghandle_bg.png);
    background-position: left top;
    background-repeat: repeat-y;
}

#thePlaylist tr.beforeDraggedRow {
    border-bottom: solid 3px #696969;
}

#thePlaylist tr.afterDraggedRow {
    border-top: solid 3px #696969;
}

/* adding tracks */

#addStuff {
    margin: 30px 0 0 0;
    padding: 0 0 15px 0;
}

#addStuff .importPlaylists {
    margin-top: 15px;
}

#resultsContainer {
    font-size: 11px;
    line-height: 1.181818em;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

#resultsContainer.loading {
    background: url(http://cdn.last.fm/flatness/spinner_small.gif) no-repeat left center;
    padding-left: 24px;
    color: #696969;
}

#resultsContainer p {
    margin: 15px 0;
}

#resultsContainer table {
    margin: 15px 0 10px 0;
}

/* other stuff */

#shoutboxHeading {
    margin: 30px 0 1.5px 0;
}

/* dialog */

.addatrack .tracklist {
    margin-top: 15px;
}

.addatrack .tracklist .add a {
    color: #0187c5;
}
