/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * track exploration page
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#explore {
  border:1px solid #e5e5e5;
  background:#fff;
  }
  #explore div.content.less {
    max-height:100px;
    overflow:hidden;
    }
  #explore.blockframe.left {
    float:left;
    width:410px;
    min-height:220px;
    padding-bottom:30px;
    position:relative;
    }
  
table.explore { border:none; }
  table.explore span.next {
    float:right;
    font-size:11px;
    padding-top:3px;
    }
  table.explore div.title { font-weight:bold; }
    table.explore div.title a { color:#0A759E; }
    table.explore div.title a:hover { color:#0C99CE; }
    table.explore div.title.playlist a { color:#A83F00; }
    table.explore div.title.playlist a:hover { color:#DB5200; }
    table.explore div.title.member a { color:#181818; }
    table.explore div.title.member a:hover { color:#6d6d6d; }
  table.explore td {
    padding:10px;
    vertical-align:top;
    }
    table.explore td.thumbnail {
      width:1px;
      padding-left:0px;
      padding-right:5px;
      }
  table.explore div.links {
    height:22px;
    margin-top:5px;
    overflow:hidden;
    }
    table.explore div.links ul, table.explore div.links li {
      height:22px;
      line-height:22px;
      }

div.static.links {
  left:10px;
  bottom:5px;
  position:absolute;
  }

table.explore td.private.feature { background-image:url(/images/explore/bg_private.png); }

/* featured track
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
table.explore td.feature { background:#fff url(/images/explore/bg_featured.png) repeat-x left top; }
  table.explore td.feature table { float:right; }
    table.explore td.feature table td { padding:5px; }
      table.explore td.feature table td.buttons a {
        float:left;
        margin:0px 1px;
        }
        
/* featured playlist
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
table.explore td.feature.playlist { background:#fff url(/images/explore/bg_featured_playlist.png) repeat-x left top; }
table.explore td.feature.playlist h4 { color:#DB5200; }

/* featured member
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
table.explore td.feature.member { background:#fff url(/images/explore/bg_featured_member.png) repeat-x left top; }
table.explore td.feature.member h4 { color:#6d6d6d; }

/* previous features
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
table.tiny {
  width:100%;
  margin-top:5px;
  border-bottom:1px solid #F1F1F1;
  }
  table.tiny span.title {
    display:block;
    margin:3px 0px;
    }
  table.tiny span.artist a {
    color:#181818;
    font-size:11px;
    }
  table.tiny a { margin-right:5px; }
  table.tiny td { padding:0px; }
    table.tiny td.small.buttons { width:54px; }
      table.tiny td.small.buttons a {
        float:left;
        margin-right:2px;
        }
