#home #main .box {
	float: left;
	width: 310px;
	margin: 0 10px 20px 10px;
	padding: 0;
}

#home #extras .box {
	float: none;
	clear: both;
}

/* includes Google Custom Search pager styles */
.pcontrols,.gsc-cursor-box {
	float: left;
	clear: left;
	width: 650px;
	height: 25px;
	background: white;
	/*margin: 10px 0;*/
}

.pcontrols.guide,
body#live .pcontrols,
body#articleoverview .pcontrols{
	width: 440px;
	margin: 0;
}

.pcontrols .pager li {
	float: left;
	display: block;
}

.pcontrols span,.pcontrols a,.gsc-cursor-box p.type,.gsc-cursor-box .gsc-cursor-page
	{
	display: block;
	height: 19px;
	padding: 3px 9px;
	background: white;
	color: black;
	font-size: 1.2em;
	line-height: 19px;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
}

.pcontrols a {
	cursor: pointer;
}

.pcontrols span.order,.pcontrols span.label {
	background: #dadfdf;
}

.pcontrols .prevnext {
	float: right;
}

.pcontrols .prevnext a {
	background: black;
	color: white;
}

.pcontrols .prevnext .disabled {
	background: #dadfdf;
	color: white;
	cursor: default;
}

.pcontrols .today {
	background: white;
	color: #BE003C;
}

.pcontrols a:hover,.pcontrols .current,.gsc-cursor-box .gsc-cursor-current-page,.gsc-cursor-box .gsc-cursor-page:hover
	{
	background: #BE003C !important;
	color: white !important;
}

.pcontrols .current:hover,.gsc-cursor-box .gsc-cursor-current-page {
	color: black;
}

#search .pcontrols {
	margin-top: 0px;
}

#search .bottomPager .pcontrols {
	margin-top: 10px;
}

/* Video teaser */
.vteaser {
	float: left;
	position: relative;
	cursor: pointer;
	background: url('../img/bg/thumbmissing.png') no-repeat center center;
}

/* Declarations for both the small and the large teaser */
.vteaser .text {
	line-height: 15px;
	padding-top: 0;
	height: 14px;
	padding: 3px 5px;
	overflow: hidden;
	float: left;
}

.vteaser .abs {
	position: absolute;
	margin: 0;
	display: block;
}

.vteaser .play {
	text-indent: -9999px;
	background: url('../img/icons/play.png') no-repeat center center;
}

.vteaser:hover .play {
	background-image: url('../img/icons/playhover.png');
}

.vteaser.audio .play {
	background-image: url('../img/icons/audio.png');
}

.vteaser.audio:hover .play {
	background-image: url('../img/icons/audiohover.png');
}

.vteaser.playlist .play {
	background-image: url('../img/icons/playlist.png');
}

.vteaser.playlist:hover .play {
	background-image: url('../img/icons/playlisthover.png');
}

.vteaser.info .play {
	background-image: url('../img/icons/info.png');
}

.vteaser.info:hover .play {
	background-image: url('../img/icons/infohover.png');
}

.vteaser .title,.vteaser .duration {
	margin: 0;
    line-height: 1.2em !important;
}

.vteaser .title {
	color: white;
	background: url('../img/overlay/transblack.png');
}

#stage .vteaser .title {
	color: black;
	background: url('../img/overlay/transwhite80.png');
}

.vteaser .duration {
	text-align: right;
	color: black;
	padding-left: 2px;
	background: url('../img/overlay/transwhite80.png');
}

#stage .vteaser .duration {
	background: url('../img/overlay/transblack.png');
	color: white;
}

/* Styles for the normal teaser only */
.vteaser.s-normal {
	margin: 10px 10px 25px 10px;
}

.vteaser.s-normal,.vteaser.s-normal .vignet,.vteaser.s-normal .play,.vteaser.s-normal .thumb,.vteaser.s-normal .meta
	{
	width: 200px;
	height: 112px;
}

.vteaser.s-normal .thumb {
	overflow: hidden;
	position: absolute;
}

.vteaser.s-normal .vignet {
	background: url('../img/overlay/vignet200.png');
}

.vteaser.s-normal.playlist .vignet {
	background-image: url('../img/overlay/playlist200.png');
}

#stage .vteaser.s-normal.playlist .vignet {
	background: url('../img/overlay/playlist200-invert.png');
}

.vteaser.s-normal .title {
	width: 137px;
}

.vteaser.s-normal .meta {
	top: 92px;
}

.vteaser.s-normal .duration {
	width: 46px;
	left: 147px;
}

.vteaser.s-normal.playlist .duration {
	left: 130px;
}

.vteaser.s-normal.playlist .title {
	width: 120px;
}

