/**
 * specific styles for the module box 'my playlist'
 */

#Playlist {
    clear: both;
    float: left;
    width: 320px;
    height: 331px;
    margin: 12px 0 0;
    padding: 0 0 15px 12px;
}

#Playlist .inner {
    height: 297px;
}



#Playlist h2 {
    background: url(images/iconset.sprite.png) no-repeat left -169px;
    border: none;
    line-height: 90%;
    padding: 0 0 0 23px;
    float: left;
    width: 75%;
}

#Playlist p {
    clear: both;
    padding: 0 0 4px 2px;
    font-size: 1.1em;
	border-bottom: 1px solid #d3dde1;
}

#Playlist .empty {
    margin: 0 14px 14px;
    line-height: 140%;
    font-size: 1.3em;
}

#Playlist a.play_all {
    float: right;
    width: 99%;
	padding: 2px 1% 0 0;
	font-size: 1.1em;
    text-align: right;
}

#Playlist .footer {
    position: relative;
    width: 98%;
	padding: 10px 1% 5px;
    font-size: 1.1em;
	border-top: 1px solid #d3dde1;
}

/*#Playlist .footer a {
    color: #102e49;
}
*/
#Playlist .footer span {
    padding: 0 20px 0 5px;
}

#Playlist .footer span.duration {
    padding: 0 5px 0 20px;
}

#Playlist a.send {
    background: url(images/iconset.sprite.png) no-repeat 0 -58px;
    padding-left: 22px;
}

#Playlist a.clearall {
    background: url(images/iconset.sprite.png) no-repeat right -72px;
    padding-right: 22px;
    position: absolute;
    top: 10px;
    right: 0;
    line-height: 130%;
    height: 15px;
}





/* playlist listing */
#Playlist .List {
    height: 234px;
    overflow-y: scroll;
    list-style: none;
}

/* fix for opera 9.27 */
@media all and (-webkit-min-device-pixel-ratio:10000) {
    #Playlist .List {
        overflow: scroll;
    }
}

#Playlist .List li {
    margin: 4px 7px 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e8eff1;
    font-size: 1.1em;
}

#Playlist .List .preview {
    background: #ccc;
    text-align: center;
    width: 50px;
    height: 28px;
    float: left;
    margin-right: 6px;
}

#Playlist .List .text a {
    font-size: 1.091em;
    display: block;
}

#Playlist .List div {
    float: left;
    width: 200px;
}

#Playlist .List .duration {
    float: left;
}

#Playlist .List .rating {
    float: right;
}

#Playlist .List .delete span {
    display: none;
}

#Playlist .List .delete {
    background: url(images/iconset.sprite.png) no-repeat -5px -138px;
    float: right;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
