
.other_profile
{
	height:auto;
}

.other_profile .pic_area
{
	float:left;
	width:220px;
}

.other_profile .pic_area .main_pic_cont
{
	width:190px;
	height:190px;
	border:1px solid #616161;
	text-align:center;
	overflow:hidden;
	margin:1px 1px 10px 1px;
	display:block;
}
.other_profile .pic_area .main_pic_cont img
{
	height:190px;
	border:0px;
}
.other_profile .pic_area .sub_pics
{
	width:200px;
}
.other_profile .pic_area .sub_pics .c_img
{
	border:1px solid #616161;
	width:55px;
	height:55px;
	float:left;
	overflow:hidden;
	margin:3px;
	display:block;
	text-align:center;
}

.other_profile .pic_area .sub_pics .c_img img
{
	border:0px;
	height:55px;
}

.other_profile .pic_area .view_all_pics
{
	float:right;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FE5200;
	margin-right:10px;
}
.other_profile .pic_area .view_all_pics:hover
{
	text-decoration:underline;
}

.other_profile .user_data
{
	color:#4E4E4E;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	margin-top:10px;
	margin-left:230px;
}
.other_profile .user_data span
{
	color:#FE5200;
	font-size:14px;
}

.other_profile .user_data a
{
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#FE5200;
}
.other_profile .user_data a:hover
{
	text-decoration:underline;
}

.other_profile .user_data .separator
{
	width:380px;
	border-top:1px solid #FE5403;
	background-image:url(../../images/ro/separator_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:5px;
	margin-bottom:5px;
	height:10px;
	font-size:11px;
	text-align:center;
}
.other_profile .user_data .mini_menu
{
	width:380px;
	margin:20px 0px 10px 0px;
	padding:2px;
	text-align:center;
	border-top:1px solid #FE5200;
	border-bottom:1px solid #FE5200;
	color:#4E4E4E;
	font-size:12px;
}

.other_profile .user_data .comments
{
}
.other_profile .user_data .comments .title
{
	font-size:12px;
	font-weight:bold;
	color:#404040;
}

.other_profile .user_data .a_comment
{
	width:380px;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	padding:5px;
}
.other_profile .user_data .a_comment .img_cont
{
	width:31px;
	height:31px;
	border:1px solid #878787;
	overflow:hidden;
	text-align:center;
	float:left;
	display:block;
}
.other_profile .user_data .a_comment .img_cont img
{
	height:31px;
}
.other_profile .user_data .a_comment .comment_text
{
	border-bottom:1px solid #FE5200;
	margin-left:45px;
	padding:0px 5px 5px 0px;
	
}

.other_profile .user_data .a_comment .del_link
{
	float:right;
	font-size:11px;
}
