/* CSS Document */

#top_news {
	width:640px;
	background-image:url(../../img/index_bk.jpg);
	background-repeat:repeat-y;
}
#top_news div.window {
	padding-right:20px;
	padding-left:20px;
}

#top_news div.window .itemlist {
	margin:5px;
	width:108px;
	float:left;
}
* html body #top_news div.window .itemlist {
	margin:3px;
	width:108px;
	float:left;
}

#top_news div.window .itemlist img{
	border: 2px solid #C59D0A;
}

#top_news div.window .itemlist p{
	margin:5px 0px 0px 0px;
}


#icon1 {
	background-image:url(../../img/1_bk.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#E0F4FC;
	padding:5px 10px;
	margin:3px;
}
#icon2 {
	background-image:url(../../img/2_bk.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FEEDED;
	padding:5px 10px;
	margin:3px;
}
#icon3 {
	background-image:url(../../img/3_bk.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFCC;
	padding:5px 10px;
	margin:3px;
}
#top_news dt{
	font-weight:bold;
	float:left;
	padding-right:8px;
	color:#FF0066;
}

#top_news dt img{
	padding-top:0.2em;
}

#top_news dd{
}

#top_news dd.clear{
	clear:both;
}

