/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.p7AB {
	background-color: #fff;
	padding: 0px;
	border: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}
.p7ABtrig {
	padding: 0;
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	color: #000;
	padding: 0;
	font-size: 14px;
	
}
#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: 0px 0px 0px 30px;
	color: #333;
	height: 20px;
	padding-top: 5px;
	font-weight: bold;
	background-color: #c3c3c3;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #999;
	background-image: url(images/arrowright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#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 {
	color: #333;
	background-color: #333333;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	color: #333;
	outline: 0px dotted #ccc;
}
#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 {
	display: block;
	color: #333;
	height: 20px;
	text-decoration: none;
	padding: 0px 0px 0px 30px;color: #ABABAB;
	background-color: #c3c3c3;
	padding-top: 5px;
	background-image: url(images/arrowdown.gif);
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #999;
	background-repeat: no-repeat;
	background-position: left top;

}
.p7ABcontent {
	background-color: #FFFFFF;
	border-right: 0px solid #333333;
	border-left: 0px solid #333333;
	margin-bottom: 5px;
	
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {

	margin: 0px;
}
.p7ABcontent p {
	margin: 0px 0 0px 0;
}
.p7ap_currentmark {
	font-weight: normal;
}
