/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 11 - FAQ-In-Blue - modified
  -----------------------------------
*/

.p7APM11 {
	padding: 0px;
	margin: 0 auto;
	width: auto;
}
.p7APM11 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM11 .p7APMtrig h3, .p7APM11 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 0 0 35px !important;
	font-size: 1.0em;
	background-image:none;
}
.p7APM11 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 20px;
	color: #000 !important;
	font-weight: normal;
	background-image: url(img/p7apmPlus_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px dotted #8c8464;
}
.p7APM11 .p7APMtrig .p7APM_ext, .p7APM11 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_black.gif) !important;
	color: #000 !important;
	background-color: transparent !important;
	letter-spacing: normal !important;
}
.p7APM11 .p7APMtrig a:hover {
	color: #fff;
	/*background-color: transparent !important;*/
	background-color: #0f8f49;
}
.p7APM11 .p7APMtrig a:active, .p7APM11 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM11 .p7APMtrig .p7APMtrig_down {
	background-image: url(img/p7apmMinus_black.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #000 !important;
	font-weight: bold;
}
.p7APM11 .p7APMcwrapper {
	position: relative;
}
.p7APM11 .p7APMpanelcontent {
	border-left: 10px solid #0f8f49;
	padding: 0 35px 0 0;
	color: #000;
	margin: 0 0 0 35px;
}
.p7APM11 .p7APMcontent h2, .p7APM11 .p7APMcontent h3, 
.p7APM11 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM11 .p7APMcontent p {
}
.p7APM11 .current_mark {
	font-weight: bold !important;
}

