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

.faq-pretty{
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	overflow:hidden;
}
.faq-pretty ul{
	margin-top: 15px;
	list-style: none;
	margin-left: 0;
	padding: 0;
}
.faq-pretty .faq-item{
	margin-bottom: 16px;
	list-style: none;
	margin-left: 0;
}
.faq-pretty .faq-question{
	padding: 10px 10px 10px 50px;
	padding: 8px 10px 8px 50px;
	padding: 10px 10px 10px 40px;
	background: #FFF url(../images/faq-bg.png) no-repeat left center;
	border: 1px solid #ffa000;
	cursor: pointer;
	font-size: 17px;
	 font-size: 18px;
	line-height: 1.6em;
	color: #4d4d4d;
	font-weight: bold;
}
.faq-pretty .faq-question:hover {
	color:#e8383a;
}


.faq-pretty .faq-item.highlight .faq-question{
	background: #fff url(../images/faq-bg-hover.png) no-repeat left center;
	border: 1px solid #e8383a;
	border-bottom: 0px;
	color: #e8383a;
  font-size: 18px;
}
.faq-pretty .faq-answer{
	padding: 5px 10px 5px 20px;
	background: #fff;
	margin-left: 30px;
	border: 1px solid #cc0066;
	border: 2px solid #00b4fa;	
	border: 1px solid #e8383a;
	border-top: 0px;
}
.faq-pretty .faq-answer p {
	font-size: 16px;
	color: #333333;
}
.faq-pretty .faq-answer p:last-child{
	margin-bottom: 16px;
	padding-bottom: 0;
}

/*-------------- 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;
}


@media (max-width: 574px) {
.faq-pretty{
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
	overflow:hidden;
	}
	
.faq-pretty .faq-item{
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0;
}
#faq-block .faq-block-item .faq-block-question{
	color: #E4647F;
	border-left: 11px solid #F07E9D;
	background: #FCECE6;
	font-size: 16px;
	line-height: 1.5em;
	padding: 4px 10px 4px 15px;
}
.faq-pretty .faq-question{
      padding: 10px 10px 10px 40px;
      background: #FFF url(../images/faq-bg.png) no-repeat left center;
      border: 1px solid #ffa000;
      cursor: pointer;
      font-size: 16px;
      color: #333;
      font-weight: bold;
}

.faq-pretty .faq-item.highlight .faq-question{
	background: #fff url(../images/faq-bg-hover.png) no-repeat left center;
	border: 1px solid #e8383a;
	border-bottom: 0px;
	color: #e8383a;
  font-size: 16px;
}
.faq-pretty .faq-answer{
	padding: 5px 15px 10px 15px;
	padding: 5px 15px 10px 15px;
}
.faq-pretty .faq-answer p {
	font-size: 14px;
}
	

}