@charset "utf-8";
/* CSS Document */


.menu_head {
	cursor: pointer;
	position: relative;
	margin:0;
	font-weight:bold;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	overflow:hidden;
	display:block;
	/*width: 490px;*/
	outline:none;
	padding:8px 0 0 30px;
	border-bottom:none !important;
}
.menu_head :hover {
	cursor: pointer;
	position: relative;
	margin:0;
	padding:0;
	color:#7b7047;
	overflow:hidden;
	display:block;
}
.menu_body {
	display:none;
	border:solid 1px #c39f50 ;
	/*width:956px;*/
	padding:16px;
	overflow:hidden;
 
}
p.menu_head:hover
{
	color: #000;
	box-shadow:solid 1px #000;
}
p.menu_head {
	border-bottom:solid 1px #dddddd;
	color: #989898;
	font-size: 12px;
	text-transform:none;
	line-height: 18px;
    margin: 4px 0 0;
    padding: 12px 25px 8px 40px;
    text-align: left;
   /* width:928px;*/
	font-weight:normal;
	background:url(../images/q-bg.png) no-repeat 11px 12px #f2f1f1;
 
}
p.menu_head a
{
	color:#767676;
}
.menu_body p {
	padding:0 0 0 0;
	 margin: 0 0 8px;
}
.menuOn {
	background:url(../images/q-bg-active.png) no-repeat 11px 12px #c39f50 !important;
	color:#fff !important;
	 
}
.menuOn a
{
	color:#fff !important;
}
	
.menu_list

{
	/*width:928px;*/
}

.faqContentLeft
{
	  float: left;
    margin-right: 17px;
    width: 10px;
}
.faqContentRight
{
	float:left;
	 width: 95%;
}


@media (max-width: 768px) {
	
	.faqContentRight
{
	float:left;
	 width: 100%;
}
	
}