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

.p7APM12 {
	padding-bottom:20px;
	margin: 0 auto 0 auto;
	width: auto;

}
.p7APM12 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM12 .p7APMtrig h3, .p7APM12 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;

}
.p7APM12 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 8px 1px 8px 20px;
	color: white !important;
	font-weight: normal !important;
	background-image: url(img/p7apmPlus_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #202020;
	margin-bottom: 4px;
	font-weight: bold;
	border: 1px solid #444;
	border-radius: 5px;
}
.p7APM12 .p7APMtrig .p7APM_ext, .p7APM12 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_white.gif) !important;
	color: #ecdebd !important;
	background-color: #202020 !important;
}
.p7APM12 .p7APMtrig a:hover {
	color: #b90a32 !important;
	background-color: #000 !important;
	border-color: #000;
}

:focus {
	-moz-outline-style: none;
}

.p7APM12 .p7APMtrig .p7APMtrig_down {
	background-image: url(img/p7apmMinus_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #ecdebd !important;
	background-color: #202020;
	border-color: #444;
}
.p7APM12 .p7APMcwrapper {
	position: relative;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.p7APM12 .p7APMpanelcontent {
	padding: 10px 20px 10px 20px;
	line-height: 1.5em;
	margin: 0;
}
.p7APM12 .p7APMcontent h2, .p7APM12 .p7APMcontent h3, 
.p7APM12 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
}
.p7APM12 .p7APMcontent p {
	margin: 12px 0;
	line-height: 1.6em;
}
.p7APM12 .current_mark {
	font-weight: bold !important;
}
