/*
.home_articles_list{

}

.home_articles_list .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #032248;
	margin-bottom: 10px;
}

.home_articles_list .table_over{
	border: 1px solid #e0e4e8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

.home_articles_list table{
	width: 100%;
	position: relative;
	z-index: 1;
}

.home_articles_list table td{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.home_articles_list table .header{
	background-color: #e0e4e8;
}

.home_articles_list table .header td{
	background-color: #e0e4e8;
	font-weight: bold;
	color: #032248;
}

.home_articles_list table .col_author{
	width: 250px;
}

.home_articles_list table .col_id{
	width: 50px;
}

.home_articles_list .list_links{
	position: absolute;
	z-index: 2;
	right: 2px;
	top: 2px;
}

.home_articles_list table .col0{
	background-color: #f4f4f5;
}

.home_articles_list table .col1{

}

.home_articles_list .list_links a{
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #032248;
	background-color: #FFFFFF;
	padding: 3px 5px;
	margin-left: 2px;
}

.home_articles_list .list_links a:hover, .home_articles_list .list_links a.active{
	background-color: #014bb1;
	color: #FFFFFF;	
}
*/
.whats_hot_section{

}



.whats_hot_section .title{
	background-color: #B3BFE0;
	color: #12107E;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}


.whats_hot_section .title .left{
	float: left;
	padding: 2px;
}

.whats_hot_section .title .right{
	float: right;
	padding: 2px;
}











