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

.p7AP3-08 {
	padding: 5px;
	margin: 0 auto;
	width: auto;
	background-color: #000;
	border-radius: 7px;
	box-shadow: 0px 0px 20px #666;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-08 {
	margin: 0;
	padding: 0;
}
.p7AP3trig.p7ap3-theme-08 h3, .p7AP3trig.p7ap3-theme-08 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-08 a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #000;
	font-weight: normal;
	background-image: url(img/p7ap3_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #000;
	box-shadow: inset 0px 16px 16px rgba(255,255,255,.1);
	background-color: #559050;
	-webkit-transition: all linear 0.15s 0.1s;
	transition: all linear 0.15s 0.1s;
}
.p7AP3trig.p7ap3-theme-08 .p7AP3_ext, .p7AP3trig.p7ap3-theme-08 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7ap3_page_black.gif);
	color: #000;
}
.p7AP3trig.p7ap3-theme-08 a:hover {
	color: #000;
	background-color: #D9D140;
	background-image: url(img/p7ap3_south_black.gif);
}
.p7AP3trig.p7ap3-theme-08 a:focus {}
.p7AP3trig.p7ap3-theme-08 .p7AP3trig_down, .p7AP3trig.p7ap3-theme-08 .p7AP3trig_down:hover {
	background-color: #D9D140;
	color: #000;
	background-image: url(img/p7ap3_south_black.gif);
}
.p7ap3-theme-08 a.ap3first {
	border-top: none !important;
	border-radius: 5px 5px 0px 0px;
}
.p7ap3-theme-08 a.ap3last {
	border-bottom: none !important;
	border-radius: 0px 0px 5px 5px;
}
.p7ap3-theme-08 a.ap3first.ap3last {
	border-radius: 5px 5px 5px 5px;
}
.p7ap3-theme-08 a.ap3last.p7AP3trig_down {
	border-radius: 0px 0px 0px 0px;
}
.p7ap3-theme-08 a.ap3first.ap3last.p7AP3trig_down {
	border-radius: 5px 5px 0px 0px;
}
.p7AP3cwrapper.p7ap3-theme-08 {
	position: relative;
}
.p7AP3panelcontent.p7ap3-theme-08 {
	line-height: 1.5em;
	background-image: url(img/p7ap3_bevel_white.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #000;
}
.p7AP3panelcontent.p7ap3-theme-08 h1,
.p7AP3panelcontent.p7ap3-theme-08 h2,
.p7AP3panelcontent.p7ap3-theme-08 h3,
.p7AP3panelcontent.p7ap3-theme-08 h4 {
	margin: 0px;
}
.p7AP3panelcontent.p7ap3-theme-08.panel_last {
	border-radius: 0px 0px 5px 5px;
}
.p7AP3content.p7ap3-theme-08 p {
	margin: 6px 0;
}
.p7AP3trig.p7ap3-theme-08 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-08 .p7AP3_ext.current_mark {
	background-color: #222 !important;
	border-color: #222 !important;
	color: #DDD !important;
	background-image: url(img/p7ap3_page_white.gif) !important;
}
.p7AP3panelcontent.p7ap3-theme-08 a.current_mark {
	font-weight: bold;
}

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

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-08.responsive .ap3-toolbar {
	display: block;
	padding: 0px 10px;
	text-align: right;
	cursor: pointer;
}
.p7AP3-08.responsive .ap3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
}
.p7AP3-08.responsive .ap3-toolbar a:hover {
	color: #FFF;
}
.responsive .toggle-text a:before {
	position: relative;
	top: -.25em;
}
.p7AP3-08.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7AP3-08.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;	
}

}