@charset "utf-8";
/*	ACCORDION */
.accrodation { width: 100%; }
.acc-trigger { cursor: pointer; display: block; margin: 0 0 0 0; width: 100%;	}
.acc-trigger:last-of-type, .acc-container:last-of-type { margin-bottom: 20px; }
.no-js .acc-trigger:last-of-type { border-bottom: none; }
.acc-trigger a {
	background-image: url(../../images/accordion-ico.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	display: block;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 55px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;

}
.acc-trigger a:hover {
	background-image: url(../../images/accordion-ico2.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;

}
.acc-trigger a:hover,  .acc-trigger.active a:hover {   }

.acc-trigger.active a,.acc-trigger.active a:hover  { color: #fff; border-bottom: 0px solid #FFF; background-color: #859559; border-radius:7px 7px 0 0;	margin-top: 10px;}




.acc-trigger.active { cursor: default; background:#fff;}
.acc-trigger.active:last-of-type { border-bottom: none; margin-bottom: 0; }
.acc-trigger.active a {background-image: url(../../images/accordion-Q.png);background-repeat: no-repeat; background-position: 10px  ; cursor: default;	}
.acc-container .content {
	color:#333333;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 20px;
	padding-left: 55px;
	background-image: url(../../images/accordion-A.png);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	background-color: #FFF;
	border-radius:0 0 7px 7px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #859559;
	border-right-color: #859559;
	border-bottom-color: #859559;
	border-left-color: #859559;
}