/* --------------------
Accordion
-------------------- */
.p7AB {
	float: right;
	width: 275px;
	background-color: #F2F9EC;
}
.p7ABtrig {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BDE0A1;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #BDE0A1;
	margin: 0px;
	padding: 0px;

}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	color: #7bc143;
	text-align: center;
	font-size: 11px;
}
#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: #7bc143;
	font-weight: normal;
	background-color: #f2f9ec;
	vertical-align: middle;
}
#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: #7bc143;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	background-color: #f2f9ec;

}
#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: #7bc143;
	font-weight: bold;
	background-color: #f2f9ec;
}
.p7ABcontent {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B9DC9E;
	border-left-color: #B9DC9E;
	background-image: url(/images/accordian/accord-bg-fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DC9E;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 13px;
	color: #333333;
	margin: 0px;
}
.p7ABcontent p {
	font-size: 10px;
	margin: 0px;
}
.p7ap_currentmark {
	font-weight: bold;
}
#sliderTop {
	background-image: url(/images/accordian/accord-top.gif);
	height: 9px;
	font-size: 0px;
	line-height: 0px;
}
#sliderBottom {
	background-image: url(/images/accordian/accord-bottom.gif);
	height: 9px;
	font-size: 0px;
	line-height: 0px;
}
#midSlider {
	padding-top: 5px;
	padding-bottom: 5px;
}
#topSlider {
	border-bottom: 1px solid #BDE0A1;
	padding-bottom: 5px;
}
#botSlider {
	border-top: 1px solid #BDE0A1;
	padding-top: 5px;
}