@charset "UTF-8";

.Accordion {
	border:none;
	overflow: hidden;
	width:200px;
	padding-left:25px;
}
.AccordionFocused
{
outline:none;
}

.AccordionPanel {
	margin-top: 0px;
	padding: 0px;
	width:200px;
}

.AccordionPanelTab {
	border:none;
	margin-bottom:5px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	width:200px;
}

.AccordionPanelContent {
	overflow:hidden;
	height:120px;
	color:#5A3824;
	font-weight:bold;
	background:none;
	font-size:13px;
	width:170px;

	}
	
.AccordionPanelContent a
	{
	text-decoration:none;
	color: #5A3824;
	background:none;
	}
	
.AccordionPanelContent a:hover
	{
	color:#000000;
	}
