/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 11 - FAQ-In-Blue
  -----------------------------------
*/

.p7APM11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: auto;
	margin: 0 auto;
	padding: 15px 0px 0px;
}
.p7APM11 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM11 .p7APMtrig h3, .p7APM11 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 1.1em;
}
.p7APM11 .p7APMtrig a {
	display: block;
	text-decoration: none;
	color: #3A8BBE !important;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 4px 8px 10px 30px;
	background: url(../images/mini_icons.png) no-repeat scroll -60px -198px;
}
.p7APM11 .p7APMtrig .p7APM_ext, .p7APM11 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_blue.gif) !important;
	color: #8AC000 !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
}
.p7APM11 .p7APMtrig a:hover {
	color: #8ac000 !important;
	background-color: transparent !important;
}
.p7APM11 .p7APMtrig a:active, .p7APM11 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM11 .p7APMtrig .p7APMtrig_down {
	color: #8AC000 !important;
	background: url(../images/mini_icons.png) no-repeat scroll -60px -198px;
}
.p7APM11 .p7APMcwrapper {
	position: relative;
	margin-bottom: 20px;
}
.p7APM11 .p7APMpanelcontent {
	padding: 30px 20px 20px;
	line-height: 1.5em;
	background: #FFF url(../images/answer.png) no-repeat 5px 5px;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border: 1px solid #CCC;
	margin: 0 8px;
}
.p7APM11 .p7APMcontent h2, .p7APM11 .p7APMcontent h3, 
.p7APM11 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM11 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM11 .current_mark {
	font-weight: normal !important;
}

