﻿.accordion {
	width: 530px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h4 {
	background: #e9e7e7 url(/main/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 10px;
	margin: 0;
	font-family: Microsoft Sans Serif, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4848FF;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h4:hover {
	background-color: #e3e2e2;
}
.accordion h4.active {
	background-position: right 5px;
}
.accordion p {
	background: #f9f9f9;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}