﻿
.faqList
{
	list-style: none;
}

.faqList li img
{
	margin-top: 6px;
	
}

.faqList .question
{
	cursor: pointer;
	margin-bottom: 5px;
	display: block;
	/*margin-top: -20px;*/
	margin-left: 15px;
	
	
}
.faqList .answer
{
	display: block;
	padding-left: 30px;
}
/*fixes gap between items in IE*/
.faqList li
{
	display:inline;
}
