/* 
  -----------------------------------
  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: 0;
	border: none;
	margin: 0;
	width: 100%;
}
.p7APM01, .p7APMtrig {
	margin: 0;
	padding:0;
}

.p7APM01 .p7APMtrig h3  {
	margin: 0 !important;
	padding:0; !important;
	letter-spacing: normal !important;
	font-size: 15px;
	background-image:none;
}

.p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 15px;
	background-image:none;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding:10px 10px 10px 85px;
	background-color: #204e9b !important;
	color: #FFF !important;
	background-image:url(../images/layout-assets/rt-col-bk.jpg);
	background-repeat: no-repeat;
	background-position:-5px 0;
	border-top:1px solid #FFFFFF;
	border-right:none;
	border-bottom:none;
	border-left:none;
	font-weight:bold;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(/p7apm/img/p7apm_page_black.gif) !important;
	background-color: #FFF !important;
	background-position:0 0;
	letter-spacing: normal !important;
	color: #000 !important;
	border-top:1px solid #FFFFFF;
	border-right:none;
	border-bottom:none;
	border-left:none;
	font-weight:bold;
}

.p7APM01 .p7APMtrig a:hover {
	color: #FFF !important;
	background-color: #204e9b !important;
	background-image:url(../images/layout-assets/rt-col-bk.jpg);
	background-position:-363px 0;
	background-repeat:no-repeat;
	padding:10px 10px 10px 85px;
	margin:0;
	font-weight:bold;
}

.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: none;
	padding:10px 10px 10px 85px;
	margin:0;
	font-weight:bold;
	
}

.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image:url(../images/layout-assets/rt-col-bk.jpg)!important;
	background-repeat: no-repeat;
	background-position:-363px 0;
	background-color: #204e9b !important;
	color: #FFF !important;
	font-weight:bold;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {background-position:-363px 0;}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 0px;
	line-height: 1.5em;

}
.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;
}
