@charset "UTF-8";


.Accordion {
	overflow: hidden;
	width: 100%;
	text-align: left;
}


.AccordionPanel {
	margin: 0px;
	padding: 0px;
}


.AccordionPanelTab {
	margin: 1px 0 0 0;
	padding:0px 0px 0px 15px;
	cursor: pointer;
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 27px;
	font-weight:bold;
	height:27px;
	width:229px;
	background:url(../images/slider-head-bg.jpg) 0 0 no-repeat;
}
.AccordionPanelContent {
	width:242px;
	overflow:hidden;
	margin:0px;
	padding:0px 0px 0px 0px;
	line-height:17px;
}


.AccordionPanelOpen .AccordionPanelTab {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	background:url(../images/slider-head-bg.jpg) 0 -27px no-repeat;
}


/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FFFFFF;
	background:url(../images/slider-head-bg.jpg) 0 -27px no-repeat;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFFFFF;
	background:url(../images/slider-head-bg.jpg) 0 -27px no-repeat;
}
.AccordionPanelOpen .AccordionPanelContent {
	width:212px;
	border:1px solid #B8BABC;
	padding:5px 15px 10px 15px;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {

}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	color: #FFFFFF;
}
.AccordionPanelContent li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom:2px;
}
.AccordionPanelContent ul {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.AccordionPanelContent li a {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 4px 4px 10px;
	margin-top: 0px;
	color: #285579;
	line-height: 18px;
	background:#FFFFFF;
	width:237px;
	text-decoration:none;
}
.AccordionPanelContent li a:hover {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 4px 4px 4px 10px;
	margin-top: 0px;
	color: #285579;
	line-height: 18px;
	background:#C9D9F2;
	width:237px;
	text-decoration:none;
}
.AccordionPanelContent .active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DC0E10;
	text-decoration: none;
}
