/*	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;
}
.AccordionPanelTab {
	background-color: #FFFFFF;
	color:#666666;
	font-size: 10pt;
	padding: 0.3em 8px;
	margin: 0 0 1px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #fff;
	border-bottom-color: #999;
	border-left-color: #CCCCCC;
}
.AccordionPanelTab2 {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size: 10pt;
	background-color: #fff;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #fff;
	border-bottom-color: #999;
	border-left-color: #CCCCCC;
}
	
.AccordionPanelMenu {
	background-color: #336699;
	color:#fff;
	font-size: 12pt;
	padding: 0.3em 8px;
	margin: 0 0 1px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
}
.AccordionPanelContent {
overflow: hidden;
margin: 0px;
padding: 0 0 0 8px;
}
.AccordionPanelContent ul { margin-top: 8px;  }
.AccordionPanelContent p { margin-bottom: 0; }
.AccordionPanelContent .call-action { 
text-align: right;
font-size: 0.917em;
font-weight: bold;
 }


