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

.p7APM01 {
	padding: 0;
	border: 5px solid #686497;
	margin: 0 auto;
	width: auto;
}
.p7APM01 .p7APMtrig {
	margin: 0;
	padding: 0;
}
.p7APM01 .p7APMtrig h3, .p7APM01 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 16px;
	line-height: 58px;
}
.p7APM01 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 0 8px 0 80px;
	color: #6a3544 !important;
	font-weight: bold;
	background: #fff url(../site_graphics/accordion-panel-background.jpg) no-repeat 0px 0px;
}
.p7APM01 .p7APMtrig .p7APM_ext, .p7APM01 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-color: #686497 !important;
	letter-spacing: normal !important;
	color: #000 !important;
}
.p7APM01 .p7APMtrig a:hover {
	color: #FFF !important;
	background: url(../site_graphics/accordion-panel-background.jpg) no-repeat 0px -58px !important;
}
.p7APM01 .p7APMtrig a:hover span {
	padding-left: 5px;
}
.p7APM01 .p7APMtrig a:active, .p7APM01 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
.p7APM01 .p7APMtrig .p7APMtrig_down, .p7APM01 .p7APMtrig .p7APMtrig_down:hover {
	background-color: #686497 !important;
	color: #FFF !important;
}
.p7APM01 .p7APMtrig .p7APMtrig_down:hover {}
.p7APM01 .p7APMcwrapper {
	position: relative;
}
.p7APM01 .p7APMpanelcontent {
	padding: 10px 0;
	line-height: 1.5em;
}

div.titlesWrap {
	background: #d6d5e2;
	margin: 0 20px 10px 20px;
	padding-top: 10px;
}

.p7APM01 .p7APMcontent h3 {
	font-size: 18px;
	margin: 0 20px;
	border-bottom: 1px solid #686497;
}

.p7APM01 .p7APMcontent ul {
	width: 260px;
	float: left;
	list-style-type: none;
	ist-style-type: none;
	padding: 10px 20px 20px 20px;
	background: #d6d5e2
}
.p7APM01 .p7APMcontent ul li {
	padding-bottom: 3px;
}
.p7APM01 .p7APMcontent ul#rightbooksCol {
	float: right;
}
div#booksAccordionWrap .p7APM01 .p7APMcontent p {
	margin: 0;
	padding: 0 0 5px 20px;
}
div#booksAccordionWrap .p7APM01 .p7APMcontent div.titlesWrap a {
	text-decoration: none;
}
.p7APM01 .p7APMcontent h2, 
.p7APM01 .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7APM01 .p7APMcontent p {
	margin: 6px 0;
}
.p7APM01 .current_mark {
	font-weight: bold !important;
}
/*==============================
Newsletter Archve accrodion
==============================*/
div#archiveAccordionWrap .p7APM01 .p7APMtrig a {
	background: none;
	background: #686497;
	color: #fff !important;
	padding-left: 20px !Important;
}
div#archiveAccordionWrap .p7APM01 .p7APMtrig a:hover {
	color: #686497 !important;
	background: #bdbed3 !important;
}
