
/*                menu_list        @          */
/*=============================================*/

.acobox {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px;
}


.aco_list {
	text-align: left;
	margin: 0px 2px 3px 2px;
	padding:8px 0px;

}


.acobox h4 {
	background-image: url(../img/aco_bg.jpg);
	background-repeat: repeat;
	background-position: left top;	
	text-align:left;
	font-size:14px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 5px 3px 10px 3px;
	line-height:1.6em;
	border:2px #26180f solid;
}
.acobox h4 span {
	color:#fff;
}
.acobox h4::after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	margin-top:5px;
}
.acobox h4.close:after {
	font-family: "fontello";
	content: '\e830'; /* 'd' */
	position: absolute;
	right: 18px;
}
.acobox h4.open:after {
	font-family: "fontello";
	content: '\e833'; /* 'u' */
	position: absolute;
	right: 18px;
}



.acobox h5 {
	background-image: url(../img/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	text-align:center;
	font-size:16px;	
	font-weight:bold;
	color: #4b2309;
	padding-top: 5px;
	margin: 15px 3px 10px 3px;
	border-bottom:1px #26180f solid;
}
.acobox h5 span {
	color:#22553b;
	font-size:12px;	
}
.acobox h5::after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	margin-top:5px;
}
.acobox h5.close:after {
	font-family: "fontello";
	content: '\e830'; /* 'd' */
	position: absolute;
	right: 80px;
}
.acobox h5.open:after {
	font-family: "fontello";
	content: '\e833'; /* 'u' */
	position: absolute;
	right: 80px;
}




.acobox h3 {
	text-align:center;
	font-size:20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 5px 3px 0px 3px;
	line-height:1.6em;
}
.acobox h3 span {
	color:#fff;
}
.acobox h3::after {
	font-family: "fontello";
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position:absolute;
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	width:95%;
	z-index:2;
	font-size:18px;
	line-height:10px;
	color:#4b2309;
}
.acobox h3.close:after {
	font-family: "fontello";
	content: '\e830'; /* 'd' */
	position: absolute;

}
.acobox h3.open:after {
	font-family: "fontello";
	content: '\e833'; /* 'u' */
	position: absolute;

}

