/* CSS Document */
/* STYLE NEW LIST*/
div.row_list {
	width: 480px;
	float: left;
	display: inline;
	clear:both;
}
div.image_list {
	float: left;
	width: 118px;
	height: 131px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	background-image: url(images/img_back.gif);
	background-repeat: no-repeat;
}
div.img_inside {
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
	top: 6px;
	left: 9px;
}
div.date_list {
	height: 20px;
	width: 70px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-top: 2px;
	float: left;
}
div.title_list {
	height: 20px;
	width: 282px;
	float: right;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
div.title_list a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
div.title_list a:hover {
	font-size: 12px;
	color: #FFD800;
	font-weight: bold;
}
div.content_list {
	width: 352px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
}
div.content_list a {
	text-decoration: none;
	font-size: 12px;
	color: #FFD800;
	font-weight: bold;
}
div.content_list a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FFD800;
	font-weight: bold;
}
div.content_list img {
	float: right;
	margin-top: 5px;
}
div.br {
	height: 12px;
	width: 480px;
	clear: both;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	display: inline;
}
img.break_line {
	height: 12px;
	width: 480px;
	clear: both;
	float: right;
	line-height: 1px;
	display: block;
	vertical-align: bottom;
}
div.image_list img {
	display: block;
	vertical-align: bottom;
}