/*Relevant stuff*/

#vodpage h1,
#vodpage h2,
#vodpage h3,
#vodpage h4,
#vodpage h5,
#vodpage h6,
#vodpage p,
#vodpage ul,
#vodpage ol,
#vodpage li,
#vodpage dl,
#vodpage dt,
#vodpage dd,
#vodpage form {
	margin:0;
	padding:0;
	text-indent:0;
}

#vodpage h3 a,
#vodpage h3 a:link,
#vodpage h3 a:visited,
#vodpage h3 a:hover,
#vodpage h4 a,
#vodpage h4 a:link,
#vodpage h4 a:visited,
#vodpage h4 a:hover {
	color:#13173e;
}



#vodpage ul li,
#vodpage ol li {
	list-style:none;
}

#vodpage fieldset {
	border:none;
	padding:0;
	margin:0;
}


#vodpage a.button,
#vodpage a.button:link,
#vodpage a.button:visited,
#vodpage a.button:hover {
	display:block;
	float:left;
	padding-left:8px;
	background:transparent url(/images/vods/button_left.png) left top no-repeat;
	text-decoration:none;
	text-align:center;
}

#vodpage a.button span,
#vodpage a.button:link span,
#vodpage a.button:visited span,
#vodpage a.button:hover span {
	display:block;
	padding-right:8px;
	padding-bottom:0;
	height:23px;
	line-height:23px;
	background:transparent url(/images/vods/button_right.png) right top no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#adbcd4;
	text-align:center;
}

#vodpage a.button:hover, #vodpage a.disabled:link, a.disabled:visited {
	background-position:left -23px;
}

#vodpage a.button:hover span, #vodpage a.disabled:link span, a.disabled:visited span {
	background-position:right -23px;
}
#vodpage a.disabled:link span, a.disabled:visited span, #vodpage a.disabled:link, a.disabled:visited{
	display:none;
}

#vodpage {
	padding:6px 0 0 0;
}

#vodpage img.title {
	display:block;
	width:965px;
	height:96px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 auto 15px auto;
}

#vodpage #vod_main {
	width:666px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}

#vodpage #vod_sidebar {
	width:279px;
	float:left;
	margin-left:0px;
}


#vod_video,
#vod_featured,
#vod_latest,
#vod_search,
#vod_torrents {
	position:relative;
	padding-top:12px;
}

#vod_video .tp,
#vod_featured .tp,
#vod_latest .tp {
	width:666px;
	height:12px;
	background:transparent url(/images/vods/mod_ends.png) no-repeat top left;
}

#vod_video .bt,
#vod_featured .bt,
#vod_latest .bt {
	width:666px;
	height:12px;
	background:transparent url(/images/vods/mod_ends.png) no-repeat left -12px;
}

#vod_video .md,
#vod_featured .md,
#vod_latest .md {
	width:646px;
	padding:0 10px;
	background:transparent url(/images/vods/mod_mid.png) repeat-y left top;
	_width:666px;
}

#vod_search .tp,
#vod_torrents .tp {
	width:279px;
	height:12px;
	background:transparent url(/images/vods/mod_ends.png) no-repeat left -24px;
}

#vod_search .bt,
#vod_torrents .bt {
	width:279px;
	height:12px;
	background:transparent url(/images/vods/mod_ends.png) no-repeat left -36px;
}

#vod_search .md,
#vod_torrents .md {
	width:259px;
	padding:0 10px;
	background:transparent url(/images/vods/side_mod_mid.png) repeat-y left top;
	_width:279px;
}

#vod_video,
#vod_featured,
#vod_search {
	margin-bottom:22px;
}

#vod_video h2,
#vod_featured h2,
#vod_latest h2,
#vod_search h2,
#vod_torrents h2 {
	overflow:hidden;
	/*background-image:url(/images/vods/vod_titles.png);
	background-repeat:no-repeat;*/
	/*text-indent:-9999px;*/
	position:absolute;
	z-index:2;
	left:15px;
	top:-10px;
}

#vod_video h3 {
	font-size:24px;
	font-weight:bold;
	padding:5px 0 10px 0;
	text-align:center;
}

#vod_video .vod_youtube_embed {
	float:left;
	margin-right:10px;
}

#vod_video .vod_1v1 ul {
	float:left;
	width:210px;
}

#vod_video .vod_1v1 ul li {
	padding-bottom:9px;
	clear:left;
}

