#user_profile{
	width:100%;
}
	#user_profile .left_block{
	
		border:none;
		width:280px;
	}
	#user_profile .right_block{
		margin-right:-10px;
	}
	
	#user_profile .profile_pic{
		margin:0;
		border:1px solid #dcdad5;
		width:274px;
		padding:2px 2px 2px 2px;
		background-color:#F7F7F7;
		position:relative;
	}
	#user_profile .username{
		color:#ff3300;
		font-weight:bold;
		font-size:10pt;
		padding-left:3px;
		margin-top:-5px;
		line-height:1.3em;
	}
	#user_profile .cat_title{
		
	}
	#profile_continue a, #profile_continue a:hover{
		text-decoration:none;
	}
	#profile_continue a img {
		filter:alpha(opacity=50); 
		-moz-opacity: 0.5; 
		opacity: 0.5;
	}

	#profile_continue a:hover img {
		filter:alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
	}
	

	#user_profile #gallery{
		border:1px solid #dcdad5;
		width:260px;
		margin:auto;
		height:80px;
		padding:2px 2px 2px 2px;
		background-color:#F7F7F7;
		position:relative;
	
	}
	#user_profile #gallery .gallery{
		overflow:hidden;
		margin:0;
		padding:0;
		width:260px;
		z-index:2;
		position:absolute;
	}
	#gallery .img_next{
		background: url(../images/btn_gal_rght.png) right top no-repeat;
		width:15px;
		height:15px;
		left:255px;
		top:35px;
		position:relative;
		z-index:5;
	}
	#gallery .img_prev{
		background: url(../images/btn_gal_left.png) left top no-repeat;
		width:15px;
		height:15px;
		left:-10px;
		top:20px;
		position:relative;
		z-index:5;
	}
	#gallery #gallery_imgages{
		
		white-space:nowrap;
		position:relative;
		height:80px;
		
	}
	#gallery #gallery_imgages img{
		margin:auto 0 auto 0;
		height:80px;
		z-index:-1;
	}

.paragraph-smll, .paragraph-medium, .paragraph-big{
	cursor:pointer;
	vertical-align:middle;
	margin-bottom:5px;
}
	.paragraph-smll{
		width:280px;
		height:26px;
	}	
		.paragraph-smll .closed{
			background: url(../images/title/title_small_closed.gif) top left no-repeat;
		}
		.paragraph-smll .open{
			background: url(../images/title/title_small_open.gif) top left no-repeat;
		}
	
	.paragraph-medium{
		width:360px;
		height:26px;
	}
		.paragraph-medium .closed{
			background: url(../images/title/title_med_closed.gif) top left no-repeat;
		}
		.paragraph-medium .open{
			background: url(../images/title/title_med_open.gif) top left no-repeat;
		}
	.paragraph-big{
		width:665px;
		height:26px;
		background: url(../images/title_big.gif) top left no-repeat;
	}
		.paragraph-big .closed{
			background: url(../images/title/title_big_closed.gif) top left no-repeat;
		}
		.paragraph-big .open{
			background: url(../images/title/title_big_open.gif) top left no-repeat;
		}
		
	.paragraph-smll .headline, .paragraph-medium .headline, .paragraph-big .headline{
		height:26px;
		padding:5px 0 0 10px;
		color:#615833;
		font-weight:bold;
		vertical-align:middle;
	}

	.paragraph_content{
		margin:5px 10px 5px 10px;
		border:none;
		width:335px;
	}
	
	.paragraph_content.left-side{
		margin:5px 10px 5px 10px;
		border:none;
		width:260px;
	}
	
		.paragraph_content table{
			border:none;
			width:100%;
			margin:0;
			padding:0;
			border-collapse:collapse;
		}
			.paragraph_content table td, .paragraph_content table tr{
				margin:0;
				padding:0 0 5px 0;
			}
			.paragraph_content table td.pc_title{
				font-weight:bold;
				color:#948e72;
				width:150px;
				vertical-align:top;
				white-space:nowrap;
				font-size:9pt;
			}
			.paragraph_content table td.pc_content{
				font-weight:normal;
				color:#ff9900;
				color:#fe7415;
				vertical-align:top;
			}
	.action{
		width:21px;
		height:20px;
		cursor:pointer;
	}
	.action.blink{
		background: transparent url(../images/icons/do_blink_ia.gif) no-repeat top left;
	}
	.action.blink:hover{
		background: transparent url(../images/icons/do_blink_a.gif) no-repeat top left;
	}
	.action.invite{
		background: transparent url(../images/icons/do_invite_ia.gif) no-repeat top left;
	}
	.action.invite:hover{
		background: transparent url(../images/icons/do_invite_a.gif) no-repeat top left;
	}
	.action.compose{
		background: transparent url(../images/icons/do_compose_ia.gif) no-repeat top left;
	}
	.action.compose:hover{
		background: transparent url(../images/icons/do_compose_a.gif) no-repeat top left;
	}
	.action.bookmark{
		background: transparent url(../images/icons/do_bookmark_ia.gif) no-repeat top left;
	}
	.action.bookmark:hover{
		background: transparent url(../images/icons/do_bookmark_a.gif) no-repeat top left;
	}
	.action.friend{
		background: transparent url(../images/icons/do_friend_ia.gif) no-repeat top left;
	}
	.action.friend:hover{
		background: transparent url(../images/icons/do_friend_a.gif) no-repeat top left;
	}
	.action.nofriend{
		background: transparent url(../images/icons/do_nofriend_ia.gif) no-repeat top left;
	}
	.action.nofriend:hover{
		background: transparent url(../images/icons/do_nofriend_a.gif) no-repeat top left;
	}
	.action.block{
		background: transparent url(../images/icons/do_block_ia.gif) no-repeat top left;
	}
	.action.block:hover{
		background: transparent url(../images/icons/do_block_a.gif) no-repeat top left;
	}
	.action.report{
		background: transparent url(../images/icons/do_report_ia.gif) no-repeat top left;
	}
	.action.report:hover{
		background: transparent url(../images/icons/do_report_a.gif) no-repeat top left;
	}

/* Start Gal*/
	#start-gal #gallery{
		border:1px solid #dcdad5;
		width:640px;
		margin:auto;
		height:80px;
		padding:2px 2px 2px 2px;
		background-color:#F7F7F7;
		position:relative;
	
	}
	#start-gal #gallery .gallery{
		overflow:hidden;
		margin:0;
		padding:0;
		width:640px;
		z-index:2;
		position:absolute;
	}
	#start-gal #gallery .img_next{
		background: url(../images/btn_gal_rght.png) right top no-repeat;
		width:15px;
		height:15px;
		left:634px;
		top:35px;
		position:relative;
		z-index:5;
	}
	#start-gal #gallery #gallery_imgages img{
		margin:auto 0 auto 0;
		height:80px;
		z-index:-1;
	}