html {width: 100%; height: 100%; margin: 0; padding: 0;}
body {
	width: 100%; 
	background-color: #ebebeb;
	margin: 0;
	padding: 0;
}

body, div, p, span, td, input, font, b, i, u, textarea, option , a{
	font-size: 11px;
	font-family:"Lucida Grande",Arial,Sans-serif;
}

#main {
	width: 980px;
	display: block;
	margin: 0 auto;
	position: relative;
}

#menu {
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	background: url('menu_bg.png');
	height: 43px;
	width: 100%;
}

#menu #logo {
	display: block;
	float: left;
	background: url('small_logo.png') center center no-repeat;
	height: 28px;
	width: 63px;
	padding: 7px 10px 8px;
	cursor: pointer;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
}

#menu #zoekbox {
	float: right;
	width: 200px;
	display: block;
	padding: 7px;
	height: 29px;
}

#menu #zoekbox.active {
	background-color: #5a5a5a;
}

#menu #zoekbox input {
	border: 0;
	height: 20px;
	width: 194px;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	background: url('search.png') center right no-repeat #ffffff;
}

#search_results {
	display: none;
	background-color: #FFF;
	margin-bottom: 15px;
	-moz-box-shadow: 0 3px 3px #555;
	-webkit-box-shadow: 0 3px 3px #555;
}

#search_results th {
	color:#FF9900;
	font-size:13px;
	font-weight:bold;
	padding:15px;
	margin: -15px;
	text-shadow:1px 1px #000000;
	background: url("submenu_bg.png") repeat-x;
	text-align:  left;
}

#search_results td.borderright {
	border-right: 1px solid #ddd;
}

#search_results ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#search_results li {
	display: block;
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
	height: 81px;
}

#search_results li:hover {
	background-color: #f5f5f5;
}

#search_results li img {
	float: left;
	width: 67px;
	margin: 10px 0 0 10px;
}

#search_results li .details {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

#search_results li .details .stats{
	font-size: 10px;
	color: #aaa;
	margin-top: 4px;
	display: block;
}

#search_results li .details .stats a{
	color: #ff9900;
}

#search_results li .details .genre{
	font-size: 10px;
	color: #aaa;
	margin-top: 4px;
	display: block;
}

#search_results li .details a.title{
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

#search_results li.searchclips {
	height: 40px;
}

#search_results li.searchclips img {
	width: 25px !important;
}

#search_results li.searchclips .details a.title{
	font-size: 11px;
}

#search_results li.searchclips .details {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

#search_results .search_closer {
	
}

#search_results .search_closer:hover {
	background-color: #000 !important;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding: 14px 15px 9px 15px;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#submenu {
	display: block;
	position: relative;
	background: url('submenu_bg.png') repeat-x;
	width: 100%;
	float: left;
}

#submenu a.l {
	float: left;
	color: #fff;
	padding: 15px 20px;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

#submenu a.l:hover, #submenu a.current {
	background-color: #5a5a5a;
}

#banner {
	display: block;
	position: relative;
	background: no-repeat left top;
	height: 345px;
	width: 100%;
}

#content {
	float: left;
	display: block;
	width: 100%;
	background: #fff url('column_bg.png') repeat-y right top;
	clear:both;
	overflow: visible;
	position: relative;

}

#footer {
	position: relative;
	display: block;
	background: #1b1b1b;
	float: left;
	width: 100%;
}

#footer .links_box
{
	display: block;
	float: left;
	width: 311px;
	margin: 15px 0 15px 15px;
}

#footer .links_box_title
{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

#footer a {
	color: #555;
}

#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	border: 1px solid #000;
	background-color: #fff;
	padding: 3px;
}

img.normal {
	border: 0;
	background: none;
	padding: 0;
}

a.cctv {
	background: url('tv_button.png') repeat-x;
	padding: 8px 10px 7px 30px;
	margin-left: -30px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #fff !important;
	white-space: nowrap;
}

#left_column a {
	color: #ff9900;
}

#left_column {
	display: block;
	float: left;
	width: 100%;
	margin-right: -300px;
	padding-bottom: 15px;
	position: relative;
	border-top: 5px solid #5a5a5a;
}

#left_column .header {
	clear: both;
	text-transform:uppercase;
	color: #5a5a5a;
	font-weight: bold;
	margin: 10px;
	display: block;
	font-size: 17px;
	text-decoration: underline;
}


#left_column .filter {
	display: block;
	margin: 10px;
	width: 600px;
	padding: 10px;
	background-color: #FF9900;
	color: #fff;
	float: left;
}

#left_column .text {
	margin: 10px;
	display: block;
}

#right_column {
	float: right;
	width: 300px;
	display: block;
	position: relative;
}


#right_column .header {
	text-transform:uppercase;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	display: block;
	font-size: 12px;
	clear: both;
	text-shadow:1px 1px #000000;
}

