
/**
 * Top styles for TV2 Nord
 */
#top {
	overflow:hidden;
}

#top .item {
	float:left;
}

#logo img {
	padding:0 12px 0 0;
}

/**
 * Featured news at top
 */
#top-featured div.info {
	float:left;
	width:245px;
	padding:0px 15px;
	overflow:hidden;
	background-color:white !important;
}

#top-featured a {
	text-decoration:none;
}

#top-featured div.info h2.title {
	margin:.2em 0 .1em;
	font-size:2em;
}

#top-featured div.info h2.title a, #top-featured div.info h2.title a:hover {
	color:#FFFFFF !important;
}

#top-featured h2.teasertitle {
	margin:.2em 0 .1em;
	font-size:1.1em;
}

#top-featured h2.teasertitle a, #top-featured h2.teasertitle a:hover {
	color: black !important;
}

#top-featured div.info p.text {
	display:block;
	margin:0;
	font-size:0.8em;
	line-height:1em;
	clear:both;
}

#top-featured div.info p.text a.teaser {
	display:block;
	color:#000000;
	height:35px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}

#top-featured div.info p.text a.teaser:hover {
	color: #000000 !important;
}

#top-featured div.info a.read-more {
	display:block;
	color:black;
	font-size:0.95em;
	margin:3px 0 0;
	text-align:right;
}

#top-featured div.info a.read-more:hover {
	color: black !important;
}

#top-featured a.image {
	float:right;
	display:block;
	line-height:0;
	overflow:hidden;
	text-align:center;
	max-height:103px;
	max-width:175px;
}

#top-featured a.image img {
}

/**
 * Top search block
 */
#top #top-search-block {
	background-color: #64ABCB;
	width:197px;
	float:right;
	padding:0px;
	height:103px;
}

#top #top-search-block a, #top #top-search-block a:hover {
	display: block;
	color: #FFFFFF !important;
	text-decoration: none;
}

#top #top-search-block #ts-top {
	background-color: #355969;
	padding: 2px;
	font-size: 165%;
	font-weight: bold;
	text-align: center;
}

#top #top-search-block #ts-bottom {
	background-image: url('/themes/tv2oj_theme/images/remote.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 68px;
}

#top #top-search-block #ts-bottom a {
	padding: 13px 0px 5px 15px;
}

