/* audio Stream Player module */
.audio-stream-container{
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.audio-stream-container .leftside{
    float:left;
    background-image: url('../images/audiostreamingplayer/rdPlayer_bkgrd_left.png');
    background-repeat:no-repeat;
    width:50px;
    height:58px;
}

.audio-stream-container .rightside{
     float:left;
    background-image: url('../images/audiostreamingplayer/rdPlayer_bkgrd_right.png');
    background-repeat:no-repeat;
    width:50px;
    height:58px;
}

.audio-stream-container .centercontent{
     float:left;
    background-image: url('../images/audiostreamingplayer/rdPlayer_bkgrd_center_repeat.jpg');
    background-repeat:repeat-x;
    width:870px;
    height:44px;
    padding:10px 0;
}

.audio-stream-container .centercontent .song-holder{
    width:616px;
    height:32px;
    padding:6px 0 0;
    position:relative;
    left:78px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    border-bottom: 2px solid #3c2c2c;
    -webkit-box-shadow: inset 1px 1px 1px 1px rgba(60, 44, 44, 0.65);
    -moz-box-shadow: inset 1px 1px 1px 1px rgba(60, 44, 44, 0.65);
    box-shadow: inset 1px 1px 1px 1px rgba(60, 44, 44, 0.65);

    background: #210f0f;
}

img.audio-stream-title{
    position:relative;
    left:40px;
    top:5px;
}

.audio-stream-container .centercontent .song-info{
    width:428px;
    height:22px;
    padding:2px 0;
    position:relative;
    left:178px;
    top:-21px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    text-align: center;
}
.song-info p{
    font-weight:normal;
    font-size:11px;
}
.song-info p.artist-name{
    text-transform:uppercase;
     color: #e82c2e;
}

.song-info p.song-title{
     color: #888888;
}

.audio-stream-controls{
    width:120px;
    position: relative;
    left: 710px;
    top: -40px;
        z-index:800;
}

.audio-stream-controls a{
    display:inline-block;
    width:39px;
    height:39px;
    background-image: url('../images/audiostreamingplayer/rdPlayer_controls.png');
    background-repeat:no-repeat;
    overflow: hidden;
    position: relative;
}

.audio-stream-controls a.play-control{
    background-position: 0 0;
}

.audio-stream-controls a.play-control:hover{
     background-position: -39px 0;
}

.audio-stream-controls a.stop-control{
    background-position: 0 -78px;
}

.audio-stream-controls a.stop-control:hover{
    background-position: -39px -78px;
}

.audio-stream-controls a.volume-control{
    background-position: 0 -39px;
    left:12px;
}

.audio-stream-controls a.volume-control:hover{
     background-position:-39px  -39px;
}

.audio-stream-controls a.volume-control-off{
    background-position: 0 -117px;
    left:12px;
}

.audio-stream-controls a.volume-control-off:hover{
     background-position:-39px  -117px;
}

/* Volume Bar */
.audio-volume-control {
    overflow: hidden;
    width: 0px;
    height: 20px;
    position: relative;
    left: 800px;
    top: -73px;
    background-color: #FFFFFF;

    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius:  0 15px 15px 0;
    -o-border-radius:  0 15px 15px 0;
    border-radius:  0 15px 15px 0;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

.audio-volume-copy {
    position: relative;
    top: 5px;
    left: 2px;
    width: 30px;
    height: 10px;
    border-right: 1px solid #888;
    text-align:center;
}

.audio-volume-control p.audio-volume-copy {
    font-weight:normal;
    font-size:11px;
    text-transform:uppercase;
     color: #888888;
}

.sliderHolder{
     position: relative;
    top:-3px;
    left:40px;
    width:60px;
}
.audio-volume-slider {
     position: relative;
    top:0px;
    left:0px;
    width:60px;
    height: 5px;
    background: #EEEEEE;
    text-align: center;
    overflow: hidden;

    -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: 15px;
    -moz-border-radius:  15px;
    -o-border-radius:  15px;
    border-radius:  15px;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');
}

.audio-volume-knob {
    position: relative;
    width: 15px;
    height: 15px;
    left: 0px;
    top: -11px;
    background: #FFFFFF;
    margin-left: -3px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;

    -webkit-border-radius: 15px;
    -moz-border-radius:  15px;
    -o-border-radius:  15px;
    border-radius:  15px;
    border: 1px solid #e1e0e1;
    behavior: url('http://disney.go.com/disneychannel/scripts/lib/pie/PIE.htc');

    background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 50%, #e3e3e3 51%, #d0d0d0 100%); /* FF3.6+ E52729 DD0E28*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(50%,#FFFFFF), color-stop(51%,#e3e3e3), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#e3e3e3 51%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#e3e3e3 51%,#d0d0d0 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#e3e3e3 51%,#d0d0d0 100%); /* IE10+ */
    background: linear-gradient(top, #FFFFFF 0%,#FFFFFF 50%,#e3e3e3 51%,#d0d0d0 100%); /* W3C */
}
