/* --- 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: 12px;
	font-size: 10px;
	color: #DF520D;
}

.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: #E15C10;
	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: #fff url('../../img/profile_list_body.gif') no-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;
}

.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:122px;
	height:146px;
	background-image: url('../../img/profile_list_hrefs.gif');
}

.profile_list_details_references
{
	padding-top: 20px;
	padding-left: 10px;	
	width: 100px;
}

.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;
}