/* ===============[ LATEST NEWS ]=============== */

#front_news {
  width: 434px;
  background: #ebeff0;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

#front_news #content {
  border: solid 3px #d8dde1;
  border-top: none;
  padding: 20px;
}

#front_news #main .main {
  font-size: 18px;
}

#front_news #main img {
  border: solid 1px #2d547b;
  margin: 15px 0 20px 20px;
  float: right;
}

#front_news #main #date_source {
  font-size: 12px;
  font-style: italic;
  color: #666;
  margin-top: 15px;
  margin-bottom: 15px;
}

#front_news #main #intro {
  margin-bottom: 20px;
}

#front_news #more, #more_arrow, #front_news #view_all a {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #0c0d20;
}

#front_news #more, #front_news #view_all a {
  text-decoration: underline;
}

#front_news #more:hover, #front_news #more:focus, #front_news #view_all a:hover, #front_news #view_all a:focus {
  color: #fe3131;
}

#front_news #div {
  background: #e1e6e8;
  height: 2px;
  margin-bottom: 20px;
  overflow: hidden;
}

#front_news .secondary {
  padding-bottom: 20px;
  clear: both;
}

#front_news .secondary img{
  border: solid 1px #2d547b;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
}

#front_news .secondary a {
  font-size: 14px;
  font-weight: bold;
}

#front_news .secondary .date {
  font-size: 12px;
  font-style: italic;
  color: #666;
}

#front_news #view_all a {
  float: right;
}

/* ===============[ TOP 10 ]=============== */

#front_top10 {
  width: 216px;
  color: #fff;
  margin-bottom: 15px;
  float: right;
}

#front_top10 img {
  width: 216px;
  height: 39px;
  float: left;
}

#front_top10 #content {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 11px;
  width: 210px;
  background: #8e9298 url(/img/top10_bg.gif) repeat-x top;
  border: solid 3px #84888b;
  border-top: none;
  padding-top: 15px;
  float: left;
}

#front_top10 #content ul {
  margin: 0;
  padding: 0;
  margin-left: 25px;   /* IE only */
  padding-bottom: 10px;
  list-style: decimal;
}

html>body #front_top10 #content ul {   /* Any browser but IE */
  margin-left: 20px;
}

#front_top10 #content ul li {
  margin: 0 20px 7px 20px;
}

#front_top10 #content #source {
  background: #85898f;
  font-size: 10px;
  color: #ccc;
  padding: 3px 5px 3px 5px;
}

/* ===============[ ADVERTISING ]=============== */

#front_ads {
  width: 216px;
  float: right;
}

#front_ads .ad {
  text-align: center;
}

/* ===============[ LATEST VIDEOS ]=============== */

#front_videos {
  width: 434px;
  float: left;
}

#front_videos .content {
  padding: 20px;
}

#front_videos .video {
  width: 70%;
  float: left;
}

#front_videos .video_ico {
  width: 23px;
  height: 22px;
  margin: 7px 15px 20px 0;
  float: left;
}

#front_videos .video a {
  font-size: 14px;
  font-weight: bold;
}

#front_videos .video .artist {
  margin-bottom: 15px;
}

#front_videos .watch {
  margin-left: 20px;
  text-align: right;
}

#front_videos .watch a {
  font-family: "Tahoma", "Verdana", "Arial", sans-serif;
  font-size: 10px;
  text-decoration: underline;
  margin-top: 4px;
  display: block;
}

#front_videos .watch img {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-right: 10px;
  float: left;
}

#front_videos .div {
  background: #e1e6e8;
  height: 1px;
  margin-bottom: 15px;
  overflow: hidden;
  clear: both;
}

