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

.p7APM10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 25px 25px 25px 25px;
	margin: 20px auto;
	width: 95%;
	max-width: 1100px;
	min-width:650px;
	height:auto;
	background:#556CB4;
	background:url(img/BG1.png);
	-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0 0 15px 1px #333;
box-shadow: 0 0 25px 2px #333;
}
.p7APM10 .p7APMtrig {
	margin: 0;
	background-image: url(img/p7apm_onyx_middle.jpg);
	background-repeat: repeat-x;
	padding: 0;
	background-position: left center;
}
.p7APM10 .p7APMtrig h3, .p7APM10 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 15px;
	background-image: url(img/p7apm_onyx_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1;
}
.p7APM10 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 24px;
	color: #eeeeee !important;
	font-weight: normal;
	background-image: url(img/p7apm_onyx_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7APM10 .p7APMtrig a.p7APM_ext, .p7APM10 .p7APMtrig a.p7APM_ext.p7APMtrig_down {
	color: #eeeeee!important;
	letter-spacing: normal !important;
	background-image: url(img/p7apm_onyx_ext.jpg);
}
.p7APM10 .p7APMtrig a:hover {
	color: #FFF !important;
	background-color: transparent !important;
}
.p7APM10 .p7APMtrig a:active, .p7APM10 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM10 .p7APMtrig .p7APMtrig_down, .p7APM10 .p7APMtrig .p7APMtrig_down:hover  {
	letter-spacing: 0.1em;
	color: #FFF !important;
	background-image: url(img/p7apm_onyx_down.jpg) !important;
	background-position: left center;
}
.p7APM10 .p7APMcwrapper {
	position: relative;
}
.p7APM10 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
	margin: 0;
	height:auto;
	color:#222222;
	background-color: #FFF;
	opacity:0.9;
}
.p7APM10 .p7APMcontent h2, .p7APM10 .p7APMcontent h3, 
.p7APM10 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM10 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM10 .current_mark {
	font-weight: bold !important;
}
