/*-------------- style = pretty -------------------------*/

.faq-pretty{
	width: 100%;
	margin: 0;
}
.faq-pretty ul{
	margin-top: 15px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.faq-pretty .faq-item{
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0;
	padding-left:10px !important;
}
.faq-pretty .faq-question{
	padding: 10px 10px 10px 0px;
	/*background: #FFF url(../images/faq-bg.png) no-repeat left center;*/
	cursor: pointer;
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.faq-pretty .faq-question:before {
	content:"\f067";
    font-family: FontAwesome;
	padding-right:5px;
	color:#f60;
}
.faq-pretty .faq-item.highlight .faq-question:before {
	content:"\f068";
	font-family: FontAwesome;
}
.faq-pretty .faq-item.highlight .faq-question{
    border-bottom: 0px;
    color: #f60;
    padding-bottom: 5px;
}
.faq-pretty .faq-answer{
    padding: 0px 10px 5px 10px;
    background: #fff;
    margin-left: 10px;
    border-top: 0px;
}
.faq-pretty .faq-answer p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size:16px;
}

/*-------------- style = list -------------------------*/

ul.faq-list-question{
	margin-bottom: 20px;
	list-style: decimal;
	padding-left: 15px;
}
ul.faq-list-answer{
	list-style: decimal;
	padding-left: 15px;
}
ul.faq-list-answer li{
	margin-bottom: 15px;
}

/*-------------- style = block -------------------------*/

#faq-block{
	width: 100%;
	margin: 0;
}
#faq-block ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#faq-block .faq-block-item{
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
}
#faq-block .faq-block-item .faq-block-question{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#faq-block .faq-block-item .faq-block-answer p:last-child{
	margin-bottom: 0;
}