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

.p7APM11 {
	font-size:90%;
	padding: 30px;
	margin: 0 auto;
	width: auto;
}
.p7APM11 .p7APMtrig {
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}
.p7APM11 .p7APMtrig h3, .p7APM11 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
}
.p7APM11 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 10px 8px 4px 20px;
	color: #666666; !important;
	font-weight: normal;
	background-image: url(img/p7apm_plus_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
.p7APM11 .p7APMtrig .p7APM_ext, .p7APM11 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_red.gif) !important;
	color: #666666; !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
}
.p7APM11 .p7APMtrig a:hover {
	color: #993300 !important;
	background-color: transparent !important;
}
.p7APM11 .p7APMtrig a:active, .p7APM11 .p7APMtrig a:focus {
}
.p7APM11 .p7APMtrig .p7APMtrig_down {
	background-image: url(img/p7apm_minus_red.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666; !important;
	font-weight: bold;
}
.p7APM11 .p7APMcwrapper {
	position: relative;
}
.p7APM11 .p7APMpanelcontent {
	padding-bottom: 20px;
	font-size:85%;
	line-height: 1.45em;
	color: #333333;
	margin: 0 8px;
}
.p7APM11 .p7APMcontent h2, .p7APM11 .p7APMcontent h3, 
.p7APM11 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM11 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM11 .current_mark {
	font-weight: bold !important;
}


