  /* ############ */
  /* default table */
  .main_table {
    border-spacing: 0px;
    border: 0px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }
  
  /* ############ */


  /* ############ */
  /* top menu */
  .video_list {
    display: block;
  }
  
  .video_list td:hover{
    cursor: pointer;
  }

  .video_list_sub {
    background-color: #DFDFDF;
    margin-top: 20px;
  }
  .video_list_sub td{
    padding: 0 20px;
    white-space: nowrap;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    height: 40px;
    font-size: 13px;
    font-weight: bold;
  }
  .video_list_sub td:hover{
    cursor:pointer;
  }

  .title_bar {
    font-size: 15pt;
    height: 50px;
    font-weight: bold;
  }

  .top_font_tab {
    width:242px;
    height:56px;
    border:1px solid #EAEAEA;
    text-align: center;
    font-size: 16px;
  }

  .top_font_tab:hover {
    background-color: #0fc2c6;
  }

  .top_font_tab:hover  a{
    color: #FFFFFF;
    cursor: pointer;
  }

  #top_table {
    width: 976px;
  }
  /* ############ */


  /* ############ */
  /* media content */
  .media_cover {
    min-width: 1200px;
    margin-top: 30px;
    opacity: 0;
    float: left;
  }

  .each_media {
    float: left;
    text-align: left;
    width: 355px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 15px;
  }
  .video_list_sub .show_media {
    color: #888888;
  }

  .show_media:hover {
    color: #0fc2c6;
  }

  .show_media_opened {
    color: #0fc2c6;
  }

  .tag_st {
    border: 1px solid #ACACAC;
    background-color: #FFFFFF;
    border-spacing: 0px;
    border-collapse:separate;
    vertical-align: middle;
    border-radius:30px;
    font-size:10pt;
    -moz-border-radius:30px;
    height: 20px;
    line-height: 20px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top:5px;
    margin-bottom:5px;
    margin-right: 10px;
    min-width:28px;
    display: inline-block;
    white-space: normal;
  }

  .btn_div {
    display:inline-block;
    background-color: #FFFFFF;
    color: #ACACAC;
    width: 220px;
    height: 60px;
    border: 1px solid #DDDDDD;
    text-align: center;
    line-height: 60px;
    font-size: 13pt;
    cursor: pointer;
    margin-right: 40px;
  }

  .btn_div:hover {
    background-color: #0fc2c6;
    color: #FFFFFF;
  }
