/*=============================================================================================*/
/*********************************************TV ADD********************************************/
/*=============================================================================================*/

#radio_header #drag_rect, #e_window_title #drag_rect{
    background-image:url(/images/tv/logo_TV.gif);
}

#radio_player, #radio_player_e{
    width:100%;
    height:100%;
    /*overflow:hidden;
    position:absolute;
    top:-11202px;
    left:11px;*/
    /*visibility: hidden;*/
    /*  margin-top:202px;
    margin-left:11px;*/
    /*display: none;*/
}
/*
#popup_tv{

    position:absolute;
    width:583px;
    height:300px;
    background-color:#000000;
    z-index:9;
    padding:8px;
    top:202px;
    left:11px;
    visibility: hidden;
}
#popup_tv #panel{
    float:right;
}
#popup_tv #close_button{
    width:42px;
    height:20px;
    background-image:url(/images/radio/1.2/cross.gif);
}
#popup_tv #tv_body{
    clear:both;
}*/

#tv_popup{

    position:absolute;
    width:100%;
    top:128px;
    background-color:#1a1a1a;
    z-index:9;
    visibility: hidden;
}

#tv_header{    height:44px; }

#gotolist{

    display:block;
    float:right;
    background-image:url(/images/tv/gotolist.gif);
    background-repeat:no-repeat;
    width:38px;
    height:21px;
    margin-right:11px;
    margin-top:11px;
}
#gotolist:hover{ background-position:0px -21px; }

#tv_cont{
    margin:0 15px 0 15px;
    background-color:#333;
    border:5px #000 solid;

}

/*********************************************SPECIFIC PLAY********************************************/

#play{
    display:block;
    float:left;
    background-image:url(/images/tv/play.gif);
    background-repeat:no-repeat;
    width:69px;
    height:43px;
    outline:none;
    cursor:pointer;
}

#radio_controls .play_off{
    background-position:0px -86px;
}

#radio_controls .stop{background-position:0px -129px; }

#playlist_header_right{ 
    float:right; 
    background-image:url(/images/tv/gotoscreen.gif);
    background-repeat:no-repeat;
    width:42px;
    height:22px;
    margin-right:12px;
}
#playlist_header .active{ background-position:0 -22px; cursor:pointer; }

	
