@charset "utf-8";
/* CSS Document */



#accordion {
}
.wrapper {
	width:600px;
}
.level {
}
a.opening {
	display:block;
	text-decoration:none;
	color:#069!important;
	font-weight:bold;
	font-size:16px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(../img/ico_faq_menu.png);
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #696;
}
a.opening:hover, a.active {
	color:#fff!important;
	background-color: #aba924;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration:none!important;
}
a.opening a.active {
	color:#fff;
	background-color: #060!important;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.expanded {
	padding:15px;
	font-size:15px!important;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-color: #999;
}
.expanded p {
	padding-bottom:20px;
}
.expanded .expanded {
	padding:0;
	color:#fff;
}
.expanded .expanded p {
	padding:15px;
}
ul.support {
	font-size:0.9em;
}
