.ac-container {
	margin: 10px auto 30px;
	text-align: left;
	width: 100%;
}
.ac-container label {
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #4f4f4f;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	height: 40px;
	line-height: 41px;
	background: url("../images/arrow_down.png") no-repeat scroll 98% 49% #e6e6e6;
}
.ac-container label:hover {
	background: #fff;
	box-shadow: 
 0px 0px 0px 1px rgba(155,155,155,0.3),  1px 0px 0px 0px rgba(255,255,255,0.9) inset,  0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	color: #464545;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
 box-shadow: 
 0px 0px 0px 1px rgba(155,155,155,0.3),  height: 40px;
	line-height: 41px;
 0px 2px 2px rgba(0,0,0,0.1);
  border: 1px solid rgba(155,155,155,0.3);
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat 20% 80%;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
	background-position:20% 80%;
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	padding-top:10px;
	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 {
	line-height: 23px;
	font-size: 13px;
	padding: 0px 0 0 20px;
	margin:0px 0px 3px 0px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	max-width:100%;
}
.ac-container article ul {
	list-style:square;
	padding-left:44px;
	margin:0px;
}
.ac-container article ul li {
	line-height: 23px;
	padding: 0px 0 0 5px;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
 .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;
 box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small {
 height: 492px;
 padding-top: 20px;
}
.ac-container input:checked ~ article.ac-medium {
 height: 403px;
 padding-top: 20px;
}
.ac-container input:checked ~ article.ac-large {
 height: 447px;
 padding-top: 20px;
}
 .ac-container input:checked ~ article.ac-new1 {
 height: 390px;
padding-top: 20px;
}
 .ac-container input:checked ~ article.ac-new2 {
 height: 451px;
 padding-top: 20px;
}
#box-shadow {
	-moz-box-shadow:    inset 0 0 10px #ccc;
	-webkit-box-shadow: inset 0 0 10px #ccc;
	box-shadow:         inset 0 0 10px #ccc;
	margin: 0 10px;
	padding: 19px;
	height: 396px;
	text-align: justify;
	width: 43%;
}
