
.ac-container{
	width: 800px;
	max-width:100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	/*font-family: 'open sans', Arial, sans-serif;*/
	padding: 5px 20px 9px 20px;
	position: relative;
	z-index: 20;
	/*display: block;*/
	height: 30px;
	cursor: pointer;
	color: #777;

	line-height: 40px;
	font-size: 15px;
	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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );

}
.ac-container label:hover{
	background: #607D8B;
	color:#ffffff;
}



.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	top: -25px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 1.0s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 1.0s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 1.0s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 1.0s ease-in-out, box-shadow 0.6s linear;
	transition: height 1.0s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 26px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}


.ac-container label:hover ~ article.ac-small{
	height: 80px;
}
.ac-container label:hover ~ article.ac-medium{
	height: 140px;
}
.ac-container label:hover ~ article.ac-large{
	height: 220px;
}


/*========================================================================*/
.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}

