body {
	font: .8em Arial, Helvetica, sans-serif;
}

.title_plus {
	text-decoration: none;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	background: transparent url(images/plus.gif) no-repeat left center;
	padding-left: 20px;
}

.title_minus {
	text-decoration: none;
	color: #003366;
	font-size: 1em;
	font-weight: bold;
	background: transparent url(images/minus.gif) no-repeat left center;
	padding-left: 20px;
}

#movies {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #2D2D2D;
}

#movies li {
	margin-bottom: 20px;
	padding: 5px;
}

#movies p {
	margin: 2px 0px;
	padding: 4px;
	border-bottom: 1px solid #99CCFF;
}

#whole_mov {
	list-style-type: none;
	margin: 0px;
	margin-bottom: 0px;
}

#whole_mov li {
	list-style-type: none;
	margin-bottom: 0px;
}

#sub_cat {
	list-style-type: none;
	margin-bottom: 0px;
	padding: 5px;
	border: 1px solid #e0efff;
	background-color: #f9fcff;
}

#sub_cat li {
	list-style-type: none;
	margin-bottom: 0px;
}

#sub_cat a {
	font-weight: normal;
	text-decoration: underline;
	color: #003366;
	background: transparent url(images/orb.gif) no-repeat left center;
	padding-left: 20px;
}

.play {
	margin-left: 20px;
	text-decoration: underline;
	font-weight: normal;
	color: #003366;
}

.flsh_ttle {
	background-color: #e0efff;
}

#mov_intro {
	padding: 5px;
	border: 1px solid #99CCFF;
	background-color: #f9fcff;
	color: #003366;
}
