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

/* -- Gallery Mode Card -- */

.profile_list_gallery_list_container
{
	
}

.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-transform: uppercase;
	color: #fff;
}



.profile_list_gallery_card_container
{
	float: left;
	width: 185px;
	height: 170px;
	margin: 3px;
	border: 1px solid #C49D9B;
	overflow: hidden;
	background: #fdf9f8;
}

.profile_list_gallery_card_cap
{
	background: #A2BEC2 url('../../img/grad.gif') repeat-x;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 14px;
	color: #fff;
}

.profile_list_gallery_card_body
{
	overflow: hidden;
}

.profile_list_gallery_card_thumb
{
	float: left;
	padding-left: 5px;
}

.profile_list_gallery_card_details
{
	text-align: center;
}

.profile_list_gallery_card_activity
{
	padding-top: 12px;
	font-size: 10px;
}

.profile_list_gallery_card_location
{
    height: 20px;
	font-size: 10px;
	text-align: center;
	background: #FFCFD3;
	color: #980611;
	padding-top: 4px;
}

/* -- Details Mode Card -- */

.profile_list_details_card_container
{
	border: 1px solid #C35A5F;
	overflow: hidden;
	background: #fdf9f8;
	margin: 10px 2px;
	
	height: 180px;
}

.profile_list_details_card_cap
{
	background: #A2BEC2 url('../../img/grad.gif') repeat-x;
	font-size: 10px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 14px;
	width: 580px;
}


.profile_list_details_references .bookmark,
.profile_list_details_references .unbookmark,
.profile_list_details_references .block,
.profile_list_details_references .unblock,
.profile_list_details_references .friend,
.profile_list_details_references .stranger
{
	float: left;
	background: url( '../../img/bookmark.gif' ) no-repeat top left;
	margin-left: 5px;
	padding-bottom: 2px;
	height: 18px;
}

.profile_list_details_references .unbookmark
{
	background: url( '../../img/bookmark.gif' ) no-repeat top left;
}

.profile_list_details_references .block
{
	background: url( '../../img/locked.gif' ) no-repeat top left;
}

.profile_list_details_references .unblock
{
	background: url( '../../img/unlocked.gif' ) no-repeat top left;
}

.profile_list_details_references .friend
{
	background: url( '../../img/check.gif' ) no-repeat top left;
}

.profile_list_details_references .stranger
{
	background: url( '../../img/close.gif' ) no-repeat top left;
}
.profile_list_details_references .send_profile 
{
	background: transparent url('../../img/send_prof.gif') no-repeat;
	width:18px;
	height:18px;
	width:130px;
	padding:3px 0 0 25px;
}

.profile_list_details_references .compose_msg
{

	background: transparent url('../../img/compose_msg.gif') no-repeat;
	width: 18px;
	height: 18px;
	clear: both;
	width: 170px;
	padding: 3px 0 0 25px;

}

.profile_list_details_references .send_kiss
{

	background: transparent url('../../img/kiss.gif') no-repeat;
	height:18px;
	clear:both;
	width:170px;
	padding:3px 0 0 25px;
}


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

.profile_list_details_card_body
{
	overflow: hidden;
	width: 580px;
}

.profile_list_details_card_thumb
{
	float: left;
	padding: 7px;
}

.profile_list_details_card_details
{
	height: 120px;
}

.profile_list_details_card_desc
{
	overflow: hidden;
	height: 90px;
	padding: 5px;
	margin-right: 5px;
	background: #FFE8EA;
	border: 1px dotted #C35A5F;
}

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

.profile_list_details_card_location
{
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
	
}

.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
{
	text-transform: uppercase;
}

.profile_list_details_references
{
	margin-right: 5px;
	padding: 4px;
	padding-top: 8px;
	float: right;
}

.profile_list_details_references a:link,
.profile_list_details_references a:active,
.profile_list_details_references a:visited
{
	white-space: nowrap;
	color: #980611;
	font-weight: bold;
}

.profile_list_details_references a:hover
{
	text-decoration: underline;
}