@charset "UTF-8";
/* CSS Document */

#topMovieContainer {
	height: 350px;
	width: 920px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #637f8a;
	margin-right: 20px;
	margin-left: 20px;
}
#movieLowerContainer {
	height: 500px;
	width: 920px;
	padding-right: 20px;
	padding-left: 20px;
}
#videoPageMovieContainer {
	margin-right: auto;
	margin-left: auto;
	height: 254px;
	width: 448px;
}
#videoPageMovieContainer h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF0000;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* Ordered List ------------------------------------------------------------------ */

div#clipsCollection ol {
	border-top: 1px dotted #637f8a;
	margin-top: 10px;
	margin-left: 30px;
	padding-left: 0px;
}
div#clipsCollection ol li {
	color: #637f8a;
	font-size: 14px;
	border-bottom: 1px dotted #637f8a;
	color: #22477D;
	font-family: Helvetica, Arial;
	list-style-type: none;
}
div#clipsCollection ol li a {
	color: #22477D;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 12px;
}
div#clipsCollection ol li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #E2F0FF;
}
div#clipsCollection ol li span {
	display: block;
	color: #666666;
	font-size: 12px;
}div#clipsCollection {
	width: 306px;
	float: left;
}
div#clipsCollection ol li a.selected {
	color: #333;
	text-decoration: none;
	background-color: #E2F0FF;
}

