/* episode */

.episode-top-bg {
  background: url(../images/episode_01.gif) top no-repeat;
  width: 760px;
  height: 80px;
}

.episode-bg {
  background: url(../images/episode_02.gif) top repeat-y;
}

.episode-bottom-bg {
  background: url(../images/episode_03.gif) top no-repeat;
  width: 760px;
  height: 60px;
}

h1.episode-title {
  font-size: 18px;
  padding: 20px 0 0 30px;
}

p.episode-title-desc {
  font-size: 10px;
  padding: 0 0 0 40px;
}

p.episode-desc {
  font-size: 12px;
  padding: 20px 0 5px 30px;
  font-family: Tahoma;
}

.thumb-border {
  border: 10px solid #f1f1f1;
}

p.episode-link {
  font-family: Tahoma;
  font-weight: bold;
  text-align: center;
}

p.episode-link2 {
  font-family: Tahoma;
  font-weight: bold;
  text-align: center;
}

p.episode-link2 a:link {
  color: #1081d1;
  text-decoration: underline;
}

p.episode-link2 a:visited {
  color: #bd0fc3;
  text-decoration: none;
}

p.episode-link2 a:hover {
  color: #ff0000;
  text-decoration: none;
}

p.episode-link2 a:active {
  color: #c30f10;
  text-decoration: underline;
}

