@charset "utf-8";

/* CSS Document 
 *此样式文件为公用blog列表信息的样式；
 *如要为部分不同页面的blog列表添加的不同内容，请加新的class，不要修改现有样式！
 */
#Occurring {
	margin: 0 auto;
	margin-left: 6px;
	margin-top: 25px;
	WORD-WRAP: break-word;
}

#Occurring ul li {
	margin-bottom: 7px; 
	+margin-bottom: 3px;
	_margin-bottom: 6px;
	clear: both;
	overflow: hidden;
}
#Occurring ul li img {
	float: left;
	border: 1px solid #e5e5e5;
	padding: 1px;
}

#Occurring ul li:hover img.face {
	border: 1px solid #1b8fc7;
}

#Occurring #right_list .Comments {
	float: right;
	display: none;
	_display: block;
}
#Occurring #right_list:hover .Comments{
	display: block;
}
#Occurring ul li img {
	float: left;
	border: 1px solid #e5e5e5;
	padding: 1px;
}

#Occurring #right_list {
	width: 527px;
	float: left;
	background: url(../images/list_center.jpg) repeat-y;
}

#Occurring #right_list h3 {
	font-size: 12px;
	padding: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	font-weight: normal;
	background: url(../images/list_top.jpg) no-repeat left top;
	line-height: 150%;
	clear: both;
	overflow: hidden;
}

#Occurring #right_list h3 .photo {
	border: none;
	display: block;
}

#Occurring #right_list a {
	color: #666;
}

#Occurring #right_list h3 span a {
	color: #1b8fc7;
}

#Occurring #right_list div.last_ {
	background: url(../images/list_bottom.jpg) no-repeat left bottom;
	padding: 1px 20px;
	padding-bottom: 8px;
	font-size: 12px;
	color: #9b9b9b;
	border: 1px ssolid #0C0;
}

#Occurring #right_list div.last_ span {
	padding-right: 15px;
}



#right_list .pop_tag {
	display: none;
	margin-left: 8px;
}

#right_list #info {
	position: absolute;
	top: 35px;
	right: 30px;
	width: 420px;
	height: 140px;
}

#right_list textarea {
	width: 410px;
	height: 62px;
	padding: 5px;
	border: 1px solid #92c3db;
}
/*
.showImg{
	overflow: hidden;
}
.s_img {

	
}
.b_img {
	display: none;
}

.s_img img, .b_img img {
	display: block;
	border: 1px solid #CCC;	
	background: #fff;		
}
*/
/* 发信的按钮 */

#upload_file{
	height:25px;
	cursor: pointer;
	position: absolute;
	top:0;
	left:250px;
	width:74px;
	border:none;
	background:url(../images/btn.gif) no-repeat;
}