.vteaser.s-normal .text {
	top: 92px;
}

.vteaser.s-normal .extra { /* Only showed in large teaser */
	display: none;
}

.vteaser.s-normal .hover {
	width: 200px;
	height: 240px;
	background: url('../img/overlay/playlist-item.png') no-repeat;
	top: -15px;
	left: -15px;
	z-index: 10;
	position: relative;
	padding: 15px;
}

.vteaser .hover .broadcasters-small-b {
	left: 21px;
	top: 18px;
}

.vteaser.s-normal .hover .thumb,.vteaser.s-normal .hover .description,.vteaser.s-normal .hover p.title
	{
	width: 200px;
	/*
                background: url('../img/bg/thumbmissing.png') no-repeat center center;
                */
}

.vteaser.s-normal .hover p.title {
	background: black;
	height: auto;
	position: static;
	margin-bottom: 2px;
	padding-top: 0;
	width: 190px;
}

.vteaser.s-normal .hover .duration,.vteaser.s-normal .hover .author {
	background: none;
	top: 237px;
	color: white;
}

.vteaser.s-normal .hover .duration {
	left: 170px;
	color: black;
}

.vteaser.s-normal .hover .description {
	height: 122px;
	top: 112px;
	padding: 0;
	overflow: hidden;
}

.vteaser.s-normal .hover .author {
	width: 147px;
	padding-left: 13px;
	left: 4px;
}

/* Styles for the large teaser only */
.vteaser.s-large {
	overflow: hidden;
	margin: 10px 0;
}

#stage .teasers .vteaser:first-child {
	margin-right: 20px;
}

.vteaser.s-large,.vteaser.s-large .vignet,.vteaser.s-large .play,.vteaser.s-large .meta
	{
	width: 310px;
	height: 175px;
}

.vteaser.s-large .hover {
	display: none;
}

.vteaser.s-large .vignet {
	background: url('../img/overlay/vignet310.png');
}

.vteaser.s-large.playlist .vignet {
	background: url('../img/overlay/playlist310.png');
}

#stage .vteaser.s-large.playlist .vignet {
	background: url('../img/overlay/playlist310-invert.png');
}

.vteaser.s-large .normal img {
	width: 310px;
}

.vteaser.s-large .meta {
	top: 155px;
}

.vteaser.s-large .text {
	top: 155px;
}

.vteaser.s-large .title {
	width: 246px;
    font-size: 1.3em;
}

.vteaser.s-large .duration {
	left: 256px;
	width: 47px;
}

.vteaser.s-large.playlist .title {
	width: 218px;
}

.vteaser.s-large.playlist .duration {
	left: 228px;
}

.vteaser.s-large .extra {
	padding: 10px;
	background: white;
	color: #929497;
	height: 135px;
	float: left;
	width: 290px;
}

.vteaser.s-large.playlist .extra {
	width: 262px;
}

#home #main .vteaser.s-large,#home #main .livechannel.s-normal {
	float: left;
	margin: 0 20px 20px 0;
}

#home #main .vteaser.s-large .extra,#home #main .htmlplayer {
	padding: 0 !important;
	width: 310px;
	height: 175px;
	left: 0px;
}

#home #main .vteaser.s-large .extra p {
	padding: 0 10px;
}

#section #stage .vteaser {
	margin: 0 20px 20px 0px !important;
	float: left;
}

#section .vteaser.s-large {
	margin: 0 10px 20px;
}

.vteaser .mgnlControlBarSmall {
	position: relative;
	z-index: 10000;
}

.newsoverview {
	width: 440px;
}

.newsoverview li {
	float: left;
	clear: left;
	width: 420px;
	padding: 10px;
	cursor: pointer;
}

.newsoverview li:hover {
	background: white;
}

.newsoverview li:hover .teaser .overlay {
	background: #BE003C;
}

