/*Playing Video Section*/

#playingVideo
{
	padding: 15px;
	width:480px;
	min-height:400px;
	text-align:left;
}

#player
{
	padding: 11px 0 11px 0;
}


a.watch
{
	font-size:85%;
	font-weight:normal;
}

.playlist
{
	padding-top: 25px;
}

.playlist h3
{
	padding-left: 15px;
}

/* usually for the homepage, right section*/

.thumbnail-container
{
	float:left;
	text-align:left;
	margin: 16px;
	width: 80px;
}

.thumbnail
{
	width: 80px;
}


/* usually for the right section*/

#video-list
{
	position: relative;
	margin-top: 5px;
	height: 375px;
	overflow-x: hidden;
	overflow-y: scroll;
	background: white;
	padding: 5px;
	color: #484748;
	border: solid 1px #ccc;
}

.video
{
	position: relative;
	width: 237px;
	margin-bottom: 3px;
	cursor: pointer;
	padding: 5px;
	border: solid 1px white;
}

.nowplaying
{
	background-color: #ffc;
	border: solid 1px #999;
}

.video .left
{
	width:80px;
	height:60px;
	float:left;
	text-align:center;
	margin-right:5px;
}


.video .right
{
	width:144px;
	float:left;
	text-align:left;
}



/* text formatting*/


a.disabled:hover
{
	text-decoration:none;
	cursor:default;
}
