@charset "utf-8";
/* CSS Document */

#movieHeader {}

.cast_menu {
	padding-left: 30px;
}

#movie .body {
	background: url(/assets/shows/13054/images/background_page.jpg) no-repeat top left #000;
	color: #fff;
	background-color:#000;
}

#movie a
{
	color: #ccc;
}

#movie_details
{
	color: #fff;
}
#episode_details
{
	background-color:#333;
	border: 1px solid #555;
	padding: 10px;
	margin-bottom: 10px;
}
.show_tab_two_col .title
{
	color: #e6e6e6;
}
.show_tab_two_col .episode_title a
{
	color: #fff;
}
#movie_rating #average_stars
{
	color: fff;
	background: #000;
}
#movie_rating #your_stars
{
	color: fff;
	background: #000;
}
#show_details .title
{
	color: #fff;
}

#cast_content
{
	background: url(/assets/shows/13054/images/background_page.jpg) repeat;
	padding: 10px;
}

#show_episodes div.episode dl
{
	background: #000;
	color: #fff;
}
#show_episodes div.episode dl.selected
{
	background: #222;
}

#movie #video_playerlist { color: #333; }
#movie #video_playerlist ul li a {
    color: #333;
}
