/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 08 - Emerald
  -----------------------------------
*/

.p7APM08 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	border: 1px solid #aaa;
	font-size: 12px;
	margin: 0 auto;
	width: auto;
}
.p7APM08 .p7APMtrig {
	margin: 0;
	padding: 0;
	height: 30px;
	background: #d3d3d3 url(img/p7apm_emerald.jpg) repeat-x;
}
.p7APM08 .p7APMtrig h3, .p7APM08 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 12px;
}
.p7APM08 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 8px 18px 8px 25px;
	color: #3F5F9C !important;
	font-weight: bold;
	background-image: url(img/p7apm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	letter-spacing: .1em;
}
.p7APM08 .p7APMtrig .p7APM_ext, .p7APM08 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_black.gif) !important;
	background-color: transparent !important;
	color: #fff !important;
	border-bottom: 1px solid #d3d3d3 !important;
	border-top: 1px solid #d3d3d3 !important;
}
.p7APM08 .p7APMtrig a:hover {
	color: #3F5F9C !important;
	background-color: transparent !important;
}
.p7APM08 .p7APMtrig a:active, .p7APM08 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM08 .p7APMtrig .p7APMtrig_down, .p7APM08 .p7APMtrig .p7APMtrig_down:hover {
	letter-spacing: 0.1em;
	background-image: url(img/p7apm_emerald_down.jpg) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #33cafd !important;
	color: #fff !important;
	border-color: #d3d3d3 !important;
}
.p7APM08 .p7APMcwrapper {
	position: relative;
}
.p7APM08 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
	background-image: url(img/p7apm_bevel_white.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.p7APM08 .p7APMcontent h2, .p7APM08 .p7APMcontent h3, 
.p7APM08 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM08 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM08 .p7APMcontent ul {
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-bottom: 10px;
}
.p7APM08 .p7APMcontent li {
	padding-left: 10px;
	background: url(../images/bullet.jpg) no-repeat 0 0.4em;
	margin-left: 10px;
	padding-bottom: 3px;
	line-height: 16px;
}
.p7APM08 .current_mark {
	font-weight: bold !important;
}


