/* ========================
[ Post stastus box ]
=========================== */
.stt_box{margin-bottom:15px;}
.stt_bxtop .auth{height:20px;}
.stt_bxtop{
	padding:10px;
	background-color:#fff;
	border:1px solid #dfebf6;
	border-radius:3px 3px 0 0;
}
.stt_emo{position:relative;}
.inputstt{
	padding:0;
	border:0 none;
	color:#333;
	line-height:18px;
	resize:none;
	border-radius:0;
	width:100%;
	font-size:14px;
	outline:none;
}
.stt_content{margin:0 30px;overflow:hidden;}
.stt_bxaction{
	background-color:#f5f9fc;
	border-radius:0 0 3px 3px;
	border:1px solid #dfebf6;
	border-top:0;
}
.stt_bxaction .actlt .sttact_icn {
	font-size: 0;
	float: left;
	padding:10px;
	transition: background-color 0.5s ease 0s;
	-moz-transition: background-color 0.5s ease 0s;
	-webkit-transition: background-color 0.5s ease 0s;
}
.stt_bxaction .actlt .sttact_icn:hover{background-color:#e9eff5;}
.stt_bxaction .actlt .sttact_icn span{margin:0;}
.stt_bxaction .actrt{color:#708a9e;padding-right:10px;width:50%}
.stt_sharefb{text-shadow:0 1px 0 #fff;padding:10px 5px 9px 10px;}
.stt_sharefb label{cursor:pointer;}
.stt_sharefb input[type="checkbox"]+label span.checkbox{background-position:0 -96px;margin-right:5px;vertical-align:-4px;}
.stt_sharefb input[type="checkbox"]:checked +label span.checkbox{background-position:-32px -96px;}
.stt_sharefb input[type="checkbox"]:checked +label{color:#5893c8;}
.stt_bxaction .actrt .zmbtn2{margin:5px -5px 0 0;padding: 3px 10px;line-height:normal;}
.bxcontapp{
	background-color:#fff;
	padding:10px;
	margin:-1px -1px 0;
	border-bottom:1px solid #5893c8;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
	border-top:0 none;
}
.stt_preview_process{margin:0 0 0 24px;}

/*Focused*/
.stt_box.focused .stt_bxtop,.stt_box.focused .bxcontapp{border-color:#5893c8;}
.stt_box.focused .sttedit_icn{background-position:-16px -128px;}


/*Status: share photo
-------------------------*/
.uphotowall li{float:left;width:25%;height:100px;position:relative;margin-bottom:15px;}
.uphotowall li a,.thumb_loading{display:block;margin-right:20px;margin-right:20px;position:relative;}
.uphotowall li img{
	width:100%;
	height:auto;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.uphotowall li a:hover img{opacity:.5}
.uphotowall li .delcircle_icn{position:absolute;right:0;top:0;z-index:1;margin-right:-8px;margin-top:-6px;}
.thumb_loading.thumb_waitingloader{background:#fff url(../images/loading/loading_48.gif) center center no-repeat;}
.thumb_loading{
	left:0;top:0;right:0;bottom:0;
	position:absolute;
	background-color:#eef7fe;
	border:1px solid #d4e9fa;
}
.thumb_loading .loading_bar{
	width:60%;
	margin:47px auto 0;
	background-color:#d1e7f8;
	border-radius:10px;
	height:6px;
}
.thumb_loading .loading_bar span{
	display:block;
	border-radius:10px;
	height:6px;
	background-color:#5893c8;
}
.uphotowall li.addmore a,.uphotowall li.reloadpic a{
	position:absolute;
	left:0;top:0;right:0;bottom:0;
	display:block;
	background-color:#fff;
	border:1px dashed #5893c8;
	text-align:center;
	color:#5893c8;
	padding:18px 8px 0;
}
.uphotowall li.addmore a{padding-top:28px;}
.uphotowall li.addmore strong,.uphotowall li.reloadpic strong{display:block;margin-top:5px;}
.uphotowall li.addmore .plus_icn{}
.uphotowall li.reloadpic a{border:1px solid #fae5d4;color:#d57324;}
.uphotowall li.reloadpic a:hover{color:#bc5400;}


/*Status: share link
--------------------------*/
.ctninputlink{
	background-color:#eef7fe;
	padding:15px;
	border:1px solid #d4e9fa;
	border-radius:3px;
	margin-right:5px;
	position:relative;
}
.ctninputlink textarea{height:35px;border:1px solid #8eb8dd;}
.ctninputlink .delcircle_icn{position:absolute;right:-9px;top:-8px;}
.ctninputlink .sharelink_note{display:block;padding-top:10px;color:#5893c8;}

/*Preview link*/
.ctninputlink#statusbox_linkcont{padding:5px;}
.applink_lt{width:110px;float:left;position:relative;}
.applink_lt img{width:110px;vertical-align:bottom;}
	.link_thumb{
		display:block;
		position:absolute;
		width:16px;
		height:16px;
		background-color:#c9dbe3;
		bottom:0;
		margin-right:0;
	}
	.link_thumb.prev{background-position:-32px -112px;right:22px;}
	.link_thumb.next{background-position:-48px -112px;right:0}
.applink_rt{overflow:hidden;padding:0 10px 0 15px;}
.titlink{margin-bottom:3px;font-size:16px;}
.titlink:hover,.deslink:hover{background:#ffff99;cursor:pointer;}
	.deslink{overflow:hidden;margin-bottom:3px;}
	.caplink{color:#b4b4b4;margin-bottom:3px;}
	.ctninserphoto{margin-bottom:3px;position:relative;}
	.ctninserphoto input{
		border:1px solid #e1e1e1;
		padding:3px;
		width:275px;
		height:17px;
		border-radius:2px;
		margin:0 5px;
	}
	.txtselnophoto{font-size:12px;margin-top:8px;padding-bottom:5px;}
	.txtselnophoto input[type="checkbox"]+label span.checkbox{vertical-align:-3px;}
	textarea.inputlink{
		padding:6px;
		height:32px;
		border-radius:2px;
		resize:none;
		overflow-y:auto;
		overflow-x:hidden;
		font-weight:bold;
		color:#000;
	}
	textarea.inputlink.des{height:65px;font-weight:normal;}

/* ========================
[ Feed stream ]
=========================== */
.actlink_rt li .act_icon,
.feedcmmt_load span{background-image:url(../images/feedact_sprt-1.02.png);}
.feed_top{margin-bottom:10px;}
.feed_top,.feed_filter a{color:#708a9e;}
.feed_filter a:hover{text-decoration:underline;}
.feed_filter li{display:inline;margin-right:15px;}
.feed_filter a.selected{font-weight:bold;color:#157dd7;text-decoration:none;}
.feed_filter .noticemark{display:inline-block;margin-left:5px;font-size:17px;color:#ff5400;line-height:12px;}
.feedtpl .feed_user,
.feedtpl .feed_messagert,
.feed_actlink,.feedcmmt_load a,
.rowviewcmt,.postcmmt,.feed_attach,
.feedtpl_recmmdinfo{padding-left:15px;padding-right:15px;}
.feedtpl{background-color:#fff;border:1px solid #dbe5ee;border-radius:3px;margin-bottom:15px;}
.feedtpl .feed_user{padding-top:10px;margin-bottom:8px;min-height:50px;}
.feedtpl .feed_user_avt{width:50px;height:50px;float:left;}
.feedtpl .feed_user_avt img{width:46px; height:46px;border-radius:100%;}
.feedtpl .feed_user_info{margin-left:60px;margin-right:22px;padding-top:4px;}
.feedtpl .feed_user_info .icolevel{vertical-align:2px;margin:0 2px 0 5px;}
.feedtpl .feeduser_textname{font-size:16px;margin-bottom:2px;}
.feedtpl .feeduser_textname a{font-weight:bold;}
.feedtpl .feeduser_textname .caret{margin:0 2px 0 8px;}
.feedtpl .feedtype{color:#afb4ba;font-size:12px;}
.feedtpl .feedtype li{display:inline;margin-right:5px;}
.feedtpl .feed_messagert{margin-bottom:10px;overflow:hidden;word-wrap:break-word;font-size:14px;}
.feedtpl .feed_messagert img, .contcmt p img{vertical-align:-6px;}
.feedtpl .feed_attach{margin-bottom:5px;}

/*Feed function links*/
.feed_funclink{position:relative;}
.feed_funclink a {
	display: block;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 2px 2px 0 0;
	margin-right: -5px;
	margin-top: -2px;
}
.feed_funclink .feed_caret{background-position:-32px -48px;margin:0;}
.feed_funclink .zmdropdown{right:-5px;border-radius:3px 0 3px 3px;margin-top:-2px;z-index:0;}
.feed_funclink .zmdropdown li a{
	white-space:nowrap;
	display:block;
	padding:4px 10px;
	border:0 none;
	border-top:1px solid #e4f0f9;
	color:#708a9e;
	border-radius:0;
	margin:0;
}
.feed_funclink .zmdropdown li:first-child a{border-top:0;border-radius:3px 3px 0 0;}
.feed_funclink .zmdropdown li:last-child a{border-radius:0 0 3px 3px;}
.feed_funclink .zmdropdown li a:hover{background-color:#e4f0f9;color:#085496;}
.feed_funclink .zmdropdown span{display:none;}
.feed_funclink .link_detailfeed span{background-position:-48px 0;}
.feed_funclink .link_hidefeed span{background-position:-48px -16px;}
.feed_funclink .link_reportfeed span{background-position:-48px -32px;}
.feed_funclink .link_banuser span{background-position:-64px -16px;vertical-align:-3px;}
.feed_funclink .link_delfeed span{background-position:-64px -32px;}
.feed_funclink .link_detailfeed a:hover span{background-position:-96px -48px;}
.feed_funclink .link_hidefeed a:hover span{background-position:-96px -64px;}
.feed_funclink .link_reportfeed a:hover span{background-position:-96px -80px;}
.feed_funclink .link_banuser a:hover span{background-position:-112px -96px;}
.feed_funclink .link_delfeed a:hover span{background-position:-96px -96px;}

.show_feedfunclink{position:relative;}
.show_feedfunclink .feed_control_features {
	background-color: #fff;
	border-color: #a3bcd2;
	position: relative;
	border-bottom-color: #fff;
	z-index: 1;
}
.show_feedfunclink .feed_overlap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#ccc;
	border-radius:3px;
	z-index:2;
	background:-moz-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.1)),color-stop(100%,rgba(0,0,0,0.1)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#66000000',GradientType=0);
}
.show_feedfunclink .feed_funclink{z-index:3;}
.feed_funclink a:hover .feed_caret,
.show_feedfunclink .feed_funclink .feed_caret{background-position:-48px -48px;}

/* Feed interaction links */
.feed_actlink{padding-top:5px;padding-bottom:12px;}
	.actlink_rt li{margin-left:10px;display:inline;font-weight:bold;}
	.actlink_rt li .act_icon,
	.feedcmmt_load span,
	.sharedfeed_symbol {
		width: 16px;
		height: 16px;
		margin-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}
	.actlink_rt .feedact_like .act_icon{background-position:0 0;vertical-align:-3px;}
	.actlink_rt .feedact_like:hover .act_icon{background-position:-16px 0;vertical-align:-3px;}
	.actlink_rt .feedact_unlike .act_icon{background-position:-32px 0;vertical-align:-3px;}
	.actlink_rt .feedact_unlike:hover .act_icon{background-position:-16px 0;vertical-align:-3px;}
	.actlink_rt .feedact_reshare .act_icon{background-position:0 -16px;}
	.actlink_rt .feedact_reshare:hover .act_icon{background-position:-16px -16px;}
	.actlink_rt .bad_report .act_icon{background-position:-34px -32px;}
	.actlink_rt .bad_report:hover .act_icon{background-position:-34px -16px;}
	.actlink_lt li{display:inline;margin-right:3px;}
	.actlink_lt li,.actlink_lt li a{color:#708a9e;}
	.actlink_lt li a:hover{color:#085496;}

/*Feed comment*/
.feed_lastestlike{padding:8px 15px;border-bottom:1px solid #e4eef7;color:#708a9e;position:relative;}
.feed_lastestlike:before,.feed_lastestlike:after{content:"";display:block;border:6px solid transparent;height:0;width:0;line-height:0;font-size:0;border-bottom-color:#e4eef7;position:absolute;}
.feed_lastestlike:before{top:-13px;left:25px;border-bottom-width:7px;}
.feed_lastestlike:after{border-bottom-color:#f5f9fc;left:25px;top:-12px;}
.feed_lastestlike a:hover{text-decoration:underline;}
/*.feed_lastestlike a.text_user{display:inline-block;white-space:nowrap;text-overflow:ellipsis;max-width:108px;overflow:hidden;vertical-align:bottom;}*/
.feed_comment{background-color:#f5f9fc;border-top:1px solid #e4eef7;border-radius:0 0 3px 3px;font-size:13px;}
.feedcmmt_load a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e4eef7;
}
.feedcmmt_load span{background-position:0 -32px;margin:0 0 0 5px;vertical-align:-4px;}
.feedcmmt_load:hover span{background-position:-16px -32px;}
.feed_comment .cmmtavt{width:32px;height:32px;border-radius:100%;margin-top:2px;}
.rowviewcmt{padding-top:5px;padding-bottom:5px;transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;margin-bottom:1px;}
.rowviewcmt:hover,.rowviewcmt:focus{background-color:#fff;}
.rowviewcmt.fpadmin{border-left:1px solid #a6d3ea;margin-left:-1px;background-color:#ebf4f8;}
.rowviewcmt.fpadmin:before{display:block;content:"";background-position:-256px -224px;width:20px;height:20px;margin:-5px 0 0 -16px;position:absolute;}
.rowviewcmt.fpadmin:hover{background-color:#e6f0f5;}
.rowviewcmt .contcmt {margin:0 48px 0 46px;overflow: hidden;}
.rowviewcmt .infoviewcmt{color:#afb4ba;}
.rowviewcmt .infoviewcmt .feeduser{font-weight:bold;}
.rowviewcmt .infoviewcmt .separate_dot{margin:0 8px;}
.rowviewcmt .cmmt_content{word-wrap:break-word;}
.rowviewcmt .cmmt_content img[src*="http://emo"]{vertical-align:-5px;}
.bxtextareacmt{margin-left:43px;margin-bottom:8px;}
.bxtextareacmt textarea{
	width:100%;
	height:52px;
	resize:none;
	overflow-y:auto;
	overflow-x:hidden;
	border-color:#bdd3e7;
}
.bxtextareacmt textarea:focus{border-color:#157dd7;}
.bxtextareacmt .form_element_wrapper{border-color:#bdd3e7;display:block;min-height:52px;}
.bxactcmt{color:#b1c1ce;margin-left:46px;}
.bxactcmt_lt{font-size:12px;padding-top:5px;}
.bxactcmt .stt_emo{padding:6px 10px 0;}

.postcmmt{padding-top:10px;padding-bottom:10px;}
.postcmmt.collapsed .input_placeholder input{padding-left:28px;}
.postcmmt.collapsed .input_placeholder .input_plh_icon{margin-bottom:-26px;margin-left:8px;margin-top:7px;background-position:-96px -160px;float:left;}

.cmmt_reply{width:48px;display:none;}
.rowviewcmt:hover .cmmt_reply{display:block;}
.cmmt_subfunc{margin-bottom:3px;margin-top:0px;height:16px;position:relative;}
.cmmt_subfunc_btn {
	display: block;
	float: right;
	padding: 4px 3px 0;
	border: 1px solid transparent;
	border-radius: 2px;
	height:10px;
}
.cmmt_subfunc_btn .caret{margin-left:0;border-top-color:#afb4ba;vertical-align:top;}
.cmmt_subfunc .zmdropdown {
	top: 15px;
	right: 0;
	border-radius: 3px 0 3px 3px;
	z-index: 0;
	display: none;
	overflow: hidden;
}
.cmmt_subfunc .zmdropdown li:first-child a{border-top:0 none;}
.cmmt_subfunc .zmdropdown a{
	border-top: 1px solid #e4f0f9;
	color: #708a9e;
	display: block;
	text-align:left;
	padding: 3px 10px 3px 6px;
	white-space: nowrap;
}
.cmmt_subfunc .zmdropdown a:hover{background-color:#e4f0f9;color:#085496;}
.cmmt_subfunc .zmdropdown li span{margin-right:0;vertical-align:-3px;}
.cmmt_subfunc .zmdropdown .link_delfeed span{background-position:-64px -32px;}
.cmmt_subfunc .zmdropdown .link_delfeed a:hover span{background-position:-96px -96px;}
.cmmt_subfunc .zmdropdown .link_reportfeed span{background-position:-48px -32px;}
.cmmt_subfunc .zmdropdown .link_reportfeed a:hover span{background-position:-96px -80px;}
.cmmt_subfunc .zmdropdown .link_banuser span{background-position:-64px -16px;vertical-align:-3px;}
.cmmt_subfunc .zmdropdown .link_banuser a:hover span{background-position:-112px -96px;}

.cmmt_subfunc:hover .cmmt_subfunc_btn {
	border-color: #a3bcd2;
	border-bottom-color: #fff;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.cmmt_subfunc:hover .cmmt_subfunc_btn .caret{border-top-color:#157dd7;}
.cmmt_subfunc:hover .zmdropdown{display:block;}

/*Feed loadmore bar*/
.feed_loadmorebar{
	background-color:#fff;
	display:block;
	border-radius:3px;
	border:1px solid #e4eef7;
	text-align:center;
	padding:6px 10px;
	font-weight:bold;
	transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.feed_loadmorebar span{background-position:-32px -64px;margin-right:6px;vertical-align:-3px;}
.feed_loadmorebar:hover{border-color:#a3bcd2;}

/*Feed content top seperated border color*/
.feed_two_photo,
.feed_multi_photo,
.feed_link,
.feed_reshare{border-color:#dfebf6;border-style:solid;border-width:1px 0 0}

/*Feed photo
-------------------*/
.fphoto_wrapper{display:block;background-color:#f8f8f8;text-align:center;max-height:720px;overflow:hidden;}
.fphoto_wrapper img{vertical-align:bottom;}

/*(single photo)*/
.feed_single_photo .fphoto_wrapper img{max-width:100%;}

/*(two photos)*/
.feed_two_photo{margin:0 -3px;padding-top:15px;}
.feed_two_photo .fphoto_wrapper{float:left;width:50%;background-color:transparent;max-height:231px;}
.feed_two_photo .fphoto_wrapper a,
.feed_multi_photo .fphoto_wrapper a {
	display: block;
	background-color: #f8f8f8;
	margin: 0 3px;
	overflow: hidden;
}
.feed_two_photo .fphoto_wrapper img{width:auto;height:231px;}

/*(more than three / multi photos)*/
.feed_multi_photo{margin:0 4px 8px -3px;padding-top:15px;position:relative;}
.feed_multi_photo .photogroup{position:relative;z-index:1;}
.feed_multi_photo .fphoto_wrapper{float:left;background-color:transparent;width:33.33%;}
.feed_multi_photo .fphoto_wrapper img{width:auto;height:156px;min-width:100%;}
.multiphoto_cover .layer1, .multiphoto_cover .layer2{
	display:block;
	height:162px;
	width:32%;
	position:absolute;
	border:1px solid #dfebf6;
	background-color:#fff;
}
.multiphoto_cover .layer1{right:-1px;bottom:-4px;}
.multiphoto_cover .layer2{right:-5px;bottom:-8px;}
.multiphoto_cover .total_photo{
	display:block;
	position:absolute;
	padding:5px 8px;
	border:1px solid #d1e0ec;
	border-radius:3px;
	background-color:#fff;
	color:#157dd7;
	text-align:center;
	z-index:2;
	right:-12px;
	top:130px;
}
.multiphoto_cover .total_photo:hover{background-color:#eef7fe;}

/*Feed update theme
----------------------------*/
.coverthumbmail_wrapper{display:block;overflow:hidden;text-align:center;}
.coverthumbmail_wrapper .avtholder{position:absolute;margin-top:20px;left:50%;margin-left:-32px;}
.coverthumbmail_wrapper .avtpicture{
	background-position: center center;
	background-size: 100% auto;
	border: 2px solid #fff;
	border-radius: 100%;
	display: block;
	height: 60px;
	width: 60px;
}
.coverthumbmail_wrapper img{width:100%;}
.rcmmdlink{padding-top:8px;font-size:12px;border-top:1px dashed #e4eef7;font-weight:bold;margin-top:8px;}
.rcmmdlink a{margin-right:15px;}
.rcmmdlink .editpfcover_icn{background-position:0 -208px;}
.rcmmdlink a:hover .editpfcover_icn{background-position:0 -224px;}

/*Feed update avatar
----------------------------*/
.avt_feedthumb.style_1,
.avt_feedthumb.style_1 .taglabel {background-image: url(../images/avtupdt_feedthumb_1-1.00.png);}
.avt_feedthumb.style_2,
.avt_feedthumb.style_2 .taglabel {background-image: url(../images/avtupdt_feedthumb_2-1.00.png);}
.avt_feedthumb.style_3,
.avt_feedthumb.style_3 .taglabel {background-image: url(../images/avtupdt_feedthumb_3-1.00.png);}
.avt_feedthumb.style_4,
.avt_feedthumb.style_4 .taglabel {background-image: url(../images/avtupdt_feedthumb_4-1.00.png);}
.avt_feedthumb {width: 100%;height: 240px;position: relative;z-index: 1;background-position:center top;}
.avt_feedthumb .imgavt {
	border-radius: 100%;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 39px;
}
.avt_feedthumb .taglabel {
	background-position: 0 -256px;
	display: block;
	text-indent: -999999em;
	position: absolute;
	width: 180px;
	height: 43px;
	left: 50%;
	margin-left: -90px;
	top: 150px;
}

/*Feed link
-----------------*/
.feed_link{padding-top:15px;}
.feed_link .mediaimg{
	margin-left:-16px;
	padding-left:15px;
	display:block;
	overflow:hidden;
	width:160px;
	max-height:160px;
	/*background-color:#e5f4fe;
	border-left:1px solid #00c3fb;*/
}
.feed_link .mediaimg img{width:100%;height:auto;}
.feed_link .mediainfo{overflow:hidden;padding: 0 0 0 15px;}
	.mediainfo_top{margin-bottom:15px;}
	.mediainfo .titname a{font-size:16px;color:#333;line-height:20px;}
	.mediainfo .titname a:hover{color:#085496;}
	.mediainfo .titname strong{font-weight:normal;}
	.mediainfo .des{color:#8e8e8e;margin:5px 0 0;word-wrap:break-word;overflow:hidden;max-height:74px;line-height:18px;}
	.mediainfo .caption{font-weight:bold;color:#6f757a;}
.btn_openlink{margin-top:-6px;display:none;}

/*Feed recommend infomation
--------------------------------*/
.feedtpl_recmmdinfo{padding-top:10px;padding-bottom:10px;}
.feedtpl_recmmdinfo .infotitle{color:#99abb9;margin-bottom:8px;}
.feedtpl_recmmdinfo .info_thumbnail{width:110px;height:110px;margin-right:10px;margin-top:4px;}
.feedtpl_recmmdinfo .infocontent{overflow:hidden;}
.feedtpl_recmmdinfo .infocontent .staricn {margin:0 auto}
.feedtpl_recmmdinfo h3{font-size:16px;font-weight:bold;margin-bottom:3px;}
.feedtpl_recmmdinfo h3 a{color:#333;}
.feedtpl_recmmdinfo h3 a:hover{color:#157dd7;}
.feedtpl_recmmdinfo h3 span{display:block;color:#708a9e;font-weight:normal;}
.feedtpl_recmmdinfo .lcontent{margin-right:120px;}
.feedtpl_recmmdinfo .lcontent .des{overflow:hidden;max-height:76px;}
.feedtpl_recmmdinfo .rcontent p{margin-top:6px;color:#708a9e;text-align:center;}
.feedtpl_recmmdinfo .rcontent .zmbtn1{padding-top:8px;padding-bottom:8px;}

/*Reshared feed
--------------------*/
.feed_reshare.undefined_share{padding:15px 0 0 0;border-left:0;}
.feed_reshare.undefined_share .feedtpl_cont{margin-left:-15px;}
.feed_reshare.undefined_share .feed_undefined_share{border:1px dashed #d1e0ec;padding:6px 10px;line-height:32px;color:#708a9e;background:#f2faff;font-size:12px;font-weight:bold;border-radius:3px;}
.undefined_feed_icn{background:url(../images/icon_sharingfeed_undefined.png) no-repeat;width:32px;height:32px;margin-right:6px;float:left;}
.feed_reshare{border-left:1px dashed #d1e0ec;padding:0;}
.feed_reshare .feedtpl_cont{margin-right:-15px;}
.feed_reshare .feed_user{
	border-left:1px solid #fff;
	margin-left:-1px;
	margin-bottom:0;
	height:36px;
	padding-left:20px;
}
.feed_reshare .feed_user_avt{width:36px;height:36px;margin-top:2px;}
.feed_reshare .feed_user_avt img{width:32px;height:32px;}
.feed_reshare .feed_user_info{margin-left:46px;margin-right:100px;}
.feed_reshare .feeduser_textname{font-size:14px;color:#708a9e;margin-bottom:0;}
.sharedfeed_symbol{
	float:left;
	width:16px;
	height:16px;
	background-position:-32px -80px;
	margin:12px 0 0 -28px
}
.sharedfeed_rfunc{padding-top:5px;}
.feed_reshare .feed_two_photo .fphoto_wrapper{max-height:223px;}
.feed_reshare .feed_two_photo .fphoto_wrapper img{height:223px;}








