.related_questions_box
{
	padding:20px;
	font-weight: bold;
	background-color:#444444;
}
.related_questions_box h1
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #fff;
	line-height: 20px;
	border-bottom: solid 1px #b4b4b4;
}
.related_questions_box a:link
{
	text-decoration: none;
}

.related_questions_box ul
{
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}
.related_questions_box li
{
	display: block;
}

.related_questions_box li a
{
	display: block;
	text-decoration: none;
		padding: 8px 0;
}
.related_questions_box a:hover .section_font_color
{
	color: #999 !important;
}

.related_questions_box .q
{
	font-size: 11px;
	width:214px;
}

.related_questions_box .letter
{
	font-size: 14px;
	color: #fff;
	width:214px;
}

.related_questions_box .cta
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding-right: 8px;
	background:transparent url(/img/real_answers/blue_arrow_sm.png) no-repeat right center;
	_background:transparent url(/img/real_answers/blue_arrow_sm.gif) no-repeat right center;
}

.related_questions_box li .title
{
	padding-right:10px;
	float: left;
	margin-left:24px;
}

