/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.p7AB {
	background-color: #777777;
	padding: 0px;
	border-bottom: 0px solid #dddddd;	
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
}
#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;
	color: #dddddd;

	padding-left: 10px;	
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 16px;
	border-top: 0px dotted #dddddd;
	background-repeat: no-repeat;
	background-position: right center;
}


#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: #ffffff;
	background-color: #777777;
	font-weight: bold;
	font-size: 16px;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: 1px dotted #ffffff;
	
}
#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: #ffffff;
	background-color: #777777;
	background-image: url(../ar/tools/images/p7ap_south_white.gif);

	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
}
.p7ABcontent {
	color: #ffffff;	
	padding-top: 0px;
	padding-left: 10px;
	font-weight: bold;
		padding-bottom:30px;
		background-image: url("tools/rewe111.jpg");
	background-repeat: repeat-x;
	min-height: 150px;
		
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
	line-height: 14px;
	letter-spacing: 0.1em;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
}

