/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 05 - Cayenne
  -----------------------------------
*/

.p7AP3-05 {
	margin: 0 auto;
	width: auto;
	padding: 5px;
	background-color: #222;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-05 {
	margin: 0;
	padding: 0;
}
.p7AP3trig.p7ap3-theme-05 h3, .p7AP3trig.p7ap3-theme-05 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-size: 1em;
}
.p7AP3trig.p7ap3-theme-05 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;
	border-top: 1px solid #FB3F00;
	font-variant: small-caps;
	box-shadow: inset 0px 20px 20px rgba(255,255,255,.1);
	background-color: #C30;
	-webkit-transition: all linear 0.15s 0.1s;
	transition: all linear 0.15s 0.1s;
}
.p7AP3trig.p7ap3-theme-05 .p7AP3_ext, .p7AP3trig.p7ap3-theme-05 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7ap3_page_black.gif);
	color: #000;
	background-color: #C30;
}
.p7AP3_ext:hover {
	background-image: url(img/p7ap3_page_white.gif) !important;
}
.p7AP3trig.p7ap3-theme-05 a:hover {
	color: #FFF;
	background-color: #222;
	border-color: #222;
	background-image: url(img/p7ap3_south_white.gif);
}
.p7AP3trig.p7ap3-theme-05 a:focus {}
.p7AP3trig.p7ap3-theme-05 .p7AP3trig_down, .p7AP3trig.p7ap3-theme-05 .p7AP3trig_down:hover {
	background-image: url(img/p7ap3_south_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #222;
	color: #CCC;
	border-color: #222;
}
.p7AP3cwrapper.p7ap3-theme-05 {
	position: relative;
}
.p7AP3content.p7ap3-theme-05 {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.p7AP3panelcontent.p7ap3-theme-05 {
	line-height: 1.5em;
	background-image: url(img/p7ap3_bevel_white.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #000;
}
.p7AP3panelcontent.p7ap3-theme-05 h1,
.p7AP3panelcontent.p7ap3-theme-05 h2,
.p7AP3panelcontent.p7ap3-theme-05 h3,
.p7AP3panelcontent.p7ap3-theme-05 h4 {
	margin: 0px;
}
.p7AP3content.p7ap3-theme-05 p {
	margin: 6px 0;
}
.p7AP3trig.p7ap3-theme-05 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-05 .p7AP3_ext.current_mark {
	font-weight: bold;
	background-color: #444 !important;
	border-color: #444 !important;
	color: #EEE !important;
	background-image: url(img/p7ap3_page_white.gif) !important;
	box-shadow: none !important;
}
.p7AP3panelcontent.p7ap3-theme-05 .current_mark {
	font-weight: bold;
}
