/* Top Three module */
.musicmailbagModule {
    width: 456px;
    height: 91px;
}

#musicmailbagImage{
    border:1px solid #cc3333;

}

#musicmailbagLogo{
    position:absolute;
    left:195px;
    top:9px;
}

#musicmailbag-song-containter{
    list-style:none;
    margin:2px 0;
    padding:0;
    font: 11px Arial, Helvetica, Geneva, sans-serif;
    position:absolute;
    left:193px;
    top:38px;
    width:275px;

    border: 1px solid #d0d0d0;

    -webkit-border-radius: 15px;
    -moz-border-radius:  15px;
    -o-border-radius:  15px;
    border-radius:  15px;

    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

#musicmailbag-song-containter div {
    display:block;
    font-weight:bold;
    float:left;
    padding:2px 2px 1px;
}

#musicmailbag-song-containter div.listItem_number {
   width:20px;
}

#musicmailbag-song-containter div.listItem_copy {
   width:185px;
}

#musicmailbag-button-containter{
    clear:both;
    position:absolute;
    left:190px;
    top:77px;

}

#musicmailbag-button-containter ul{
    width:290px;
}

#musicmailbag-button-containter ul li{
   display:block;
   float:left;
   width:136px;
   height:32px;
}

.buttonTrack { 
    height: 30px;  /* Can be anything */
    position: relative;
    background: #cccccc;
   -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #a1a1a1;
}

.buttonTrack > span {
     display: block;
     height: 100%;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -o-border-radius: 20px;
     border-radius: 20px;

     background: #d42531;

     background: -moz-linear-gradient(top, #f13c47 0%, #ec3948 50%, #d22531 51%, #be2034 100%); /* FF3.6+ E52729 DD0E28*/
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f13c47), color-stop(50%,#ec3948), color-stop(51%,#d22531), color-stop(100%,#be2034)); /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* Opera11.10+ */
     background: -ms-linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* IE10+ */
     background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%); /* W3C */

     -pie-background: linear-gradient(top, #f13c47 0%,#ec3948 50%,#d22531 51%,#be2034 100%);
     position: relative;
     overflow: hidden;
 }

.buttonTrack > span.over {
    background: #952233;

    background: -moz-linear-gradient(top, #b52c42 0%, #b52c42 50%, #952233 51%, #952233 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b52c42), color-stop(50%,#b52c42), color-stop(51%,#952233), color-stop(100%,#952233)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b52c42 0%,#b52c42 50%,#952233 51%,#952233 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b52c42 0%,#b52c42 50%,#952233 51%,#952233 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #b52c42 0%,#b52c42 50%,#952233 51%,#952233 100%); /* IE10+ */
    background: linear-gradient(top, #b52c42 0%,#b52c42 50%,#952233 51%,#952233 100%); /* W3C */

}

.buttonIcon { 
    height: 26px; 
    width:26px;
    position: relative;
   background-image: url('../images/musicmailbag/mailbagIcons.png');
    background-repeat: no-repeat;
    z-index:1000;
    position:relative;
    padding:0px 0 0 4px;
    margin-top:-29px;
    margin-left:4px;
}

.kickit { 
    background-position: 4px -27px;
    margin-left:10px;
}

#musicmailbag-button-containter ul li a{
    width:100px;
    height:20px;
    display:block;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding:4px 0 0 40px;
    
    z-index:1001;
    position:relative;
    margin-top:-26px;
    margin-right:5px;
}

#musicmailbag-button-containter ul li p{
    width:100px;
    height:20px;
    display:block;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    font-family: Arial;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding:4px 0 0 35px;
    
    z-index:1003;
    position:relative;
    margin-top:-26px;
    margin-right:5px;
}
#musicmailbag-button-containter ul li.pickit div.buttonIcon{
     background-position: 0 0px;
}

#musicmailbag-button-containter ul li.kickit div.buttonIcon{
     background-position: 0 -26px;
}

.clearfix {
    clear:both;
}
#musicmailbag-song-containter p.artistName {
    font-weight:normal;
    text-transform:uppercase;
    font-size:12px;
    color: #e82c2e;
}

#musicmailbag-song-containter p.songName {
    font-weight:normal;
    font-size:11px;
    color: #333333;
}

