/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7APM01 {}
.p7APMtrig 
{
	margin: 0;
	padding: 4px 8px 4px 18px;
	background-color: #3f5f70;
	border-width: 4px;
	border-style: solid;
	border-top-color: #97ACAD;
	border-right-color: #2B424F;	
	border-bottom-color: #2B424F;
	border-left-color: #2B424F;
}
.p7APM01 .p7APMtrig, .p7APM01 .p7APMtrig a {
	color: #FFF;
	letter-spacing: 0.1em;
	background-image: url(/css/img/p7apm_east_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 1em;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	letter-spacing: normal !important;
	background-image: url(/css/img/p7apm_south_white.gif);
}
.p7APM01 .p7APMtrig a:hover {
	color: #FFF !important;
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	line-height: 1 em;
	padding: 5px 10px;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, .p7APM01 .p7APMcontent h4 {
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}