@charset "utf-8";
#episode_background_high
{
	position: relative;
	background: url("../images/episodeBG_Up2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 271px;
	width: 760px;
	font-family: sans-serif;
	font-weight: 900;
	font-size:medium;
	line-height: 140%;
	vertical-align: text-top;
}
#episode_picture_area
{
	float: right;
	width: 320px;
	height: 240px;
	z-index: 10;
}
#episode_nav
{
	padding-top : 50px;
	padding-left: 50px;
	height: 60px;
	width:  100%;
}
#episode_nav a
{
	text-decoration: none;
}
#episode_nav a:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #1226ec;
}
#episode_nav_prev
{
	float: left;
	background-image: url(../images/Episode_Prev.gif)
	width: 52px;
	height: 60px;
}
#episode_back
{
	float: left;
	height: 60px;
	width:  250px;	
	left: 60px;
	text-align: center;
}
#episode_nav_next
{
	float: left;
	background-image: url(../images/Episode_Next.gif)
	width: 52px;
	height: 60px;
	left: 320px;
}
#episode_info
{
	clear: both;
	padding: 10px;
	width: 760px;
	height: 100% auto;
    min-height: 100%;
	top: 30px;
}
#episode_background_low
{
	position: relative;
	background: url("../images/episodeBG_Down2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 353px;
	width: 760px;
	font-family: sans-serif;
	font-weight: 900;
	font-size:medium;
	line-height: 140%;
	vertical-align: text-top;
}
#episode_background_both
{
	position: relative;	
	background: url("/images/episodeBG2.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 625px;
	width: 760px;	
	font-family: sans-serif;
	font-weight: 900;
	font-size:medium;
	line-height: 140%;
	vertical-align: text-top;
}
#episode_container
{
	padding-top: 20px;
	padding-left: 20px;
	width: 760px;
	height: 100% auto;
    min-height: 100%;
	top: 30px;
}
#episode_container a
{
	text-decoration: none;
}
#episode_container a:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #1226ec;
}
#episode_title
{
	height:1%;
	margin-left: 40px;
	padding-top: 60px;
	padding-bottom: 30px;
	text-decoration: none;
}
#episode_column1
{
	margin-left: 40px;
	line-height: 140%;
	float: left;
	width: 160px;
	height: 100%;
}
#episode_column2
{
	line-height: 140%;
	float: left;
	left: 180px;
	width: 160px;
	height: 100%;
}
#episode_column2_wide
{
	line-height: 140%;
	float: left;
	left:  180px;
	width: 500px;
	height: 100%;
}
#episode_column3
{
	line-height: 140%;
	position: absolute;
	float:    right;
	top:	  300px;
	left:     500px;
	width:    200px;
	height:   100%;
}
#season_info table tr th td
{
	font-family: sans-serif;
	font-weight: 900;
	font-size:   20px;
	line-height: 140%;
	color: blue;
	vertical-align: text-top;
}