/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 09 - Image-Based
  -----------------------------------
*/

.p7APM09 {
	margin: 0;
	width: auto;
}
.p7APM09 img {
	border: 0;
}
.p7APM09 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM09 .p7APMtrig h3, .p7APM09 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
}
.p7APM09 .p7APMtrig a {
	display: inline;
}
.p7APM09 .p7APMtrig a:hover {
	background-color: transparent !important;
}
.p7APM09 .p7APMtrig a:active, .p7APM09 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM09 .p7APMcwrapper {
	position: relative;
}
.p7APM09 .p7APMpanelcontent {
	padding: 0;
	border-bottom: 2px solid #FFF;
	/*margin-bottom: 6px;*/
	position: relative;
	font-size: 0.9em;
}
.p7APM09 .p7APMcontent h2, .p7APM09 .p7APMcontent h3, 
.p7APM09 .p7APMcontent h4 {
	line-height: normal;
}
.p7APM09 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM09 .current_mark {
	font-weight: bold;
	color: #D61F1F;
}
.centreText .p7APM09 .p7APMtrig h3, .centreText .p7APM09 .p7APMtrig h4 {
	background-color: #E6E6E6 !important;
}
.centreText .p7TMMtoggle {
	font-size: 12px;
}
.centreText .p7TMMtoggle {
	margin: 0 0 6px 0;
	text-transform: uppercase !important;	
}
.centreText .p7TMMtoggle a {
	/*color: #666 !important;*/
	text-decoration: none !important;
}
.centreText .p7TMMtoggle a:hover, .centreText .p7TMMtoggle a:focus, .centreText .p7TMMtoggle a:active {
	color: #C30;
	text-decoration: none !important;
}

/*.centreText .p7APMpanelcontent .managementList, .centreText .p7APMpanelcontent .mediaList {
	list-style-type: none;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	text-align: center;
}
.centreText .p7APMpanelcontent .managementList li, .centreText .p7APMpanelcontent .mediaList li {
	float: left;
	display: block;
	width: 150px;
	margin-right: 20px;
}
.centreText .p7APMpanelcontent .managementList img, .centreText .p7APMpanelcontent .mediaList img {
	border: 0;
	margin-bottom: 4px;
}
.centreText .p7APMpanelcontent .managementList li {
	height: 300px;
}
.centreText .p7APMpanelcontent .mediaList li {
	height: 270px;
}*/