.newsoverview .teaser {
	float: left;
	width: 200px;
	height: 112px;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.newsoverview .teaser img {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.newsoverview h2,.newsoverview h3 {
	color: white;
	font-size: 1.6em !important;
	position: absolute;
}

.newsoverview h3 {
	padding: 5px;
	bottom: 0;
}

.newsoverview h2 {
	width: 150px;
	height: 112px;
	left: 50px;
	top: 0px;
	background: url('../img/overlay/transblack.png') center center;
}

.newsoverview h2 a {
	text-decoration: none;
	position: absolute;
	bottom: 0;
	color: white;
	padding: 5px;
}

.newsoverview h3 {
	width: 43px;
	text-align: right;
	overflow: hidden;
}

.newsoverview .overlay {
	width: 50px;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/overlay/transpurple50.png');
}

.newsoverview .text {
	float: right;
	width: 210px;
}

.newsoverview .text p {
	color: black;
	font-size: 1.2em;
	line-height: 20px;
}

.newsoverview .text p strong {
	font-weight: bold;
	color: #BE003C;
}

.newsoverview .text p em {
	color: #929497;
	font-style: normal;
}

.uberp {
	height: 360px;
	position: relative;
	overflow: hidden;
}

.uberp a {
	text-decoration: none;
}

.uberp .thumb,.uberp .meta {
	float: left;
}

.uberp .thumb {
	width: 640px;
}

.uberp .thumb img {
	width: 640px;
}

.uberp .title {
	position: absolute;
	width: 640px;
	height: 54px;
	left: 0;
	bottom: 0;
}

#stage .uberp .title h2,#stage .uberp .title h3 {
	font-size: 2.4em;
	line-height: 40px;
	padding: 7px 15px 15px 15px;
	position: absolute;
}

#stage .uberp .title h2 {
	margin: 0;
	color: #BE003C;
}

#stage .uberp .title h3 {
	color: white;
	right: 0;
}

.uberp .title h2 {
	background: url('../img/overlay/transwhite80.png');
	width: 450px;
	left: 0;
}

.uberp:hover .title h2:hover {
	background: white;
}

.uberp .title h3 {
	background: url('../img/overlay/transblack.png');
	color: white;
	width: 130px;
}

.uberp:hover .title h3 {
	background: black;
}

.uberp .meta {
	width: 185px;
	height: 100%;
	position: relative;
}

.uberp .meta p {
	color: #DADFDF;
	font-size: 1.2em;
	line-height: 1.7em;
}

.uberp .meta p strong {
	font-weight: bold;
	color: #EFF2F2;
}

.uberp .meta .text {
	position: absolute;
	bottom: 65px;
	padding: 0 0 0 10px;
}

#stage .uberp .meta h2 {
	margin: 0;
}

.uberp .meta h2 strong {
	color: #BE003C;
	font-size: 1.0em;
	font-weight: normal;
}

.uberp .meta h2 em {
	color: #929497;
	font-size: 0.6em;
	font-style: normal;
}

.xlteaser {

}

#stage .xlteaser .meta h2 {
	color: #be003c;
}

.xlteaser:hover .title h2 {
	background: white;
}

.xlteaser:hover .title h3 {
	background: #BE003C;
}

.stagecarousel {
	overflow: hidden;
}

.stagecarousel .teaser {
	padding: 0 10px;
	float: left;
}

.stagecarousel h3 {
	padding-left: 10px;
}

/* Note all exceptions for the homepage. Grrr. Thanks @rbn! ;) */
.ateaser {
	width: 220px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	float: left;
}

.ateaser a {
	padding: 10px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}

.ateaser .thumb img {
	opacity: 0.95;
	/* Used when no image is present */
	background: black;
	display: block;
}

.ateaser:hover .thumb .vignet {
	background: #BE003C;
}

.ateaser:hover {
	background: white;
}

.ateaser.s-small .thumb h2,.ateaser.s-small .thumb h3 {
	display: none;
}

.ateaser .vignet {
	position: absolute;
	background: url('../img/overlay/transpurple50.png');
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.ateaser .thumb {
	position: relative;
	overflow: hidden;
	background: black;
	/* font-size: 0; */ /** bottom vspaces */
}

.ateaser.s-normal .meta {
	display: none;
}

.ateaser.s-small .thumb {
	float: left;
	width: 60px;
}

.ateaser.s-small img {
	width: 60px;
}

.ateaser.s-small .vignet {
	width: 20px;
	height: 100%;
}

.ateaser.s-small .text {
	float: right;
	width: 130px;
}

.ateaser.s-small h2,.ateaser.s-small h3 {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	display: inline;
}

.ateaser.s-small h2 {
	color: #929497;
	font-weight: bold;
}

.ateaser.s-small h3 {
	color: #BE003C;
	font-weight: bold;
	padding-right: 0.3em;
}

.ateaser.s-small p strong {
	display: none;
}

.ateaser p {
	font-size: 1.2em;
	color: #929497;
	margin-bottom: 0;
}

.ateaser.s-normal h2,.ateaser.s-normal h3 {
	color: white !important;
	font-size: 1.6em !important;
	position: absolute;
	bottom: 8px;
	margin: 0;
}

.ateaser.s-normal h2 {
	left: 5px;
}

.ateaser.s-normal h3 {
	text-align: right;
	right: 3px;
	width: 43px;
}

.ateaser.s-normal .thumb img,.ateaser.s-normal .bg {
	width: 200px;
	height: 112px;
}

.ateaser.s-normal .vignet {
	width: 50px;
}

.ateaser.s-normal .bg {
	background: url('../img/overlay/transblack.png');
	position: absolute;
	top: 0;
	width: 150px;
	left: 50px;
}

#home .ateaser.s-normal .bg {
	width: 260px;
	height: 100px;
}

