#videoCont
{
	margin:0;
	padding:0;
	
	float: left;
	
	width: 390px;
	
	background-color:#AAA9A9;
}
#videoCont object
{
	float: left;
	padding:0;

}
#videoCont embed
{

}

#videoCont #videoInfo
{
	width: 100%;
	background-color:#AAA9A9;
		
	margin:0;
	padding:0;
	
	font-size: 1em;
}

#videoInfo h1
{
	color:#383431;
	font-size: 1em;
	font-weight:normal;
	
	margin: 5px 10px;
}
#videoInfo p
{
	color: white;
	font-size: 0.9em;
		
	padding:0;
	margin: 5px 10px;

}

.videoThumb
{
	position: absolute;
	left: 410px;
	top:0;
	
	width: 130px;
	
	padding: 15px 20px 25px;
	
	cursor:pointer;
}

.videoThumb img
{
	margin:0;
	border:0;
}
.videoThumb h1
{
	font-size:1.1em;
	font-weight: normal;
	color:#72706F;
	
	padding:0;
	margin:15px 0;
}
.videoThumb span
{
	color:#007CC3;
	font-size: 0.9em;
}

#otherVideos
{
	margin-left: 405px;
	
	position: relative;


}
.videoRow
{
	overflow: auto;
	
	margin:0;
	
	*height: 1%;
}
.item
{
	float: left;
	
	width:120px;
	height: 175px;
	
	padding: 15px 20px 15px;
	margin:0;
	
	cursor:pointer;
	
}
.item img
{
	width:120px;
	height:79px;
	
	border:0;	
}

.item .title
{
	display: block;
	
	font-size:1.1em;
	font-weight: normal;
	color:#72706F;
	
	padding:0;
	margin:15px 0;

}

.item .duration
{
	display: block;
	
	color:#007CC3;
	font-size: 0.9em;
}


#moreVideos
{
	/*position: absolute;
	top: 400px;
	left: 830px;
	*/
	clear: both;
	float: right;
	
	margin-right: 20px;

}
#moreVideos a:link,
#moreVideos a:visited,
#moreVideos a:active
{
	color:#AAA9A9;
	font-size: 0.9em;
}
#moreVideos a:hover
{
	color:#383431;
}
