
.users_list
{
	height:550px;
}

.users_list .a_user
{
	float:left;
	width:310px;
	height:140px;
	font-size:12px;
	color:#4B4B4B;
}
.users_list .a_user a
{
	color:#FE5200;
	text-decoration:none;
	font-weight:bold;
}

.users_list .a_user a:hover
{
	text-decoration:underline;
}

.users_list .a_user .img_container
{
	width:90px;
	height:80px;
	text-align:center;
	overflow:hidden;
	border:1px solid #616161;
	margin:10px;
	float:left;
}

.users_list .a_user .img_container img
{
	height:80px;
	border:0px;
}

.users_list .a_user .user_data
{
	margin:10px 0px 0px 100px;
}


.users_list .a_user .user_menu
{
	margin-top:5px;
	width:280px;
	padding:3px;
	border-bottom:1px solid #FE5200;
	border-top:1px solid #FE5200;
	text-align:center;
	color:#4B4B4B;
}

.users_list .pages_buttons
{
	margin-top:15px;
	padding:5px;
	height:35px;
	float:left;
	width:600px;
}
.users_list .pages_buttons a
{
	color:#FE5200;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background-repeat:no-repeat;
	height:33px;
	line-height:33px;
}
.users_list .pages_buttons a:hover
{
	text-decoration:underline;
}
.users_list .pages_buttons a.right
{
	float:right;
	background-position:top right;
	background-image:url(../../images/ro/right_link_bg.gif);
	padding-right:35px;
}

.users_list .pages_buttons a.left
{
	float:left;
	background-position:top left;
	background-image:url(../../images/ro/left_link_bg.gif);
	padding-left:35px;
}

.users_list .users_mini_list
{
	border-bottom:1px solid #FE5200;
	border-top:1px solid #FE5200;
	width:98%;
	float:left;
	margin-top:10px;
	height:70px;
}

.users_list .users_mini_list .img_cont
{
	width:50px;
	height:50px;
	text-align:center;
	overflow:hidden;
	border:1px solid #616161;
	margin:10px;
	float:left;
}
.users_list .users_mini_list .img_cont:hover
{
	border:1px solid #FE5200;
}

.users_list .users_mini_list .img_cont img
{
	height:50px;
	border:0px;
}
