.topic_body{
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
}

.topic_admin_buttons{
	display: none; 
	position: absolute; 
	background: #FFF; 
	float: right; 
	top: 0px; 
	right: 0
}

.top_everest_img{
	width: 110px;
	height: 110px;
	border-radius: 100%;
	float: left;
	overflow: hidden;
}

.top_everest_img img{
	width: 110px;
	height: 110px;
}

.top_everest_text{
	float: left;
	width: 285px;
	margin-left: 45px;
	font-size: 16px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 40px;
	margin-bottom: 25px;
}
.top_everest_text h3{
	display: block;
	margin: 10px 0 0 0;
	font-family: caps_font;
	font-size: 22px;
	font-weight: normal;
}
.top_everest_text div{
	margin: 5px 0 12px 0;
	color: #9a9b9c;
}

.topic_img{
	width: 140px;
	height: auto;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
.topic_img img{
	width: 140px;
	height: 140px;
}

.topic_big_img{
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
	margin-right: 25px;
}
.topic_big_img img{
	width: 200px;
	height: auto;
}

.news_title{
	margin-top: 15px
}