/************************************/
/* QUESTIONS
/************************************/
.questions.list
{
	padding: 20px;
}

.questions.list a.read_more
{
	display: block;
	float: right;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
	background-image: url(../img/faq_in.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 12px;
	color: #8d8b8c;
}

div#faq_wrapper h2
{
	margin: 20px 0 10px 0;
}

	.questions.list div#faq_wrapper div.faq_question
,	.questions.overview div#faq_wrapper div.faq_question
{
	background-image: url(../img/faq_in.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding: 0 0 0 10px;
	font-weight: 700;
	cursor: pointer;
	margin: 5px 0 0 0;
}

	.questions.list div#faq_wrapper div.faq_question p
,	.questions.overview .faq_question p
{
	color: #1aa9e1;
	font-weight: 300;
	margin: 0;
	border: 0;
}

.questions.list div#faq_wrapper div.faq_answer p
{
	margin: 0 0 20px 30px;
	border: 0;
}

.questions.overview div#faq_wrapper div.faq_answer p
{
	margin: 0 0 20px 10px;
	border: 0;
}

div#faq_wrapper div.faq_answer
{
	display: none;
}

	.questions.list div#faq_wrapper div.faq_question_out
,	.questions.overview div#faq_wrapper div.faq_question_out
{
	background-image: url(../img/faq_out.png);
	background-position: 0 9px;
	background-repeat: no-repeat;
}

.questions.list div#faq_wrapper div.faq_answer
{
	display: none;
}

.questions.list div#faq_wrapper div.faq_answer p
{
	margin: 4px 0 0 10px;
	padding: 0;
}

.questions.overview p
{
	padding: 0 0 20px 20px;
}

	.questions.overview .faq_question p
,	.questions.overview .faq_answer p
{
	padding: 0;
}

/************************************/
/* END QUESTIONS
/************************************/


/************************************/
/* DOWNLOADS
/************************************/

.downloads.list
{
	padding: 20px;
	margin: 0;
}

.downloads.list .single_download
{
	clear: both;
	padding: 20px 0 30px 0;
	border-bottom: 1px solid #ededed;
}

.single_download img.icon
{
	float: left;
	margin: 0;
	width: 32px;
	height: 32px;
	clear: none;
	margin: 0 20px 0 0;
}

.single_download a.title
{
	display: block;
	clear: none;
	margin: 0;
	float: left;
}

.downloads.list .metadata
{
	display: block;
	float: left;
	margin: 0 0 10px 0;
	color: #404040;
	font-size: 11px;
}

.single_download h3
{
	color: #1aa9e1;
	font-size: 14px;
}

.downloads.list .single_download p
{
	clear: both;
	margin: 0 0 5px 52px;
	padding: 0;
	border: 0;
}

.single_download a.moved
{
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 0 50px;
	padding: 0;
}

.downloads.list a.read_more
{
	display: block;
	float: right;
	margin: 10px 20px 0 0;
	padding: 0 0 0 10px;
	background-image: url(../img/faq_in.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	font-size: 12px;
	color: #8d8b8c;
}

/************************************/
/* END DOWNLOADS
/************************************/

.twitter_dock
{
	background-image: url(../img/faq_in.png);
	background-position: 0 4px;
	background-repeat: no-repeat;
}