/* general */
.video_header > img {
	border-bottom: 1px solid #777;
}
.box_label {
	margin: 5px 0;

	color: #727272;
	font-size: 9px;
	font-family: Arial, sans-serif;
}
.box_text {
	margin-bottom: 20px;

	color: #404040;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.box_title {
	margin-bottom: 10px;

	color: #000;
	font-size: 20px;
	font-family: Arial, sans-serif;
}
.video_game_boxshot {
	float: left;
	padding: 5px 10px 10px 5px
}
.video_game_boxshot_image {
	border: 1px solid #777;
}
/* ads */
.video_ad_container {
	position: relative;
	z-index: 100;
}
	.video_ad_container .label_info {
		padding-bottom: 0;
	}
		.video_ad_container .label_info_message {
			border: 1px solid black;
		}
/* index.php */
.video_container_large {
	padding: 8px;
	position: relative;
	background-image: url(/gfx/theme_fz/sections/video/gradient_video_background_small.gif);
	background-repeat: repeat-x;
	background-color: #dedede;
	border-bottom: 1px solid #898989;
}
.video_container_small {
	padding: 8px;
	position: relative;

	background-image: url(/gfx/theme_fz/sections/video/gradient_video_background_small.gif);
	background-repeat: repeat-x;
	background-color: #dedede;
	border-bottom: 1px solid #898989;
	border-right: 1px solid #898989;
}
.video_container_frame {
	background-color: black;
	position: relative;
	z-index: 100;
	padding: 0 10px;
}
.info_codes_title {
	float: left;
	width: 100px;
}
.info_codes_textfield {
	float: left;
}
	.info_codes_textfield > input[type="text"] {
		width: 500px;

		background-image: url(/gfx/theme_fz/buildblocks/box_grey_gradient_header.gif);
		background-repeat: repeat-x;
		background-color: #f2f2f2;
		border: 1px solid #ccc;

		font-size: 10px;
		color: #888;
	}
.related_item {
	float: left;
	padding: 10px 0 5px 10px;
}
	.related_item > div {
		width: 195px;
	}
	.related_item_image {}
		.related_item_image a img {
			border: 1px solid #777;
		}
	.related_item_title {
		margin: 5px 5px 0;
		text-align: center;
	}
		.related_item_title a {
			color: #000000;
		}
.hottest_item {
	clear: both;
}
	.hottest_image {
		float: left;
		padding: 5px 10px 5px 5px;
	}
		.hottest_image a img {
			border: 1px solid #777;
		}
	.hottest_title {
		padding-top: 10px;

		color: #000;
		font-size: 16px;
		font-family: Arial, sans-serif;
	}
	.hottest_subtext {
		padding-top: 5px;

		color: #727272;
		font-size: 10px;
		font-family: Arial, sans-serif;
	}
.lightsout_background {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.0;
	filter: alpha(opacity=0);

	background-color: #000000;
}
.lightsout_switch {
	padding-left: 25px;

	background-image: url(/gfx/theme_fz/icons/switch.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.mode_switchto_small {
	padding-left: 25px;
	background-image: url(/gfx/theme_fz/icons/film.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
.mode_switchto_large {
	padding-left: 25px;
	background-image: url(/gfx/theme_fz/icons/films.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
}
/* portal.php */
.hottest_videos_item {
	float: left;
	padding: 10px 0 5px 10px;
}
	.hottest_videos_item > div {
		width: 175px;
	}
	.hottest_videos_item_image {}
		.hottest_videos_item_image a img {
			border: 1px solid #777;
		}
	.hottest_videos_item_title {
		margin: 5px 5px 0;
		text-align: center;
	}
		.hottest_videos_item_title a {
			color: #000000;
		}
.search_game_icon {
	padding: 0 10px;
	position: relative;
	left: -2px;
	top: 3px;
}
.search_game_textfield {
	width: 225px;
	border: 1px solid #ccc;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding: 10px;
}
.selected_game_icon {
	padding: 0 10px;

	position: relative;
	top: 2px;
	left: -2px;
}
.selected_game_close {
	cursor: pointer;
	padding: 5px;
}
.latest_headline {
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 5px;

	background-image: url(/gfx/theme_fz/buildblocks/box_grey_gradient_header.gif);
	background-repeat: repeat-x;
	background-color: #f2f2f2;

	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
	.latest_headline > div {
		padding-left: 25px;
		min-height: 16px;

		font-family: Verdana, sans-serif;
		font-size: 12px;
		line-height: 16px;
	}
.latest_image {
	margin-right: 15px;
	margin-bottom: 5px;

	border: 1px solid #ccc;
}
.latest_title {
	margin-right: 15px;
	margin-bottom: 5px;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #444;
}
	.latest_title a {
		color: inherit;
	}
.latest_time {
	margin-bottom: 5px;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #666;
}
.hottest_games_boxshot {
	margin-right: 15px;
	margin-bottom: 5px;
}
.hottest_games_boxshot_image {
	border: 1px solid #ccc;
	cursor: pointer;
}
.hottest_games_title {
	margin-right: 15px;
	margin-bottom: 5px;

	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #444;

	cursor: pointer;
}
	.hottest_games_title:hover {
		text-decoration: underline;
	}
/* list.php */
.filter_textfield {
	margin-bottom: 15px;
}
	.filter_textfield > input[type=text],
	.filter_textfield > select {
		width: 260px;
		padding: 2px;

		background-image: url(/gfx/theme_fz/buildblocks/box_grey_gradient_header.gif);
		background-repeat: repeat-x;
		background-color: #f2f2f2;
		border: 1px solid #ccc;

		font-size: 12px;
		color: #444;
	}
	.filter_textfield > select {
		width: auto;
		background-color: transparent;
	}
		.filter_textfield > select > option {
			background-color: #d9d9d9;
		}
.filter_button {
	padding: 5px;

	background-image: url(/gfx/theme_fz/buildblocks/box_grey_gradient_header.gif);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	border: 1px solid #ccc;

	font-size: 12px;
	color: #666;
}
.navig_pages,
.navig_result {
	font-size: 18px;
	font-family: Arial;
}
table.list_table {
	width: 100%;
}
	.list_image {
		width: 77px;
	}
	.list_image > div {
		margin-right: 15px;
		margin-bottom: 5px;
	}
	.list_image_image {
		border: 1px solid #ccc;
	}
	.list_title {
		font-size: 12px;
	}
		.list_title > div > a {
			color: #AA3333;
		}
	.list_res {
		width: 80px;
	}
	.list_published {
		width: 125px;
	}
	.list_headline {
		margin-top: 15px;
		margin-bottom: 5px;
		padding: 5px;

		background-image: url(/gfx/theme_fz/buildblocks/box_grey_gradient_header.gif);
		background-repeat: repeat-x;
		background-color: #f2f2f2;

		border-top: 1px solid #fff;
		border-bottom: 1px solid #ccc;
	}
		.list_headline > div {
			padding-left: 25px;
			min-height: 16px;

			font-family: Verdana, sans-serif;
			font-size: 12px;
			line-height: 16px;

		}
	.list_headline_clock {
		background-image: url(/gfx/theme_fz/icons/clock.png);
		background-repeat: no-repeat;
		background-position: 3px 0;
	}
	.list_headline_arrow {
		background-image: url(/gfx/theme_fz/icons/arrow_0.png);
		background-repeat: no-repeat;
		background-position: 3px 0;
	}
	.list_headline_cross {
		background-image: url(/gfx/theme_fz/icons/cross.png);
		background-repeat: no-repeat;
		background-position: 3px 0;
	}