#home .ateaser,#home #extras .ateaser {
	width: 330px;
}

#home #main .ateaser {
	float: left;
	margin: 0 20px 20px 0;
}

#home .ateaser.s-small .text {
	width: 240px;
}

#home .ateaser.s-normal .text {
	padding-top: 3px;
}

#home .ateaser.s-normal .thumb {
	height: 100px;
}

#home .ateaser.s-normal .thumb img {
	width: 310px;
	height: auto;
}

#extras-2 .ateaser {
	width: 155px;
}

#extras-2 .ateaser a {
	padding: 10px 0;
}

#home #extras-2 .ateaser a {
	padding: 10px 10px;
}

#extras-2 .ateaser .text {
	width: 90px;
}

#home #extras-2 .ateaser.s-normal .text {
	width: auto;
}

#section #stage .ateaser {
	margin: 0 20px 20px 0px !important;
	float: left;
}

#section .ateaser.s-large {
	margin-left: 0 10px 20px;
}

.livechannel {

}

.livechannel.uberp p { /* FU the cascade */
	line-height: 1.4em;
}

.livechannel .now,.livechannel .next {
	position: absolute;
	width: 155px;
	height: 125px;
	right: 20px;
	overflow: hidden;
}

.livechannel .livechannel-canvas {
	width: 640px;
	height: 360px;
}

.livechannel.s-normal .livechannel-canvas {
	width: 310px;
	height: 175px;
}

/* Do not display the controls on the 'normal' or 'xl' versions */
.livechannel.s-xl .htmlplayer .overlay,.livechannel.s-normal .htmlplayer .controls
	{
	display: none !important;
}

/* Hide a few buttons that are not needed in livechannel paragraph */
.livechannel .playpause,.livechannel .scrubber,.livechannel .time {
	display: none;
}

.livechannel .clickoverlay {
	position: absolute;
	z-index: 100;
}

.livechannel.s-xl .clickoverlay {
	width: 640px;
	height: 287px;
}

.livechannel.s-normal .clickoverlay {
	width: 310px;
	height: 155px;
}

.livechannel.s-xl .canvas {
	width: 637px;
	/* because of a stream 1 pixel high line (letterboxing?) */
}

.livechannel.s-xl .now {
	top: 30px;
}

.livechannel.s-xl .next {
	top: 165px;
}

.livechannel.s-xl .thumb h3 {
	right: 188px;
}

.livechannel.s-xl .meta {
	position: absolute;
	right: 0;
	top: 0;
}

.livechannel.s-large {
	width: 815px;
	height: 425px;
	position: relative;
	overflow: hidden;
}

.livechannel.s-large .title {
	position: absolute;
	top: 0;
}

.livechannel.s-large h2,.livechannel.s-large h3 {
	display: block !important;
}

.livechannel.s-large .title h2,.livechannel.s-large .title h3,.livechannel.s-large .canvas
	{
	position: absolute;
	width: 800px;
}

.livechannel.s-large .title h2 {
	top: 20px;
}

.livechannel.s-large .title h3 {
	top: 0;
}

.livechannel.s-large .meta h2 strong,.livechannel.s-large .meta h2 em {
	float: left;
	clear: left;
}

.livechannel.s-large .meta h2 strong {
	color: #BE003C;
	font-size: 30px;
	font-weight: normal;
}

.livechannel.s-large .meta h2 em {
	font-size: 16px;
	color: #929497;
	font-style: normal;
}

.livechannel.s-large .meta p {
	float: left;
	clear: left;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #B9BDC0;
	margin-top: 3px;
}

.livechannel.s-large .htmlplayer {
	overflow: visible;
}

.livechannel.s-large .htmlplayer .controls-inner {
	float: right;
}

.livechannel.s-large .meta p strong {
	color: #EFF2F2;
	font-weight: bold;
}

.livechannel.s-large .canvas,.livechannel.s-large .overlay {
	position: absolute;
	top: 65px;
	width: 640px;
	height: 360px;
}

.livechannel.s-large .overlay {
	height: 25px;
	top: 400px;
}

.livechannel.s-large .now,.livechannel.s-large .next {
	left: 655px;
	height: 170px;
	padding: 5px 0;
}

.livechannel.s-large .now {
	top: 65px;
}

.livechannel.s-large .next {
	top: 245px;
}

.livechannel.s-normal {
	float: left;
}

.livechannel.s-normal .meta {
	display: none;
}

