#article_list
{
	width: 560px;
}
#question_list
{
	width: 560px;
}
#filter_tools
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#filter_tools li
{
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	border-right: solid 1px #797979;
}
#filter_tools li.list_title
{
	padding-left: 0;
	border-right: none;
}
#filter_tools li.last
{
	padding-right: 0;
	border-right: none;
}
#filter_tools a
{
	text-decoration: none;
	/*color: #51b0f0;*/
}
#filter_tools a:hover, #filter_tools a.selected_filter
{
	color: #797979;
}
#filter_menu
{
	float: right;
	font-size: 10px;
	font-weight: bold;
}

#filter_menu select {
	border: medium none;
	font-weight: bold;
	width: 220px;
	font-family: Arial;
	font-size: 11px;
	color: #333;
	background-color: #ccc;
}

.paginator
{
	width: 530px;
	height: 22px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
	padding: 0 20px 0 10px;
}
.page_count_box
{
	float: left;
}
.paginator .page_count
{
	font-weight: bold;
}
.paginator_controls
{
	float: right;
}
.arrow
{
	width: 10px;
	height: 7px;
	margin-top: 8px;
	float: left;
}
.left_arrow
{
	float: left;
	background: url('/img/apps/article_list/left_arrow_blue.png') 0 -14px no-repeat;
	_background: url('/img/apps/article_list/left_arrow_blue.gif') 0 -14px no-repeat;
}
.right_arrow
{
	background: url('/img/apps/article_list/right_arrow_blue.png') 0 -14px no-repeat;
	_background: url('/img/apps/article_list/right_arrow_blue.gif') 0 -14px no-repeat;
}

.right_arrow:hover, .left_arrow:hover
{
	background-position: 0 0;
}
.arrow_disabled
{
	background-position: 0 -7px;
	cursor: default;
}

.paginator_controls ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	float: left;
}
.paginator_controls li
{
	float: left;
	margin-right: 15px;
}
.page_number_list a:link, .page_number_list a:visited
{
	text-decoration: none;
	font-weight: bold;
	/*color: #51b0f0;*/
}
.page_number_list a:hover, .page_number_list a.selected_page
{
	color: #ffffff;
}
.selected_page
{
	background: url('/img/apps/article_list/page_number_selected.gif') center bottom no-repeat;
	height: 26px;
	display: block;
}
.selected_page_bottom
{
	background: url('/img/apps/article_list/page_number_selected_bt.gif') center top no-repeat;
	padding-top: 3px;
	margin-top: -3px;
}
.list_view
{
	margin: 16px 0 12px 0;
	padding: 0;
	list-style: none;
	width: 560px;
	position: relative;
}
.list_view a
{
	padding: 12px 0;
	text-decoration: none;
	color: #a9a9a9;
	zoom: 1;
}

.list_view .thumbnail
{
	border: solid 1px #fff;
	float: left;
	margin-right: 10px;
}
.detail
{
	padding-top: 3px;
}
.list_view .title
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-transform:none;
	width:450px;
}
	
.list_view .question {
	padding-left:20px;
	background: url('/img/real_answers/Q_icon_white.jpg') 0 0 no-repeat;
}
.list_view .subtitle
{
	font-size: 10px;
	font-weight: bold;
	margin-left:20px;
}
.list_view .name
{
	font-size: 10px;
	font-style: italic;
}
.list_view .pub_date
{
	font-size: 10px;
	display: block;
}

.list_empty {
	background: transparent url('/img/real_answers/floral_bg.png') no-repeat center center;
	padding: 20px 40px;
	border: 1px solid gray;
}
/*#article_list .count
{
	font-weight: bold;
	font-size: 11px;
	color: #000;
}*/
.divider
{
	color: #a9a9a9;
}

#filter_menu {
	margin-top:-16px;
}

#article_list .item_stat_box{
	margin-top:17px;
}

#article_list .list_view .subtitle {
	margin-left:0px;
}

#filter_form_container{
	_display:inline;
	_float:right;
}
