/* --- component View Profile Form --- */

.profile_view_left_col
{
	float: left;
	width: 280px;
} 

.profile_view_photo_cont
{
	width:260px;
	background: #f3f3f3;
}

.profile_view_photo_top 
{

	background: #f3f3f3 url('../../img/photo_top.gif') no-repeat; 
	width:260px;
	height:9px;
}

.profile_view_photo_bottom
{
	background: transparent url('../../img/photo_bottom.gif') no-repeat; 
	width:260px;
	height:9px;
}


.profile_view_media_href
{
	margin: 10px 2px;
}

.profile_view_media_href a:link,
.profile_view_media_href a:active,
.profile_view_media_href a:visited
{
	text-decoration: none;
	padding-left: 20px;
	background: url( '../../img/video.gif' ) no-repeat top left;
	padding-bottom: 10px;
}

.profile_view_right_col
{
	width: 305px;
	margin: auto;
}





/* -- Profile Description -- */
.profile_view_desc_tabs_container
{
	height: 19px;
	padding: 0px;
	padding-left: 4px;
}



a.profile_view_desc_tab:link,
a.profile_view_desc_tab:visited,
a.profile_view_desc_tab_active:link,
a.profile_view_desc_tab_active:visited
{
	display: block;
	float: left;
	height: 15px;
	padding: 4px 3px 0px 3px;
	font-weight: bold;
	text-decoration: none;
}

a.profile_view_desc_tab_active:link,
a.profile_view_desc_tab_active:visited
{
	background: #FCF2A7;
	background-position: bottom left;
}

a.profile_view_desc_tab_active:hover
{
	color: #DF520D;
}

a.profile_view_desc_tab:link,
a.profile_view_desc_tab:active,
a.profile_view_desc_tab:visited
{
	background: #FCF2A7;
	color: #F29F00;
}

a.profile_view_desc_tab:hover
{
	color: #DF520D;
}


.profile_view_desc_tab_left,
.profile_view_desc_tab_right,
.profile_view_desc_tab_left_active,
.profile_view_desc_tab_right_active
{
	float: left;
	width: 7px;
	height: 19px;
}

.profile_view_desc_tab_left,
.profile_view_desc_tab_left_active
{
	background: #FCF2A7 url('../../img/form_profile_edit_tab_left.gif') no-repeat;
	background-position: bottom left;
	margin-left: 3px;
	width: 6px;
}

.profile_view_desc_tab_right,
.profile_view_desc_tab_right_active
{
	background: #FCF2A7 url('../../img/form_profile_edit_tab_right.gif') no-repeat;
	background-position: bottom left;
	margin-right: 3px;
	width: 6px;
}


.profile_view_desc_fields_container
{
	border-top: none;
	padding: 4px 1px 1px 1px;
	background: #FCF2A7;
}

.profile_view_desc_section_cap
{
	padding: 2px 4px;
	font-weight: bold;
	font-size: 12px;
	background: url( '../../img/menu_bg.gif' ) repeat-x;
	color: #5F5F5F;
}

.profile_view_desc_fields_container .left
{
	width: 100px;
	font-weight: bold;
}

.profile_view_desc_fields_container .right
{
	width: 188px;
}


.profile_view_res_nav
{
	margin: 10px auto;
}

.profile_view_res_nav a:link,
.profile_view_res_nav a:visited
{
	color: #cfcfcf;
	font-size: 10px;
	text-decoration: none;
}

.profile_view_res_nav a:hover
{
	color: #fff;
}

.bookmark,
.unbookmark,
.block,
.unblock,
.friend,
.stranger,
.send_kiss,
.compose_msg,
.send_profile
{
	padding-left: 23px;
}


.profile_view_username_title
{
	font-size: 17px;
	font-weight: bold;
	color: #FFCF4F;
}

.profile_view_advanced_title
{
	font-size: 13px;
	font-weight: bold;
	color: #DF520D;
	margin-bottom: 10px;
}


.overflow_field_label
{
	overflow: hidden;
	width: 120px;
}

.overflow_field_value
{
	overflow: hidden;
	width: 155px;
}
.flash_pl{
margin:5px 0 0;
}