.containeracccom {
	width: 100%;
	margin: 0 auto;
	background:inherit;
	float:none;
	clear:both;
}


#title.acc_trigger {
    background: url("../images/mod-anons-title.png") repeat-x scroll left bottom #FFF;
    color: #225C7F;
    font-size: 18px;
    font-weight: normal;
    margin:0 0 2px;
    padding: 5px 12px;
    text-shadow: 0 1px 0 #FFFFFF;
	border: 1px solid #E1E1E1;
}
#title.acc_trigger a {
	background: url("../images/switch_plus.gif") no-repeat scroll 100% 50% transparent;
    border: medium none;
    color: #47392E;
    display: block;
	text-decoration:none;
}
#title.acc_trigger a:hover {
	color: #000;
}
#title.active a{background: url("../images/switch_minus.gif") no-repeat scroll 100% 50% transparent;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 740px;
	clear: both;
	background: #fff;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	-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 .blockacc {
	padding: 10px;
}
#wrapper .pad_1px{ height:1px; clear:both; }