.news_list .item {
	margin-bottom: 2em;
}
.news_list .item h1 {
	font-size: 22px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.news_list .item .title {
	font-size: 18px;
	margin-bottom: 0.1em;
}
.news_list .item .details {
	margin-bottom: 0.25em;
        float: left;
}
.news_list .item .details img {
	margin-right: 5px;
	position: relative;
	top: 2px;
	float: none;
}
.news_list .item .details img.img_comments {
	margin-left: 10px;
}
.news_list .item .text .image {
	float: right;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 0 10px;
}
.news_list .item .text {
	margin: 0;
	padding: 0;
	width: 99%;
    clear: both;
}
.news_list .item .text P {
	margin-top: 0;
}
.news_list .item .text * {
	font-size: 13px;
	font-family: Tahoma;
}
.news_list .item .text img {
	margin: 5px;
	border: 1px solid #999999;
}
.news_list .item .text table {
	width: 98%;
}
.news_list .item .text table td {
	font-size: 13px;
	padding: 0.2em;
	border: 1px solid Silver;
}
/* .news_list .item .images */
.news_list .item .images {
	margin-bottom: 10px;
	max-width: 350px;
	_width: 350px;
}
.news_list .item a img {
	float: left;
}

.news_list blockquote {
	color:#727272;
	float:right;
	font-family:"Verdana";
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:15px 0 15px 15px;
	padding:10px 25px;
	width:300px;
	border:1px solid Silver;
}
.news_list blockquote #head {
	-x-system-font:none;
	border-bottom:1px solid #CFCFCF;
	color:#63ACE7;
	font-family:"Verdana";
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-bottom:7px;
	padding:0 0 8px 0;
}
.news_list blockquote P {
	line-height:130%;
	margin-bottom:1em;
}
