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

.p7APM01 {
	font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;
	border: 1px solid #fff;
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 2px 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 14px;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 40px;
	background-color: #FFF !important;
	color: #898482 !important;
	background-image: url(img/p7apm_minuseast_black.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	/*border: 1px solid #000;*/
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	padding: 4px 8px 4px 40px;
	background-image: url(img/p7apm_minuseast_black.gif) !important;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #FFF !important;
	letter-spacing: 1px !important;
	color: #898482 !important;
	font-weight: normal;
	text-transform: uppercase;
}
.p7APM01 .p7APMtrig a:hover {
	color: #54504f !important;
	background-color: #d9d6d5 !important;
	background-image: url(img/p7apm_minuseast_gray.gif);
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apm_plussouth_gray.gif) !important;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-color: #898482 !important;
	color: #dedbda !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
}
.p7APM01 .p7APMcontent h2, .p7APM01 .p7APMcontent h3, 
.p7APM01 .p7APMcontent h4 {
	color: #898482;
	font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	line-height: 14px;
	padding-left: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.p7APM01 .p7APMcontent h2 a {
	color: #bdb8b6;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 0px 24px;
	text-decoration: none;
	background-image: url(/assets/images/acrobat_ico.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7APM01 .p7APMcontent h2 a:hover {
	color: #900;
}
.p7APM01 .p7APMcontent p {
	font-family: 'Futura W01 Book', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #898482;
	line-height: 20px;
	margin: 4px 0px 12px 0px;
	padding-left: 40px;
	text-transform: uppercase;
}
.p7APM01 .p7APMcontent p .sold {
	color: #900;
}
.p7APM01 .p7APMpanelcontent img {
	display: block;
	margin: 0px;
	float: right;
	border: 3px solid #fff;
}
.p7APM01 .p7APMpanelcontent img:hover {
	display: block;
	margin: 0px;
	float: right;
	border: 3px solid #bdb8b6;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