.livechannel.s-normal,.livechannel.s-normal .canvas {
	width: 310px;
	height: 175px;
	position: relative;
}

.livechannel.s-normal h2,.livechannel.s-normal h3 {
	position: absolute;
	bottom: 0;
	height: 10px;
	font-size: 1.2em;
	padding: 5px;
    line-height: 1.1em !important;
}

.livechannel.s-normal h2 {
	color: white !important;
	background: url('../img/overlay/transblack.png');
	width: 255px;
	left: 0;
	margin: 0 !important;
}

.livechannel.s-normal:hover h2 {
	background: black;
}

.livechannel.s-normal h3 {
	color: black;
	background: url('../img/overlay/transwhite80.png');
	width: 35px;
	left: 265px;
}

.livechannel.s-normal:hover h3 {
	background: white;
}

#home #main .livechannel {
	margin: 0 20px 20px 0;
}

#home #extras .livechannel {
	margin: 0 10px 20px;
}

.vpro-media-epg {
	margin-bottom: 30px;
}

.vpro-media-epg .pcontrols {
	float: none;
}

.guideoverview a {
	text-decoration: none;
	display: block;
}

.guideoverview h3 {
	font-size: 2.4em;
	position: relative;
	color: #B9BDC0;
	margin: 15px 10px 10px 10px;
}

.guideoverview a.earlier-today,.guideoverview a.earlier-today:link {
	display: block;
	text-decoration: none;
	color: #929497;
	margin: 0 10px;
	display: block;
	border-bottom: 1px solid #929497;
	padding-left: 15px;
	background: url('../img/icons/expand.gif') left 2px no-repeat;
	height: 20px;
	clear: both;
}

.guideoverview a.earlier-today.open {
	background-image: url('../img/icons/collapse.gif');
}

.guideoverview .guide tr {
	cursor: pointer;
	padding: 5px 0;
	float: left;
}

.guideoverview p {
	margin: 0;
	line-height: 1.6em;
}

.guideoverview .guide tr:hover {
	background: white;
}

.guideoverview td {
	vertical-align: top;
}

.guideoverview .time,.guideoverview .channel {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #929497;
}

.guideoverview .time {
	font-weight: bold;
	width: 20%;
	text-align: center;
}

.guideoverview .channel {
	width: 10%;
}

.guideoverview .description,
.guideoverview .details {
	color: #555;
}

.guideoverview .description {
	font-size: 1.2em;
	line-height: 1.6em;
	width: 308px;
}

.guideoverview .description a {
	padding-right: 10px;
}

.guideoverview .description strong {
	color: #BE003C;
	font-weight: bold;
}

.guideoverview .description em {
	font-weight: bold;
	font-style: normal;
}

.guideoverview .details {
	margin-top: 5px;
	display: none;
}

.guideoverview .details {
	padding: 3px 10px 3px 0;
	color: #929497;
}

.guideoverview .details dt {
	float: left;
	font-weight: bold;
	color: #B9BDC0;
	margin-right: 10px;
}

.guideoverview .details a {
	text-decoration: none;
	color: #BE003C;
}

.links {

}

.links h2 {
	background: url('../img/icons/arrow_open.png') no-repeat left 4px;
	padding-left: 15px;
	cursor: pointer;
	text-transform: lowercase;
	font-size: 1.4em !important;
	color: #BE003C;
	margin-bottom: 5px;
}

#playlist .links h2:hover {
	background: url('../img/icons/libullethover.png') no-repeat 4px 5px;
}

.links ul {
	margin-left: 1px;
}

.links ul ul {
	margin-left: 12px;
}

.links ul ul ul {
	margin-left: 23px;
}

.links ul ul ul ul {
	margin-left: 34px;
}

.links li span,.links li a {
	display: block;
	background: url('../img/icons/libullet.png') no-repeat left 4px;
	margin: 5px 0;
	padding-left: 12px;
	font-size: 1.2em;
	color: #929497;
	text-decoration: none;
	text-transform: lowercase;
}

.links li a:hover {
	background-image: url('../img/icons/libullethover.png');
	color: #be003c;
}

.links h6 {
	font-size: 1.2em;
	font-weight: bold;
}

.links h6 a {
	text-decoration: none;
	color: #BE003C;
}

.links a.current {
	color: black;
}

.links .group {

}

.links .group dt {
	width: 12px;
	height: 12px;
	float: left;
	background-repeat: no-repeat;
	background-position: -2px 2px;
	cursor: pointer;
}

.links .group.open dt {
	background-image: url('../img/icons/arrow_open.png');
}

.links .group.closed dt {
	background-image: url('../img/icons/arrow_closed.png');
}

.links .group dt.link {
	background: url('../img/icons/libullethover.png') no-repeat 0 4px;
}

