.left {
	width:610px;
	overflow:hidden;
	margin:20px;
	float:left;
}

.left .h {
	display:block;
	color:#888;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #777;
	text-transform:uppercase;
}
.left .h a, .left .h a:active, .left .h a:visited, .left .h a:hover {
	color:#777;
	font-weight:bold;
	text-decoration:none;
}

.left .h .single_rss{
	display:block;
	float:right;
	width:20px;
	height:20px;
	background:transparent url(../images/singlerss.png) no-repeat right top;
}

.left .newsinfo {
	margin:20px 0;
	overflow:hidden;
	clear:both;
}

.newsinfo .title {
	font-weight:bold;
	font-size:12px;
	margin:0;
}

.newsinfo p {
	color:#666;
	margin:4px 0;
}

.newsinfo .date{
	float:left;
	width:70px;
	height:40px;
	min-height:100px;
	background:url(../images/dateblock.gif) no-repeat;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
.newsinfo .date .day {
	color: #ffffff;
	font-size:11px;
	text-align: center;
	margin-top:2px;
	padding:0;
}
.newsinfo .date .month_and_year{
	padding-top:3px;
	color:#383838;
	font-size:12px;
	text-align:center;
}

.newsinfo .r {
	font-size:10px;
}

.newsinfo .r .v, .newsinfo .r .c {
	background:url(../images/ico_view_tiny.gif) no-repeat left bottom;
	padding-left:18px;
	color:#666;
}
.newsinfo .r .c {background-image:url(../images/ico_comment_tiny.gif);}
.newsinfo .r .v:hover, .newsinfo .r .c:hover {text-decoration:none;}

.left .icon {
	background:transparent url(../images/iconpad_list.png) no-repeat left top;
	border:0;
	padding:2px;
	float:left;
	margin:0 10px 10px 0;
}
