#radio_wrapper.default
{
    padding: 0px; 
    font-family: Verdana;
}

#radio_wrapper.default #radio_object
{
    float:left; 
    width:0; 
    height:0; 
    overflow:hidden; 
    z-index:-999; 
    display: inline;
    position: absolute;
}

#radio_wrapper.default .radio_title
{
    font-size: 12px;
    
    text-transform: uppercase;
    font-weight: bold;
    
    padding-bottom: 5px;
    
    color: #3399cc;
}

/*
 Главное оформление
*/
#radio_wrapper.default .radio_td_play_button, 
#radio_wrapper.default .radio_td_mute_button, 
#radio_wrapper.default .radio_td_tracker
{
    -moz-box-shadow: 0px 1px 1px 0px #e9e7e8;
    -webkit-box-shadow: 0px 1px 1px 0px #e9e7e8;
    box-shadow: 0px 1px 1px 0px #e9e7e8;
    
    background: #f7f7f7;
}

#radio_wrapper.default .radio_td_play_button, 
#radio_wrapper.default .radio_td_mute_button
{
    width: 30px;
}

#radio_wrapper.default .radio_td_play_button
{   
    background: #f1f1f1;
    border: 1px solid #d3d7da;
    
    border-top-left-radius: 3px;
    -webkit-top-left-radius: 3px;
    -khtml-top-left-radius: 3px;
    -moz-top-left-radius: 3px;
    
    border-bottom-left-radius: 3px;
    -webkit-bottom-left-radius: 3px;
    -khtml-bottom-left-radius: 3px;
    -moz-bottom-left-radius: 3px;
}

#radio_wrapper.default .radio_td_tracker
{
    border-top: 1px solid #d3d7da;
    border-bottom: 1px solid #d3d7da;
    
    vertical-align: middle;
    
    padding-right: 0px;
}

#radio_wrapper.default .radio_td_mute_button
{   
    padding-left: 0px;
    
    border-top: 1px solid #d3d7da;
    border-bottom: 1px solid #d3d7da;
    border-right: 1px solid #d3d7da;
    
    border-top-right-radius: 3px;
    -webkit-top-right-radius: 3px;
    -khtml-top-right-radius: 3px;
    -moz-top-right-radius: 3px;
    
    border-bottom-right-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    -khtml-bottom-right-radius: 3px;
    -moz-bottom-right-radius: 3px;
}

#radio_wrapper.default .radio_stations_td
{
    background: #f8f8f8;
    
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    
    border-bottom-right-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    -khtml-bottom-right-radius: 3px;
    -moz-bottom-right-radius: 3px;
    
    border-bottom-left-radius: 3px;
    -webkit-bottom-left-radius: 3px;
    -khtml-bottom-left-radius: 3px;
    -moz-bottom-left-radius: 3px;
}

/*
 Кнопки управления
*/

#radio_wrapper.default .play-btn,
#radio_wrapper.default .stop-btn,
#radio_wrapper.default .mute-btn{
    width: 30px;
    height: 22px;
    cursor: pointer;
    float: left;
    
    background: transparent;
}

#radio_wrapper.default .play-btn.disabled,
#radio_wrapper.default .stop-btn.disabled,
#radio_wrapper.default .mute-btn.disabled{
    cursor: none;
}

#radio_wrapper.default .play-btn {background-image: url('images/enabled/player_play.png'); background-repeat: no-repeat; background-position: center center;}
#radio_wrapper.default .play-btn.disabled {background: transparent url('images/disabled/player_play.png'); background-repeat: no-repeat; background-position: center center;}

#radio_wrapper.default .stop-btn {background-image:  url('images/enabled/player_stop.png'); background-repeat: no-repeat; background-position: center center;}
#radio_wrapper.default .stop-btn.disabled {background-image:  url('images/disabled/player_stop.png'); background-repeat: no-repeat; background-position: center center;}

#radio_wrapper.default .mute-btn.off {background-image:  url('images/enabled/sound_off.png'); background-repeat: no-repeat; background-position: center center;}
#radio_wrapper.default .mute-btn.off.disabled {background-image:  url('images/disabled/sound_off.png'); background-repeat: no-repeat; background-position: center center;}

#radio_wrapper.default .mute-btn.on {background-image:  url('images/enabled/sound_on.png'); background-repeat: no-repeat; background-position: center center;}
#radio_wrapper.default .mute-btn.on.disabled {background-image:  url('images/disabled/sound_on.png'); background-repeat: no-repeat; background-position: center center;}

#radio_wrapper.default .radio_table {
    width:100%;
    table-layout: fixed;
}