/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 09 - Image-Based
  -----------------------------------
*/

.p7AP3-09 {
	margin: 0px auto;
	width: auto;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3-09 img {
	border: 0;
}
.p7AP3trig.p7ap3-theme-09 {
	margin: 0;
	padding: 0;
}
.p7AP3trig.p7ap3-theme-09 h3, .p7AP3trig.p7ap3-theme-09 h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-09 a {
	display: inline;
}
.p7AP3trig.p7ap3-theme-09 a:hover {
	background-color: transparent;
}
.p7AP3trig.p7ap3-theme-09 a:focus {
	outline: none;
}
.p7AP3cwrapper.p7ap3-theme-09 {
	position: relative;
}
.p7AP3panelcontent.p7ap3-theme-09 {
	padding: 16px;
	line-height: 1.5em;
	margin: 0 21px;
	border-left: 1px dotted #000;
	color: #000;
}
.p7AP3content.p7ap3-theme-09 p {
	margin: 6px 0;
}
.p7ap3-theme-09 .current_mark {
	font-weight: bold;
}
.p7AP3panelcontent.p7ap3-theme-09 a.current_mark {
	font-weight: bold;
}

.responsive .ap3-toolbar {display: none;}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-09.responsive .ap3-toolbar {
	display: block;
	padding: 0px 10px;
	text-align: right;
	cursor: pointer;
}
.p7AP3-09.responsive .ap3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
}
.p7AP3-09.responsive .ap3-toolbar a:hover {
	color: #000;
}
.responsive .toggle-text a:before {
	position: relative;
	top: -.25em;
}
.p7AP3-09.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7AP3-09.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7AP3root-wrapper.closed {
	height: 0px;
	overflow:hidden;	
}
.p7AP3root-wrapper.opened {
	height: auto;
	overflow: hidden;	
}

}