/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 09 - Image-Based
  -----------------------------------
*/

.p7APM09 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 183px;
	margin-left: 10px;
}
.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: 0px dotted #ccc; 
}
.p7APM09 .p7APMcwrapper {
	position: relative;
}
.p7APM09 .p7APMpanelcontent {
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding-top: 4px;
	padding-left: 15px;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0F2364;
	margin-bottom: 10px;
}
.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;
}
