.accordion {
	width: 791px;
	height:auto;
}

.accordion h3 {
	background:url(../Img/arrow-square.png) scroll right -37px  no-repeat #454343;
	height:32px;
	width: 771px;
	margin: 0;
	font-family: 'phagspa';
	cursor: pointer;
	font-size:16px !important;
	font-weight:lighter !important;
	color:#fff;
	margin:10px 0 15px 15px;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:16px 18px 4px;
}

.accordion h3:hover {
	background-color: #c4161c;
	color:#FFF !important;
}

.accordion h3.active {
	background-position: right 20px;
	background-color: #c4161c;
	color:#FFF !important;
}

.accordion div {
	margin: 0;
	padding: 10px 15px 20px 21px;
}
.accordion div h4{
	font-size:16px;
	color:#565656;
	margin-bottom:5px;
}|
.accordion  p{
	font-family: 'phagspa' !important;
	font-size:14px;
	color:#565656;
	line-height:22px;
	marging-bottom:20px !important;
	margin-left:8px;
	float:left;

}
.accordion div a
{
	text-decoration:underline;
	color:#AF394A;
}


.accordion ul
{
	width:auto;
	height:auto;
	margin-left:20px;
}
.accordion div ul li {
	font-family: 'phagspa';
	font-size:14px;
	line-height:22px;
	color:#565656;
	
}
.accordion div ul li a
{
	text-decoration:none;
	color:#2f2f2f;
}

.accordion div ul
{
	margin-left:24px;
}

.accordion ul li img
{
border:10px solid #AD3848;
}

