/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 20 - Lime Rickey
  -----------------------------------
*/

.p7AP3-20 {
	padding: 4px;
	margin: 0 auto;
	width: auto;
	background-color: #151515;
	box-shadow: 0px 0px 10px #000;
	border-radius: 5px;
}
.p7AP3:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-20 {
	margin: 0;
	padding: 0;
}
.p7AP3trig.p7ap3-theme-20 h3, .p7AP3trig.p7ap3-theme-20 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-20 a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #BBB;
	font-weight: normal;
	background-image: url(img/p7ap3_east_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #000;
	background-color: #222;
	-webkit-transition: all ease-in-out 0.6s 0.1s;
	transition: all ease-in-out 0.6s 0.1s;
}
.p7AP3trig.p7ap3-theme-20 .p7AP3_ext, .p7AP3trig.p7ap3-theme-20 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7ap3_page_gray.gif) !important;
}
.p7AP3trig.p7ap3-theme-20 .p7AP3_ext:hover {
	background-image: url(img/p7ap3_page_white.gif) !important;
}
.p7AP3trig.p7ap3-theme-20 a:hover {
	color: #FFF;
	background-color: #8BAC28;
	box-shadow: inset 0px 18px 2px rgba(255,255,255,.2);
	background-image: url(img/p7ap3_east_white.gif);
}
.p7AP3trig.p7ap3-theme-20 a:focus {}
.p7AP3trig.p7ap3-theme-20 .p7AP3trig_down, .p7AP3trig.p7ap3-theme-20 .p7AP3trig_down:hover {
	background-color: #00900F;
	color: #FFF;
	background-image: url(img/p7ap3_south_white.gif);
}
.p7ap3-theme-20 a.ap3first {
	border-top: none !important;
	border-radius: 4px 4px 0px 0px;
}
.p7ap3-theme-20 a.ap3last {
	border-radius: 0px 0px 4px 4px;
	border-bottom-color: #222;
}
.p7ap3-theme-20 a.ap3first.ap3last {
	border-radius: 4px 4px 4px 4px;
}
.p7ap3-theme-20 a.ap3last.p7AP3trig_down {
	border-radius: 0px 0px 0px 0px;
	border-bottom: 1px solid #000 !important;
}
.p7ap3-theme-20 a.ap3first.ap3last.p7AP3trig_down {
	border-radius: 4px 4px 0px 0px;
}
.p7AP3cwrapper.p7ap3-theme-20 {
	position: relative;
}
.p7AP3panelcontent.p7ap3-theme-20 {
	line-height: 1.5em;
	background-color: #FFF;
	color: #000;
}
.p7AP3panelcontent.p7ap3-theme-20 h1,
.p7AP3panelcontent.p7ap3-theme-20 h2,
.p7AP3panelcontent.p7ap3-theme-20 h3,
.p7AP3panelcontent.p7ap3-theme-20 h4 {
	margin: 0px;
}
.p7AP3panelcontent.panel_last {
	border-radius: 0px 0px 4px 4px;
}
.p7AP3content.p7ap3-theme-20 p {
	margin: 6px 0;
}
.p7AP3trig.p7ap3-theme-20 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-20 .p7AP3_ext.current_mark {
	background-color: #333 !important;
	color: #CCC !important;
	background-image: url(img/p7ap3_page_white.gif) !important;
}
.p7AP3panelcontent.p7ap3-theme-20 a.current_mark {
	font-weight: bold;
}