.links .group.current a {
	font-weight: bold;
}

.links .group dd a {
	background: none;
	color: #be003c;
}

#home .links {
	width: 310px;
	margin: 0 10px 20px 10px;
}

#home .links li span,.links li a {
	text-transform: none;
}

#home .links h2,#home .links h2:hover {
	background: none;
	padding-left: 0;
	font-size: 1.6em !important;
	margin-bottom: 5px !important;
}

.bookmarkbox {
	background: white;
	position: absolute;
	top: 24px;
	left: 0px;
	width: 90px;
	z-index: 10;
	padding: 5px;
	display: none;
	box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
}

.bookmarkbox li {
	margin: 0 0 11px;
	clear: left;
}

.bookmarkbox a {
	background-image: url('../img/icons/share.png') !important;
	background-repeat: no-repeat !important;
	color: #999;
	padding: 1px 0 1px 22px;
	text-decoration: none;
	font-size: 1.1em;
}

.bookmarkbox a:hover {
	background-color: white !important;
	color: black !important;
}

.bookmarkbox li.delicious a {
	background-position: 0px 0px;
}

.bookmarkbox li.facebook a {
	background-position: 0px -15px;
}

.bookmarkbox li.facebooklike iframe {
	height: 20px;
	margin-top: 2px;
	width: 200px;
}

.bookmarkbox li.twitter a {
	background-position: 0px -63px;
}

.bookmarkbox li.hyves a {
	background-position: 0px -31px;
}

.bookmarkbox li.linkedin a {
	background-position: 0px -47px;
}

.vpro-ster-banner {
	margin-bottom: 30px;
}

.vpro-ster-banner h3 {
	color: #aaaaab;
	font-size: 1.2em;
	margin-bottom: 4px;
}

.vpro-ster-banner .ad {
	background-color: #fff;
	text-align: center;
}

#home .vpro-ster-banner {
	margin: 0 10px 20px 10px !important;
}

#home .vpro-ster-banner .rectangle {
	width: 310px;
}

#home .vpro-ster-banner h3 {
	font-size: 1.6em;
	margin-bottom: 5px;
}

#home .vpro-ster-banner .ad {
	padding: 8px 0px;
}

.teaser-group {

}

.teaser-group .group-title a,.teaser-group .group-title a:link,.teaser-group .group-title a:visited,.teaser-group .group-title a:hover,.teaser-group .group-title a:active
	{
	text-decoration: none;
	color: #be003c;
}

#home .teaser-group {
	margin: 0 0 20px !important;
	width: 330px;
}

#home .teaser-group .group-title {
	padding: 0 10px;
}

#home .teaser-group .mgnlControlBarSmall {
	width: 95% !important;
}

.labelheader {
	float: none !important;
}

#home #main .labelheader {
	width: auto;
	margin: 0;
	padding: 0;
}

#guide #extras-1 .labelheader,#live #extras-1 .labelheader {
	width: 220px;
	height: 25px;
	background: #DADFDF;
	margin-bottom: 10px;
}

#guide #extras-1 .labelheader h3,#live #extras-1 .labelheader h3 {
	padding: 5px 5px 5px 10px;
	color: black;
	text-transform: lowercase;
	font-size: 1.2em;
}

#home #main .labelheader h3 {
	padding: 0 10px 7px 0px;
}

#section #main .labelheader {
	float: none;
	padding: 0 10px;
	clear: both;
	margin-bottom: 5px;
}

.teaseroverview {
	float: left;
	min-height: 560px;
	/* This is the minimal height when the hover is on the bottom row */
}

.vpro-newsletter-subscription {
	overflow: hidden;
}

.vpro-newsletter-subscription p {
	color: #929497;
	clear: both;
}

.vpro-newsletter-subscription a,.vpro-newsletter-subscription a:link,.vpro-newsletter-subscription a:visited
	{
	color: #BE003C;
	text-decoration: none;
}

.vpro-newsletter-subscription a:hover,.vpro-newsletter-subscription a:active
	{
	background-color: #BE003C;
	color: #fff;
}

.vpro-newsletter-subscription label,.vpro-newsletter-subscription .submit
	{
	background-color: #e6e8e8;
	color: #666;
	display: block;
	padding: 0 5px;
	line-height: 25px;
	float: left;
	font-weight: bold;
}

.vpro-newsletter-subscription label {
	width: 42%;
	font-size: 1.2em;
}

.vpro-newsletter-subscription .input-wrap {
	width: 42%;
	float: left;
	background-color: #fff;
	height: 25px;
}

.vpro-newsletter-subscription input.text {
	border: 0;
	padding-top: 5px;
	line-height: 20px;
	display: block;
	color: #999999;
	font-size: 1.2em;
	width: 95%;
	margin-left: 2px;
}

