#live_posts_block{
	display:none;
	position:fixed;
	right:0;
	top:0;
	width:276px;
	z-index: 5;	
}
#live_posts_block.active{
	background-color: #FFF;
}
#live_posts_block .lpb_header{
	position:relative;
	z-index:2;
	width: 176px;
	height: 50px;
	box-shadow: 0 2px 15px rgba(25, 33, 45, 0.06);
	border-radius: 3px;
	background-color: #e4f2bc;
}
#live_posts_block.active .lpb_header{	
	width: 276px;
	height: 60px;
	background-color: #ecf5d2;
	background-image: none;
	box-shadow: none;
	border-radius: 0;
}
#live_posts_block .h_show_but span{
	position: absolute;
    top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
	display:block;
	background:url(/i/v4/livepost_showbut.png) center no-repeat;
	width: 16px;
	height: 16px;
}
#live_posts_block .h_show_but{	
	display:block;
	position: absolute;
    right: 0;
    top: 0;
	width: 50px;
	height: 50px;
	box-shadow: 0 4px 12px rgba(153, 204, 0, 0.3);
	background-color: #99cc00;
	border-radius: 0 3px 3px 0;
}
#live_posts_block .h_show_but.active{	
	background-color:#dfeeb1;
	background-image: none;
	box-shadow: none;
	width: 60px;
	height: 60px;
}
#live_posts_block .h_show_but.active span{
	display:block;
	background:url(/i/v4/livepost_hidebut.png) center no-repeat;
	width: 16px;
	height: 2px;
	opacity: 0.35;
	margin-top: -1px;
}
#live_posts_block .lpb_content{
	overflow:hidden;
	position: relative;
	z-index:2;
	width:100%;
	margin-top:5px;
}
#live_posts_block .h_title{
	font-family: proxima-nova,sans-serif;
	font-size:17px;
	font-weight: bold;
	letter-spacing: 2.14px;
	color:#273400;
	padding-left: 24px;
    padding-top: 15px;
}
#live_posts_block.active .h_title{
	padding-top: 20px;
}
#live_posts_block .h_status{
	position:absolute;
	left: 62px;
	top: 17px;
	z-index:1;
	display:block;
	width:5px;
	height:5px;
	background-color:#99cc00;
	border-radius:50%;
}
#live_posts_block.active .h_status{
	top: 22px;
}
#live_posts_block .lpb_item{
	padding:19px 23px 5px;
}
#live_posts_block .lpb_author_inf{
	font-family: proxima-nova,sans-serif;
	float:left;
	margin-left:10px;
	padding-top: 2px;
}
#live_posts_block .lpb_author_inf a{
	color: #262627;	
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
#live_posts_block .lpb_date{
	opacity: 0.4;
	color: #151b2d;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}
#live_posts_block .lpb_avatar{
	float:left;	
	border-radius:50%;
	width:40px;
	height:40px;
	text-align:center;
	overflow:hidden;
}
#live_posts_block .lpb_avatar img{
	max-width:40px;
	max-height:40px;	
}
#live_posts_block .lpb_type{
	clear: right;
	position: relative;
    top: 7px;
	float:right;
	display:inline-block;
	padding:3px 7px;
	border-radius:4px;
	font-family: proxima-nova,sans-serif;
	font-size: 12px;
	font-weight: 400;
}
#live_posts_block .lpb_item .lpb_delete{
	position:relative;
	float:right;
	color:#FF0000;
	font-size:9px;
	font-family: Verdana, Geneva, sans-serif;
}
#live_posts_block .lpb_message{	
	clear:both;	
	padding:12px 2px;	
}
#live_posts_block .lpb_message a{
	word-wrap: break-word;
	text-decoration:none;	
	color: #262627;
	font-family: proxima-nova,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
#live_posts_block .lpb_message a:hover{
	text-decoration:underline;
}
#live_posts_block .lpb_page{
	border-bottom:1px solid #ebecef;
	padding-bottom: 18px;
}
#live_posts_block .lpb_page a{
	opacity: 0.56;
	color: #151b2d;
	font-family: proxima-nova,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}

#live_posts_block .lpb_item.lpb_forum{

}
#live_posts_block .lpb_item.lpb_forum .lpb_type{
	color: #594229;
	background-color: #ffe9ca;
}

#live_posts_block .lpb_item.lpb_review{

}
#live_posts_block .lpb_item.lpb_review .lpb_type{
	color: #273400;
	background-color: #e6f2cb;
}

#live_posts_block .lpb_item.lpb_article{

}
#live_posts_block .lpb_item.lpb_article .lpb_type{
	color: #2e3a44;
	background-color: #e6f0f9;
}

#live_posts_block .lpb_item.lpb_vsekupony{

}
#live_posts_block .lpb_item.lpb_vsekupony .lpb_type{
	color: #2e3a44;
	background-color: #e6f0f9;
}

#live_posts_block .lpb_item.lpb_ebaychecker .lpb_type{
	color: #2e3a44;
	background-color: #e6f0f9;
}