.ac-container, .ac-container a{
	width: 100%;
	text-align: left;
	color: #fff;
	text-decoration:none;
}
.ac-container label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #1a1a1a;
	line-height: 33px;
	font-size: 1.0em;
	
	border-bottom:solid 2px #ececec;
    background: #e2e1e1 url(../images/arrow_down.png) no-repeat 60.8em 0.8em;
}
.ac-container label:hover{
	background-color:#5a5a5a;
	color: #fff;
}
.ac-container input:checked + label{}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background-color:#5a5a5a;
	color: #fff;
	border-bottom: solid 2px #5a5a5a;
	background: #5a5a5a url(../images/arrow_up.png) no-repeat 60.8em 0.8em;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;	
}
.ac-container input:checked + label:hover:after{
}
.ac-container input{
	display: none;
}
.ac-container article{
	background:#5a5a5a;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	color: #fff;
	line-height: 23px;
	font-size: 14px;
	padding: 0px 20px 20px 20px;
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-small{
	height: 120px;
	background-color: #5A5A5A;
	border-bottom: 1px solid #fff;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}
.ac-content img{
	float:left;
	padding:0 20px 0 10px;
	}
.ac-content a{
	color:#fff;
}	
.ac-content a:hover{
	color:#5a5a5a;
	background-color: #fff;
}


/*-------2-------*/


.ac-container2, .ac-container2 a{
	width: 100%;
	text-align: left;
	color: #fff;
	text-decoration:none;
}
.ac-container2 label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #1a1a1a;
	line-height: 33px;
	font-size: 18px;
	border-bottom:solid 2px #FFFFFF;
    background: #bfbfbf url(../images/arrow_down.png) no-repeat 37em 0.8em;
}
.ac-container2 label:hover{
	background-color:#f79b2c;
	color: #fff;
}
.ac-container2 input:checked + label{}
.ac-container2 input:checked + label,
.ac-container2 input:checked + label:hover{
	background-color:#5a5a5a;
	color: #fff;
	border-bottom: solid 2px #f79b2c;
	background: #f79b2c url(../images/arrow_up.png) no-repeat 37em 0.8em;
}
.ac-container2 label:hover:after,
.ac-container2 input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;	
}
.ac-container2 input:checked + label:hover:after{
}
.ac-container2 input{
	display: none;
}
.ac-container2 article{
	background:#f79b2c;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container2 article p{
	color: #fff;
	line-height: 23px;
	font-size: 14px;
	padding: 0px 20px 20px 20px;
}
.ac-container2 input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container2 input:checked ~ article.ac-small{
	height: 120px;
	background-color: #5a5a5a;
	border-bottom: 1px solid #fff;
}
.ac-container2 input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container2 input:checked ~ article.ac-large{
	height: 230px;
}
.ac-content img{
	float:left;
	padding:0 20px 0 10px;
}
.ac-container2 input:checked ~ article.ac-small a{
	color:#fff;
}	
.ac-container2 input:checked ~ article.ac-small a:hover{
	color:#f79b2c;
	background-color: #fff;
}	

/*-------2-------*/