/* @group WALL_ITEM_HEAD.TPL ----------------------- */
hr.between_posts{
  width: 350px;
  margin: 12px 0 5px 10px;
  background: #CCC;
  height: 1px;
  border: 0;
}
.wall_head_item_wrapper{
  width: 360px;
  margin: 0 0 2px 0;
  clear: both;
  padding: 5px 0 0 0;
}

.wall_head_item_wrapper .content_top {
    width: 335px;
	  background: url("/images/wall/post_top_arrow_left.png") no-repeat left top;
		line-height: 16px;
		padding: 2px 10px 15px 20px;
		word-wrap: break-word;
		position: relative;
}

.content_top .type_photo{
  background: url('/images/profile/profile_small_black.png') no-repeat left center;
  padding: 0 0 0 35px;
  margin: 0 0 0 10px;
}


.content_top .type_video{
  background: url('/images/profile/myvideos_black_small.png') no-repeat left center;
  padding: 0 0 0 35px;
  margin: 0 0 0 10px;
}


.wall_head_item_wrapper .content_top a{
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}

.wall_head_item_wrapper.rank_1 .content_top{
  background: url("/images/wall/post_top.png") no-repeat left top;
}

.content_top span{
  font-weight: bold;
  font-size: 12px;
}

.wall_head_item_wrapper .content_bottom {
    background: url("/images/wall/post_bottom.png") no-repeat left top;
    margin: 0;
    padding: 0;
    height: 5px;
    width: 360px;  
}

.wall_head_item_wrapper .content_top .creation_date{
	font-size: 9px;
	position: absolute;
	right: 10px;
	bottom: -4px;
	text-align:right;
	color: #000;
} 
/* @end WALL_ITEM_HEAD.TPL ------------------------- */

/* @group WALL_ITEM_REACTION ----------------------- */
.reactions{
  padding: 5px 0 0 0;
}
.wall_reaction_wrapper{
  width: 360px;
  padding: 0 0 5px 0;
  clear: both;
}

.wall_reaction_wrapper .reaction{
  float: right;
}

.wall_reaction_wrapper .content_top{
  padding: 3px 5px 15px 5px;
  width: 280px;
  background: url("/images/wall/reaction_top.png") no-repeat left top;

  word-wrap: break-word;
  position: relative;
}

.wall_reaction_wrapper .content_top .creation_date{
	font-size: 9px;
	position: absolute;
	right: 6px;
	bottom: 1px;
	text-align:right;
	color: #FFF;
	line-height: 15px;
}

.creation_date .delete_reaction{
  font-size: 9px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.wall_reaction_wrapper .content_bottom {
    background: url("/images/wall/reaction_bottom.png") no-repeat left top;
		margin: 0;
		padding: 0;
		height: 5px;
		width: 290px;
}
.wall_reaction_wrapper .creator_image {
		float: left;
		margin-left: 15px;
		height: 45px;
    width: 45px;
    overflow: hidden;
    border: 1px solid #FFF;
}

.creator_image img {
    height: 45px;
    
}
/* @end WALL_ITEM_REACTION ------------------------- */

/* @group WALL_EXPAND.TPL ----------------------- */
.wall_expand_wrapper{
  width: 375px;
  
}

.wall_expand_wrapper .wall_expand{
  float: right;
  line-height: 25px;
	background: url(/images/wall/arrow_white_down.png) no-repeat left center;
	padding: 0 15px 0 15px;
	cursor:pointer;
	height: 25px;
}
/* @end WALL_EXPAND.TPL ------------------------- */
/* @group WALL_EXPAND_POSTS.TPL ----------------------- */
.wall_expand_posts_wrapper{
  width: 375px;
  clear: both;
  
}

.wall_expand_posts_wrapper .wall_expand{
  line-height: 25px;
	background: url(/images/wall/arrow_white_down.png) no-repeat left center;
	padding: 0 15px 0 15px;
	margin: 0 0 0 15px;
	cursor:pointer;
	height: 25px;
}
/* @end WALL_EXPAND_POSTS.TPL ------------------------- */
/* @group WALL_FORM ----------------------- */
.form_reaction_wrapper{
    margin: 0 0 0 70px;
    clear:both;
}

.form_reaction_wrapper .form_reaction_top{
  width: 280px;
  background: url("/images/wall/reaction_top.png") no-repeat left top;
  padding: 5px;
}
.form_reaction_top .write_new_reaction{
	line-height: 20px;
	width: 255px;
	color: #666;
	margin: 5px 0 0 5px;
	padding-left: 5px;
	background-color: white;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	font-size: 10px;
}



.form_reaction_wrapper .form_reaction_bottom{
  background: url("/images/wall/reaction_bottom.png") no-repeat left top;
	margin: 0;
	padding: 0;
	height: 5px;
	width: 290px;
}
/* @end WALL_FORM ------------------------- */
