@charset "utf-8";
/* CSS Document */
.content-hw-playlist {
    float: left;
    width: 305px;
    height: auto;
    margin-top: 20px;
}

.content-hw-playlist ul {
    float: left;
    display: block;
    width: 305px;
    height: 60px;
    margin: 0px;
    padding: 3px 0px 3px 0px;
    margin-top: 5px;
    background-color: #CECFCF;
}* html .content-hw-playlist ul, .content-hw-playlist ul li {
    padding: 0px;
    margin: 0px;
}

.content-hw-playlist ul li {
    float: left;
    height: 245px;
    display: inline;
    margin: 3px 0px 0px 0px;
}

.playlist-seta-left {
    float: left;
    width: 20px;
    height: 55px;
    background: url(http://wiseup.tecnologia.ws/assets/HWS/images/playlist-seta-left.png) no-repeat;
}

.playlist-seta-left:hover {
    float: left;
    width: 20px;
    height: 55px;
    cursor: pointer;
    cursor: hand;
    background: url(http://wiseup.tecnologia.ws/assets/HWS/images/playlist-seta-left-hover.png) no-repeat;
}

.playlist-seta-right {
    float: right;
    width: 20px;
    height: 55px;
    background: url(http://wiseup.tecnologia.ws/assets/HWS/images/playlist-seta-right.png);
}

.playlist-seta-right:hover {
    float: right;
    width: 20px;
    cursor: pointer;
    cursor: hand;
    height: 55px;
    background: url(http://wiseup.tecnologia.ws/assets/HWS/images/playlist-seta-right-hover.png);
}

.item-playlist {
    float: left;
    width: 245px;
    height: 45px;
    background-color: #fff;
    padding: 8px 8px 0px 8px;
    margin: 0px 0px 0px 3px;
}* html .item-playlist {
    padding: 8px 5px 0px 5px;
    margin: 0px 0px 0px 3px;
}

.item-playlist h2 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #AE006D;
    margin-top: 5px;
	font-weight: normal;
}

.item-playlist p {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 3px;
    font-size: 10px;
    color: #2F404B;
}



