#accordion3 {
	width:100%; 
	margin: 0px auto; 
	border:0px solid #333; 
	border-top:none; 
}
.accordion3 {
	width:100%; 
	color:#000;
	padding:0px;
	margin-bottom: 0px;
    border-bottom: solid 0px #e6eaec;
}
.accordion3 dt {
	background:url(../img/plusicon.png) no-repeat left center #fff;
	font-size:16px;
	color: #000;  
	padding: 10px 0px 10px 30px;
	font-weight: 700;
	line-height:20px;
	cursor:pointer;
    border-top: solid 0px #e6eaec;
}
.accordion3 dt:lang(ar) {
	background:url(../img/plusicon.png) no-repeat left center #fff;
}
.accordion3 dt:first-child {
	border-top: solid 0px #e6eaec;
}
.accordion3 dt:hover {
	color:#000;
}
.accordion3 .open {
	background: url(../img/minusicon.png) no-repeat left center #fff; 
	padding: 10px 0px 10px 30px;
	color:#000; 
}
.accordion3 dd {
	overflow:hidden; 
	background-position:left; 
	margin:0px;	
}
.content_hide {
	border-left: solid 2px #d0d0d0;
	margin-left: 10px;
    padding-left: 18px;
	font-size:14px;
	color:#000;
	line-height:22px;
    margin-bottom: 10px;
}
.content_hide a {
    color:#000;
	text-decoration: none;
}
.content_hide a:hover {
    color:#12a3ba;
	text-decoration: none;
}
.content_hide ul {
	margin: 0px 0px 0px 14px;
	padding: 0px 0px;	
}
.content_hide ul li {
	list-style-type: disc;
	margin: 0px 0px;
	padding: 6px 0px;
	line-height: 20px;	
}
.content_hide ul:lang(ar) {
	margin: 0px 18px 0px 0px;
}








