/* 
  -----------------------------------
  Accordion Panel Magic
  Cyn Feature styles
  -----------------------------------
*/

#feature .p7APMfeature {
	padding: 0;
	margin: 0 auto;
	width: auto;
}
#feature .p7APMfeature .p7APMtrig {
	margin: 0;
	background-image: url(img/featureAPM_middle.jpg);
	background-repeat: repeat-x;
	padding: 0;
	background-position: left center;
}
#feature .p7APMfeature .p7APMtrig h3, #feature .p7APMfeature .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 20px;
	background-image: url(img/featureAPM_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1;
	text-transform: none;
	background-color: transparent;
	text-shadow: none;
}

#feature .p7APMfeature .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 15px 10px 15px 24px;
	color: #002C2C !important;
	font-weight: normal;
	background-image: url(img/featureAPM_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-style: none;
	background-color: transparent;
}
#feature .p7APMfeature .p7APMtrig a.p7APM_ext, 
#feature .p7APMfeature .p7APMtrig a.p7APM_ext.p7APMtrig_down {
	color: #002C2C !important;
	letter-spacing: normal !important;
	background: url(img/sideAPM_2_ext.jpg) no-repeat left center !important;
}
#feature .p7APMfeature .p7APMtrig a:hover {
	color: #FFC !important;
	background-color: transparent !important;
}
#feature .p7APMfeature .p7APMtrig a:active, 
#feature .p7APMfeature .p7APMtrig a:focus {
	outline: 1px dotted #C6AF87;
}
#feature .p7APMfeature .p7APMtrig .p7APMtrig_down, 
#feature .p7APMfeature .p7APMtrig .p7APMtrig_down:hover  {
	letter-spacing: 0.1em;
	background-image: url(img/featureAPM_down.jpg) !important;
	background-position: left center;
	background-repeat: no-repeat;
}
#feature .p7APMfeature .p7APMcwrapper {
	position: relative;
}
#feature .p7APMfeature .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
	margin: 0 24px;
	background-color: transparent;
}
#feature .p7APMfeature .p7APMcontent h2, 
#feature .p7APMfeature .p7APMcontent h3, 
#feature .p7APMfeature .p7APMcontent h4 {
	font-size: 14px;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
#feature .p7APMfeature .p7APMcontent p {
	margin: 6px 0;
}
#feature .p7APMfeature .current_mark {
	font-weight: bold !important;
}
/* coloring the panels */

#feature .p7APMpanelcontent.yellow {
	background: #E1E187;
}
#feature.p7APMpanelcontent.orange {
	background: #FF9261 !important;
}
#feature .p7APMpanelcontent.red {
	background: #C63F3F !important;
}
#feature .p7APMpanelcontent.mauve {
	background: #966 !important;
}
#feature .p7APMpanelcontent.brown {
	background: #A48B68 !important;
}
#feature .p7APMpanelcontent.green {
	background: #8AA66F!important;
}
#feature .p7APMpanelcontent.blue {
	background: #4A8987 !important;
}