#right_column a.list {
	display: block;
	margin: 5px 15px;
	text-decoration: none;
	color: #ff9900;
	font-size: 12px;
}

#right_column a.list.current {
	color: #fff;
	font-weight: bold;
}

#right_column .text {
	display: block;
	margin: 5px 15px;
	color: #fff;
	font-size: 11px;
}

#commentbox {
	display: block;
	width: 680px;
	float: left;
	border-top: 1px solid #5a5a5a;
}

a.becomefan {
	background: url('submenu_bg.png') repeat-x;
	padding: 8px 10px 7px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	float: right;
	margin-top: 11px;
	margin-right: 5px;
}

.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	display:none;
	color:#fff;
	width: 250px;
	height: 180px;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

.tooltip img {
	width: 240px;
	height: 180px;
	border: 0;
	padding: 0;
}

.smalltooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:5px 7px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	
}

#videoplayer {
	display: block;
	height: 0;
	background-color: #5A5A5A;
	color: #fff;
	float: left;
	width: 810px;
	padding-left: 170px;
	overflow: hidden;
}

.player_options {
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	margin: 4px 7px;
	cursor: pointer;
	background:  no-repeat center center;
}

#player_like_count {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url('/media/like_bg.png') left top;
	padding-left: 14px;
	padding-top: 3px;
	height: 22px;
	margin-left: 0;
	overflow:hidden;
}

#player_options_like {
	background-image: url('/media/like.png');
	margin-right: 0;
}

#player_options_favorite {
	background-image: url('/media/favorite.png');
}

#player_options_repeat {
	background-image: url('/media/repeat.png');
}

#player_options_repeat.on {
	background-image: url('/media/repeat_active.png');
}

#player_options_report {
	background-image: url('/media/report.png');
}

#player_title {
	display: block;
	height:30px;
	padding: 10px 15px;
	float: left;
	width: 470px;
	overflow: hidden;
	margin-left: -170px;
}

#player_title, #player_title a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

#player_options {
	display: block;
	float: left;
	width: 450px;
	padding: 10px 15px;
	height: 30px;
}

div.paging {
	display: block;
	clear: both;
	padding-right: 320px;
	float: right;
	margin: 10px 0;
}

div.paging a, div.paging a.volgende, div.paging a.vorige {
	display: block;
	padding: 2px 3px;
	float: left;
	text-decoration: none;
	margin: 1px;
	color: #5a5a5a !important;
	border-bottom: 2px solid #FFFFFF;
}

div.paging a.volgende, div.paging a.vorige {
	text-decoration: underline;
	border: 0;
}

div.paging a.volgende {
	margin-left: 10px;
}

div.paging a.vorige {
	margin-right: 10px;
}

div.paging span.active {
	display: block;
	padding: 2px 3px;
	float: left;
	margin: 1px;
	font-weight: bold;
	border-bottom: 2px solid #Ff9900;
}

div.paging span.dots {
	display: block;
	padding: 2px 3px;
	float: left;
	margin: 3px;
}

div.paging a:hover {
	background-color: #f5f5f5;
}

.talk {
	display: block;
	clear: both;
	float: left;
	margin: 10px;
	width: 650px;
}

.talk .talkarea {
	width: 550px;
	height: 64px;
	border: 1px solid #5a5a5a;
	font-size: 12px;
	padding: 4px;
}

.talk .talkpost {
	background: url('tv_button.png') repeat-x -30px;
	padding: 8px 10px 7px 10px;
	display: block;
	width: 33px;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #fff !important;
	white-space: nowrap;
	cursor: pointer;
	float: right;
}

.talk .talkcounter {
	display: block;
	float: right;
	padding: 8px 10px 7px 10px;
}

.talk .talkhr {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.talk .talkmessage {
	display: block;
	width:650px;
	margin-bottom: 30px;
	padding: 5px;
}

.talk .talkmessage.fresh {
	background-color: #f5f5f5;
}

.talk .time {
	font-size: 9px;
	color: #bbbbbb;
}

.talk .time a {
	color: #bbbbbb !important;
}

a.remove {
	color: #bbbbbb !important;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

a.remove:hover {
	color: #FF0000 !important;
}

#feedback {
	display: block;
	position: fixed;
	top: -1000px;
	left: 0;
	width: 100%;
	background-color: #fdffbd;
	border-bottom: 1px solid #ff9900;
	z-index: 100000000;
}

#feedback_content {
	width: 980px;
	margin: 0 auto;
	display: block;
	height: 40px;
}

#feedback #feedback_text {
	display: block;
	float: left;
	width: 920px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

#feedback .close {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 5px;
	padding: 5px;
	float: left;
	cursor: pointer;
}

#feedback .close:hover {
	background-color: #5a5a5a;
	color: #ffffff;
}
