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

.p7APM10 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	padding: 0;
	margin: 0 auto;
	width: auto;
}
.p7APM10 .p7APMtrig {
	margin: 0;
	background-image: url(img/p7apm_onyx_middle.jpg);
	background-repeat: repeat-x;
	background-color: #1F1F1F;
	padding: 0;
	background-position: left center;
}
.p7APM10 .p7APMtrig h3, .p7APM10 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: 0.1em !important;
	font-size: 12px;
	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 8px 5px 24px;
	color: #CCCCCC !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: #999 !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 .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;
	margin-bottom:3px;
}
.p7APM10 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.3em;
	margin: 0;
	background-color: #FFF;
}
.p7APM10 .p7APMpanelcontent {
	color:#868686;
	}
.p7APM10 .p7APMpanelcontent strong {
	color:#333333;
}
.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;
}
.listLeft {
	width:170px;
	float:left;
}
.listMid {
	width:140px;
	min-height:75px;
	border-right:1px dashed #959595;
	border-left:1px dashed #959595;
	float:left; padding-right:10px;
	margin-right:10px;
	padding-left:10px;
	margin-left:10px;
}
.listRight {
	float:left;
}
.listWideLeft {
		float:left;
}
.listWideMid {
	min-height:90px;
	border-right:1px dashed #959595;
	border-left:1px dashed #959595;
	float:left; padding-right:10px;
	margin-right:10px;
	padding-left:10px;
	margin-left:10px;
}
.listDivide {
	width:550px;
	height:1px;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
	margin-bottom:10px;
}