@charset "UTF-8";

/*------------------------------------------------------------------------------
	S&R - CSS Modules Import
	Date: 2012-03-26
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
	CONTENT
------------------------------------------------------------------------------*/


#content a img{
	border:1px solid #ccc;
}
#content a:hover img{
	border:1px solid #617cc1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#content #new{
	clear:both;
	width:670px;
}
#content #new .new{
	border:1px solid #ccc;
}
#content #new h2{
	padding:0;
	margin:0;
}
#content #new table{
	margin:10px 30px 10px 60px;
}
#content #new td{
	vertical-align:top;
	padding:2px ;
}

#content #new td.date{
	padding-left:15px;
	padding-right:15px;
	background:url(/common/images/ic_list.gif) 0px 4px no-repeat;
	white-space:nowrap;
}
#content #new td.cat{
	padding-right:15px;
	padding-left:52px;
	background:url(/images/ic_cate.gif) 0px 4px no-repeat;
}
#content #new td.cat span{
	font-size:10px;
	color:#999;
}


#content #new  a:link{
	color:#333;
	text-decoration:none;
}
#content #new a:visited{
	color:#666;
	text-decoration:none;
}
#content #new  a:hover{
	color:#333;
	text-decoration:underline;
}

#image{
	position:relative;
	width:880px;
	height:271px;
	overflow:hidden;
}

#image1{
	width:880px;
	height:271px;
	background:url(/images/topimage_bg.jpg) center left no-repeat;
}
#image .cover{
	position:absolute;
	top:0px;
	left0px;
}