.great-accord {
	margin: 7px 0;
	border: 2px solid #DEDEDE;
    border-radius: 10px;
}
.great-accord > h3 {
	cursor: pointer;
	display: block;
	font-size: 16px;
	color: #000;
	padding: 10px 60px 10px 20px;
	margin: 1px 0;
    line-height: 140%;
}
.great-accord > div.great-content {
	padding: 20px;
	border-top: 2px solid #DEDEDE;
}
.accord-arrow {
	height: 28px;
	width: 29px;
}
.arrow-up {
	background: url("../img/arrow-down.png") no-repeat scroll 98% center / 23px auto;
}
.arrow-down {
	background: url("../img/arrow-up.png") no-repeat scroll 98% center / 23px auto;
}
