@charset "utf-8";
/* CSS Document */

div.news {
	width:585px;
	margin-bottom:20px;
	border-bottom:1px solid #dadadc;
	padding-bottom:4px;
}

div.news_left {
	float:left;
	width:155px;
}

div.news_left img {
	border:1px solid #000;
}

div.news_left img:hover {
	border:1px solid #f00;
}

div.news_right {
	float:left;
	width:430px;
}

h1.news_title {
	color:#000;
	font-size:10px;
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 15px;
}

h1.news_title2 {
	color:#000;
	font-size:10px;
	line-height:1em;
	text-transform:uppercase;
	margin:15px 0 10px;
}

h2.news_date {
	display:inline;
	color:#fff;
	font-size:11px;
	line-height:1em;
	text-transform:uppercase;
	margin:0px;
	padding:1px 2px;
	background-color:#f00;
}

div.news_info {
	width:auto;
	text-align:right;
}

a.info {
	height:9px;
	padding:0 0 0 13px;
	color:#949494;
	font-size:10px;
	line-height:9px;
	background:url(../img/general/more.gif) no-repeat 0px 2px;
}

a.info:hover {
	color:#f00;
	background-image:url(../img/general/more_ov.gif);
}

a.back {
	height:9px;
	padding:0 0 0 12px;
	color:#949494;
	font-size:10px;
	line-height:9px;
	background:url(../img/general/back_icon.gif) no-repeat 0px 2px;
}

a.back:hover {
	color:#f00;
	background-image:url(../img/general/back_icon_ov.gif);
}

div.news_title_left {
	float:left;
	width:500px;
}

div.news_title_right {
	float:left;
	width:85px;
	text-align:right;
}