/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 05 - Yin-Yang
  -----------------------------------
*/

.p7AB {
	padding: 10px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
}
.p7ABtrig {
	margin: 0;
	padding: 0 0 14px 0;
	border:none;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	border:none;
}
#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 {
	display: block;
	text-decoration: none;
	padding: 17px 0 0 0;
	background-image:url(../images/accordion_view_btn.gif);
	border:none;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#990000;
}
#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 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#990000;
	text-decoration:underline;
	border:none;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	border:none;
}
#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 {
	color: #000000;
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	background-image:url(../images/accordion_close_btn.gif);
	border:none;
	
}
.p7ABcontent {
	padding: 0 0 20px 0;
	color: #333333;
	margin: 0;
	
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	border:none;
}
.p7ABcontent p {
	margin: 0;
}
.p7ap_currentmark {
	font-weight: bold;
}
