body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #D5D5D5;
}

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

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

#wrap {
	width: 798px;
	background-color: #ffffff;
	height: 635px;
	border: solid 1px #000000;
	margin: 12px auto 0px auto;
	padding: 0px 1px 1px 1px;
}

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

#banneri .logot {
	margin: 6px 0px 14px 33px;
}

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

#mainscreen {
	width: 756px;
	height: 418px;
	background-image: url(../images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 23px 21px 19px 21px;
}

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

#playlist {
	float: left;
	margin-left: 27px;
	padding: 16px 0px 16px 0px;
	height: 382px;
	width: 419px;
	border: solid 1px #000000;
	overflow: auto;
	background-color: #D7E4DD;
}

#info  #playingTitle {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 20px 0px 17px 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;
}

#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: #86AD9B;
}

#playlist table .description {
	padding-left: 19px;
	height: 59px;
	width: 245px;
	overflow: hidden;
	font-size: 11px;
	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;
}