@charset "utf-8";

/* -----------------------------------------

INFORMATION

FileName:	news.css
Summary:	news private
Created:	2008-04-15
UpdatedBy:	2008-04-16
Copyright:	(c)2008 SIGG

--------------------------------------------

/* NEWS 
--------------------------- */
.news #news-list {
	padding:16px 15px 15px;
	border:#ececec 1px solid;
	background:url(../images/bg_newslist.gif)  center 1px no-repeat;
	background-color:#f9f9f9;
}

.news .news-unit {
	margin:0 0 12px;
	padding:0 0 13px 0;
	background:url(../../common/images/lin_dot.gif) bottom repeat-x;
}

.date {
	float:left;
	width:120px;
	padding:0 0 0 12px;
	font-weight:bold;
	background: url(../../common/images/mak_arrow.gif) 0 0.45em no-repeat;
}

.title {
	margin:0 0 10px 135px;
	font-weight:bold;
	color:#FF0000;
}

.title a:link,
.title a:visited {
	color:#FF0000;
}

.title a:hover{
	color:#FF6666;
}

.title a:active{
	color:#FF6666;
}

.body {
	margin:0 0 0 135px;
}

.body a.img img{
	border:#e8e8e8 1px solid;
}

.body a.img:hover img{
	border:#FF0000 1px solid;
}

.news p {
	margin:0 0 15px 0;
}

.news p.more {
	margin:15px 0 0 0;
}

.past-entry {
	margin:20px 0 0 0;
	text-align:center;
}

#sidebar ul#sidebar-news {
	width:140px;
	padding:8px 0 5px 0;
	line-height:1.3;
	background:url(../images/bg_side.gif) bottom no-repeat;
}

ul#sidebar-news li {
	padding:0 0 5px 24px;
	background:url(../../common/images/mak_arrow.gif) 7px 0.46em no-repeat;
}

ul#sidebar-news li.past-ttl {
	padding:0 0 5px 7px;
	background:none;
}