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

.imageFilm {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 76px;
	width: 90px;
	border: 1px solid #999999;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	background-image: url(../images/filmImages/imagebk.jpg);
	margin-right: 10px;
}
.imageThumb {
	margin-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
	height: 48px;
	width: 80px;
	margin-top: 13px;
}
.filmStory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	border: thin double #000033;
	list-style-type: disc;
	margin: 5px;
}
.story {
	list-style-type: disc;
}
.filmStoryLi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-indent: 5px;
	vertical-align: middle;
	padding-top: 10px;
	list-style-type: decimal;
	padding-left: 40px;
}

