.ac-container{
width: 978px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
border-bottom: 1px solid #DDDDDD;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #DDDDDD;
}
.ac-container label{
padding: 10px 14px;
position: relative;
display: block;
height: 16px;
cursor: pointer;
color: #444;
/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
line-height: 33px;*/
font-weight: bold;
background: #ffffff;
background: #FFFFFF url('../image/tab.png') repeat-x;
border-top: 1px solid #DDDDDD;
border-bottom: 1px solid #DDDDDD;
}
.ac-container label:hover{
background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
background: #FFFFFF;
}
.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: #ffffff;
margin-top: -1px;
overflow: hidden;
height: 0px;
-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: 150%;
font-size: 13px;
padding: 14px;
text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
}
.ac-container input:checked ~ article.ac-small{
height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
height: 180px;
}
.ac-container input:checked ~ article.ac-large{
height: 230px;
}