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

.p7APM01 {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #231E1B;
	width: auto;
	color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0;
	text-align: center;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 20px;
	color: #CCCCCC !important;
	font-weight: normal;
	font-family: Arial;
	font-size: 12pt;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #231E1B;
	border-right-color: #231E1B;
	border-bottom-color: #967100;
	border-left-color: #231E1B;
	letter-spacing: 3pt;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	letter-spacing: normal !important;
	color: #CCC !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #D2290A !important;
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
	text-align: center;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	color: #967100 !important;
	text-align: center;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	overflow: auto;
	padding: 20px;
	line-height: 16pt;
	height: 408px;
	border: 0px solid #231E1B;
	font-family: Arial;
	font-size: 11pt;
	color: #CCC;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
