.ac-container{
	width: 200px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 5px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #000;
	text-indent:15px;
	line-height: 33px;
	font-size: 12px;
	background: #f9f7f7;
	border-bottom:1px rgba(155,3,3,.4) solid;
	
}
.ac-container label:hover{
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
}
.ac-container label:after,
.ac-container input:checked + label:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0px;
	top: 7px;
	background: transparent url(../images/arrow_right.png) no-repeat center center;	
}
.ac-container input:checked + label:after{
	background-image: url(../images/arrow_down.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	border-bottom:1px rgba(155,3,3,.4) solid;
	-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;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	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;
}
.ac-container input:checked ~ article.ac-small{
	height: 123px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 123px;
}
.ac-container input:checked ~ article.ac-large{
	height: 123px;
}
.ac-small ul li,.ac-medium ul li,.ac-large ul li{ border-bottom:1px rgba(155,3,3,.4) solid; width:100%; background:#f9f7f7;}
.ac-small ul li a,.ac-medium ul li a,.ac-large ul li a{ height:22px; margin:4px 10px; line-height:22px;  width:180px; display:block; text-align:center;}
.ac-small ul li a:hover,.ac-medium ul li a:hover,.ac-large ul li a:hover{background:#3e4449;color:#FFF;}
