/*	SPRY ACCORDION CSS
$Id $
@author mok
*/
/* Based on SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */
.Accordion {
overflow: hidden;
-moz-outline: none;
outline: none;
border: none;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	width: 272px;
	height: 100%;
}
.AccordionPanelTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #009933;
	background-color:transparent;
	padding: 0.4em 8px;
	margin: 0 0 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-image: url(../_images/trans_green_background.png);
	background-repeat: repeat;
}
.AccordionPanelContent {
	overflow: hidden;
	margin: 0px;
	padding: 10px;
	height: 100%;
}
.AccordionPanelContent ul {
	margin-top: 0px;
	height: 100%;
}
.AccordionPanelContent p {
	margin-bottom: 0px;
	height: 100%;
}
.AccordionPanelContent .call-action {
	text-align: right;
	font-size: 0.917em;
	font-weight: bold;
	height: 100%;
 }
