/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7APM01 {
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 1em;
	font-weight: bold !important;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	color: #666666;
	background-image: url(img/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/minus.gif) !important;
	letter-spacing: normal !important;
	color: #000 !important;
}
.p7APM01 .p7APMtrig a:hover {
	background-image: url(img/plus.gif);
	border-bottom: none !important;
	color: #000000 !important;
}

.p7APM01 .p7APMtrig a:visited, .p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	border-bottom: none !important;
}


.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/minus.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: none !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 0 0 1px 15px;
	border-bottom: 1px solid #CCC;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
}
.p7APM01 .p7APMcontent p {
	margin-top: 0 !important;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
