/*--------------------------------------------------*/
/*	DEFAULT											*/
/*--------------------------------------------------*/
.clear {
	display: block;
	clear: both;
}
.hidden {
	display: none;
}
img {
	border: 0;
}

/*--------------------------------------------------*/
/*	NAVIGATION										*/
/*--------------------------------------------------*/
#belly {
	border: 0px solid #F00;
}

#belly #video-guts {
	text-align:center;
	background-color: #000;
}
#belly #movie-description {
	float: left;
	width: 48%;
	padding: 5px;
	margin-bottom: 10px;
	text-align: left;
}
#belly #movie-share {
	padding: 5px;
	margin-left: 50%;
	background-color: #FFC;
}
#belly #movie-description,
#belly #movie-share {
	min-height: 50px;
}
#belly #movie-share input,
#belly #movie-share textarea {
	width: 100%;
	font-size: 9px;
}

#bottom {
	clear: both;
}
#bottom .related-video {
	float: left;
	width: 375px;
	height: 56px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #f4f4f4;
}
#bottom .related-video img {
	float:left;
	margin-right: 5px;
	width: 100px;
}
#bottom .related-video:hover {
	background-color: #e0e0e0;
}
#bottom .related-video .video-title {
	font-weight:bold;
}
