@charset "UTF-8";

div.video {
	width: 480px;
	margin: 10px 0 10px 0;
	clear: both;
	text-align: center;
	color: #AAA;
}

div.description {
	width: 320px;
	margin: 30px 80px 0 80px;
	color: #333;
}

div.episodeMenu {
	width: 120px;
	margin: 20px 0 0 0;
	float: left;
	font-size: 8pt;
}

div.episodeThumb {
	float: left;
	width: 150px;
	height: 130px;
	color: #777;
	margin: 10px 0 30px 70px;
	text-align: center;
	font-size: 8pt !important;
}

div.episodeThumb a {
	font-size: 8pt !important;
}

div.episodeThumb img {
	margin-bottom: 5px;
}

div.description p,
div.episodeMenu p{
	margin-top: 0;
	margin-bottom: 0;
}

p.episode {
	width: 320px;
	font-size: 7pt;
	color: #AAA;
}

p.title {
	color: #000;
	font-weight: bold;
	margin-bottom: 10px !important;
}

p.title > p.titleLink {
	font-weight: normal !important;
}

img.menuPointer {
	width: 16px;
	height: 29px;
	margin-top: 15px;
}

img.episode {
	float: left;
	margin: 20px 5px 0 35px;
}

