@import "band_news.css";
@import "box_news.css";
@import "headline.css";
@import "ad.css";
/**/
.cat_news {
	width: 550px;
	overflow: hidden;
}
.cat_news .cat_item{
	width: 265px;
	height: 294px;
	margin-right: 10px;
	float: left;
}
.cat_news .cat_item .caption{
	background: url('../images/index_cat_capition_bck.png') no-repeat;
}
.cat_news .cat_item .caption a{
	font: 700 8pt/21px verdana;
	padding-left: 12px;
}
.cat_news .cat_item_inner{
	border: #E1E1E1 1px solid;
}
.cat_news .news_items{
	margin: 0px;
	padding: 5px;
}
.cat_news .news_items li{
	margin: 0px;
	padding: 0px;
}
.cat_news .news_items .item_first{
	height: 113px;
	overflow: hidden;
	margin-bottom: 5px;
}
.cat_news .news_items .item_first a{
	font: 700 8pt/21px verdana;
	color: #A10000;
	height: 21px;
	overflow: hidden;
}
.cat_news .news_items .item_first .image{
	display: block;
	margin-right: 5px;
	float: left;
}
.cat_news .news_items .item_first img{
	display: block;
	width: 121px;
	height: 90px;
	border: #BBB 1px solid;
}
.cat_news .news_items .item_first span{
	display: block;
	font: 100 8pt/15px verdana;
}
.cat_news .news_items .item{
	height: 19px;
	overflow: hidden;
	background: url('../images/index_cat_item_icon.gif') left 7px no-repeat;
}
.cat_news .news_items .item a{
	font: 100 8pt/19px verdana;
	padding-left: 12px;
}
/**/
.gazette {
	width: 71px;
	margin-left: 1px;
	height: 60px;
	background: url(../images/gazette_bck.png) no-repeat;
	text-align: center;
}
.gazette select{
	width: 69px;
	font: 100 8pt Verdana;
	margin-top: 36px;
}