@import url(base.css);

#movie {
	width: 500px;
	}

/* Movie Description */

.movDesc {
	margin-left: 40px;
	margin-right: 40px;
	border: 1px solid #606060;
	padding: 1em;
	font-style: italic;
	color: #606060;
	background-color: #efefef;
	}

/*Next and Previous Movie Styles */

.prev_active a {
	position: relative;
	float: left;
	margin-left: 80px;
	text-decoration: none;
	padding: 10px;
	background-color: #069;
	width: 110px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #fff;
	}

.prev_inactive {
	position: relative;
	float: left;
	margin-left: 80px;
	text-decoration: none;
	padding: 10px;
	background-color: #fff;
	width: 110px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #606060;
	border: 1px solid #606060;
	}

.next_active a {
	position: relative;
	float: right;
	margin-right: 80px;
	text-decoration: none;
	padding: 10px;
	background-color: #069;
	width: 110px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #fff;
	}

.next_inactive {
	position: relative;
	float: right;
	margin-right: 80px;
	text-decoration: none;
	padding: 10px;
	background-color: #fff;
	width: 110px;
	text-align: center;
	font-family: Arial, sans-serif;
	color: #606060;
	border: 1px solid #606060;
	}

/* Navigation Styles */
#chapter_nav {
	padding: 0px;
	background-color: #fff;
	color: inherit;
	display: block;
	}

.sectionTitle a {
	display: block;
	width: 480px;
	background-color: #666;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	}

.sectionTitle a:hover, .sectionTitle a:visited {
	color: #fff;
	background-color: #666;
	}

.sectionContent ul {
	width: 460px;
	height: 250px;
	overflow: auto;
	list-style-position: inside;
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid #666;
	}

.sectionContentFull ul {
	width: 460px;
	height: 50px;
	overflow: auto;
	list-style-position: inside;
	list-style-type: none;
	position: relative;
	border-bottom: 1px solid #666;
	}

.sectionContent ul li a {
	width: 433px;
	text-decoration: none;
	display: block;
	color: #666;
	padding: 5px;
	background-color: inherit;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

.sectionContentFull ul li a {
	text-decoration: none;
	display: block;
	color: #666;
	padding: 5px;
	background-color: inherit;
	font-family: Arial, sans-serif;
	font-size: 12px;
	}

.sectionContent ul li a:hover, .sectionContentFull ul li a:hover {
	background-color: #ccc;
	color: #fff;
	}
