/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 - Onyx
  -----------------------------------
*/

.p7APM10 {
	font-family: Arial, Helvetica, sans-serif;

	padding: 0;
	margin: 0 auto;
	width: auto;
}
.p7APM10 .p7APMtrig {
	margin: 0;
	background-image: url(img/p7apm_onyx_middle.jpg);
	background-repeat: repeat-x;
	background-color: #DFE1E2;
	padding: 0;
	background-position: left center;
}
.p7APM10 .p7APMtrig h3, .p7APM10 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 0.8em;
	text-align: center;
	background-image: url(img/p7apm_onyx_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1;
}

.p7APM10 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	color: #666 !important;
	font-weight: bold;
	background-image: url(img/p7apm_onyx_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7APM10 .p7APMtrig a.p7APM_ext, .p7APM10 .p7APMtrig a.p7APM_ext.p7APMtrig_down {
	color: #000 !important;
	letter-spacing: normal !important;
	background-image: url(img/p7apm_onyx_ext.jpg);
}
/* funnel mod */
#funnel .p7APM10 .p7APMtrig a.p7APM_ext, #funnel .p7APM10 .p7APMtrig a.p7APM_ext.p7APMtrig_down {
	color: #000 !important;
	letter-spacing: normal !important;
	background-image: url(img/p7apm_onyx_ext_funnel.jpg);
}
/* funnel  */
.p7APM10 .p7APMtrig a:hover {
	color: #000 !important;
	background-color: transparent !important;
}
.p7APM10 .p7APMtrig a:active, .p7APM10 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM10 .p7APMtrig .p7APMtrig_down, .p7APM10 .p7APMtrig .p7APMtrig_down:hover  {
	color: #000 !important;
	background-image: url(img/p7apm_onyx_down.jpg) !important;
	background-position: left center;
}
.p7APM10 .p7APMcwrapper {
	position: relative;
}
.p7APM10 .p7APMpanelcontent {
	padding: 10px;
	line-height: normal;
	margin: 0;
	background-color: #FFF;

}
.p7APM10 .p7APMcontent h2, .p7APM10 .p7APMcontent h3, 
.p7APM10 .p7APMcontent h4 {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
.p7APM10 .p7APMcontent p {
	margin: 0 0 12px 0;
	font-size: 0.7em;
}
.p7APM10 .current_mark {
	font-weight: bold !important;
	color: #000 !important;
}

.p7APM10 .p7APMpanelcontent a:link {
	color: #999999; /* grey */
	font-weight: bold;

}
.p7APM10 .p7APMpanelcontent a:visited {
	color: #666666; /* mid grey */
	font-weight: bold;

}
.p7APM10 .p7APMpanelcontent a:hover, .p7APM10 .p7APMpanelcontent a:active, .p7APM10 .p7APMpanelcontent a:focus {
	color: #333333; /* dark grey */
	font-weight: bold;
	text-decoration: none;
}
