﻿.sf_newsList
{
font-family:tahoma;
font-size:12px;
color:#2d3538;
margin: 0 0 20px;
padding: 0;
list-style: none;
}
.sf_newsList li
{
font-family:tahoma;
font-size:12px;
color:#2d3538;
margin: 0 0 20px;
padding: 0;
list-style-type: none;
}

.sf_newsTitle a
{
font-family:tahoma;
font-size:12px;
color:#2d3538;
font-weight: bold;
text-decoration: none;
	
	
}
.sf_newsTitle a:hover
{
font-family:tahoma;
font-size:12px;
color:#2d3538;
font-weight: bold;
text-decoration: none;

	
}
.sf_newsList .sf_newsDate
{
font-family:tahoma;
font-size:12px;
color:#2d3538;
font-weight: normal;
text-decoration: none;
padding-left: 16px;
line-height: 18px;
}
.sf_newsList .sf_newsSummary
{
font-family:tahoma;
font-size:12px;
color:#2d3538;
font-weight: normal;
text-decoration: none;
padding-left: 16px;
line-height: 18px;
}
.sf_newsList .sf_newsSummary img
{
font-family:tahoma;
font-size:12px;
color:#2d3538;
float: left;
margin-right: 10px;
margin-bottom: 10px;
padding-left: 16px;
}
/* News tag list */
dl.sf_newsTagList
{
}
dl.sf_newsTagList dt, dl.sf_newsTagList dd
{
	display: inline;
}
/* Pager */
ol.sf_pager
{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
}
ol.sf_pager li
{
	margin: 0;
	padding: 0 10px 0 0;
	width: auto;
	float: left;
}
ol.sf_pager li a
{
	padding: 3px 5px;
}
ol.sf_pager li a[disabled="disabled"], ol.sf_pager li a.sf_PagerSelItem
{
	color: #666;
	text-decoration: none;
	cursor: default;
}
