h2.acc_trigger {
	padding:7px 0 7px 12px;	margin:0 0 5px 0;
	background:url(../images/h2_trigger_bg.png) repeat-x left bottom;
	width: 740px;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
h2.acc_trigger a {
	color: #646464;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0;
	background:	url(../images/h2_trigger_a.png) no-repeat right bottom;
}
h2.acc_trigger a:hover {
	color: #0084CA;
}
h2.active a {
	color:#fff;
	background:	url(../images/h2_trigger_a.png) no-repeat right top;
}
h2.active a:hover{
	color:#fff;
}
h2.active {
	background:url(../images/h2_trigger_bg.png) repeat-x left top;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 13px;
	width: 740px;
	clear: both;
	background: #fff;

}
.acc_container .block {
	padding: 0px;
	line-height:13px;
}

div.acc_container ul{
	margin:0 0 0 8px;
	padding:0;
}
div.acc_container ul li{
	margin:12px 0;
    padding: 0 0 0 12px;
	background: url("../images/arow.png") no-repeat left center;
	list-style:none;

}
ul.star li {
    background: url("../images/star.png") no-repeat left bottom;
    font-weight: bold;
    line-height: 18px;
    list-style: none outside none;
    margin: 3px 0;
    padding: 4px 0 4px 32px;
}