/*** For Browse Users **********************************/
.wrap_users{
	padding-top: 25px;
	width: 650px;
	overflow: hidden;
	/*border: 1px solid red;*/
}

.container_users{
	width: 694px;
	/*border: 1px solid green;*/
}

.user_view{
	float: left;
	width: 145px;
	margin: 0 16px 40px 5px; 
}
.user_view a.user,
.user_view a.user:visited{
	display: block;
	float: left;
	width: 137px;
	height: 137px;
	padding: 3px;
	background: #fff;
	border: 1px solid #e5e5e5;
	text-decoration: none;
	position: relative;
	left: 0;
	top: 0;
}

.user_view a.user.bord_orange,
.user_view a.user.bord_orange:visited{
	padding: 0px;
	border: 4px solid #FF9900;
}

.user_view a.user .ribbon{
	display: block;
	background: url(../img/showcased.gif) no-repeat left top;
	position: absolute;
	left: -6px;
	top: -6px; 
	width: 75px;
	height: 75px;
}

.user_view a.user.bord_orange .ribbon{
	left: -9px;
	top: -9px; 
}
.user_view a.user.offline:hover .ribbon,
.user_view a.user.online:hover .ribbon{
	left: -9px;
	top: -9px; 
}

.user_view a.user.offline:hover{
	padding: 0px;
	border: 4px solid #FF0000;
}
.user_view a.user.online:hover{
	padding: 0px;
	border: 4px solid #8CC63E;
}

.user_view a.user.offline .status,
.user_view a.user.online .status {
	display: none;
	position: absolute;
}

.user_view a.user.offline:hover .status,
.user_view a.user.online:hover .status {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 17px; 
	color: #fff;
	text-align: center;
	line-height: 17px; 
}
.user_view a.user.offline:hover .status{
	background: #FF0000;
}
.user_view a.user.online:hover .status{
	background: #8CC63E;
}

.user_view .descr h3{
	float: none;
	color: #0097DD;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px dotted #e5e5e5; 
	margin-bottom: 10px;
	clear: both;
	padding: 0;
}
.follow{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.follow .f_l{
	border-right: 1px solid #e5e5e5;
	width: 72px;
	font-size: 10px;
	line-height: 11px;
	
}
.follow .f_l strong{
	font-weight: bold;
	color: #000;
	font-size: 11px;
}
.follow .f_r{
	color: #7A7A7A;
	font-size: 12px;
	line-height: 20px;
}
/*******************************************************/
