@charset "utf-8";

/* CSS Document TNR TV */

#tnrTV {
	background-color: #f0f0f0;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#tnrTV .leftContent {
	width: 130px;
	position: relative;
	float: left;
	display: block;
	margin-top: 4px;
	padding: 5px;
}

#tnrTV .logo {
	width: 87px;
	height: 32px;
	border: 0px;
	position: relative;
}

#tnrTV .tvImg {
	width: 150px;
	height: 100px;
	border: 0px;
	position: relative;
}

#tnrTV a.tvLink, 
#tnrTV a.tvLink:link, 
#tnrTV a.tvLink:visited, 
#tnrTV a.tvLink:active,
#tnrTV a.tvLink:hover {
	color: #000000;
	font-family: Verdana;
	font-size:11px;
	text-decoration: none;
}

/* stacked */

#tnrTVStacked {
	background-color: #f0f0f0;
	display: block;
	width: 205px;
}

#tnrTVStacked .logo {
	width: 87px;
	height: 32px;
	border: 0px;
	position: relative;
}

#tnrTVStacked .tvImg {
	width: 150px;
	height: 100px;
	border: 0px;
	position: relative;
}

#tnrTVStacked .content {
	padding: 5px;
}

#tnrTVStacked a.tvLink, 
#tnrTVStacked a.tvLink:link, 
#tnrTVStacked a.tvLink:visited, 
#tnrTVStacked a.tvLink:active,
#tnrTVStacked a.tvLink:hover {
	color: #000000;
	font-family: Verdana;
	font-size:11px;
	text-decoration: none;
}

