/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 16 - Chocolate Truffle
  -----------------------------------
*/

.p7AP3-16 {
	margin: 0 auto;
	width: auto;
	background-color: #2B211C;
	border-radius: 6px;
	padding: 10px;
	box-shadow: 0px 0px 15px #666;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-16 {
	margin: 0;
	padding: 0;
}
.p7AP3trig.p7ap3-theme-16 h3, .p7AP3trig.p7ap3-theme-16 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-16 a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #000;
	background-color: #9D8173;
	font-weight: normal;
	background-image: url(img/p7ap3_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #AC9488;
	border-right: #000;
	border-bottom: 1px solid #886C60;
	box-shadow: inset 0px 16px 20px rgba(255,255,255,.07);
	-webkit-transition: background-color ease-in-out 0.35s 0.1s,  border-color ease-in-out 0.35s 0.1s,  
	border-radius ease-in-out 1.0s 0.1s, color linear 0.35s 0.1s;
	transition: background-color ease-in-out 0.35s 0.1s,  border-color ease-in-out 0.35s 0.1s,  
	border-radius ease-in-out 1.0s 0.1s, color linear 0.35s 0.1s;
}
.p7AP3trig.p7ap3-theme-16 .p7AP3_ext, .p7AP3trig.p7ap3-theme-16 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7ap3_page_black.gif);
	color: #000;
	background-color: #9D8173;
	letter-spacing: 0.1em;
}
.p7AP3_ext:hover {
	background-image: url(img/p7ap3_page_white.gif) !important;
}
.p7AP3trig.p7ap3-theme-16 a:hover {
	color: #E8DED9;
	background-color: #534239;
	border-color: #2B211C;
	background-image: url(img/p7ap3_south_white.gif);
	box-shadow: none;
}
.p7AP3trig.p7ap3-theme-16 a:focus {
	outline: none;
}
.p7AP3trig.p7ap3-theme-16 .p7AP3trig_down {
	background-image: url(img/p7ap3_south_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #2B211C;
	color: #E8DED9;
	border-color: #2B211C;
	box-shadow: none;
}
.p7AP3trig.p7ap3-theme-16 .p7AP3trig_down:hover {
	background-color: #2B211C;
}
.p7ap3-theme-16 .ap3first a {
	border-radius: 5px 5px 0px 0px;
	border-top: none;
}
.p7ap3-theme-16 .ap3last a {
	border-radius: 0px 0px 5px 5px;
	border-bottom: none;
}
.p7ap3-theme-16 .ap3first.ap3last a {
	border-radius: 5px 5px 5px 5px;
}
.p7AP3cwrapper.p7ap3-theme-16 {
	position: relative;
}
.p7AP3panelcontent.p7ap3-theme-16 {
	line-height: 1.5em;
	background-repeat: repeat-x;
	background-color: #E8DED9;
	color: #000;
	border-radius: 6px 6px 0px 0px;
}
.p7AP3panelcontent.p7ap3-theme-16 h1,
.p7AP3panelcontent.p7ap3-theme-16 h2,
.p7AP3panelcontent.p7ap3-theme-16 h3,
.p7AP3panelcontent.p7ap3-theme-16 h4 {
	margin: 0px;
}
.p7AP3panelcontent.panel_last.p7ap3-theme-16 {
	border-radius: 6px 6px 6px 6px;
}
.p7AP3content.p7ap3-theme-16 p {
	margin: 6px 0;
}
.p7AP3trig.p7ap3-theme-16 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-16 .p7AP3_ext.current_mark {
	background-image: url(img/p7ap3_page_white.gif) !important;
	background-color: #44332B !important;
	color: #E8DED9 !important;
	border-color: #1C1411 !important;
}
.p7AP3panelcontent.p7ap3-theme-16 a.current_mark {
	font-weight: bold;
}

.responsive .ap3-toolbar {display: none;}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-16.responsive .ap3-toolbar {
	display: block;
	padding: 0px 10px;
	text-align: right;
	cursor: pointer;
}
.p7AP3-16.responsive .ap3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	display: block;
}
.p7AP3-16.responsive .ap3-toolbar a:hover {
	color: #FFF;
}
.responsive .toggle-text a:before {
	position: relative;
	top: -.25em;
}
.p7AP3-16.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7AP3-16.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;	
}

}