#mktv-container {
    width:280px;
    font-family: arial,helvetica,sans-serif;
    margin:0px;
    padding:0px;
}

#mktv-container #logo img {
    display:none;
}

#mktv-container #broadcast {
    margin:0px;
    padding: 10px 10px 7px 10px;
    background-color: #f0f0f0;
}
#mktv-container #broadcast div.section{
   font-size:11px;
   color: #888888;
}


#mktv-container #broadcast div.text {
    margin-bottom: 2px;
	margin-left:-1px;
    font-weight: bold;
    font-size: 14px;
    text-decoration:none;
    color: #000;
}
#mktv-container #broadcast div.ingress {
	font-size:11px;
	line-height:16px;
	text-decoration:none;
}

#mktv-container #broadcast div.ingress span {
	display: none;
}

#mktv-container #broadcast div.ingress p {
    margin:0;
}

#mktv-container #articles {
    margin-top: 10px;
}

#mktv-container #articles div.article {
    margin-bottom: 10px;
}

#mktv-container #articles td.image img {
    border: none;
}

#mktv-container #articles td.text {
    height:60px;
    width: 100%;
    padding-left:10px;
    font-size: 10px;
    color: #000;
}

#mktv-container #articles td.text a {
    font-size: 10px;
    text-decoration:none;
    color: #005da8;
}

#mktv-container #articles td.text a:hover {
    font-size: 10px;
    text-decoration:underline;
    color: #005da8;
}

#mktv-container div.article-ingress {
	font-size:11px;
	line-height:15px;
	margin-bottom:1px;
}

#mktv-container div.article-ingress span {
	display: none;
}

#mktv-container div.article-header {
	font-size:15px;
	font-weight:bold;
	margin:-2px 0px 1px -1px;
}

#mktv-container div.article-link {
    background: URL(http://hallandsposten.abcdn.net/_teaser/webtv_arrow.gif)  no-repeat left center;
    font-size: 10px;
    padding-left:8px;

}

#mktv-container #channels
{
    font-size:14px;
	font-weight:bold;
}

#mktv-container #channels a
{
	color:#005DA8;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#mktv-container #channels a:hover
{
	color:#005DA8;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

#mktv-container #thumb {
    position: relative;	
}

#mktv-container #play img{
    position: absolute;
    bottom: 9px;
    left: 16px;   
}
#mktv-container div.thumb {
    position: relative;
}

#mktv-container div.play img{
    position: absolute;
    bottom: 9px;
    left: 16px;
}