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

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


.acobox h4 {
	background: rgba(172,0,0,0.8); 
	text-align:left;
	font-size:14px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 5px 3px 0px 3px;
	line-height:1.6em;
	border-bottom:3px #ac0000 solid;
}
.acobox h4 span {
	color:#cf1b00;
}
.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: 15px;
}
.acobox h4.open:after {
	font-family: "fontello";
	content: '\e833'; /* 'u' */
	position: absolute;
	right: 15px;
}



.acobox h5 {
	background: rgba(184,134,11,0.3); 
	text-align:left;
	font-size:14px;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 5px 3px 0px 3px;
	line-height:1.6em;
	border-bottom:3px #7a421d solid;
}
.acobox h5 span {
	color:#fff;
}
.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: 15px;
}
.acobox h5.open:after {
	font-family: "fontello";
	content: '\e833'; /* 'u' */
	position: absolute;
	right: 15px;
}



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

}




