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

#xsnazzy .p7APM02 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 0 auto;
	width: auto;
}
#xsnazzy .p7APM02 .p7APMtrig {
	margin: 0;
	padding: 0;
}
#xsnazzy .p7APM02 .p7APMtrig h3, #xsnazzy .p7APM02 .p7APMtrig h4 {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
	font-size: 15px;
}
#xsnazzy .p7APM02 .p7APMtrig a {
	display: block;
	text-decoration: none;
	padding: 5px 8px 5px 20px;
	color: #AA004F !important;
	background-color: #FFFFFF !important;
	font-weight: normal;
	background-image: url(img/p7apm_east_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
#xsnazzy .p7APM02 .p7APMtrig .p7APM_ext, #xsnazzy .p7APM02 .p7APMtrig .p7APM_ext.p7APMtrig_down {
	background-image: url(img/p7apm_page_gray.gif) !important;
	color: #999 !important;
	background-color: #AA004F !important;
	letter-spacing: 0.1em !important;
}
#xsnazzy .p7APM02 .p7APMtrig a:hover {
	color: #CCC !important;
	background-color: #AA004F !important;
}
#xsnazzy .p7APM02 .p7APMtrig a:active, #xsnazzy .p7APM02 .p7APMtrig a:focus {
	outline: 1px dotted #ccc;
}
#xsnazzy .p7APM02 .p7APMtrig .p7APMtrig_down {
	letter-spacing: 0.1em;
	background-image: url(img/p7apm_south_white.gif) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #AA004F !important;
	color: #FFFFFF !important;
	border-color: #999 !important;
}
#xsnazzy .p7APM02 .p7APMtrig .p7APMtrig_down:hover {
	background-image: url(img/p7apm_south_white.gif);
	background-color: #3C3C3C !important;
	color: #FFFFFF !important;
	border-color: #999 !important;
}
#xsnazzy .p7APM02 .p7APMcwrapper {
	position: relative;
}
#xsnazzy .p7APM02 .p7APMpanelcontent {
	padding: 20px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	background-color: #AA004F;
	color: #FFFFFF;
}
#xsnazzy .p7APM02 .p7APMcontent h2, #xsnazzy .p7APM02 .p7APMcontent h3, 
#xsnazzy .p7APM02 .p7APMcontent h4 {
	font-size: 1em;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
#xsnazzy .p7APM02 .p7APMcontent p {
	margin: 6px 0;
}
#xsnazzy .p7APM02 .p7APMcontent li {
	font-size: 0.8em;
	list-style: square;
}
#xsnazzy .p7APM02 .p7APMcontent a:link, #xsnazzy .p7APM02 .p7APMcontent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#xsnazzy .p7APM02 .p7APMcontent a:hover, #xsnazzy .p7APM02 .p7APMcontent a:active {
	color: #CCCCCC;
}
#xsnazzy .p7APM02 .current_mark {
	font-weight: bold !important;
}
