@charset "utf-8";
/* CSS Document */

#current_movie
{
	background: #1e1e1e;
	margin-bottom: 30px;
}

#current_movie_special
{
	background: #006FA7;
	margin-bottom: 30px;
}

#movieplayer
{
	background: #000000;
}

#movieplayer_special
{
	background: #006FA7;
}

#flash_movie
{
	float: left;
}

#flash_movie_special
{
	float: left;
}

#movie_desc
{
	float: left;
	margin-left: 10px;
	margin-top: 30px;
	width: 300px;
}

#movie_ranks
{
	height: 40px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
}

div.video_list
{
	width: 370px;
	float: left;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-right: 20px;
	margin-top: 15px;
}

div.video_list_s
{
	width: 370px;
	float: left;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #006FA7;
	margin-right: 20px;
	margin-top: 15px;
}

div.video_mini
{
	float: left;
	margin-right: 8px;
}

div.video_name
{
	font-weight: bold;
	margin-bottom: 3px;
}

div.last
{
	margin-right: 0;
}

#movie_ranks div.grey
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_grey.gif');
}

#movie_ranks div.red
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_red.gif');
}

#movie_ranks div.half
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_half.gif');
}

#movie_ranks div.s_grey
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_s_grey.gif');
}

#movie_ranks div.s_white
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_s_white.gif');
}

#movie_ranks div.s_half
{
	float: left;
	width: 13px;
	height: 16px;
	background-image: url('/img/videomark_s_half.gif');
}

#movie_ranks div
{
	margin-right: 2px;
}

#movie_ranks div.giverank
{
	cursor: pointer;
}

#showrank
	{
		margin-left: 40px;
		margin-right: 40px;
	}

#showrank div
{
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

#giverank
	{
		margin-left: 40px;
		margin-right: 40px;
	}

#giverank div
{
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

#movie_ranks div.giverank_special
{
	cursor: pointer;
}

#showrank_special
	{
		margin-left: 40px;
		margin-right: 40px;
	}

#showrank_special div
{
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}

#giverank_special
	{
		margin-left: 40px;
		margin-right: 40px;
	}

#giverank_special div
{
	height: 16px;
	background-position: center center;
	background-repeat: no-repeat;
}


#redwhite_header .red
{
	float: left;
	font-size: 24px;
	color: #ff0000;	
	margin-left: 8px;
}

#redwhite_header .white
{
	float: left;
	font-size: 24px;
	color: #ffffff;	
}
	
h3.tv
{
	margin-top: 10px;
}


#extra_files
{
	margin-top: 20px;
	padding: 16px;
	background: #000000;
}

#filter_box
{
	text-align: right;
	background: #1e1e1e;
	padding: 10px;	
}

#extra_files ul
{
	list-style-position: inside;
	list-style-image: url('/img/bullet_white_triangle.gif');
	line-height: 12px;
	padding: 0;
}

#pagination
{
	background: #000000;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

#pagination span
{
	color: #ff0000;
}

#legal_thx, #legal_thx a
{
	font-size: 9px;
	color: #1e1e1e;
	text-align: center;
}
