﻿ /* Music Playlist */
  .player-containner { width:100%; background:#000; border:1px solid #424242; position:relative; text-align:left; }
  .player-containner #status { width:98%; margin:5px auto; height:70px; background:#2E2E2E; margin-top:5px;  }
  .player-containner #status .txt-label{ width:90%; margin:0 auto;}
  .player-containner #status .txt-label span{color:#999; }
  .player-containner #status .txt-value { color:#00B9FC !important; }
  .music-action {  width:60px;}
  #player {width:100%; position:relative;}
  .icon-download { background:url(/content/im/music/download-dis.png) no-repeat; width:16px; height:16px; float:left; display:block; margin-right:3px;}
  #icon-repeat { font-size:10px; color:#999; padding-left:18px; font-family:Trebuchet MS; background:url(/content/im/music/repeat.png) no-repeat; width:80px; height:16px; position:absolute; top:33px; left:400px; z-index:9999;}
  /* #icon-repeat:hover,.icon-repeat-active { background:url(/content/im/music/repeat-dis.png) no-repeat; } */
  .icon-embed { background:url(/content/im/music/embed-dis.png) no-repeat; width:16px; height:16px; float:left; display:block;margin-right:3px;}
  .icon-send2friend { background:url(/content/im/music/send2friend-dis.png) no-repeat; width:16px; height:16px; float:left; display:block;margin-right:3px;}
  ul.tabs { margin: 0;padding: 0;float: left;list-style: none;height:23px;border-left: 1px solid #666;width: 100%;}
  ul.tabs li {float:left;margin:0;padding:0;height:22px;line-height:22px;border: 1px solid #666;border-left: none;margin-bottom: -1px;background: #3A3A3A;overflow: hidden;position: relative;}
  ul.tabs li a {text-decoration: none;color: #fff;display: block;font-size: 1em;padding: 0 20px;border:0;outline: none;}
  ul.tabs li a:hover {background: #525252;}	
  html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #3A3A3A;border-bottom: 1px solid #3A3A3A;}
  .tab_container {border: 1px solid #666;border-top:none;clear: both;float: left; width: 100%;background: #3A3A3A;
        -moz-border-radius-bottomright: 5px;
        -khtml-border-radius-bottomright: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -khtml-border-radius-bottomleft: 5px;
        -webkit-border-bottom-left-radius: 5px;
  }
  .tab_content {padding:8px;font-size: 1.2em;}
  .music-playlist-wrapper { width:100%; margin:0; padding:0; overflow-y:scroll; height:260px;}
  .music-playlist { background:#000; border-top: 1px solid #3A3A3A;empty-cells: show; font-size:12px; margin:0px;padding:0px; text-align: left; width:100%; font-family:Tahoma AngsanaUPC; }
  .music-playlist caption { color: #777; margin: 0 0 5px 0; padding: 0; text-align: center; text-transform: uppercase; }
  .music-playlist thead th { border:0; border-bottom: 1px solid #ddd; color: #999; font-size: 90%; padding: 3px; margin: 0 0 5px 0; text-align: left; }
  .music-playlist tbody tr:hover { background: #9C9C9C !important; color: #fff; }
  .music-playlist tbody td { color: #999; padding: 2px; border:1px solid #424242; cursor:default;}
  .music-playlist tbody td b{ font-weight:normal;}
  .music-playlist tbody tr:hover td { color: #fff;background: #9C9C9C !important; cursor:default;  }
  .music-playlist tbody td .artist { font-weight:normal; font-size:12px; color:#666; }

