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

.p7APM01 {
	font-family:'DaxWeb',verdana,arial,helvetica,geneva,sans-serif;
	font-size: inherit;
	margin: 0 auto;
	width: auto;
	padding-top: 12px;
	padding-bottom: 8px;
}
.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: 15px;
}
.p7APM01 .p7APMtrig a {
	font-family:'DaxWeb',arial,helvetica,geneva,sans-serif;
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 20px;
	background-color: #f3d339 !important;
	color: #000 !important;
	background-image: url(img/p7apm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #000;
	font-weight: normal;
}
.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: #FFF !important;
	background-color: #FF9900 !important;
	background-image: url(img/p7apm_east_white.gif);
}
.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/p7apm_south_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #5C96BC !important;
	color: #FFF !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: 1.65em;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
