body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#wrap {
	width: 809px;
	background-color: #ffffff;
	height: 523px;
	/*border: solid 1px #000000;*/
	margin: 12px auto 0px auto;
	/*padding: 0px 1px 1px 1px; */
	padding: 0px;
}

#banneri {
	width: 809px;
	height: 112px;
	background-image: url(../images/bannerbg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#banneri .logot {
	float:right;
	margin:29px 29px 0px 0px;
}

#banneri .banneri {
	margin: 0px 0px 0px 24px;
}

#topnavi {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

#webtv-topnavi,
#webtv-topnavi-l2 {
	display: block;
	height: 30px;
	margin: 0px 0px 0px 21px;
	padding: 0;
	width: 754px;
}

#webtv-topnavi {
	background-color: #2E338F;
}

#webtv-topnavi-l2 {
	background-color: #ffffff;
}

#webtv-topnavi li,
#webtv-topnavi-l2 li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#webtv-topnavi li a,
#webtv-topnavi-l2 li a {
	display: block;
	float: left;
	padding: 0px 10px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#topnavi #webtv-topnavi-l2 li a {
	padding: 0px 20px 0px 0px;
}

#webtv-topnavi li a {
	color: #ffffff;
	background-color: #2E338F;
}

#webtv-topnavi-l2 li a {
	color: #2E338F;
	background-color: #ffffff;
}

#webtv-topnavi li a:hover,
#webtv-topnavi-l2 li a:hover {
	text-decoration: underline;
}

#webtv-topnavi li.current a {
	color: #ffffff;
	background-color: #C2CD27;
}

#webtv-topnavi-l2 li.current a {
	color: #C2CD27;
}

#mainscreen {
	width: 767px;
	height: 442px;
	background-image: url(../images/mainbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 21px 19px 21px;
}

#content {
	width: 406px;
	float: left;
}

#playlist {
	float: left;
	margin-left: 27px;
	padding: 16px 0px 16px 0px;
	height: 382px;
	width: 319px;
	border: solid 1px #4F54A0;
	overflow: auto;
	background-color: #F6F6F7;
}

#info  #playingTitle {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 20px 0px 5px 0px;
}

#info #playingInfo {
	font-size: 12px;
	color: #ffffff;
	overflow: auto;
	height: 114px;
	padding-right: 10px;
}

#playlist table td.item {
	cursor: pointer;
	background-color: transparent;
	vertical-align: middle;
}

#playlist table td.item .title,
#playlist table td.itemover .title {
	font-weight: bold;
	color: #D10056;
	font-size: 11px;
}

#playlist table td.vertspacer {
	width: 16px;
	background-color: transparent;
}

#playlist table td.spacer {
	background-image: url(../images/divider.gif);
	background-position: 16px 7.5px;
	background-repeat: no-repeat;
	height: 15px
}

#playlist table td.itemover{
	cursor: pointer;
	background-color: #E0E1E2;
}

#playlist table .description {
	padding-left: 19px;
	height: 59px;
	width: 145px;
	overflow: hidden;
	font-size: 10px;
	float: left;
	padding-top: 5px;
}

#playlist table .image {
	background-image: url(../images/placeholder.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	width: 102px;
	height: 64px;
	padding: 2px;
	float: left;
}

#playlist table .image img {
	width: 102px;
	height: 64px;
}
