div.news_blog
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 229px;
	height: 130px;
	border: 0px solid #000000;
}

table.news_blog
{
	width: 100%;
	border-collapse: collapse;
}

tr.news_blog
{
	border-bottom: 1px dashed #e07c12;
}

tr.news_blog:hover
{
	background-color: #ff921e;
	cursor: pointer;
}

td.news_blog_date
{
	font-size: 10px;
	color: #915311;
	width: 35px;
	vertical-align: bottom;
}

td.news_blog_new
{
	font-size: 9px;
	color: #e01212;
	width: 10px;
	vertical-align: top;
}

td.news_blog_title
{
	font-size: 11px;
	font-weight: bold;
	color: #6d3c09;
}
