/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Bluestone
  -----------------------------------
*/

.p7AB {
	background-color: #FFFFFF;
	padding: 0 0 12px 0;
	/*border-right: 1px solid #333333;
	border-left: 1px solid #999;
	border-bottom: 1px solid #333333;*/
	font-family: Arial, Helvetica, sans-serif;
	
}
.p7ABtrig {
	margin: 0;
	padding: 0;
	
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#p7ABW1 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 18px;
	color: #1A69AC;
	font-weight: normal;
	background-image: url(arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	/*border-top: 1px solid #BDD3F2;*/
	border-bottom: 1px dashed #999999;
}
#p7ABW1 .p7ABtrig a:hover {
	/*color: #FFFFFF;*/
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	/*outline: 1px dotted #ccc;*/
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	background-image: url(arrowdown.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.p7ABcontent {
	padding: 5px;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color:#1A69AC;
	margin: 0px;
	line-height: normal;
}

.p7ABcontent p {
	margin: 6px 0 12px 0;
}
.p7ap_currentmark {
	font-weight: bold;
}

