/* --- component Profile List --- */

/* -- Gallery Mode Card -- */

.profile_list_gallery_list_container
{
	margin-top: 8px;
}

.profile_list_gallery_list_container a.profile_cap:link,
.profile_list_gallery_list_container a.profile_cap:visited,
.profile_list_gallery_list_container a.profile_cap:active
{
	text-decoration: none;
	color: #fff;
}

.profile_list_gallery_card_container
{
	float: left;
	width: 184px;
	height: 170px;
	margin: 6px;	
}

.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: #FDF3D4;
	height: 120px;
}

.profile_list_gallery_card_thumb
{
	float: left;
	margin: 2px 1px;
	border-left: none;
	padding: 1px 2px;
}

.profile_list_gallery_card_details
{
	text-align: center;
	color: #DF520D;
}

.profile_list_gallery_card_activity
{
	margin-top: 8px;
	font-size: 10px;
	color: #DF520D;
	height:34px;
}

.profile_list_gallery_card_online
{
	color: #efefef;
	color: #fff;
}

.profile_list_gallery_card_location
{
	height: 25px;
	margin: 0px 1px;
	border-top: 1px solid #2f2f2f;
	padding: 1px 0px;
	background: #09970d;
	color: #fff;
	font-size: 10px;
	text-align: center;
}



/* -- Details Mode Card -- */

.profile_list_details_card_container
{
	width:508px;
	clear:both;
	margin:0 0 15px 0;
}

.profile_list_details_card_cap
{
	background-image: url('../../img/profile_list_cap.gif');
	width:508px;
	height:20px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:2px 0 0 0;
}

.profile_list_details_card_cap a:link,
.profile_list_details_card_cap a:visited
{
	font-weight: bold;
}

.profile_list_details_card_body
{
	background:#FFFFFF url(../../img/block_body.gif) repeat;
	width:386px;
	height:146px;
	clear:both;
	float:left;
}

.profile_list_details_card_thumb
{
	float:left;
	margin:5px 0 0 5px;
	text-align:left;
}

.profile_list_details_card_details
{
	width:260px;
	margin:10px 0 0 5px;
	height:140px;
	float:left;
	color:#c50000;
	font-weight:bold;
}

.profile_list_details_card_desc
{
	width: 260px;
	height: 100px;
	color: #44717a;
	float: left;
	font-size: 12px;
	clear: both;
	margin: 5px 0 0 0;
	font-weight: normal;
	overflow: hidden;
	float:left;
	width:215px;
}

.profile_list_details_card_activity
{
	margin: 1px;
	width: 100px;
	text-align: center;
}

.profile_list_details_card_location
{
}

.profile_list_details_list_container a.profile_cap:link,
.profile_list_details_list_container a.profile_cap:visited,
.profile_list_details_list_container a.profile_cap:active
{
	color: #fff;
}

.profile_list_details_list_container
{
	margin-top: 8px;
}

.profile_list_details_card_right
{
	float:left;
	width:115px;
	height:146px;
	background:#09970D;
	border-left:7px solid #FE6D02;
}

.profile_list_details_references
{
	padding-top: 20px;
	padding-left: 10px;	
	width: 100px;
	overflow:hidden;
}

.profile_list_details_references a:link,
.profile_list_details_references a:active,
.profile_list_details_references a:visited
{
	color: #FFA059;
	font-weight: bold;
}

.profile_list_details_references a:hover
{
	color: #D50100;
}

.profile_list_details_membership_type_icon
{
	padding-right:5px;
	padding-top:5px;
	float:right;
}


.profile_list_gallery_membership_type_icon
{
	padding-right:0px;
	padding-top:4px;
	padding-right: 23px;
	float:right;
}
*+html .profile_list_gallery_membership_type_icon
{
padding-top:4px;
padding-right: 25px;
}

.membership_type_icon
{
	padding-right:5px;
}

*+html .membership_type_icon
{
	padding-right:5px;
}

.profile_list_details_card_cap div
{
 	float:left;
}

.sign_up_date_cont
{
	float:right!important;
	font-size : 11px;
	padding-top:2px;
	padding-right:10px;
	font-weight:normal;
}

.sign_up_date_cont b
{
	padding-right:4px;
}

.wvm_info_cont
{
	padding: 2px 0px;
	border-bottom: 1px dotted #BFBEBE;
	border-top: 1px dotted #BFBEBE;
	margin-bottom: 2px;
}