
body {
	background: url(../img/player-bg.jpg) no-repeat 0 0;
	background-color:#2a3861;	
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	text-align:center;
}

#category-div {
	position: absolute;
	font-size:12px;
	left: 8px;
	width: 158px;
	height: 440px;
}

#category-div h1 {
	text-align: left;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 4px;
	color: #ffffff;
}

#playlist-title {
	position: absolute;
	top: 10px;
	left: 175px;
	width: 120px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#playlist-div {
	position: absolute;
	top: 29px;
	left: 172px;
}

#player-div {
	position: absolute;
	top: 16px;
	left: 336px;
}

#videocnt-div {
	position: absolute;
	top: 420px;
	left: 175px;
	width: 120px;
	text-align: right;
	font-size: 10px;
	color: #ffffff;
}

#banner-div {
	position: absolute;
	top: 500px;
	left: 380px;
	width: 590px;
	text-align: center;
	vertical-align: middle;
}

#video-info-div {
	position: absolute;
	top: 390px;
	left: 335px;
	width: 590px;
	height: 20px;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
	z-index: 99;
}

#video-info-div h1 {
	font-size: 16px;
	text-align: center;
	vertical-align: top;
}

#bubble-div {
	position: absolute;
	text-align: left;
	text-decoration: none
	font-size: 14px;
	color: #ffffff;
	z-index: 99;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #000;
}

#livefeed-div {
	position: absolute;
	top: 10px;
	left: 175px;
	width: 120px;
}

#share-div {
	position: absolute;
	top: 376px;
	left: 850px;
	width: 70px;
}

div.playlist {
	left: 0px;
    width: 140px;
    height: 380px;
	padding-top: 10px;
    padding-left: 10px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
    display: block;
	overflow: auto;
}

div.playlistitem {
    width: 102px;
    height: 96px;
	padding-left: 2px;
	overflow: hidden;
}

div.thumbnail img {
	border: 1px solid #FFFFFF;
}

div.vtitle {
    height: 30px;
	position: relative;
	top: -2px;
}

div.items a {
    text-decoration: none;
	color: #FFFFFF;
	outline: none;
}

div.items span.nowplaying {
	visibility: hidden;
	position: relative;
	top: -45px;
}

div.items span.upnext {
	visibility: hidden;
	position: relative;
	top: -60px;
}

