@charset "utf-8";

.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #075090 url(../../js/menuSys/arrow_r.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font-family: RobotoCondensed-Regular;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	color: #FFFFFF;
}
.accordion h3:hover {
	background-color: #075090;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	font-family: OpenSans-Light;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 16px;
	line-height: normal;
}