/* Design for the frontpage DELFI.tv block on the 2nd column */

#delfitv_block_fp {
	margin-bottom: 12px;
	margin-left: 0px;
	background-color: #f5f5f5;
	width: 430px;
}

#delfitv_block_fp h3 {
	margin: 0;
	padding: 4px 0 0;
	font: bold 10px Verdana, sans-serif;
}

#delfitv_block_fp h3 a {
	font-weight: bold;
	color: #4a4a4a;
	text-decoration: none;
	text-transform: uppercase;
}

#delfitv_block_fp h3 a:hover, #delfitv_block_fp h3 a:active {
	color: #999999;
}

#delfitv_block_fp p {
	margin: 0;
	padding: 1px 0 0;
	font: bold 10px Verdana, sans-serif;
}

#delfitv_block_fp p a {
	font-weight: bold;
	color: #0166fe;
	text-decoration: none;
}

#delfitv_block_fp p a:hover, #delfitv_block_fp p a:active {
	color: #3f8aff;
}

#delfitv_block_fp p a.commentCount {
	font-weight: normal;
	color: #990000;
}

#delfitv_block_fp p a.commentCount:hover, #delfitv_block_fp p a.commentCount:active {
	color: #dd0000;
}

#delfitv_block_fp .block_fp_header {
	margin: 0;
	background: url('http://g.delfi.lv/d/t/peleeks.png') no-repeat;
	padding: 2px 10px 1px;
	font-size: 10pt;
}

#delfitv_block_fp .block_fp_header .readMore {
	font-weight: normal;
	color: #000000;
}

#delfitv_block_fp .block_fp_header .readMore:hover, #delfitv_block_fp .readMore:active {
	color: #999999;
}

#delfitv_block_fp .block_fp_content {
	border: 1px solid #bebdb8;
	background-color: #f5f5f5;
	overflow: hidden;
}

#delfitv_block_fp .video {
	float: left;
	margin-left: 10px;
	padding: 10px 0 8px;
	width: 199px;
}

#delfitv_block_fp .video .clickbutton {
	position: absolute;
	top: 45px;	/* (boxheight (154) - buttheight (64)) / 2 */
	left: 35px;	/* (boxwidth (199) - buttwidth (128)) / 2 */
}

#delfitv_block_fp .video .clickbutton a {
	outline: none;
}

#delfitv_block_fp .video .imagepart {
	position: relative;
	background: #000000;
	height: 154px;
}

#delfitv_block_fp .video .thumbnail {
	position: absolute;
}

#delfitv_block_fp .video .thumbnail img {
	border: solid 1px #000000;
}
