div.faq {
	float: left;
	width: 616px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	margin: 0 0 18px 0;
}

div.left_img_container {
	float: left;
	width: 19px;
	height: 22px;
	padding: 10px 0 0 15px;
}

div.faq a.opener_link {
	display: block;
	float: left;
	width: 512px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 12px 63px 12px 7px;
	background-image: url(../../assets/images/faq_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 552px 17px;
}

div.even {
	background-color: #ffffe7;
}

div.odd {
	background-color: #f8f3dc;
}

div.faq_answer {
	float: left;
	width: 530px;
	padding: 0 37px 13px 49px;
	display: none;
}

div.faq_answer p {
	width: 513px !important;
	line-height: normal !important;
	padding-bottom: 8px !important;
}

div.faq_answer ul {
	margin: 0px;
	padding: 7px 0 0 0;
	width: 530px;
}

div.faq_answer ul li {
	list-style-type: none;
	padding: 0 0 12px 20px;
	background-image: url(../../assets/images/list_bullet.png);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}

table.faq_table {
	padding: 0 0 0 6px;
}

table.faq_table tr td {
	padding: 0px 10px 14px 10px;
}