.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion.narrow {
	width: 340px;
}

.accordion li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion h2 {
	/*width: 516px;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 11px;
	font-weight: bold;*/
	color: #000;
	padding: 4px 0 5px 22px;
	line-height: 17px;
	margin: 0;
	cursor: pointer;
	background: #fff url(../images/i_acc_arrow_all.gif) 3px -3px no-repeat;
	border-bottom: 1px dotted #ccc;
}

.accordion h2:hover {
	color: #222;
	background: #f7f7f7 url(../images/i_acc_arrow_all.gif) 3px -60px no-repeat;
}

.accordion h2.selected {
	background: #fff url(../images/i_acc_arrow_all.gif) 3px -117px no-repeat;
	border-bottom: 1px solid #c5c5c5;
	color: #222;
}

.accordion h4 {
	font-size: 11px;
	color: #349fd3;
}

.accordion .acc-section {
	overflow: hidden;
	background: #fff;
}

.accordion .acc-content {
	display: block;
	padding: 15px 20px 5px 22px;
	border-bottom: 1px dotted #ccc;
}

.accordion .acc-content ul {
	margin: 0 0 18px 0;
}

.accordion .acc-content ul li {
	margin: 0 ;
	background: none;
	list-style: square;
}

.accordion .acc-content ul.linklist li {
	list-style: none;
}

.accordion .acc-content ul.linklist li.jigsaw {
	float: left;
	width: 215px;
	line-height: 27px;
	background: url(../images/i_jigsaw.gif) 0 5px no-repeat;
	color: #000;
}

.accordion .acc-content ul.nomarg, .accordion .acc-content ul.nomarg li ul.nomarg {
	margin: 0;
}