@charset "UTF-8";
.AccordionPanelTab {
	border-top: solid 1px #d56520;
	border-bottom: solid 1px #d56520;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-transform:uppercase;
	color:#d56520;
	font-size:12px;
	font-weight:bold;
	background-image:url(../img/arrow-out.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}
.slider_content { cursor:pointer; }
.slider_content p { cursor:default; }
.AccordionPanelTab:hover {
	background-color:#d56520;
	color:#FFF;
	background-image:url(../img/arrow-over.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:default;
}
.slider_toggler {
	padding-bottom:3px;
}
.AccordionPanelTab {
	cursor:pointer;
}
.AccordionPanelTab2 {
	width:170px;
	border-top: solid 1px #d56520;
	border-bottom: solid 1px #d56520;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-transform:uppercase;
	color:#d56520;
	font-size:12px;
	font-weight:bold;
	background-image:url(img/arrow-out.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}
.AccordionPanelTab2:hover {
	background-color:#d56520;
	color:#FFF;
	background-repeat:no-repeat;
	background-position:right;
	cursor:default;
}

