/* used by all Movies series pages */

.accordion_toggle {
	display: block;
	height: 42px;
	background: #333;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border: #333;
	cursor: pointer;
	margin: 0 0 0 0;
	background-image: url(../images/home_files/accordian_slice.png);
	background-repeat: repeat-x;
}
.accordion_toggle_active {
	background: #0D4073;
	color: #ffffff;
	border-bottom: 1px solid #0D4073;
}
.accordion_content {
	color: #444444;
	overflow: hidden;
}

/* used by content expanders such as on /jobopps */
#expander_container, .expander_container, accordion_content {
	position: relative; /* fixes slide jump in modern browsers */
}
.expander_title {
	padding: 0.66em 0 1em 2em;
	margin-bottom: 1em;
	background: url(../images/dwk/plus.png) no-repeat left 9px transparent;
	border-bottom: dashed 1px #e8e8e8;
	cursor: pointer;
	line-height: 24px;
	width: auto;
	*display: inline-block; /* Forces IE7 to apply click to entire div */
}
.expander_title.active { /* jQuery adds this class to the title when content is expanded */
	background-image: url(../images/dwk/minus.png);
}
.expander_content {
	height: auto;
	overflow: hidden;
	padding: 1em;
	width: 100%; /* for bounceback in Firefox */
}
.expander_close {
	cursor: pointer;
	font-weight: bold;
	font-size: 0.8em !important;
	color: #999;
	float: right;
}
.expander_close:hover {
	color: #4a4a4a;
}
.expander_title h2, .expander_title h3, .expander_title h4 {
    margin: 0 0.25em !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 140%;
}
.expander_title h2:hover {color: #990000;}
/* end expander styles */
