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

.p7AP3-06 {
	background-color: #99CC00;
	padding: 8px;
	margin: 0 auto;
	width: auto;
	border-radius: 6px;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-06 {
	margin: 0;
	padding: 0;
}
.p7AP3trig.p7ap3-theme-06 h3, .p7AP3trig.p7ap3-theme-06 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-06 a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #000;
	background-color: #FFCC00;
	border-bottom: 1px solid #99CC00;
	font-weight: normal;
	background-image: url(img/p7ap3_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7AP3trig.p7ap3-theme-06 .p7AP3_ext, .p7AP3trig.p7ap3-theme-06 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7ap3_page_black.gif);
	color: #000;
	background-color: #FFCC00;
	border-bottom: 1px solid #99CC00;
	font-weight: normal;
}
.p7AP3trig.p7ap3-theme-06 a:hover {
	color: #000;
	background-color: #FFCC00;
	text-decoration: underline;
}
.p7AP3trig.p7ap3-theme-06 a:focus {}
.p7AP3trig.p7ap3-theme-06 .p7AP3trig_down, .p7AP3trig.p7ap3-theme-06 .p7AP3trig_down:hover {
	background-image: url(img/p7ap3_south_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #99CC00;
	border-bottom: 1px solid #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
.p7ap3-theme-06 a.ap3first {
	border-radius: 5px 5px 0px 0px;
}
.p7ap3-theme-06 a.ap3last {
	border-radius: 0px 0px 5px 5px;
}
.p7ap3-theme-06 a.ap3first.ap3last {
	border-radius: 5px 5px 5px 5px;
}
.p7ap3-theme-06 a.ap3first.ap3last.p7AP3trig_down {
	border-radius: 5px 5px 0px 0px;
}
.p7AP3cwrapper.p7ap3-theme-06 {
	position: relative;
}
.p7AP3panelcontent.p7ap3-theme-06 {
	line-height: 1.5em;
	background-image: url(img/p7ap3_citrus.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #000;
}
.p7AP3panelcontent.p7ap3-theme-06 h1,
.p7AP3panelcontent.p7ap3-theme-06 h2,
.p7AP3panelcontent.p7ap3-theme-06 h3,
.p7AP3panelcontent.p7ap3-theme-06 h4 {
	margin: 0px;
}
.p7AP3panelcontent.p7ap3-theme-06.panel_last {
	border-radius: 0px 0px 5px 5px;
}
.p7AP3content.p7ap3-theme-06 p {
	margin: 6px 0;
}
.p7AP3trig.p7ap3-theme-06 .p7AP3_ext.current_mark {
	font-weight: bold !important;
	text-decoration: none !important;
	background-image: url(img/p7ap3_page_black.gif) !important;
	background-color: #99CC00 !important;
	border-bottom: 1px solid #99CC00 !important;
}
.p7AP3panelcontent.p7ap3-theme-06 a.current_mark {
	font-weight: bold;
}

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

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

}