﻿/*****  FAQ CSS *****/

div.downloadsHolder{
	float:left;
}

div.down {
	margin: 2px 5px 0 0px;
	font-size:12px;
}

div.down .question {
	color: #ff0000;
	cursor:  pointer;
	background:url(/Style%20Library/Images/faq_arrow_off_grey.gif) no-repeat left 8px;
	background-color:#f2f2f2;
	padding:5px 5px 5px 20px;
}

div.down .question.active {
	background-image: url(/Style%20Library/Images/faq_arrow_on_red.gif);
}

div.down .answer  {
	margin-left: 10px;
	margin-right: 10px;
	color:#818183;
}

div.down ul,
div.down ol {
	margin:0 0 10px 0px;
	list-style-image:url(/Style%20Library/Images/listArrow.gif);
	padding-left:20px;
}

p{
	margin:5px;
}