/* --- component View Profile Form --- */

.profile_view_left_col
{
	width: 580px;
	margin: auto;
} 

.profile_view_photo_cont
{
	border: 1px solid #C46233;
	background: #5F3B41;
}

.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
{
	float: right;
	width: 290px;
}



/* -- Profile Description -- */
.profile_view_desc_tabs_container
{
	height: 19px;
	padding: 0px;
	padding-left: 4px;
	background: #111 url('../../img/form_profile_edit_tabs_bg.gif') repeat-x;
	background-position: bottom left;
}



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: #111 url('../../img/form_profile_edit_tab_bg.gif') repeat-x;
	background-position: bottom left;
	color: #efefef;
}

a.profile_view_desc_tab_active:hover
{
	color: #fff;
}

.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_active
{
	background: #111 url('../../img/form_profile_edit_tab_left.gif') no-repeat;
	background-position: bottom left;
}

.profile_view_desc_tab_right_active
{
	background: #111 url('../../img/form_profile_edit_tab_right.gif') no-repeat;
	background-position: bottom left;
}


.profile_view_desc_fields_container
{
	border: 1px solid #666;
	border-top: none;
	padding: 4px 1px 1px 1px;
	background: #B22A2D;
}

.profile_view_desc_section_cap
{
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	padding: 2px 4px;
	background: #300;
	color: #EFBA2C;
	font-weight: bold;
}

.profile_view_desc_fields_container .left
{
	color: #fff;
	width: 100px;
}

.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
{
	float: none;
	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: #FFCF4F;
	margin-bottom: 10px;
}



.overflow_field_label
{
	overflow: hidden;
	width: 110px;
}

.overflow_field_value
{
	overflow: hidden;
	width: 443px;
}
.flash_pl{
border:1px solid #FF0000;
background:#5F3B41;
margin:5px 0;
padding:6px;
}