/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Basic
  -----------------------------------
*/

.p7APM01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 2px 4px;
	/*border: 1px solid #4D8CBB;*/
	margin: 0 auto;
	width: 650px;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	background-color: #FFF;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 1em;
	background-color: #FFF;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	background-color: #9FC3D9 !important;
	color: #FFF !important;
	background-image: url(img/p7apm_east_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/*border: 1px solid #000;*/
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin: 0px;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_gray.gif) !important;
	background-color: #FFF !important;
	letter-spacing: normal !important;
	color: #000 !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #FFF !important;
	background-color: #4D8CBB !important;
	background-image: url(img/p7apm_east_white.gif);
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apm_south_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #4D8CBB !important;
	color: #FFF !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 8px;
	background-color: #f7f7f7;
	background-image: url(../../images/accordian_bg.jpg);
	background-repeat: repeat-x;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	font-size: 1em;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	/*margin: 6px 0;*/
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
