/* @group Slide */

.ec1{
}


.trigger1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.trigger1 a:hover { color: #ccc; }
.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
#extraContainer1 {
	padding: 20px;
	overflow: hidden;
	font-size: 1.1em;
	clear: both;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}
.trigger1 {
	background: #959595 url(../../images/trigger.png) no-repeat center top;
	height: 11px;
	line-height: 36px;
	width: 100%;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	z-index: 1200;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	position: absolute;
	margin: -1px 0 5px;
}
.ec1 .active {
	background-position: center bottom;
	background-color: #959595;
	
}

.ec2{
	position: relative;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #e9e9e9;
}
.trigger2 {
	background: #959595 url(../../images/trigger.png) no-repeat center top;
	height: 12px;
	line-height: 36px;
	width: 100%;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	z-index: 1200;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	position: absolute;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
}
.trigger2 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.trigger2 a:hover { color: #ccc; }
.ec2 .active {
	background-position: center bottom;
	background-color: #dbdddf;
	
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
#extraContainer2 {
	padding: 20px;
	overflow: hidden;
	font-size: 1em;
	clear: both;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
	background-color: #ffffff;

}


.ec3{
	position: relative;
	text-align: left;
	width: 100%;
	clear: both;
	margin-bottom: -10px;
}
.trigger3 {
	background: #959595 url(../../images/trigger.png) no-repeat center top;
	height: 12px;
	line-height: 36px;
	width: 100%;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	z-index: 1200;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	position: absolute;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	top: -23px;
}
.trigger3 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.trigger3 a:hover { color: #ccc; }
.ec3 .active {
	background-position: center bottom;
	background-color: #dbdddf;
	
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
#extraContainer3 {
	padding: 0 20px 20px;
	overflow: hidden;
	font-size: 1em;
	clear: both;
	margin-right: 0;
	margin-left: 0;
	background-color: #ffffff;
	margin-top: 0;
}


/* @end */



