/* CSS - Profile List */

#comp_profile_list {

}

/* Details.html */

.profile_cont {

	padding-top:12px;
	padding-bottom:12px;
	
	border-bottom-width:1px;
	border-bottom-color:#f0f0f0;
	border-bottom-style:solid;
	
}

.profile_left {

	float:left;
	width:117px;
	border-right-color:#c5c5c5;
	border-right-style:dashed;
	border-right-width:1px;
	
}

.profile_right {

	float:left;
	width:450px;
	padding-left:12px;
	
}

.thumb_cont {

	height: 98px;
	width: 116px;
	padding-top:5px;
	background-image:url(../../img/thumb_back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
}

.name_cont {
}

.profile_details {
	
	width:100%;
	height:16px;
	margin-bottom:5px;
	font-weight:bold;
	
}

.profile_gender {

	display:inline;
	height:16px;
	padding-left:20px;
	padding-bottom:5px;
	
}

.profile_age {

	display:inline;
	height:16px;
	padding-bottom:5px;

}

.profile_country {

	display:inline;
	height:16px;
	padding-bottom:5px;
	padding-left:20px;
	
}

.profile_status {

	display:inline;
	height:16px;
	padding-bottom:5px;
	
}

.profile_headline {

	width:100%;
	padding-bottom:5px;
	
}

.profile_desc {

	width:100%;
	
}

.profile_options {

	float:right;
	
}


.profile_options div {
	
	float:left;
	padding-right:3px;

}
/*********************/

/* Gallery Styles */
.profile_gal_cont {

	float:left;
	width:193px;
	padding-top: 12px;
	
}

.profile_gal_body {

	margin-bottom:10px;
	
}

.profile_gal_left {

	float:left;
	height: 98px;
	width: 116px;
	padding-top:5px;
	background-image:url(../../img/thumb_back.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border-right-color:#c5c5c5;
	border-right-style:dashed;
	border-right-width:1px;
	
}

.profile_gal_right {

	float:left;
	width:64px;
	padding-left: 12px;
	
}

.profile_gal_bottom {

	padding-left:25px;
	margin-left:20px;
	font-weight:bold;
	
}

.profile_gal_top {

	width:116px;
	text-align:center;
	margin-bottom:10px;
	
}

.profile_gal_gender {

	display:inline;
	height:16px;
	padding-left:20px;
	padding-bottom:5px;
	font-weight:bold;
	
}

.profile_gal_age {

	margin-top:10px;
	text-align:center;
	
}

.profile_gal_activity {

	margin-top:10px;
	text-align:center;
	
}
/*********************/

/* Profile view link and icon */
#pr_view_cont {
	
	display:block;
	height:16px;
	padding-left:20px;
	background:url(../../img/icons/application_view_tile.gif) no-repeat;
	
}
/*********************/

/* Profile Details Footer */
.bookmark, .unbookmark,  .block, .unblock, .friend, .stranger {
	
	height:16px;
	padding-left:20px;
	
}


.bookmark {

	background-image:url(../../img/icons/heart_delete.gif);
	background-repeat:no-repeat;

}

.unbookmark {

	background-image:url(../../img/icons/heart_add.gif);
	background-repeat:no-repeat;

}

.block {

	background-image:url(../../img/icons/cross.gif);
	background-repeat:no-repeat;

}

.unblock {

	background-image:url(../../img/icons/tick.gif);
	background-repeat:no-repeat;
	
}

.friend {

	background-image:url(../../img/icons/user_add.gif);
	background-repeat:no-repeat;

}

.stranger {

	background-image:url(../../img/icons/user_delete.gif);
	background-repeat:no-repeat;

}
/*********************/

/* Navigation Footer */
#page_nav_cont {

	margin-top:10px;
	
}

.profile_first_btn, .profile_previous_btn, .profile_next_btn,  .profile_last_btn, .page_nav_right, .page_nav_middle {

	display:inline;

}

.page_nav_left {

	float:left;

}

.page_nav_right {

	float:right;
	
}

.page_nav_middle {

	text-align:center;

}

.profile_first_btn .page_nav {

	padding-right:5px;

}

.profile_last_btn .page_nav {

	padding-left:5px;

}

.profile_numbers .page_nav, .profile_numbers .page_nav_active {

	padding-left:5px;
	padding-right:5px;
	
}
/*********************/
