.ficha{
	width: 920px;
	padding: 10px;
}

.left_al {
	float: left;
/* 	clear: left; */
}
.right_al {
	float: right;
	clear: right;
}

.column{
	width: 450px;
}
/*.subcolumn{
	width: 215px;
}*/
.container_avatar{
	width: 185px;
	text-align: center;
	padding: 0px 10px;
}
.container_avatar .avatar{
	width: 175px;
}

.on_header_username{
	font-size: 11pt;
	text-align: left;
	padding: 0px 10px;
	padding-bottom: 5px;
}

.user_data{
	padding-top: 25px;
	width: 230px;
}

.bold{
	font-weight: bold;
}

.tenpadding{
	padding: 10px;
}

.topmargin{
	margin-top: 15px;
}

.container_field{
	font-size: 7pt;
	padding: 10px 0px;
}
.container_field .title{
	width: 40%;
}
.container_field .content{
	width: 60%;
}

.container_field .bigtitle{
	width: 70%;
}
.container_field .smallcontent{
	width: 30%;
}

.clearer{
	clear: both;
}

.separator{
	height: 15px;
}

.block {
	position: relative;
	border: 2px solid #945400;
	background: white;
	width: 445px;
}
.block .title{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #945400;
	background: #945400;
	color: white;
	padding: 3px;
}

.cian_background{
/* 	background: #E1E7FA; */
	background: white;
}
/*.white_background{
	background: white;
}*/

.text_center{
	text-align: center;
}

.radius_block{
	position: relative;

	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid gray;
	padding: 12px;
	width: 425px;

	background: white;
}
.radius_block .title{
	background: #945400;
	padding: 5px;
	color: white;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
}

.coments_block{
	width: auto;
}


.event_block{

}

.about_block{

}

.album_block{

}

.list{

}

.list .item{
	clear: both;
	padding: 5px;
}
.list .item:hover{
	background: #FACC61;
	cursor: pointer;
}

.list .item .container_image{
	width: 70px;
	height: 70px;
	float: left;
}
.list .item .container_image .image{

}
.list .item .container_info {
	width: 320px;
	float: left;
	padding-left: 5px;
}
.list .item .container_info .author {
	font-size: 10pt;
	color: #261B8C;
	font-weight: bold;
}
.list .item .container_info .info {
	font-size: 10pt;
	float: left;
}
.list .item .container_info .smallinfo {
	font-size: 8pt;
	float: left;
}

.friend{
	height: 120px;
	width: 90px;
	padding: 5px;
	float: left;
}

.friend .container_image{
/*	width: 8px;*/
	height: 90px;

}
.friend .friend_title{
	font-size: 7pt;
	font-weight: bold;
/* 	margin-top: 5px; */
}

.button{
	background: #945400;
	font-weight: bold;
	color: white;
	border: 1px solid #E1E7FA;
	text-align: left;
}
.button:hover{
	background: #E1E7FA;
	color: black;
	border: 1px solid #945400;
	cursor: pointer;
}
.button:active{
	background: #FACC61;
/* 	color: black; */
}
