.news_display {
	display: block;
	margin-bottom: 12px;
	padding: 2px 0;
}

.news_top_links {
	display: block;
	border-bottom: 1px solid #CCC;
	padding-bottom: 2px;
	padding-left: 10px;
}

.news_top_links a div {
	border: 1px solid transparent;
	border-bottom: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-decoration: none;
	display: inline;
	padding: 5px 4px 2px 4px;
}

.news_top_links a:hover div {
	background-color: #F1F1F1;
	background-color: #FFF;
	border-bottom: 0;
}

.news_display .news_title {
	border-bottom:1px solid #E0E0E0;
	font-size:26px;
	height:40px;
	margin-bottom:10px;
	padding: 0 5px;
	padding-top: 5px;
}
.news_display .news_title a {
	text-decoration: none;
	color: #333333;
}
.news_display .date_block {
	background:transparent url(images/blog_date.jpg) repeat-x scroll 0 0;
	border:1px solid #8C8C8C;
	color:#FFFFFF;
	display:block;
	float:right;
	font-size:9px;
	height:35px;
	left:0;
	line-height:18.7px;
	margin:0;
	padding:0 0 0;
	position:relative;
	text-align:center;
	top:0;
	width:42px;
}
.news_display .date_block span {
	display:block;
	font-size:18px;
	font-weight:bold;
	width:100%;
}

.news_display .news_body {
	text-align: left;
	padding: 0 5px;
}
.news_display .news_body .image {
	float: left; 
	padding: 5px;
}

.news_display .meta {
	border-top:1px solid #E0E0E0;
	color:#6A6A6A;
	float:left;
	height:37px;
	margin-top:10px;
	padding:10px 0;
	width:100%;
}
.news_display .meta .more_detail {
	width:95px;
	float: left;
	padding: 5px;
}
.news_display .meta .more_detail a {
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}
.more_detail a span {
	background:transparent url(images/portofolio_btn_1_left.jpg) no-repeat scroll left top;
	float:left;
	height:25px;
	padding-left:3px;
	width:5px;
}
.news_display .meta .more_detail a span span {
	background:transparent url(images/portofolio_btn_1_right.jpg) no-repeat scroll right top;
	float:left;
	height:26px;
	padding-right:6px;
	padding-top:5px;
	width:auto;
}
.news_display .meta .tags {
	width:auto;
	float: left;
	padding: 5px;
}
.news_display .meta .small_comment_box {
	background:transparent url(images/blog_comment_box.gif) no-repeat scroll 0 0;
	float:right;
	font-size:8px;
	height:40px;
	text-align:center;
	width:59px;
	margin-right: 5px;
}
.news_display .meta .small_comment_box  a {
	color:#000000;
	display:block;
	font-size:18px;
	font-weight:bold;
	line-height:22px;
}
