/* 
  -----------------------------------
  Accordion Panel Magic by Project Seven Development - www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.p7AB {
	background-color: #222;	/* was #ccc */
	padding: 0px;
	border-bottom: 1px solid #333;
	font-family: arial, Helvetica, sans-serif;
	font-family : "Century Gothic","Lucida Grande","Lucida Sans","Bitstream Vera Sans",Verdana,sans-serif;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 0.5em;		/* .6em */
}
#p7ABW1 .p7ABtrig a, #p7ABW2 .p7ABtrig a,
#p7ABW3 .p7ABtrig a, #p7ABW4 .p7ABtrig a,
#p7ABW5 .p7ABtrig a, #p7ABW6 .p7ABtrig a,
#p7ABW7 .p7ABtrig a, #p7ABW8 .p7ABtrig a,
#p7ABW9 .p7ABtrig a, #p7ABW10 .p7ABtrig a, #p7ABW11 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 18px;
	color: #eaeaea;
	font-weight: lighter;
	background-color: #222;
	border-bottom: 2px solid #000;
	border-top: 1px solid #4a4a4a;	/* #4a4a4a */
	background-image: url(images/p7ap_east_med_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	letter-spacing:0.2em;
	/*font-size: 0.7em;*/
	text-transform:uppercase;
}
#p7ABW1 .p7ABtrig a:hover, #p7ABW2 .p7ABtrig a:hover,
#p7ABW3 .p7ABtrig a:hover, #p7ABW4 .p7ABtrig a:hover,
#p7ABW5 .p7ABtrig a:hover, #p7ABW6 .p7ABtrig a:hover,
#p7ABW7 .p7ABtrig a:hover, #p7ABW8 .p7ABtrig a:hover,
#p7ABW9 .p7ABtrig a:hover, #p7ABW10 .p7ABtrig a:hover, #p7ABW11 .p7ABtrig a:hover {
	color: #fff;
	font-weight: lighter;
	background-color: #e00;	/*#e00;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#e00), to(#600));
	background: -moz-linear-gradient(top, #e00, #600);
	border-top: 1px solid #777;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: 0 dotted #999;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down, #p7ABW2 .p7ABtrig .p7ABtrig_down,
#p7ABW3 .p7ABtrig .p7ABtrig_down, #p7ABW4 .p7ABtrig .p7ABtrig_down,
#p7ABW5 .p7ABtrig .p7ABtrig_down, #p7ABW6 .p7ABtrig .p7ABtrig_down,
#p7ABW7 .p7ABtrig .p7ABtrig_down, #p7ABW8 .p7ABtrig .p7ABtrig_down,
#p7ABW9 .p7ABtrig .p7ABtrig_down, #p7ABW10 .p7ABtrig .p7ABtrig_down, #p7ABW11 .p7ABtrig .p7ABtrig_down {
	color: #eaeaea;		/* TE was #ABABAB;*/
	letter-spacing: 0.2em;
	background-color: #333;	/* TE - was #e00 */
	background-image: url(images/p7ap_south_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	/* will not combine with background-image above: */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#e00), to(#600));
	background: -moz-linear-gradient(top, #e00, #600);*/
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#222));
	background: -moz-linear-gradient(top, #666, #222);
	font-weight: bold;
	border-top: 1px solid #777;
}
.p7ABcontent {
	padding: 20px;
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family : "Century Gothic","Lucida Grande","Lucida Sans","Bitstream Vera Sans",Verdana,sans-serif;
	color: #fff;
	background-color: #222;
	border-right: 1px solid #000;		/* TE : #3a3a3a ? */
	border-left: 1px solid #000;
	letter-spacing:0.05em;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
	font-family : "Century Gothic","Lucida Grande","Lucida Sans","Bitstream Vera Sans",Verdana,sans-serif;
	color:#ccc;
	font-size:0.7em;
	margin: 0.6em 0;
	line-height:1.3em;
}
.p7ABcontent .stress {
	padding:10px 15px;
	margin:1em 0 0 0;
	
	padding-bottom:1em;
	background-color:#444;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 3px 3px 22px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 22px rgba(0,0,0,.3);
}
.p7ABcontent a, .p7ABcontent a:visited{
	color: #fff;
	font-weight:normal;
	white-space: nowrap;
	text-decoration:none;
	letter-spacing:0.1em;
}
.p7ABcontent a:hover{
	color:#fff;
	background-color: #d00;
	text-decoration:none;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
}
.p7ABcontent ul {
	font-size:0.7em;
	margin: 1.0em 0.6em;
	list-style:circle;
}
.p7ABcontent ul li{
	margin: 0.6em;
	padding: 0 0.6em;
	line-height:1.4em;
}
.p7ABcontent strong {
	color:#fff;
}
.p7ABcontent h1, .p7ABcontent h2, .p7ABcontent h3,
.p7ABcontent h4, .p7ABcontent h5, .p7ABcontent h6 {
	color: #e00;
	text-transform:lowercase;
}
.p7ABcontent h4 {
	font-size:1.4em;
	margin: 0.5em 0 2em 0;
	font-weight: 200;
	white-space: nowrap;	
}
.p7ABcontent h5 {
	font-size:1.1em;
	margin:0;
	font-weight: 200;
}
.p7ABcontent h6 {
	font-size:0.9em;
	font-weight:bold;
	margin: 0;
	padding:0;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7ap_currentmark {
	font-weight: bold;
}
/* special: */
#p7ABc1_10 {
	
}
#p7ABc1_10 img {
	margin: 15px 0 15px -10px;
	padding:0;
	opacity: 0.35;
	filter: alpha(opacity=30);
}
#p7ABc1_10 img:hover {
	opacity: 1.00;
	filter: alpha(opacity=100);
}
