/* 

* (C) BoonEx Ltd., 2007
* IMPORTANT: This is a commercial product made by BoonEx Ltd. and cannot be modified for other than personal usage.
* This product cannot be redistributed for free or a fee without written permission from BoonEx Ltd. 
* This notice may not be removed from the source code. 

*/
@charset "iso-8859-1";
@import url(../../base/css/member_panel.css); 
	div.memberMainDiv
	{
		position:relative;
		border:0px solid #ccc;
		padding:0px;
	}
	
	div.memberLeftDiv
	{
		position:relative;
		overflow:hidden;
		float:left;
		width:166px;
		border:0px solid blue;
		padding:0px;
		margin-right:8px;
	}
	
	div.memberRightDiv
	{
		position:relative;
		overflow:hidden;
		float:left;
		width:439px;
		border:0px solid blue;
		padding:0px;
		margin:0px;	
	}
	
	div#my_photos .thumbnail_block, div#my_photos .rate_block
	{
		margin-left:auto;
		margin-right:auto;
	}
	
	div.rate_scale
	{
		border:1px solid #939BB0;
	}
	div#my_photos
	{
		position:relative;
		border:0px solid red;
		margin:0px;
		padding:0px;
	}
	div#my_photos .boxContent,  div#member_stat .boxContent
	{
		height:170px;
		border:0px solid red;
	}
	
	div#my_photos .disignBoxFirst, div#member_stat .disignBoxFirst, div#member_info .disignBoxFirst, div#contacts .disignBoxFirst, div#latest_news .disignBoxFirst 
	{
		margin-bottom:9px;
	}
	
	div#latest_news .boxContent
	{
		padding-left:10px;
	}
	
	div#contacts .boxContent, div#member_info .boxContent, div#latest_news .boxContent
	{
		padding:5px 0px 5px 5px;
		border:0px solid red;
	}
	
	
	div#contacts, div#member_info
	{
		position:relative;
		border:0px solid red;
	}
	
	div#member_stat
	{
		position:relative;
		margin:0px;
		border:0px solid red;
		
	}
	
	div#member_stat .boxContent
	{
		padding:4px 0px 0px 4px;
		height:231px;
	}
	
	div.member_stat_block
	{
		border:0px solid red;
		padding:0px;
		height:108px;
	}
	
	div.totalRegBlock
	{
		position:relative;
		padding-top:2px;
		border:0px solid red;
	}
	
	
	
	div#search
	{
		position:relative;
		float:left;
		left:5px;
		width:228px;
		margin:0px;
		border:1px solid red;
	}
	
	div#latest_news
	{
		position:relative;
		margin:0px;
		border:0px solid red;
	}
	
	* html .memberRightDiv .rb_corner, * html .memberRightDiv .lb_corner, * html .memberRightDiv .rt_corner, * html .memberRightDiv .lt_corner
	{
		right:-1px;
	}
	
	div.mp3Div .design_box_border
	{
		position:relative;
		float:none;
		margin:0px;
	}
	
	div.block_menu
	{
		position:absolute;
		top:2px;
		right:8px;
		font-weight:bold;
		cursor:pointer;
	}
	
	
	
	
	
	
	
	
	
	
