/*	SPRY ACCORDION CSS
$Id $
@author mok
*/
/* Based on SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */
.Accordion {
	overflow:auto;
	-moz-outline: none;
	outline: none;
	border: none;
	background-color: #171717;
	visibility: inherit;
	page-break-before: auto;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	font-family : Verdana, Arial,Tahoma;
	font-size : 14px;
	color : #A0A0A0;
	padding: 0.4em 8px;
	margin: 0 0 1px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.AccordionPanelContent {
	overflow:visible;
	margin: 0px;
	color: #b9b9b9;
	font-size: xx-small;
	font-family: verdana;
	font-weight: bold;
	word-spacing: normal;
	z-index: auto;
	height:200px;
	bottom: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
}
.AccordionPanelContent ul { margin-top: 8px;  }
.AccordionPanelContent p { margin-bottom: 0; }
.AccordionPanelContent .call-action {
	text-align: right;
	font-size: 0.917em;
	font-weight: bold;
	bottom: auto;
 }
