/* +faq list
*----------------------------------------------------------------------------*/
#faqlist {
	margin-top: 20px;
}

#faqlist ul {
	overflow: hidden;
}

/**
*
* =list
*
**/
#faqlist ul li {
	margin-bottom: 3px;
	border-bottom: 1px #e5e5e5 solid;
}

#faqlist ul li h3 {
	padding: 15px;
	font-size: 21px;
	font-weight: 300;
	color: #585858;
}

#faqlist ul li h3:hover {
	cursor: pointer;
    font-weight: bold;
    color: #1672a0;
}

#faqlist ul li h3 i {
	margin-right: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#faqlist ul li h3 i:before {
	content: "\f114";
}

#faqlist ul li.current h3 i:before {
	content: "\f115";
}

#faqlist ul li .menu_body {
	overflow: hidden;
	padding-bottom: 20px;
	background: #fff;
	display: none;
}

#faqlist ul li.current .menu_body {
	display: block;
}

#faqlist ul li .menu_body article {
	margin: 15px;
	line-height: 170%;
	font-size: 16px;
	color: #a34f27;
}

#faqlist ul li:nth-child(even) {
	background: rgba(255,255,255,0.5);
}