@charset "UTF-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.Accordion {
	border-right: 2px solid #EBC1AF;
	border-bottom: 3px solid #CE6335;
	overflow: hidden;
	text-align: center;
	background: #EFCEC0;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #D78664;
	margin: 0px;
	cursor: pointer;
/*	-moz-user-select: none;
	-khtml-user-select: none;*/
	font-weight: bold;
	border-top: 1px solid #EBC1AF;
	border-bottom: 1px solid #C96134;
	font-size: x-small;
}
.AccordionPanelContent {
	overflow: auto;
	height: 175px;
	margin-left: 0px;
}
.AccordionPanelContent     li      {
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.AccordionPanelContent    a:link     {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../imgs/bt_nv.gif) no-repeat center 2px;
	display: block;
	height: 25px;
	font-size: x-small;
	line-height: 23px;
	margin-left: -2px;
}
.AccordionPanelContent a:visited {
	font-weight: bold;
	color: #222;
	text-decoration: none;
	background: url(../imgs/bt_nv.gif) no-repeat center 2px;
	display: block;
	height: 25px;
	font-size: x-small;
	line-height: 23px;
	margin-left: -2px;
}
.AccordionPanelContent a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url(../imgs/bt_nv.gif) no-repeat center -28px;
	display: block;
	height: 25px;
	font-size: x-small;
	line-height: 23px;
	margin-left: -2px;
}
.AccordionPanelContent a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: url(../imgs/bt_nv.gif) no-repeat center -28px;
	display: block;
	height: 25px;
	font-size: x-small;
	line-height: 23px;
	margin-left: -2px;
}


.AccordionPanelTabHover {
	color: #FFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

.AccordionFocused .AccordionPanelTab {
	background-color: #D17750;
	background-position: right center;
}

.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #EFCEC0;
}

