 * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container1 {
	width: 100%;
	float:left;
	/*margin:10PX 0;*/
	padding:0;
	
}
.content-box{
	/*background-color:gray;  */
    float: left;
    height: auto;
    /*padding: 20px;*/
    width: 100%;
}

h2.acc_trigger {
	padding: 0;	margin: 0;
	/*background: url(../images/h2_trigger_a.png) no-repeat;*/
	background-color: #4b4948;
	/*height: 44px;*/	line-height: 41px;
	width: 100%;
	font-weight: normal;
	float: left;
	font-size:18px; color:#da9d0c;
}
h2.acc_trigger a {
	color:#fff !important;
	text-decoration: none;
	display: block;
	padding: 0 4%;
	font-size:14px !important;
	/*font-weight:bold;*/
	/*font-family:'After_Disaster';*/
}
h2.acc_trigger a:hover {
	color: #fff !important;
	background: -moz-linear-gradient(top,  #fd0101 0%, #bd0e0f 44%, #c10707 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd0101), color-stop(44%,#bd0e0f), color-stop(100%,#c10707)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* W3C */

}
h2.active {/*background-position: left bottom;*/ color: #fff !important;
	background: -moz-linear-gradient(top,  #fd0101 0%, #bd0e0f 44%, #c10707 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd0101), color-stop(44%,#bd0e0f), color-stop(100%,#c10707)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd0101 0%,#bd0e0f 44%,#c10707 100%); /* W3C */

.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 12px;
	width: 100%;
	clear: both;
	/*-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; */
}
.acc_container .block {
	/*padding: 20px;*/
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h3 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
	
}
.acc_container img {
	float: left;
	/*margin: 10px 15px 15px 0;*/
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}