/*--Thumbs styles--*/
.frnds_cnt
{
	margin-top: 25px;
}
.no_friend
{
	 font-size: .8em;
	 color: #666;
	 padding: 20px;
}
.no_friend a
{
	font-weight: bold;
}
.thumbs_list
{
	margin-top: 8px;
}
.thumbs_list li
{
	float: left;
	text-align: center;
	width: 112px;
	margin: 0 23px;
	display: inline;
	height: 220px;
	overflow: hidden;
}
.thumbs_head img
{
	margin: 7px;
}
.thumbs_img_cnt
{
	display: block;
}
.thumbs_img_cnt img
{
	border: 4px solid #D9D9D9;
	padding: 2px;
	background-color: #FFF;
}
.m_sex .thumbs_img_cnt:hover img
{
	border-color: #2777BE;
}
.f_sex .thumbs_img_cnt:hover img
{
	border-color: #E9005B;
}
.thumbs_name
{
	margin-top: 3px;
}
.thumbs_name a
{
	font-size: .85em;
	line-height: 1.2em;
}
.m_sex .thumbs_name a
{
	color: #2777BE;
}
.f_sex .thumbs_name a
{
	color: #E9005B;
}
.is_check .thumbs_name
{
	text-align: left;	
}
.is_check .thumbs_name input
{
	position: relative;
	top: -1px;
	margin-right: 2px;
}
