
#acc {
	list-style: none;
	color: #033;
	margin: 0 0 12px 0;
	padding: 0;
}

#acc h2 {
	padding: 0 10px 1px 26px;
	cursor: pointer;
	color: #df5026;
	border-bottom: 1px dotted #d7dfdd;
	/*border-right: 1px solid #fff;*/
	font-size: 14px;
	line-height: 27px;
	background: url(../images/i_addthis.gif) 0 6px no-repeat;
	margin: 0;
}

#acc h2:hover {
	color: #181e0f;
	background: url(../images/i_addthis_br.gif) 0 6px no-repeat;
}

#acc h2.selected {
	border-bottom: 1px solid #c5cfcd;
	/*border-right: 1px solid #d7dfdd;*/
	color: #181e0f;
	background: url(../images/i_minusthis_wide.gif) 0 0 no-repeat;
}

#acc .acc-section {
	overflow: hidden;
	/*background: #ebf1f2;*/
}

#acc .acc-content {
	padding: 12px 28px 10px 28px;
	margin: 0 0 15px 0;
	border-left: 1px solid #d7dfdd;
	border-right: 1px solid #d7dfdd;
	border-bottom: 1px solid #d7dfdd;
	/*background: url(../images/bg_accordion.png) left bottom repeat-x;*/
	background: #f1f5f6 url(../images/bg_accordion.png) left bottom repeat-x;
}

#acc table {
	margin: 0 0 20px 0;
}

p.accordioncontrol, p.accordioncontrol a {
	font-size: 11px;
	line-height: 16px;
}



/*#nested {
	width:425px;
	list-style:none;
	color:#033;
	margin-bottom:15px
}

#nested h3 {
	width:411px;
	border:1px solid #9ac1c9;
	padding:6px 6px 8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(images/header.gif)
}

#nested h3:hover {
	background:url(images/header_over.gif)
}

#nested .acc-section {
	overflow:hidden;
	background:#fff
}

#nested .acc-content {
	width:393px;
	padding:15px;
	border:1px solid #9ac1c9;
	border-top:none;
	background:#fff
}

#nested .acc-selected {
	background:url(images/header_over.gif)
}
*/