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

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


.acobox h3 {
	text-align:center;
	font-size:20px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 5px 3px 0px 3px;
	line-height:1.6em;
	border-bottom:3px rgba(255,255,255,0.5) double;
}
.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:#fff;
}
.acobox h3.close:after {
	font-family: "fontello";
	content: '\e829'; /* 'd' */
	position: absolute;

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

}


.acobox h4 {
	text-align:center;
	font-size:16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 5px 3px 0px 3px;
	line-height:1.6em;
	border-bottom:3px #fcefe2 double;
}
.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: '\f107'; /* 'd' */
	position: absolute;
	right: 15px;
}
.acobox h4.open:after {
	font-family: "fontello";
	content: '\f106'; /* 'u' */
	position: absolute;
	right: 15px;
}






.acobox h5 {
	text-align:left;
	font-size:16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:5px;
	margin: 5px 3px 0px 3px;
	line-height:1.6em;
	background-color: #544121;
}

.acobox h5 span {
	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: '\f13a'; /* 'd' */
	position: absolute;
	right: 15px;
}
.acobox h5.open:after {
	font-family: "fontello";
	content: '\f139'; /* 'u' */
	position: absolute;
	right: 15px;
}






.acobox h6 {
	background-image: url(../img/shared/title3.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:left;
	color:#1d1d1d;
	margin: 0px 0px 0px 0px;
	line-height:1.6em;
	padding-top: 12px;
	padding-left:30px;
	margin-bottom: 0px;
	line-height:1.4em;
	font-size:18px;
	font-weight:bold;
	height:50px;

}

.acobox h6 span {
	font-size:12px;
}
.acobox h6::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 h6.close:after {
	font-family: "fontello";
	content: '\f107'; /* 'd' */
	position: absolute;
	right: 15px;
}
.acobox h6.open:after {
	font-family: "fontello";
	content: '\f106'; /* 'u' */
	position: absolute;
	right: 15px;
}




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

}




