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

.p7APM01 {
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	width: 530px;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 8 0 0 !important;
	padding: 0 !important;
	font-size: 9pt;
	font-weight: bold;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 20px;
	color: #2E8A8C !important;
	background-image: url(img/p7apmPlus_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_black.gif) !important;
	letter-spacing: normal !important;
	color: #000 !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #DE6218 !important;
	background-image: url(img/p7apmPlus_white.gif);
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apmMinus_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #DE6218 !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
	border-top: 1px dotted #AFD7D7;
	width: 530px;
}
#content .p7APMcontent p {
	margin-right: 0px;
}
#content .p7APMcontent p.info {
	font-style: italic;
	color: #371F02;
}
#content .p7APMcontent li {
	margin-right: 0px;
}
.p7APM01 .p7APMpanelcontent {
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	margin: 0px;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