.vpro-newsletter-subscription .submit {
	font-size: 1.2em;
	border: 0;
	height: 25px;
	cursor: pointer;
}

.vpro-newsletter-subscription .submit:hover {
	background: #BE003C;
	color: white;
}

#home .vpro-newsletter-subscription {
	width: 310px;
	margin: 0 10px 30px;
}

.box.gsc-result {
	position: relative;
	padding-top: 25px;
}

.gsc-result .gsc-search-box {
	position: absolute;
	clear: both;
	background-color: #fff;
	height: 25px;
	top: 0px;
	left: 0px;
	width: 650px;
}

.gsc-clear-button {
	display: none;
}

.gsc-tabsAreaInvisible,.gsc-resultsHeader {
	display: none;
}

.new-search {
	display: block;
	clear: both;
	background-color: #fff;
	height: 25px;
}

.new-search h2,.new-search label span {
	display: none;
}

.new-search fieldset {
	position: relative;
}

.new-search fieldset label,td.gsc-input {
	float: left;
}

.new-search fieldset .search,input.gsc-input {
	width: 500px;
	margin: 0 10px;
	border: 0;
	height: 24px;
	line-height: 25px;
	font-size: 1.2em;
}

.new-search fieldset .button,.gsc-search-button {
	width: 130px;
	background: url("../img/icons/search-again.png") no-repeat right center
		#000;
	float: right;
	border: 0;
	color: #fff;
	text-transform: lowercase;
	height: 25px;
	line-height: 22px;
	font-size: 1.2em;
	cursor: pointer;
}

h1.search-result,.gsc-result h1 {
	height: 65px;
	background-color: #dadfdf;
	font-size: 1.2em;
	padding: 0 10px;
	line-height: 25px;
	color: #939598;
}

h1.search-result em.search-term {
	color: #be003c;
}

.search-result {

}

.search-result ol,.gsc-results {
	width: 650px;
}

.search-result ol li {
	float: left;
	clear: left;
	width: 630px;
	padding: 10px;
	cursor: pointer;
}

.gsc-results .gsc-result {
	cursor: pointer;
	padding-left: 24px;
	background: url("../img/icons/libullethover.png") no-repeat scroll 10px
		17px transparent;
}

.gsc-results .gsc-result .gs-result {
	padding: 10px;
}

.search-result ol li em.highlight,.gsc-results .gsc-result b {
	color: #be003c !important;
}

.search-result ol li:hover {

}

.gsc-results .gsc-result:hover {
	background: url("../img/icons/libulletstagehover.png") no-repeat scroll
		10px 17px #BE003C;
}

.gsc-results .gsc-result:hover .gs-result {
	background: white;
}

.search-result ol li:hover .teaser .overlay {
	background: #BE003C;
}

.search-result ol .teaser {
	float: left;
	width: 200px;
	height: 112px;
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.search-result ol .teaser img {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}

.search-result h2,.search-result h3 {
	color: white;
	font-size: 1.6em !important;
	position: absolute;
}

.search-result h3 {
	padding: 5px;
	bottom: 0;
}

.search-result h2 {
	width: 150px;
	height: 112px;
	left: 50px;
	top: 0px;
	background: url('../img/overlay/transblack.png') center center;
}

.search-result h2 a {
	text-decoration: none;
	position: absolute;
	bottom: 0;
	color: white;
	padding: 5px;
}

.search-result ol h3 {
	width: 43px;
	text-align: right;
	overflow: hidden;
}

.search-result ol .overlay {
	width: 50px;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/overlay/transpurple50.png');
}

.search-result ol .text {
	float: right;
	width: 400px;
}

.search-result ol .text p,.gsc-results .gsc-result {
	color: black;
	font-size: 1.2em;
	line-height: 20px;
}

.search-result ol .text p strong,.gsc-results .gsc-result .gs-title,.gsc-results .gsc-result .gs-title:link,.gsc-results .gsc-result .gs-title:visited
	{
	font-weight: bold;
	color: #BE003C;
	cursor: pointer;
}

.gsc-results .gsc-result .gs-title {
	float: left;
	cursor: pointer;
	padding-right: 5px;
}

.gsc-results .gsc-result .gs-title,.gsc-results .gsc-result .gs-title:link,.gsc-results .gsc-result .gs-title:visited
	{
	font-weight: bold;
	text-decoration: none;
}

.gsc-results .gsc-result .gs-title:hover,.gsc-results .gsc-result .gs-title:active
	{
	text-decoration: underline;
}

.search-result ol .text p em,.gsc-result .gs-visibleUrl-long {
	color: #929497;
	font-style: normal;
}

.gsc-result .gs-visibleUrl-short,.gsc-result .gs-watermark {
	display: none;
}

/*
    Image gallery
*/
.vtk-image-gallery .images .image dl,
dl.content-small {
	display: none;
}

/*
	TextImage
*/
.vtk-text-image img.left,
.vtk-text-image .left img,
img.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.vtk-text-image img.right,
.vtk-text-image .right img,
img.mod {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}



/*
	Fix for hdTextImage
*/
#extras #extras-1>h2, #extras #extras-1>p, #extras #extras-1>img
{
    padding-left:  10px;
    padding-right: 10px;
}

#extras #extras-2>img {
	width: 160px;
}

