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

.p7APM12 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 12px 0;
	margin: 0 auto;
	width: auto;
}
.p7APM12 .p7APMtrig {
	margin: 0;
	padding: 0 0 4px 0;
}
.p7APM12 .p7APMtrig h3, .p7APM12 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 1.2em;
	font-weight: normal;
}
.p7APM12 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 0 6px;
	color: #999 !important;
	font-weight: normal;
}
.p7APM12 .p7APMtrig .t4 a {
	color: #222 !important;
}

.p7APM12 .p7APMtrig .t1 a {
	/* background-color: #505036; */
	color: #505036;
}
.p7APM12 .p7APMtrig .t2 a {
	/* background-color: #993333; */
	color: #993333;
}
.p7APM12 .p7APMtrig .t3 a {
	/* background-color: #333366; */
	color: #333366;
}
.p7APM12 .p7APMtrig .t4 a {
	/* background-color: #FFCC66; */
	color: #FFCC66;
}

.p7APM12 .p7APMtrig .p7APM_ext, .p7APM12 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	color: #EEE !important;
	letter-spacing: normal !important;
	border: none;
}
.p7APM12 .p7APMtrig a:hover {
	color: #CCC !important;
	background-color: #000 !important;
}
.p7APM12 .p7APMtrig a:active, .p7APM12 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM12 .p7APMtrig .p7APMtrig_down {
	color: #DDD !important;
	letter-spacing: 0em;
	background-color: #505036;
}
.p7APM12 .p7APMcwrapper {
	position: relative;
	padding: 0 14px;
}
.p7APM12 .p7APMpanelcontent {
	padding: 4px;
	line-height: 1.5em;
	margin: 0;
}
.p7APM12 .p7APMpanelcontent .small {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top:12px;
	padding-left: 6px;
}

.p7APM12 .p7APMcontent h2, .p7APM12 .p7APMcontent h3, 
.p7APM12 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM12 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM12 .current_mark {
	font-weight: bold !important;
}
