/* Top Three module */
.topThreeModule {
    width: 456px;
}

#mainTopThreeLogo{
    margin-right:10px;
}

#songlist-containter{
    position:absolute;
    left:200px;
    top:10px;
    padding:5px 5px 2px;
    background-color: #ffffff;
       
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.65);
       
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px ;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
       
    background: -moz-linear-gradient(top, #f5f7f4 0%, #f6f6f6 50%, #EEEEEE 51%, #d9d8e0 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f7f4), color-stop(50%,#f6f6f6), color-stop(51%,#EEEEEE), color-stop(100%,#d9d8e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* IE10+ */
    background: linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%); /* W3C */

    -pie-background: linear-gradient(top, #f5f7f4 0%,#f6f6f6 50%,#EEEEEE 51%,#d9d8e0 100%);
}

#songItemList{
    list-style:none;
    margin:0;
    padding:0;
    font: 11px Arial, Helvetica, Geneva, sans-serif;
}

#songItemList li.clearfix {
    clear:both;
}

#songItemList li div {
    display:block;
    font-weight:bold;
    float:left;
    padding:2px 5px 1px;
}

#songItemList li div.listItem_number {
   width:20px;
}

#songItemList li div.listItem_copy {
   width:185px;
}

#songItemList li div.listItem_controls {
   width:20px;
}

p.artistName {
    font-weight:normal;
    text-transform:uppercase;
    font-size:12px;
     color: #e82c2e;
}

p.songName {
    font-weight:normal;
    font-size:11px;
     color: #888888;
}

.numberbox {
    display:inline-block;
    width:26px;
    height:26px;
    background-image: url("../images/topthree/topThreeNumberCircle.png");
    background-position: center top;
    background-repeat: no-repeat;
    color:#FFFFFF;
    text-align:center;
    text-decoration: none;
     font-weight:bold;
     font-size:20px;
}

.controlBox {
    display:inline-block;
    width:26px;
    height:26px;
    background-image: url("../images/topthree/topThreePlayBtn.png");
    background-position: center top;
    background-repeat: no-repeat;
    color:#FFFFFF;
    text-align:center;
    text-decoration: none;
    font-weight:bold;
    font-size:20px;
    cursor: pointer;
}

.controlBoxStop {
    background-image: url("../images/topthree/topThreeStopBtn.png");
    background-position: center top;
    background-repeat: no-repeat;
}
