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

.announcer_l {
	overflow:hidden;
	background:#fff;
}

.announcer_l ,.anablog_l li {
	zoom:1;
}
.announcer_l:after ,.anablog_l li:after {
	content: "";
	display: block;
	clear: both;
}
.anaroom_l{
	width:250px;
	float:left;
	overflow:hidden;
}
.anaroom_l h3{
	background-image: url(../images/anaroom_title.gif)!important;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:250px!important;
	height:40px!important;
}
.anaroom_l .time{
	color:#eb6100;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:5px;
}
.anaroom_l .txt{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-image: url(../images/anaroom_text.gif);
	background-repeat: no-repeat;
	width:250px!important;
	height:24px!important;
	padding-top:6px;
}
.anaroom_l .img{
	padding-top:10px;
}

.anablog_l{
	padding-left:20px;
	width:340px;
	float:left;
	overflow:hidden;
}

.anablog_l li{
	padding:5px;
	border-bottom: 1px solid #FFF;
	background:#efefef;
}
.anablog_l .male{
	background:#E6EFEF;
}
.anablog_l .female{
	background:#FFE6E6;
}

.anablog_l h3{
	background-image: url(../images/anablog_head.gif)!important;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:340px!important;
	height:20px!important;
}

.anablog_l .img{
	float:left;
	width:50px;
	padding-right:5px;
}
.anablog_l .img img{
	width:100%;
}
.anablog_l .txt{
	float:left;
	font-size:12px;
	width:280px;
}
.anablog_l .txt .time{
	color:#CC0000;
}
.anablog_l .txt .ana_name{
	color:#000;
}
.anablog_l .txt .blog_name{
	color:#EB6100;
	font-size:14px;
	font-weight:bold;
}


.blog_modern h3{
/*	background-image: url(../images/newblog_head.gif)!important;*/
	background-image: url(../images/anablog_head.gif)!important;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:340px!important;
	height:20px!important;
}

.blog_modern ul, .blog_classic ul{
	height:260px;
	overflow:auto;
}
.blog_modern .txt, .blog_classic .txt{
	float:left;
	font-size:12px;
	width:260px;
}
