/* CSS Document */

.warning_mess{
	color: red;
	top: -49px;
	left: 241px;
	z-index: 999999;
	background: none repeat scroll 0% 0% lightyellow;
	padding: 10px;
	border: 1px solid grey;
	border-radius: 10px 10px 10px 10px;
	text-align: center;
	position: absolute;
	width: 500px;
	font-size: 13px;
}

.pos_centr{
	text-align: center;
}

#upblock{
	/*background:url(/images/fon_01.jpg) repeat-x;
	width: 100%;
	height: 507px;*/
}

.zagol1{
	font-family: "Cuprum";
	font-size: 30pt;
	position: absolute;
	left: 460px;
	color: #e50000;
}

#razdel{
	background: url(/images/fon_02.jpg) repeat-x;
	width: 100%;
	height: 5px;
}

#downblock{
	background: url(/images/fon_03.jpg) repeat-x;
	width: 100%;
	height: 168px;
}

#nickname-popup .input{

	font-size: 14px;

}

.input input[type="text"], .input input[type="password"], .input select{
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 0px 7px 7px;
	/*background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.02);*/
	/*box-shadow: 0px 1px 1px rgb(204, 204, 204) inset;*/
	/*color: #AD5A5A;*/
	font-size: 14px;
	border: 1px solid rgb(204, 204, 204);
	/*border-radius: 5px 5px 5px 5px;*/
	width: 95%;
	margin-top: 3px;

}

.input select{
	width: 85px;
}

.styles{
	border-radius: 7px;
	background: white;
	/*border:1px solid #BE0000;*/
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 5px;
	margin-top: -5px;
	cursor: pointer;
}

#profle_splash .styles{
	border: 1px solid rgb(230, 230, 230);
	margin-top: -7px;
}

#top_faces img{
	border-radius: 12px;
	display: block;
	height: 100px;
	width: 100px;
	border: 5px solid rgb(248, 205, 197);
}

#top_faces div.row1 div{
	position: relative;
	top: 53px;
	float: left;
	padding: 3px;
	left: 5px;

	margin: 7px;
	border-radius: 10px;
	width: 100px;
	height: 100px;

}

#top_faces div.row2 div{
	position: relative;
	top: 93px;
	float: left;
	padding: 3px;
	left: 5px;

	margin: 7px;
	border-radius: 10px;
	width: 100px;
	height: 100px;
}

#top_faces .user_info{
	top: 2px !important;
	font-size: 13px !important;
	width: 100px !important;
	height: 40px !important;
	background: none repeat scroll 0% 0% transparent !important;
	text-align: center !important;
	left: -10px !important;
	overflow: hidden;
}

.colors_mess div, .colors_nick div, .colors_mess_prof div, .colors_nick_prof div{
	width: 27px;
	height: 27px;
	border-radius: 5px;
	margin: 3px;
	float: left;
	cursor: pointer;

}

.topLineLinks{
	top: -51px;
	position: absolute;
	left: 265px;
	/*display:none;*/
}

.topLineLinksStory{
	float: right;
	margin-right: 27px;
	margin-top: 8px;
}

.topLineLinks a{
	color: rgb(246, 107, 84);
	text-decoration: none;
}

.topLineLinksStory a{
	color: #DF040A; /*rgb(246, 107, 84);*/
	text-decoration: none;
}

.topLineLinks a:hover, .topLineLinksStory a:hover{
	text-decoration: underline;
	color: rgb(246, 107, 84);
}

.info_block{
	position: absolute;
	bottom: 2px;
	right: 325px;
	background: none repeat scroll 0% 0% #FAFAD2;
	padding: 10px 19px 0px 15px;
	font-size: 13px;
	opacity: 0;
	z-index: 3;
}

.info_block li{
	list-style: none;
}

.info_block.userslistColapsed{
	right: 10px;
}

.info_block_user_wrote{
	position: absolute;
	bottom: 9px;
	left: 0px;
	background: none repeat scroll 0% 0% #FAFAD2;
	padding: 10px 19px 0px 15px;
	font-size: 13px;
	opacity: 0;
	z-index: 999;
	font-weight: bold;
}

.utubeVideoPreviewWrapper,
.vkVideoPreviewWrapper{
	display: inline-block;
	position: relative;
}

.utubeVideoPreviewWrapper .utubeArrow{
	position: absolute;
	top: 35px;
	left: 45px;
	width: 30px;
	height: 21px;
	background-position: -168px -49px;
}

.vkVideoPreviewWrapper .vkLogo{
	position: absolute;
	top: 37px;
	left: 45px;
	width: 30px;
	height: 17px;
	background-position: -168px -73px;
}

.vkVideoPreviewWrapper,
.utubeVideoPreview{
	width: 120px;
	height: 90px;
}

.vkVideoPreviewWrapper{
	background: #4C75A3;
}