/*
	vtkHTMLEmbed
*/
.vtk-htmlembed {
	margin: 0px 10px 20px;
	line-height: 19px;
	overflow-x: hidden;
}

.vtk-htmlembed h2 {
    color: #BE003C;
	font-size: 1.3em;
}

#home .vtk-htmlembed h2 {
	font-size: 1.6em;
}

#main .vtk-htmlembed h2 {
	font-size: 1.4em;
}

.vtk-htmlembed h3 {
	color: #929497;
	/*font-weight: bold;*/
	font-size: 1.3em;
	clear: left;
}

.vtk-htmlembed .content {
	font-size: 1.2em;
}
.vtk-htmlembed .content p {
	font-size: 1em;
}

	#extras #extras-1 .vtk-htmlembed {
		width: 200px;
	}

	#extras #extras-2 .vtk-htmlembed {
		margin-left: 0px;
		margin-right: 0px;
		width: 155px;
	}

	#extras-1 .vtk-htmlembed h2, #extras-2 .vtk-htmlembed h2 {
		float: left;
		padding-right: 0.6em;
		/*font-weight: bold;*/
	}

	/* Extra stuff for homepage */
	#home #extras-1 .vtk-htmlembed, #home #extras-2 .vtk-htmlembed {
		width: 300px;
		padding: 10px;
		margin: 0;
	}

/* Disqus comments */
#disqus_thread {
	clear: both;
	float: left;
	font-size: 1.2em;
	width: 420px;
	background: #E8E8E9;
}

	#disqus_thread a {
		color: #929497;
		text-decoration: none;
		font-size: 12px;
		text-decoration: none;
	}

	#disqus_thread a:hover {
		color: #be003c;
	}

	#disqus_thread .dsq-textarea-background {
		background: white;
		border-radius: 0;
		border-width: 0;
		box-shadow: inherit;
	}

	#disqus_thread #dsq-comments .dsq-comment {
		background: white;
		margin: 0 0 2px 0;
	}

	#wrapper #disqus_thread .dsq-avatar,
	#wrapper #disqus_thread .dsq-avatar img {
		border-radius: 0;
	}

	#wrapper #disqus_thread .dsq-avatar {

	}

	#disqus_thread h3,
	#dsq-account-dropdown a,
	#disqus_thread .dsq-comment-header {
		font-family: Arial, Helvetica, sans-serif;
		color: #929497;
		font-size: 12px;
		font-weight: bold;
		height: 18px;
		line-height: 18px;
		margin: 0;
		text-transform: lowercase;
		margin-left: -10px;
	}

	#disqus_thread #dsq-reply h3,
	#dsq-account-dropdown a {
		background: #aaaaab;
		color: white;
	}

	#disqus_thread .dsq-comment-header {
		background: #E8E8E9;
		border: 0;
		margin-left: -10px;
		padding: 2px 10px 5px;
		height: 8px;
		border-radius: 0;
		line-height: 8px;
		display: inline;
	}

	#disqus_thread .dsq-commenter-name {
		color: #929497;
		font-size: 12px;
	}

	#disqus_thread h3 {
		padding: 3px 5px 3px 10px;
	}

	#disqus_thread ..dsq-comment-body {
		padding: 0;
	}

	#dsq-account-dropdown a {
		padding: 3px 5px;
		display: block;
	}

		#dsq-account-dropdown a:hover {
			background: #be003c;
			color: white;
		}

	#dsq-sort-by {
		line-height: 22px;
		margin-right: 5px;
	}

	#disqus_thread .dsq-collapse-toggle {
		display: none;
	}

	#disqus_thread .dsq-comment-text {
		color: #333;
		font-style: italic;
	}

	#disqus_thread .dsq-comment-message {
		padding: 10px 0;
	}

	#disqus_thread .dsq-comment-footer {
		padding-bottom: 10px;
	}

	#disqus_thread #dsq-subscribe em {
		text-decoration: none;
	}

	#disqus_thread #dsq-footer {
		padding-left: 10px;
	}
