/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 02 - Carbon
  -----------------------------------
*/

.p7APM02 {
	padding: 0px;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: inherit;
}
.p7APM02 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM02 .p7APMtrig h3, .p7APM02 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1em;
	font-weight: bold;
}
.p7APM02 .p7APMtrig a {
	display: block;
	text-decoration: none;
	color: #000000!important;
	background-repeat: no-repeat;
	background-position: left 10px;
	background-image: url(img/p7apm_east_black.gif);
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.p7APM02 .p7APMtrig .p7APM_ext, .p7APM02 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_gray.gif) !important;
	color: #999 !important;
	background-color: #333 !important;
	border-color: #4a4a4a #000 #000 #4a4a4a !important;
	letter-spacing: normal !important;
}
.p7APM02 .p7APMtrig a:hover {
	color: #000000!important;
	border-color: #000;
	background-color: #eae1cc;
}
.p7APM02 .p7APMtrig a:active, .p7APM02 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM02 .p7APMtrig .p7APMtrig_down {
	background-image: url(img/p7apm_south_black.gif) !important;
	background-repeat: no-repeat;
	background-position: left 10px;
	background-color: #638698!important;
	color: #000 !important;
	border-color: #999 !important;
}
.p7APM02 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apm_south_white.gif);
	background-color: #638698!important;
	color: #FFF !important;
	border-color: #999 !important;
}
.p7APM02 .p7APMcwrapper {
	position: relative;
}
.p7APM02 .p7APMpanelcontent {
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/bg-answer.jpg);
	background-repeat: repeat-x;
	border: 1px dashed #F5F2EB;
}
.p7APM02 .p7APMcontent h2, .p7APM02 .p7APMcontent h3, 
.p7APM02 .p7APMcontent h4 {
	margin: 0px;
}
.p7APM02 .p7APMcontent p {
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.p7APM02 .current_mark {
	font-weight: bold !important;
}
