@charset "utf-8";

#user_timeline{
	float:right;
	width:599px;
	margin-top:10px;
	margin-right:20px;
}

#user_timeline .content_header{
	background-image: url("/images/layout/timeline/user_content_header.png");
	float: left;
	height: 74px;
	width: 599px;
	position:relative;
	z-index:1;
}

#user_timeline .content_header .feed_active{
	position:absolute;
	top:0px;
	left:0px;
	width:103px;
	height:47px;
	z-index:2;
	background-image: url("/images/layout/timeline/user_feed_selected.png");
}

#user_timeline .content_header .deals_inactive{
	position:absolute;
	top:0px;
	left:90px;
	width:233px;
	height:47px;
	z-index:1;
	background-image: url("/images/layout/timeline/user_deals.png");
}
#user_timeline .content_header .deals_inactive:hover{background-image: url("/images/layout/timeline/user_deals_over.png");}

#user_timeline .content_footer{
	float:left;
	width:599px;
	height:15px;
	background-image:url('/images/layout/timeline/user_content_footer.png');
}

#user_timeline .content_container{
	padding-top:20px;
	float:left;
	width:599px;
	background-image:url('/images/layout/timeline/user_content_repeat.png');
}

#user_timeline #timeline_list{
	float:left;
	width:548px;
	margin-left:26px;
}

#user_timeline .entry{
	float:left;
	width:548px;
	margin-bottom:20px;
}

#user_timeline .entry .user_frame_35{
	float:left;
	margin-left:10px;
}

#user_timeline .entry .date{
	float: left;
	margin-left:10px;
	margin-top:5px;
}

#user_timeline .entry .details{
	float:left;
	margin-left:10px;
	margin-top:5px;
	width:450px;
}

#user_timeline .entry .details .username{
	color:#000;
	text-transform:uppercase;
}
#user_timeline .entry .details .username:hover{color:#e15c00;}




#user_timeline #entry_num_comments{
	float: left;
	margin-left: 80px;
	margin-top: 5px;
}

#user_timeline #entry_more_comments{
	float: right;
	margin-right: 35px;
	margin-top: 5px;
}

#user_timeline .timeline_comments{
	float:right;
	margin-right:25px;
	width:450px;
}

#user_timeline .timeline_comments .comments_header{
	float:left;
	width:455px;
	height:15px;
	background-image:url('/images/layout/timeline/user_comments_header.png');
}

#user_timeline .timeline_comments .comments_content{
	float:left;
	width:455px;
	background-image:url('/images/layout/timeline/user_comments_repeat.png');
}

#user_timeline .timeline_comments .comments_footer{
	float:left;
	width:455px;
	height:14px;
	background-image:url('/images/layout/timeline/user_comments_footer.png');
}

#user_timeline .timeline_comments_list{
	float:left;
}

#user_timeline .more_comments{
	float:left;
	margin-left:10px;
	display:none;
	margin-bottom:10px;
	margin-top:10px;
}

#user_timeline .more_comments img{float:left;}
#user_timeline .more_comments div{float:left; margin-left:5px;}

#user_timeline .comment{
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	width:413px;
}

#user_timeline .comment .remove{
	background-image: url("/images/layout/comments/remove.png");
	float: right;
	height: 16px;
	margin-right: 5px;
	margin-top: 0px;
	width: 20px;
	display:none;
}
#user_timeline .comment .remove:hover{background-image: url("/images/layout/comments/remove_over.png");}

#user_timeline .comment_photo{
	float:left;
	width:35px;
	height:35px;
}

#user_timeline .comment_username{
	float:left;
	color:#000;
	text-transform:uppercase;
	margin-left:15px;
}
#user_timeline .comment_username:hover{color:#e15c00;}

#user_timeline .comment_date{
	float:left;
	margin-left:5px;
	margin-top:4px;
}

#user_timeline .comment_text{
	float:left;
	margin-left:15px;
	width:358px;
}

#user_timeline .comment_composer_photo{
	float:left;
	width:35px;
	height:35px;
	margin-left:10px;
	margin-bottom:0px;
}

#user_timeline .comment_composer{
	float:left;
	margin-left:15px;
	width:358px;
	height:25px;
	padding:5px;
}

#user_timeline_more{
	float:left;
	width:146px;
	height:57px;
	margin-left:250px;
	display:none;
	background-image:url('/images/layout/timeline/more.png');
}
#user_timeline_more:hover{background-image:url('/images/layout/timeline/more_over.png');}

#user_timeline #back_container{
	background: url("/images/layout/timeline/back_bg.png") no-repeat scroll 0 0 transparent;
	height: 90px;
	position: absolute;
	right: 3px;
	top: 6px;
	width: 195px;
	display:none;
}

#user_timeline .back{
	background-image: url("/images/layout/timeline/back.png");
	float: right;
	height: 52px;
	margin-right: 20px;
	margin-top: 9px;
	width: 160px;
}
#user_timeline .back:hover{background-image:url('/images/layout/timeline/back_over.png');}