/*	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;
width:219px;

}
.AccordionPanel {
margin: 0px;
padding: 0px;
width:219px;
}
.AccordionPanelTab {
	width:219px;
	background-image:url(../images/switchcontent_outer.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:26px;
	color:#fff;
	font-size: 13px;
	line-height:20px;
	padding: 0.4em 8px;
	margin: 0 0 0 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;

}

a.accordionStyle
{
	color:#fff;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none;
}

.AccordionPanelContent {
overflow: hidden;
margin: 0px;
padding: 0 0 0 0px;
width:219px;

}
.AccordionPanelContent ul {
margin-top: 0px; 
}

.AccordionPanelContent p {
 margin-bottom: 0;
 }
.AccordionPanelContent .call-action { 
text-align: right;
font-size: 0.917em;
font-weight: bold;
 }
.columns-2-AB-A{
	background-image: url(../images/icongroup_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:auto;
	margin-top:0px;
	width:219px;

}
#Products-Accordion{
height:auto;
width:219px;
}
#Home-Accordion{
width:219px;
}
