#notifications_widget{
	display:none;
	position:absolute;
	top:20px;
	right:120px;
	width:350px;
	z-index:55;
}

#notifications_widget .header{
	float:left;
	width:350px;
	height:26px;
	background-image:url('/images/layout/conversations/widget/header.png');
}

#notifications_widget .content{
	float:left;
	width:350px;
	background-image:url('/images/layout/conversations/widget/repeat.png');
}

#notifications_widget_list{float:left;overflow:hidden;width:350px;}

#notifications_widget .content .notification{
	float:left;
	padding:5px;
	width:340px;
	cursor:pointer;
	color:#000;
}
#notifications_widget .content .notification:hover{
	background:url('/images/layout/conversations/widget/repeat_over.png') repeat-y;
}

#notifications_widget .content .notification .user_photo_frame{
	float:left;
	margin-left:20px;
	margin-right:5px;
}

#notifications_widget .content .notification .text_container{
	float:left;
	width:240px;
}

#notifications_widget .content .notification .arrow{
	float:left;
	width:10px;
	height:9px;
	margin-right:3px;
	margin-top:12px;
	background-image:url('/images/layout/conversations/arrow.png');
}

#notifications_widget .content .notification .text{
	float:left;
	margin-top:4px;
	width:240px;
	/*white-space:nowrap;*/
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:normal;
}

#notifications_widget .content .notification .date{
	float:left;
	margin-top:4px;
	width:240px;
	padding-bottom:5px;
	color:#444;
}

#notifications_widget .content .notification .bigtext_container{
	float:left;
	width:295px;
}

#notifications_widget .content .notification .bigtext{
	float:left;
	margin-top:5px;
	width:295px;
	margin-left:20px;
	/*white-space:nowrap;*/
	overflow:hidden;
	text-overflow:ellipsis;
	word-wrap:normal;
}

#notifications_widget .content .notification .bigdate{
	float:left;
	margin-top:4px;
	margin-left:20px;
	width:240px;
	padding-bottom:5px;
	color:#444;
}

#notifications_widget .content .line{
	float:left;
	width:329px;
	height:13px;
	margin-left:5px;
	background-image:url('/images/layout/conversations/widget/line.png');
}

#notifications_widget .content .more{
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:10px;
	width:310px;
	text-align:center;
}

#notifications_widget .footer{
	float:left;
	width:350px;
	height:29px;
	background-image:url('/images/layout/conversations/widget/footer.png');
}
