/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7APM01 {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;*/
	border-bottom: 1px solid #000;
	margin: 6px auto 0 auto;
	width: auto;
	border-color: #99B9C3;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: bold !important;
	font-size: 1.0em;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 20px;
	background-color: #FFF !important;
	color: #000 !important;
	background-image: url(img/Plus_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*border: 1px solid #000;*/
	font-weight: bold;
}
.p7APM01 .p7APMtrig a:visited {
	text-decoration: none !important;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_black.gif) !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
	color: #000 !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #305EB8 !important;
	/*background-color: #0070DF !important;*/
	background-image: url(img/Plus_grey.gif);
	text-decoration: none !important;
}
.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/Minus_blue.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	/*background-color: #0070DF !important;*/
	color: #305EB8 !important;
	text-decoration: none !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:visited {
	text-decoration: none !important;
	}

.p7APM01 .p7APMpanelcontent {
	padding: 0 0 0 20px;
	/*line-height: 1.5em;*/
}
.p7APM01 .p7APMcontent h2 {
	font-size: 130%;
	margin-top: 0;
	/*margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;*/
}
.p7APM01 .p7APMcontent h3 {
	font-size: 1.1em;
	margin-top: 0;
	border-top: none;
	font-weight: bold;	/*margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;*/
	color: #305EB8;
	margin-bottom: 0px;
}
.p7APM01 .p7APMcontent p {
	/*margin: 6px 0;*/
}
.p7APM01 .p7APMcontent ul {
	list-style-type: disc;
	/*margin-left: 10px;*/
	padding-left: 20px;
}
.p7APM01 .p7APMcontent li {
	/*padding-left: 6px;*/
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}

