/* --- component Profile List --- */

/* -- Gallery Mode Card -- */

.profile_list_gallery_list_container
{
	margin-top: 5px;
}

.profile_list_gallery_list_container a.profile_cap:link,
.profile_list_gallery_list_container a.profile_cap:active,
.profile_list_gallery_list_container a.profile_cap:visited
{
	color: #fff;
	text-decoration: none;
}

.profile_list_gallery_card_container
{
	float: left;
	width: 190px;
	height: 150px;
	margin: 5px;
	border: 1px solid #3f3f3f;
	
}

.profile_list_gallery_card_cap
{
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	padding: 1px 3px;
	background: #300;
	color: #dfdfdf;
	font-size: 10px;
	font-weight: bold;
}

.profile_list_gallery_card_body
{
	overflow: hidden;
	background: url( '../../img/block_body.gif' ) repeat-x;
	background-color: #111111;
	height: 107px;
}

.profile_list_gallery_card_thumb
{
	float: left;
	margin: 2px 1px;
	border: 1px solid #2f2f2f;
	border-left: none;
	background: #1f1f1f;
	padding: 1px 2px;
}

.profile_list_gallery_card_details
{
	text-align: center;
	color: #fff;
	padding-top:5px;
}

.profile_list_gallery_card_activity
{
	margin-top: 5px;
	font-size: 10px;
	color: #fff;
	
}

.profile_list_gallery_card_online
{
	color: #efefef;
	color: #fff;
}

.profile_list_gallery_card_location
{
	height: 20px;
	margin: 0px 1px;
	border-top: 1px solid #2f2f2f;
	padding: 1px 0px;
	background: #333333;
	font-size: 10px;
	text-align: center;
}



/* -- Details Mode Card -- */

.profile_list_details_card_container
{
	margin: 10px 2px;
	border: 1px solid #3f3f3f;
	overflow: hidden;
	height: 220px;
}

.profile_list_details_membership_type_icon
{
	padding-right:10px;
	padding-top:5px;
	float:right;
}



.profile_list_gallery_membership_type_icon
{
	padding-right:0px;
	padding-top:4px;
	padding-right: 25px;
	float:right;
}

*+html .profile_list_gallery_membership_type_icon
{
padding-top:4px;
}

.profile_list_details_card_cap
{
	text-align: left;
	padding-left: 3px;
}

.profile_list_details_card_cap a:link,
.profile_list_details_card_cap a:visited
{
	font-weight: bold;
}

.profile_list_details_card_body
{
	overflow: hidden;
	height: 220px;
}

.profile_list_details_card_thumb
{
	float: left;
	margin: 3px 4px 1px 1px;
	border: 1px solid #2f2f2f;
	border-left: none;
	background: #1f1f1f;
	padding: 6px;
	text-align: center;
	overflow: hidden;
}

.profile_list_details_card_details
{
	height: 140px;
}

.profile_list_details_card_desc
{
	overflow: hidden;
	height: 110px;
	padding-top: 5px;
	float:left;
	width:425px;
}

.profile_list_details_card_activity
{
	margin: 3px;
	width: 100px;
	text-align: center;
}

.profile_list_details_card_location
{
	background: #333333;
	color: #fff;
	padding: 3px;
	margin: 2px;
}

.profile_list_details_list_container a.profile_cap:link,
.profile_list_details_list_container a.profile_cap:active,
.profile_list_details_list_container a.profile_cap:visited
{
	color: #fff;
}

.profile_list_details_references
{
	
	padding: 10px;
	background: url( '../../img/profile_list_btn_bg.gif' ) repeat-x;
}

.profile_list_details_references a:link,
.profile_list_details_references a:active,
.profile_list_details_references a:visited
{
	white-space: nowrap;
	color: #EFDC86;
	padding-left: 20px;
	font-weight: bold;
}

.profile_list_details_references a:hover
{
	color: #FFE25F;
}

.profile_list_gallery_card_activity a.im_invite_txt
{
	height: 12px;
}


.profile_list_details_card_location div
{
	float:left;
}

.profile_list_details_card_location
{
	height:15px;
}



.sign_up_date_cont
{
	float:right!important;
	font-size : 10px;
	padding-right:10px;
}

.sign_up_date_cont b
{
	padding-right:4px;
}

.wvm_info_cont
{
	padding: 2px 0px;
	border-bottom: 1px dotted #7F0000;
	border-top: 1px dotted #7F0000;
	margin-bottom: 2px;
}