.ac-container{
    width: 90%;
    margin: 10px auto; 30px auto;
    text-align: left;
}
.ac-container label{
	margin: 0px;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	min-height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 16px;
	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 );
	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 label:hover{
    background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    background: -moz-linear-gradient(top,  #c6e1ec 0%, #99b9db 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6e1ec), color-stop(100%,#99b9db));
    background: -webkit-linear-gradient(top,  #c6e1ec 0%,#99b9db 100%);
    background: -o-linear-gradient(top,  #c6e1ec 0%,#99b9db 100%);
    background: -ms-linear-gradient(top,  #c6e1ec 0%,#99b9db 100%);
    background: linear-gradient(to bottom,  #c6e1ec 0%,#99b9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e1ec', endColorstr='#99b9db',GradientType=0 );
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 24px;
    right: 13px;
    top: 10px;
    background: transparent url(images/arrow_down_s.png) no-repeat center center;   
}
.ac-container input:checked + label:hover:after{
    background-image: url(images/arrow_up_s.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    margin-top: -1px;
    overflow-y: auto;
    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;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container article p{
	color: #777;
	line-height: 15pt;
	font-size: 10pt;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article.acheight100{height: 100px;}
.ac-container input:checked ~ article.acheight150{height: 150px;}
.ac-container input:checked ~ article.acheight200{height: 200px;}
.ac-container input:checked ~ article.acheight250{height: 250px;}
.ac-container input:checked ~ article.acheight300{height: 300px;}
.ac-container input:checked ~ article.acheight350{height: 350px;}
.ac-container input:checked ~ article.acheight400{height: 400px;}
.ac-container input:checked ~ article.acheight450{height: 450px;}
.ac-container input:checked ~ article.acheight500{height: 500px;}
.ac-container input:checked ~ article.acheight600{height: 600px;}
.ac-container input:checked ~ article.acheight700{height: 700px;}
.ac-container input:checked ~ article.acheight800{height: 800px;}
.ac-container input:checked ~ article.acheight900{height: 900px;}
.ac-container input:checked ~ article.acheight1000{height: 1000px;}
.ac-container input:checked ~ article.acheight1100{height: 1100px;}
.ac-container input:checked ~ article.acheight1200{height: 1200px;}
.ac-container input:checked ~ article.acheight1300{height: 1300px;}
.ac-container input:checked ~ article.acheight1400{height: 1400px;}
.ac-container input:checked ~ article.acheight1500{height: 1500px;}
.ac-container input:checked ~ article.acheight1600{height: 1600px;}
.ac-container input:checked ~ article.acheight1700{height: 1700px;}
.ac-container input:checked ~ article.acheight1800{height: 1800px;}
.ac-container input:checked ~ article.acheight1900{height: 1900px;}
.ac-container input:checked ~ article.acheight2000{height: 2000px;}
.accordion input:checked ~ article.acheightauto{height: auto;}
