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

.p7APM11 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0 auto;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5DBE9;
}
.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;
	padding: 4px 8px 4px 20px;
	color: #596172 !important;
	font-weight: normal;
	background-image: url(img/p7apm_plus_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #596172;
}
.p7APM11 .p7APMtrig .p7APM_ext, .p7APM11 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_blue.gif) !important;
	color: #596172 !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
}
.p7APM11 .p7APMtrig a:hover {
	color: #035976 !important;
	background-color: transparent !important;
}
.p7APM11 .p7APMtrig a:active, .p7APM11 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM11 .p7APMtrig .p7APMtrig_down {
	background-image: url(img/p7apm_minus_blue.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	color: #596172 !important;
	font-weight: bold;
}
.p7APM11 .p7APMcwrapper {
	position: relative;
}
.p7APM11 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
	color: #333;
	margin: 0 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #596172;
	border-left-color: #596172;
}
.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-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1.7em;
}
.p7APM11 .current_mark {
	font-weight: bold !important;
}

