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

.p7APM01 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	padding: 2px 2px;

	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0px 8px 0px 8px;
	padding: 2px 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold!important;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 0px;

	color: #0060AA !important;
	background-image: url(img/p7apm_plus_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;

	font-weight: bold;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_black.gif) !important;
	
	letter-spacing: normal !important;
	color: #0060AA !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #0060AA !important;

	background-image: url(img/p7apm_plus_blue.gif);
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apm_minus_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;

	color: #0060AA !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
	margin-top: -5px;
}
.p7APM01 .p7APMpanelcontent {
	padding: 0px;
	line-height: 1.5em;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	
	margin: 0px;
	line-height: normal;

}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
	font-size: 12px;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
