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

.p7APM03 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	padding: 6px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	font-size: 15px;
	margin: 0 auto;
	width: auto;
}
.p7APM03 .p7APMtrig {
	margin: 0;
	padding: 0;
	background-image: url(img/p7apm_greystone.jpg);
	background-repeat: repeat-x;
	background-color: #949494;
}
.p7APM03 .p7APMtrig h3, .p7APM03 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 15px;
}
.p7APM03 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 5px 12px 5px 20px;
	color: #333 !important;
	font-weight: normal;
	background-image: url(img/p7apm_east_black.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #7A7A7A;
	border-top: 1px solid #B6B6B6;
}
.p7APM03 .p7APMtrig .p7APM_ext, .p7APM03 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_black.gif) !important;
	background-color: transparent !important;
	border-bottom: 1px solid #7A7A7A !important;
	border-top: 1px solid #B6B6B6 !important;
	color: #333 !important;
	letter-spacing: 0.1em !important;
}
.p7APM03 .p7APMtrig .p7APM_ext:hover {
	background-image: url(img/p7apm_page_gray.gif) !important;
}
.p7APM03 .p7APMtrig a:hover {
	color: #EEE !important;
	background-color: #000 !important;
	border-color: #000;
	background-image: url(img/p7apm_east_gray.gif);
}
.p7APM03 .p7APMtrig a:active, .p7APM03 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM03 .p7APMtrig .p7APMtrig_down, .p7APM03 .p7APMtrig .p7APMtrig_down:hover {
	letter-spacing: 0.1em;
	background-image: url(img/p7apm_south_gray.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #4E4E4E !important;
	color: #DDD !important;
	border-color: #4E4E4E !important;
}
.p7APM03 .p7APMtrig .p7APMtrig_down:hover {
	color: #FFF !important;
}
.p7APM03 .p7APMcwrapper {
	position: relative;
}
.p7APM03 .p7APMpanelcontent {
	padding: 16px;
	line-height: 1.5em;
	background-image: url(img/p7apm_bevel_white.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.p7APM03 .p7APMcontent h2, .p7APM03 .p7APMcontent h3, 
.p7APM03 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM03 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM03 .current_mark {
	font-weight: bold !important;
}
