/* featured video */
#featured_video {
  border-left:  1px solid #858585;
  border-right: 1px solid #858585;
  background-color:#000;
  text-align:center;
}
.featured_video_box {
  word-break: break-all;
  border:1px solid #858585;
  color:#000;
  padding:4px 8px 6px 8px;
  background: #fff url(/images/index/featured_contents.png) repeat-x 0 bottom;
}
.featured_video_title {
  width:200px;
  border-bottom:1px dotted #858585;
  font-weight:bold;
  margin:2px auto 4px auto;
  padding:4px;
  text-align:center
}
.featured_video_parent {
  border-top:none;
  padding: 4px;
  margin-top:8px;
  text-align:center;
  font-weight:bold;
  color: #666;
}
.featured_video_parent table {
  width:200px;
  margin:0 auto;
}
.featured_video_parent td {
  width:50%;
  vertical-align:top;
  text-align:center;
}
.featured_video_parent a {
  font-size:10px;
  /*font-weight:normal;*/
}
.featured_video_parent img {
  width:48px;
  height:48px;
  padding:2px;
}
