@charset "UTF-8";

body {
	background: url('../../imgs/bgs/bg-wine-clubs.jpg') no-repeat 50% 50% fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

.faq_question{
	cursor:pointer;
}

.faq_question h4:hover{
	color:#87212f;
}

.faq_arrow{
	cursor:pointer;
	float:left;
	margin-top:3px;
	margin-left:-18px;
}

.faq_answer{
	display:none;
	margin-bottom:50px;
}

.faq_answer ul{
	line-height:5px;	
	
}