* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #111 url(../images/body_bg.jpg) no-repeat;
	color: #ddd;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a {
	color: #fff;
}	
#playlist {
	margin-top: 4px;
}	
#video_page {
	width: 960px;
	height: 596px;
	margin: 10px;
	overflow: hidden;
	position: relative;
}	
#banner {
	width: 493px;
	height: 73px;
	line-height: 73px;
	text-align: center;
	overflow: hidden;
	float: right;
	margin: 20px 0 0 0;
}
#banner img {
	width: 493px;
	height: 73px;
}
#sidebar {
	width: 310px;
	height: 383px;
	float: right;
	position: relative;
	margin: 10px 0 0 0;
}	
#player {
	width: 640px;
	float: left;
	
}
#content {
	width: 100%;
	clear: both;
}
#playlist {
	position: absolute;
	bottom: 0;
}
#sponsor {
	width: 300px;
	height: 250px;
	line-height: 260px;
	text-align: center;
	position: absolute;
	top: 0;
	overflow: hidden;
}
#sponsor img {
	width: 270px;
	height: 248px;
	margin: 5px 0 0 0;
}
#nowplaying {
	margin: 10px 0;
	float: left;
}
	#nowplaying h3 {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #888;
		margin: 5px 7px 0;
	}
	#nowplaying h2 {
		font: 30px "Lucida Grande", Arial, Helvetica, sans-serif;
		color: #fff;
		margin: 5px 5px 2px;
		width: 446px;
		overflow: hidden;
	}
	#nowplaying .views {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		color: #999;
		margin: 0 7px;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding: 3px 6px;
	border: 1px solid #454545;
}
.favorites_ex {
	clear: both;
	padding: 25px 10px 10px 10px;
}
.favorites_ex h3 {
	margin: 10px 0;
}
#sponsor .swf {
	width: 300px;
	height: 250px;
	position: relative;
	background: #fff;
	border: none;
}
	#sponsor .swf object, #sponsor .swf embed {
		width: 300px;
		height: 250px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#sponsor .swf span {
		width: 300px;
		height: 250px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
	}
#banner .swf {
	width: 728px;
	height: 90px;
	position: relative;
	background: #fff;
	border: none;
}
	#banner .swf object, #banner .swf embed {
		width: 728px;
		height: 90px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#banner .swf span {
		width: 728px;
		height: 90px;
		position: absolute;
		top: 0
		left: 0;
		cursor: pointer;
	}
#sponsor iframe {
	width: 300px;
	height: 250px;
	border: none;
	overflow: hidden;
	background: none;
}
#banner iframe {
	width: 728px;
	height: 90px;
	border: none;
	overflow: hidden;
	background: none;
}

/* Large banner ad 728 x 90 */
.large_banner {
	background: #111 url(../images/body_bg_728_90.jpg) no-repeat;
}
.large_banner #banner {
	width: 728px;
	height: 90px;
	top: 476px;
	left: 116px;
	position: absolute;
	margin: 0;
}
.large_banner #banner img {
	width: 728px;
	height: 90px;
}
.large_banner #nowplaying h2 {
	width: auto;
}

/* No sponsor ad */
.no_sponsor #sponsor {
	display: none;
}
.no_sponsor #playlist {
	background: #efefef;
}