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

.p7APM01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
		font-weight:bold;
		color:#006699;
	padding: 2px 4px;
	border: px solid #000;
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: .9em;


}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 20px;
	background-color: #FFF !important;
	color: #000 !important;

	background-repeat: no-repeat;
	background-position: left center;
	border: 0px solid #000;
	font-weight: normal;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {

	background-color: #FFF !important;
	letter-spacing: normal !important;
	color: #000 !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #FFF !important;
	background-color: #0070DF !important;

}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 0px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {

	background-repeat: no-repeat;
	background-position: left center;
	background-color: #0070DF !important;
	color: #FFF !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
	color:#333333;
	font-size:.98em;
	font-family:"Times New Roman", Times, serif;
}
.p7APM01 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
	border-left:1px #333333 dotted;
	border-right:1px #333333 dotted;
	border-bottom:1px #333333 dotted;
}
.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;
}