#vod_video .vod_1v1 ul li.first {
	padding:0;
}

#vod_video .vod_1v1 .detail_image_wrap {
	display:block;
	width:90px;
	height:90px;
	overflow:hidden;
	text-indent:-9999px;
	border:solid 1px #374a67;
	float:left;
	margin-right:5px;
}

#vod_video .vod_1v1 h4 {
	font-size:14px;
	line-height:14px;
	padding-bottom:4px
}

#vod_video .vod_1v1 span {
	display:block;
	line-height:12px;
	padding-bottom:6px;
}

#vod_video a.button {
	margin-right:5px;
}

#vod_featured ul {
	padding-left:0px;
}

#vod_featured li {
	width:150px;
	float:left;
	margin-right:8px;
}

#vod_featured li.last {
	margin-right:0;
}

#vod_featured a,
#vod_featured a:link,
#vod_featured a:visited,
#vod_featured a:hover {
	display:block;
	width:150px;
	height:150px;
	border:solid 1px #000000;
	text-decoration:none;
	color:#FFFFFF;
	position:relative;
}

#vod_featured strong {
	position:absolute;
	top:95px;
	left:0px;
	display:block;
	width:150px;
	height:35px;
	text-align:center;
	line-height:35px;
	font-size:14px;
	background:transparent url(/images/vods/black_overlay.png) repeat left top;
}


#vod_latest li {
	padding-top:10px;
	float:left;
	width:305px;
	margin-right:12px;
}

#vod_latest li.odd {
	margin-right:0px;
}

#vod_latest img {
	display:block;
	border:solid 1px #374a67;
	float:left;
	margin-right:5px;
}

#vod_latest .wrap {
	width:205px;
	float:left;
}

#vod_latest h3 a,
#vod_latest h3 a:link,
#vod_latest h3 a:visited,
#vod_latest h3 a:hover {
	font-size:14px;
	font-weight:bold;
}

#vod_latest cite {
	display:block;
	font-size:11px;
	line-height:11px;
	padding:3px 0 16px 0;
}

#vod_latest a,
#vod_latest a:link,
#vod_latest a:visited,
#vod_latest a:hover {
	color:#374a67;
	font-size:12px;
	padding:0 2px;
}

#vodpage #vod_latest a.button {
	margin:10px 0 0 0;
	float:right;
}

#vod_search {
	position:relative;
}

#vod_search img.searching {
	position:absolute;
	left:210px;
	top:30px;
	display:none;
}

#vod_search input {
	display:block;
	margin:0 auto;
	width:228px;
	height:37px;
	line-height:37px;
	background:transparent url(/images/vods/searchbox.png) no-repeat left top;
	padding:0 5px;
	border:none;
	font-size:16px;
	color:#666666;
}

#vod_search button {
	display:block;
	margin:5px auto 0 auto;
}

#vod_search_results img {
	display:block;
	border:solid 1px #374a67;
	float:left;
	margin-right:5px;
}

#vod_search_results li {
	margin-top:10px;
}

#vod_search_results .wrap {
	width:150px;
	float:left;
}

#vod_search_results h3 {
	margin-top:5px;
	font-size:18px;
	font-weight:bold;
	color:#13173e;
}

#vod_search_results h4 {
	margin-bottom:14px;
}

#vod_search_results a,
#vod_search_results a:link,
#vod_search_results a:visited,
#vod_search_results a:hover {
	color:#374a67;
	font-size:12px;
	padding:0 2px;
}

#vodpage #vod_search_results a.button {
	margin-top:10px;
	position:relative;
	left:65px;
}


.widetopbar {
	background:none;
}







#vod_torrents ul {
	padding-top:10px;
}

#vod_torrents li {
	padding:5px;
}

#vod_torrents li.alt {
	background:#b8c8e2;
}

#vod_torrents h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

#vod_torrents dt,
#vod_torrents dd {
	float:left;
}

#vod_torrents dt {
	padding-right:5px;
	color:#3f4a84;
}

#vod_torrents dd {
	padding-right:20px;
}

#vodpage #vod_torrents a.button {
	margin:10px 0 0 0;
	float:right;
}






#stage_toggle_widescreen {
	position:absolute;
	left:635px;
	top:17px;
	display:block;
	width:22px;
	height:22px;
	background:transparent url(/images/vods/toggle_big.png) no-repeat left top;
	overflow:hidden;
	text-indent:-9999px;
}
