html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-width: 1024px;
	background: url(/images/bg.jpg) no-repeat top center black;
}
.ie6 html, .ie6 body, .ie7 html, .ie7 body {

}

.inline{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

.ie6 .inline,
.ie7 .inline{
	zoom: 1;
	display: inline;
}

#content {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#empty { height:165px;}
.clear{ clear: both;}
#footer {
	position:relative;
	margin-top:-101px;
	height:101px;
	width:100%;
}

#footer .margins{
	background-color: #111111;
	height: 101px;	
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#footer .logo_left{
	background: url(/images/logo_footer_left.png) left center no-repeat;
	float: left;
	height: 101px;
	width: 352px;
	display: block;
}

#footer .logo_right{
	float: right;
	height: 101px;
	display: block;
}

#footer .logo_right.maxnet{
	background: url(/images/maxnet.png) left center no-repeat;
	width: 150px;	
	position: relative;
	text-decoration: none;
}

#footer .logo_right.maxnet:hover{
	text-decoration: underline;
}

#footer .logo_right.maxnet:hover span{
	text-decoration: underline;
}


#footer .logo_right.maxnet span{
    color: #898989;
    font-size: 11px;
    left: 42px;
    position: absolute;
    top: 40px;
}

#footer .logo_right.visa{
	background: url(/images/visa.png) left center no-repeat;
	width: 165px;	
	margin-right: 22px;
}


.margins{
	margin: 0 auto;
	width: 960px;
	position: relative;
	padding: 0px 20px;
}

.head{
	height: 156px;
	-webkit-transition: opacity 0.27s ease;
	-o-transition: opacity 0.27s ease;
	-moz-transition: opacity 0.27s ease;	
	transition: opacity 0.27s ease;		
}

.head.full_image{
	height: 156px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;		
}

.main{
	padding-top: 20px;
}

.head > a.logo{
	display: block;
	height: 116px;
	width: 329px;
	background: url(/images/logo_vin.png);
	overflow: hidden;
	line-height: 500px;
	float: left;
}

.head > .plaza{
	font-size: 11px;
	background: url(/images/plaza_vin.png) no-repeat right top;
	padding-right: 24px;
	float: right;
	text-align: right;
    line-height: 13px;
    margin-top: 37px;	
}

.head > .plaza:first-line{
	font-size: 14px;
	text-transform: uppercase;
}

.head > .menu{
	border-top: 1px solid white;
	border-bottom: 1px solid white;		
	width: 100%;
	clear: both;
	height: 38px;
	font-weight: bold;
}

.head > .menu > a, 
.head > .menu > span{
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 18px;
	line-height: 38px;
	cursor: pointer;	
	position: relative;
	
	-webkit-transition: all 0.27s ease;
	-o-transition: all 0.27s ease;
	-moz-transition: all 0.27s ease;	
	transition: all 0.27s ease;		
}

.head > .menu > a > span{
	position: absolute;
	width: 108px;
	left: 50%;
	margin-left: -61px;
	z-index: 10;
	border-left: 1px solid white;
	border-right: 1px solid white;	
	border-bottom: 1px solid white;	
	background: rgba(1,1,1,0.6);
	font-size: 10px;
	line-height: 12px;
	text-transform: none;
	text-align: center;
	padding: 7px;
	display: none;
}

.head > .menu > a.hover > span{
	display: block;
}


.head > .menu > a:last-child{
	padding: 0px 17px 0px 17px;
}

.head > .menu > a:first-child{
	padding: 0px 17px 0px 17px;
}

.head > .menu > a:hover,
.head > .menu > span:hover,
.head > .menu > a.active,
.head > .menu > span.active,
.head > .menu > span.hover{
	background-color: #f26522;
	color: white;
}

.head > .menu > span > div{
	position: absolute;
	width: 148px;
	left: 50%;
	margin-left: -74px;
	z-index: 10;
	border-left: 1px solid white;
	border-right: 1px solid white;	
	display: none;
	background: rgba(1,1,1,0.7);	
}

.head > .menu > span:hover > div{
	display: block;
}

.head > .menu > span > div a{
	height: 29px;
	line-height: 29px;
	border-bottom: 1px solid #2d2c2a;
	display: block;
	text-align: center;
	text-decoration: none;
}

.head > .menu > span > div a:last-child{
	border-bottom: 1px solid white;
}

.head > .menu > span > div a:hover{
	background-color: rgb(242,101,34);
	color: white;
}

.center_col{
	float: left;
	width: 100%;
}

.center_col > .in{
	margin-right: 290px;
	padding-right: 17px;
	border-right: 1px solid #535353;
	position: relative;
}

.right_col{
    float: left;
    margin-left: -291px;
    width: 274px;
    padding-left: 16px;
    border-left: 1px solid #535353;
}

.right_col > .login{
	background-color: #f26522;
	padding: 12px;
	height: 21px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;			
	margin-top: 5px;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
	font-size: 14px;
	width: 250px;
}

.right_col > .login:hover{
	background-color: #e94b01;
}

.right_col > .login > .vk{
/*	background: url(/images/vk.png) no-repeat left center;
	padding-left: 27px;	
*/
	text-align: center;
	height: 21px;
	line-height: 21px;
	color: white;
	cursor: pointer;
	margin: 0 auto;
	margin-left: 10px; 

}

.right_col > .login > .flower{
	background: url(/images/flower.png);
	position: absolute;
	right: 10px;
	top: -9px;
	height: 23px;
	width: 38px;
}



.center_col > .in > .title{
	font-size: 60px;
	color: white;
	padding-left: 21px;
	margin-bottom: 15px;
}

.news_preview .one_news{
	padding: 13px;
	background-color: #161616;
	margin-bottom: 12px;
}

.news_preview .one_news .news_text{
    float: left;
    width: 100%;
}

.news_preview .one_news .news_text > .in{
	margin-left: 246px;
}

.news_preview .one_news .news_photo{
    float: left;
    margin-left: -626px;
    width: 235px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;    
    height: 194px;
    display: block;
}


.news_preview .one_news .news_text .in > a:first-child{
	font-weight: bolder;
	font-size: 24px;
	text-decoration: none;
	position: relative;
	display: block;
	padding-right: 124px;	
	margin-bottom: 15px;
	text-transform: uppercase;
}

.news_preview .one_news .news_text .in > a:first-child:hover{
	color: #f26522;
}

.news_preview .one_news .news_text .in > a:first-child span{
	font-size: 14px;
	color: #fff799 !important;
	position: absolute;
	right: 0px;
	top: 8px;
}

.news_preview .one_news .news_text .in p.text{
    color: #898989;
    font-size: 11px;
    height: 131px;
    line-height: 14px;
    margin-bottom: 15px;
    overflow: hidden;
}

.news_preview .one_news .news_text .in p:last-child{
	margin-bottom: 33px;
}

a.read_more,
.news_preview .one_news a.comments,
.news_preview .one_news .count{
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	text-decoration: none;
}

a.read_more{
	float: left;
	background: url(/images/read_more.png) no-repeat right center;
	padding-right: 30px;
	background-position: right 0px;	
}

a.read_more:hover{
	background-position: right -40px;
	color: #f26522;
}

.news_preview .one_news a.comments{
	background: url(/images/comment.png) no-repeat left center;
	padding-left: 16px;
}

.news_preview .one_news a.comments:hover{
	color: #f26522;
}

.news_preview .one_news .count{
	color: #959595;
}

/*
добавить css transitions в меню
*/

.micro_gallery{
	margin-bottom: 26px;
}

div.micro_gallery.video{
    border-top: 1px solid #323232;
    margin-top: 26px;
    padding-top: 16px;
}

.micro_gallery > .one_gallery{
	padding: 11px;
	margin-bottom: 9px;
	background-color: #161616;
	position: relative;
}

.micro_gallery > .one_gallery.new{
	background: url(/images/new.png) #161616;
	border: 1px solid #411b09;
}

.micro_gallery > .one_gallery .text > a{
	font-size: 18px;
	padding-bottom: 7px;
	margin-bottom: 8px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.micro_gallery > .one_gallery .text > a span{
	display: block;
	font-size: 12px;
	padding-top: 7px;
}
.micro_gallery > .one_gallery .text > a:hover{
	color: #f26522;
}


.micro_gallery > .one_gallery .image{
	width: 117px;
	margin-right: 9px;
}

.micro_gallery > .one_gallery .image img{
	width: 100%;
}
.micro_gallery > .one_gallery .text{
	width: 120px;
	min-height:100%;
	height:auto !important;
	height:100%;
	padding-bottom: 16px;
	color: #989898;
	font-size: 10px;
	line-height: 10px;
	
	font-size: 12px;
	color: #989898;
	line-height: 14px;
	margin-bottom: 5px;	
}
.micro_gallery > .title{
	font-size: 39px;
	margin-bottom: 8px;
}

/*
.micro_gallery > .one_gallery .text{
	width: 120px;
	min-height:100%;
	height:auto !important;
	height:100%;
	padding-bottom: 16px;
	color: #989898;
	font-size: 10px;
	line-height: 10px;
}

.micro_gallery > .one_gallery .text p:first-child{
	font-size: 12px;
	color: #989898;
	line-height: 14px;
	margin-bottom: 5px;
}
*/
.micro_gallery > .one_gallery .views{
/*
    background: url("/images/views.png") no-repeat scroll left center transparent;
    padding-left: 11px;
*/
    bottom: 9px;
    left: 142px;
    position: absolute;
    color: #959595;
    font-size: 11px;
    font-weight: bold;
}

.micro_gallery > .one_gallery .new{
	position: absolute;
	background: url(/images/new.png);
	height: 22px;
	width: 34px;
	right: 0px;
	bottom: 0px;


}

.polaroid{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.27s ease;	
	transition: all 0.2s ease;		
	
    height: 34px;
    line-height: 27px;
    padding-left: 71px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
}

.polaroid i.myButton_purple{
	font-style: normal;
	font-size: 13px;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: 7px;	
}

.polaroid > .photo{
	position: absolute;
	left: 17px;
	top: 0px;
	background: url(/images/polaroid.png);
	cursor: pointer;
	-webkit-transition: all 0.27s ease;
	-o-transition: all 0.27s ease;
	-moz-transition: all 0.27s ease;	
	transition: all 0.27s ease;	
	cursor: pointer;
}

.polaroid > .photo.photo1{
	height: 27px;
	width: 27px;
	background-position: 0px 0px;
	z-index: 3;
}

.polaroid > .photo.photo2{
    background-position: -29px 0;
    height: 30px;
    width: 29px;
}

.polaroid > .photo.photo3{
	width: 33px;
	height: 34px;
	background-position: -64px 0px;	
	z-index: 2;
}

.polaroid:hover > .photo.photo2{
    left: 33px;
}

.polaroid:hover > .photo.photo3{
	left: 0px;  
}
	
.polaroid:hover{
	color: #f26522;
}

.polaroid > span{
	background: url(/images/splash.png)	no-repeat;
	display: block;
	height: 23px;
	width: 20px;
	color: white;
	font-size: 9px;
	text-align: center;
	line-height: 22px;
	
	-webkit-transform: rotate(15deg); 
	-moz-transform: rotate(15deg);		
	-o-transform: rotate(-15deg);		
	-moz-transform: rotate(15deg);			
	
	position: absolute;
	left: 39px;
	top: -8px;
	z-index: 5;
}

#main_page{
	margin-top: -20px;
}

.right_col .baner{
	margin-bottom: 26px;
	width: 100%;
	overflow: hidden;
}

.right_col .baner img{
	width: 100%;
}


#news_page h1{
	font-weight: bolder !important;
	font-size: 24px;
	text-decoration: none;
	position: relative;
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Arial;
}

#news_page .photo_text p,
#news_page .other_text p{
	color: #898989;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 15px;
}

#news_page .photo{
	width: 359px;
	margin-right: 12px;
}

#news_page .photo_text{
	width: 271px;
}

#news_page .other_text{
	padding-top: 40px;
}

#news_page .other_text iframe{
	margin-bottom: 20px;
}

.add_comment_block{
	margin-bottom: 18px;
}

.add_comment_block_name{
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 30px;
	margin-bottom: 20px;
}

form textarea{
	color: #959595;
	font-size: 13px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #363636;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	background-color: black;	
	height: 93px;

	-webkit-transition: all 0.27s ease;
	-o-transition: all 0.27s ease;
	-moz-transition: all 0.27s ease;	
	transition: all 0.27s ease;		
}

form textarea:hover{
/*	text-shadow: 0px 0px 3px #fff;	
*/
}

.add_comment_block textarea{
	width: 634px;
	width: 97%;
}

.add_comment_block .button_line{
	padding-top: 10px;
	clear: both;
}

.add_comment_block .button_line .myButton{
	float: right;	
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fda278;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fda278;
	box-shadow:inset 0px 1px 0px 0px #fda278;
	background-color:#fc5e15;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:5px 34px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c54c10;
	cursor: pointer;
}
.myButton:hover {
	background-color:#fc5e15;
}
.myButton:active {
	position:relative;
	top:1px;
}


.myButton_purple {
	-moz-box-shadow:inset 0px 1px 0px 0px #a684c2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a684c2;
	box-shadow:inset 0px 1px 0px 0px #a684c2;
	background-color:#662d91;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:5px 34px;
	text-decoration:none;
	text-shadow:1px 1px 0px #29123a;
}
.myButton_purple:hover {
	background-color:#662d91;
}
.myButton_purple:active {
	position:relative;
	top:1px;
}

.last_comments{
	padding-top: 26px;
	border-top: 1px solid #323232;
	margin-top: 26px;
}
.last_comments .one_comment .avatar{
	height: 50px;
	width: 50px;
	margin-right: 8px;
	background-position: top center;
	background-repeat:  no-repeat;
	

}

.last_comments .one_comment .text{
	font-size: 12px;
	color: #535353;
	line-height: 12px;
	width: 190px;	
	text-decoration: none;
}

.last_comments .one_comment .text .user_name{
	color: #f26522;	
	margin-bottom: 3px;
	text-decoration: none;
}

.last_comments .one_comment{
	margin-bottom: 9px;
	background-color: #161616;
	padding: 10px;
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.27s ease;
	-o-transition: all 0.27s ease;
	-moz-transition: all 0.27s ease;	
	transition: all 0.27s ease;		
	
}

.last_comments .one_comment:hover{
	background-color: #1e1e1e;
}



.other_photo{
	text-align: center;
}

#gallery_full_page h1{
    font-size: 47px;
    margin-bottom: 24px;
}

.one_gallery_group{
	width: 311px;
	margin-bottom: 50px;
	margin-right: 9px;
}

.one_gallery_group.evr3{
	margin-right: 0px;
}

.one_gallery_group a.image{
	height: 204px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 13px;
	display: block;
	width: 100%;
}

.one_gallery_group.hover a.image{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;	
}

.one_gallery_group .title{
	font-weight: bolder !important;
        font-family: Arial;
        font-size: 22px;
	margin-bottom: 11px;
	text-decoration: none;
        text-transform: uppercase;
	display: block;
	min-height: 30px;
}

.one_gallery_group.new a.title,
.one_gallery_group.new p.title{
	background: url(/images/gallery_new.png) no-repeat right top;
	padding-right: 65px;
}

.one_gallery_group a.title:hover,
.one_gallery_group.hover a.title{
	color: #f26522;
}


.one_gallery_group .text{
	font-size: 12px;
	line-height: 14px;
	color: #898989;
}

.horizontal_baner{
	height: 97px;
	width: 100%;
	margin-bottom: 36px;
}

#gallery_full_page .site_adv{
	height: 97px;
	width: 100%;
	margin-bottom: 36px;

}

.one_gallery_group a.comments,
.one_gallery_group .count{
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	text-decoration: none;
	padding-top: 6px;
}


.one_gallery_group a.comments{
	background: url(/images/comment.png) no-repeat left 9px;
	padding-left: 16px;
}

.one_gallery_group a.comments:hover{
	color: #f26522;
}

.one_gallery_group .count{
	color: #959595;
}

.photo_privew{
	height: 155px;
	width: 157px;
	margin-right: 9px;
	margin-bottom: 9px;
	background-position: center center;
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
}

.photo_privew img{
	min-width: 100%;
	min-height: 100%;
	position: relative;
    left: 50%;
    margin-left: -131px;
}

.photo_privew.vertical_img img{
	left: 0px;
	margin-left: 0px;
	top: 50%;
	margin-top: -131px;
}

.photo_privew:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	-o-opacity: 0.70;
	opacity: 0.70;	
}

.photo_privew.hovered{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	-o-opacity: 0.40;
	opacity: 0.40;	
}


.photo_privew.evr4{ margin-right: 0px;}

.photo_man{
	position: absolute;
	right: 22px;
	top: 40px;
	font-size: 13px;
	color: #898989;
	text-align: right;
}

.photo_man span{
	color: #bb45b8;
}

#gallery_in_page .in .title{
	padding-right: 140px; 
	padding-left: 8px;
}

#full_photo{
	height: 0px;
	text-align: center;
	max-height: 640px;	
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;	
	overflow: hidden;
}



#full_photo .go_full{
	height: 17px;
	width: 102px;
	background: url(/images/full_screen.png);
	position: absolute;
	right: 6px;
	bottom: 8px;
	z-index: 77;
	cursor: pointer;
	display: none;
}
#full_photo:hover .go_full{
	display: block;
}

#full_photo .go_full:hover{
	background-position: 0px -17px;
}

#full_photo img{
	max-width: 100%;
	max-height: 640px;
}


#gallery_in_page.full_image .in .title{
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;	
*/
}

#gallery_in_page.full_image #full_photo{
	height: auto;
	margin-bottom: 28px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
	position: relative;
	overflow: visible;
	min-height: 400px;
}

#photo_list{
	display: none;
	overflow: hidden;
}

#gallery_in_page.full_image #photo_list{
	height: 103px;
}

#photo_list .photo_list_line{
/*	word-spacing: -4px;
	letter-spacing: 0em;
*/
	width: 663px;
	font-size: 0px;
}

#gallery_in_page.full_image #photo_list .photo_list_line{
	width: 19000px;
	position: relative;
}

#gallery_in_page.full_image #photo_list .photo_privew{
	margin-right: 7px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.40;
	-khtml-opacity: 0.40;
	-o-opacity: 0.40;
	opacity: 0.40;	
	
	height: 103px;
	width: 103px;	
}

#gallery_in_page.full_image #photo_list .photo_privew.evr4{
	margin-right: 7px !important;
}

#gallery_in_page.full_image #photo_list .photo_privew:hover,
#gallery_in_page.full_image #photo_list .photo_privew.hovered{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-o-opacity: 1;
	opacity: 1;	
}


#gallery_in_page .gallery_in_controls_full{
	display: none;	
}

#gallery_in_page.full_image .gallery_in_controls{
	display: none;	
}

#gallery_in_page.full_image .gallery_in_controls.gallery_in_controls_full{
	display: block;	
	padding-right: 0px;
}



#full_photo .go_left,
#full_photo .go_right{
	position: absolute;
	left: 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
	width: 40px;
	top: 0px;
	background-color: none;
	cursor: pointer;
	z-index: 50;
}

.opera #full_photo .go_left,
.opera #full_photo .go_right{
	height: 640px !important;
}


#full_photo .go_left:hover,
#full_photo .go_right:hover{
	background-color: rgba(1,1,1,0.4);
}

#full_photo .go_left i,
#full_photo .go_right i{
	height: 43px;
	width: 16px;
	background: url(/images/gallery_lr.png);
	left: 50%;
	top: 50%;
	margin-top: -22px;
	margin-left: -8px;
	position: absolute;
	display: none;
}

#full_photo:hover .go_left i,
#full_photo:hover .go_right i{
	display: block;
}

#full_photo .go_right i{
	background-position: -16px 0px;
}

#full_photo .go_right{
	left: auto;
	right: 0px;
}

#full_photo .close_photo{
	height: 27px;
	width: 27px;
	background: url(/images/close_photo.png);
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 57;	
	cursor: pointer;
	display: none;
}
#full_photo .close_photo:hover{
	background-position: 0px -27px;
}


.gallery_in_controls a.read_more,
.gallery_in_controls a.comments,
.gallery_in_controls .count{
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	float: right;
	text-decoration: none;
}

.gallery_in_controls a.read_more{
	float: right;
	background: url(/images/read_less.png) no-repeat left center;
	padding-left: 30px;
	background-position: left 0px;	
		padding-right: 0px !important;
}

.gallery_in_controls a.read_more:hover{
	background-position: left -40px;
	color: #f26522;
}

.gallery_in_controls a.comments{
	background: url(/images/comment.png) no-repeat left center;
	padding-left: 16px;
}

.gallery_in_controls a.comments:hover{
	color: #f26522;
}

.gallery_in_controls .count{
	color: #959595;
}

.gallery_in_controls{
	padding-top: 20px;
	position: relative;
	z-index: 3;

}

#full_photo .photo_count_view{
	position: absolute;
	right: 0px;
	bottom: -20px;
	color: white;
}

#full_photo .photo_load{
	position: absolute;
	height: 35px;
	width: 120px;
	background: url(/images/loading2_inv.gif) center center black no-repeat;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	left: 50%;
	margin-left: -60px;
	top: 50%;
	margin-top: -17px;		
}

#djs_page .title{
	font-size: 48px;
	padding-left: 0px;
}

#djs_page .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	margin-bottom: 30px;
	padding-bottom: 4px;
}

#djs_page .one_dj{
	width: 307px;
	margin-right: 30px;
	margin-bottom: 30px;
}

#djs_page .one_dj.evr2{
	margin-right: 0px;
}

#djs_page .one_dj a{
	display: block;
	text-decoration: none;
}

#djs_page .one_dj a:hover,
#djs_page .one_dj.hover a{
	color: #F26522;	
}

#djs_page .one_dj.hover .image{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#djs_page .one_dj .name{
	margin-bottom: 10px;
}

#djs_page .one_dj .image{
	width: 310px;
	height: 172px;
	overflow: hidden;
}

#djs_page .one_dj .image img{
	width: 100%;
}

#djs_page .one_dj.hover .read_more{
	background-position: right -40px;
}


#news_page .center_col .in > .title{
	font-size: 48px;
	padding-left: 0px;
}

#news_page .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	margin-bottom: 30px;
}

#news_page.djs_in_page .photo{
	width: 325px;
}

#news_page.djs_in_page .photo_text{
	width: 308px;
}

#news_page.djs_in_page .photo .music_samples{
	width: 325px;
	margin-top: 27px;
}

#news_page.djs_in_page .photo .music_samples .name{
	color: #f26522;
}

#video_in .title{
	padding-left: 0px;
}

.video_info{
	margin: 30px 0px;
}

.video_info .video_name{
	font-size: 14px;
	margin-bottom: 10px;
}

.video_info .video_date_view{
	font-size: 12px;
	line-height: 15px;
}

.video_info .video_date_view span{
	color: #898989;
}


.video_other .one_micro_video{
	width: 152px;
	margin-right: 10px;
}

.video_other .one_micro_video.last{
	margin-right: 0px;
}

.video_other .one_micro_video a{
	text-decoration: none;
}

.video_other .one_micro_video .image{
	width: 152px;
	height: 91px;
}

.video_other .one_micro_video .image img{
	width: 100%;
}

.video_other .one_micro_video .decr{
	font-size: 12px;
	line-height: 15px;
	color: white;
}

.video_other .one_micro_video .decr strong{
	color: #f26522;
	display: block;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.video_other .one_micro_video .decr span{
	color: #898989;
	display: block;
}

.video_other .one_micro_video.hover a.image{ 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;	
}

.video_other .one_micro_video.hover .decr strong{ 
	color: white;
}

#video_in .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

#video_in a.read_more{
	padding-right: 0px;
}

.pizza_text{
	font-size: 13px;
}

.buy_buttons{
	padding-bottom: 6px; 
	margin-bottom: 7px;
	text-align: center;
}

.buy_buttons .myButton{
    font-size: 13px;
    margin-top: 9px;
    padding: 4px 18px;

}

.pizza_price{
	color: #f7941d;
	font-size: 14px;
	width: 145px;
	padding-right: 5px;
}

.pizza_price:first-child{
	border-right: 1px solid #898989;
}

.pizza_price span.symbol{
    padding-left: 5px;
    padding-right: 3px;
    position: relative;
    top: -1px;
    font-size: 11px;
}


#pizza_full_page > h1.title{
	font-size: 48px;
	padding-left: 0px;
	margin-bottom: 6px;
	float: left;
	width: 100%;
	max-width: 560px;
}

#pizza_full_page > p.description{
	font-size: 13px;
	margin-bottom: 20px;	
	float: left;
	width: 100%;
	max-width: 560px;
}

#pizza_full_page > .work_time{
	float: right;
	font-size: 24px;
	text-align: right;

}

#pizza_full_page > p.work_time .time_2{
	color: #f26522;
	font-size: 14px;
	font-family: Arial;
	display: block;
	margin-top: 4px; 
	margin-bottom: 5px;
}

#pizza_full_page > p.work_time .phone{
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	display: block;
}

#about_page > h1.title{
	font-size: 48px;
	padding-left: 0px;
	margin-bottom: 12px;
}

#about_page a.image:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;	
}

#about_page a.image.evr3{
	margin-right: 0px;
}

#about_page a.image{
	width: 311px;
	margin-right: 9px;	
	height: 204px;
	margin-bottom: 13px;
	overflow: hidden;
}

#about_page p.description{
	color: #898989;
	font-size: 13px;
	line-height: 14px;
	margin-top: 7px;
} 

#flashcontent{
	height: 650px;
}

.d3_tour.title{
	margin-top: 33px;
	margin-bottom: 17px;
	font-size: 36px;
}

#about_page .sub_title{
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	border-bottom: 1px solid #464646;
	margin-bottom: 30px;
	padding-bottom: 12px;
}


#pizza_full_page .work_time .as_lnk{
	color: white;
	text-decoration: underline;
	cursor: pointer;
	display: block;
	font-family: Arial;
	letter-spacing: -0.03em;
	font-size: 14px;	
	position: relative;
	display: block;
}

#pizza_full_page .work_time .as_lnk:hover{
	text-decoration: none;
}

#your_order{
	font-family: Arial;
	font-size: 14px;
	color: #F26522;
	letter-spacing: -0.03em;
}

.pizza_form{
	background-color: white;
	border: 4px solid #f26522;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	width: 372px;
    -moz-box-shadow: inset 5px 5px 5px #ccc;
	-webkit-box-shadow: inset 5px 5px 5px #ccc;
	box-shadow: inset 5px 5px 5px #ccc;	
	padding: 15px 0px;
	position: absolute;
	overflow: hidden;
	right: 0px;
	top: 127px;
	color: black;
	font-family: Arial;
	z-index: 99;
}

.pizza_form .order_slides{
	width: 2000px;
	position: relative;
}

.pizza_form .order_slides .one_slide{
	padding: 0px 15px;
	width: 342px;
	letter-spacing: -0.01em;	
	float: left;
}

#pizza_form_corner{
	width: 18px;
	height: 17px;
	background: url(/images/corner.png);
	position: absolute;
	z-index: 2;
	top: 110px;
	right: 42px;
}

.pizza_form .order_slides .one_slide .title{
	font-size: 30px;
	margin-bottom: 15px;
	text-align: center;
}

.pizza_form .order_slides .one_slide .title.center{
	height: 100px;
	line-height: 100px;
	font-size: 36px;
}

#order_list{
	text-align: left;
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 18px;
}

#order_list .one_pizza{
	margin-bottom: 15px;
}

#order_list .count_up{
	width: 19px;
	height: 19px;
	background: url(/images/order.png);
	position: relative;
    top: -3px;	
    cursor: pointer;
}

#order_list .count_up:hover{
	background-position: 0px -19px;
}

#order_list .count_down{
	width: 19px;
	height: 19px;
	background: url(/images/order.png);
	background-position: -19px 0px;
	cursor: pointer;
	position: relative;
    top: -3px;	
    cursor: pointer;
}

#order_list .count_down:hover{
	background-position: -19px -19px;
}


#order_list .pname{
/*    font-size: 16px;
    position: relative;
    top: -3px;
  */  width: 118px;
}

#order_list .weight{
	width: 52px;
}

#order_list .weight span{
    font-size: 12px;
    left: -4px;
    margin-top: 0;
    position: relative;
    top: 0;
}

#order_list .count{
	padding-left: 5px; 
	padding-right: 5px;
}

#order_list .price{
	width: 70px; 
	text-align: right;
	font-weight: bold;
}

.one_slide .myButton{
	margin-top: 10px; 
	margin-bottom: 5px;
	text-transform: uppercase;
}

.one_slide .one_check,
.one_slide label{
	margin-bottom: 12px;
	font-size: 15px;
	text-align: left;
	text-transform: uppercase;
}

.one_slide .one_check{
	cursor: pointer;
	background: url(/images/check.png) no-repeat;
	background-position: 0px 1px; 
	min-height: 17px;
	line-height: 17px;
	padding-left: 25px;
	margin-left: 9px;
}

.one_slide .one_check.active{
	background-position: 0px -53px;
}

.one_slide .one_check span{
	color: #f26522;
}

.one_slide label{
	width: 100%;
	display: block;
	text-align: center !important;
}

.one_slide input{
	text-align: center;
	padding: 4px 14px;
	width: 70px;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;		
	-moz-box-shadow: 1px 2px 5px #a4a4a4 inset;
	-webkit-box-shadow: 1px 2px 5px #a4a4a4 inset;
	box-shadow: 1px 2px 5px #a4a4a4 inset;
	font-size: 14px;			
}

.one_slide input#deliver_time{
	margin: 0 auto;
	display: block;
}

.one_slide .buttons_list{
	text-align: center;
	margin-top: 8px;
	position: relative;
}

.one_slide .buttons_list .close{
	display: block;
	background: url(/images/close_order.png) center center no-repeat #363636;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0px;
	bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	cursor: pointer;		
}

.one_slide .buttons_list .close:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;	
}


.one_slide .input_wrap{
	font-size: 14px;
	text-align: center;
}

.one_slide input#deliver_phone{
	width: 122px;
}

.one_slide label.small{
	font-size: 14px;
	text-transform: none;
}

#show_order_to_me{
	background-color: #ff1919;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    padding: 5px 20px;		
    font-family: Arial;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    top: 10px;
}

#photo_scroll{
	height: 15px;
	padding: 0 19px;
	position: relative;
	background: #161616;
	margin-top: 8px;
	display: none;	
}

#photo_scroll .scroller{
	background: #555555;
	position: absolute;
	width: 38px;
	height: 15px;
	cursor: pointer;
}

#gallery_in_page.full_image #photo_scroll{
	display: block;
}

#photo_scroll .scroller:hover{
	background-color: #686868;
}

#photo_scroll .clicker{
	height: 15px;
	width: 19px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(/images/scroll.png);
	cursor: pointer;
}

#photo_scroll .clicker.right{
	background-position: 0px -15px;
	left: auto;
	right: 0px;
}


.all_news_link{
	text-align: right;
	text-transform: uppercase;
}

.all_news_link a{
	text-decoration: none;
}

.all_news_link a:hover{
	color: #F26522;
	text-decoration: none;
}


.comments_in .one_comment .avatar{
	height: 50px;
	width: 50px;
	background-position: center center;
	background-repeat:  no-repeat;
    float: left;
     margin-left: -100%;
}

.comments_in .one_comment .text{
	font-size: 12px;
	color: #535353;
	line-height: 12px;
    float: left;
    width: 100%;
}

.comments_in .one_comment .text > .in{
   margin-left: 58px;
}


.comments_in .one_comment .text .user_name{
	color: #f26522;	
	margin-bottom: 6px;
}

.comments_in .one_comment{
	margin-bottom: 6px;
	background-color: #161616;
	padding: 10px;
}

.comments_in .comment_desc{
	margin-bottom: 13px;
	text-align: right;
	color: #898989;
}

.comments_in .comment_desc a{
	color: #898989;
}

#ShowAddComment{
    font-size: 15px;
    margin-bottom: 20px;
}

.child_comments{
	padding-left: 50px;
	background: url(/images/comment_dots.png) no-repeat left top;
}

.other_pages{
	text-align: right;
	font-size: 13px;
}

.other_pages .pages_title{
	padding-right: 6px;
}

.other_pages a{
	text-decoration: none;	
}

.other_pages a:hover{
	color: #f26522;	
}





.menu_image{
	width: 235px;
	margin-right: 15px;
}

.menu_text{
	width: 383px;
}

.menu_text .menu_links{
	margin-top: 25px;
	margin-bottom: 15px;
	padding-bottom: 12px;
	border-bottom: 1px solid #2c2b2c;
	text-align: center;
}

.menu_text .menu_links a{
	width: 156px;
	text-align: center;
	background: url(/images/load_menu.png) no-repeat center bottom;
	color: white;
	text-decoration: none;
	padding-top: 35px;
	padding-bottom: 48px;
	font-size: 14px;
}

.menu_text .menu_links a span{
	color: #898989;
	display: block;
	margin-bottom: 5px;
}

.menu_text .menu_links a:hover span:first-child{
	text-decoration: underline;
}

.menu_text .menu_links a span:first-child{
	color: #fff;
}


.menu_text .menu_links a:first-child{
	border-right: 1px solid #898989;
}

.menu_text .menu_text_in{
	font-size: 12px;
	line-height: 14px;
	color: #898989;	
}

.menu_text .menu_text_in p{
	margin-bottom: 15px;
}

.menu_text .menu_text_in p:first-child{
	color: white;
	font-size: 14px;
	margin-bottom: 16px;
}

#menu_page .title{
	font-size: 48px;
	padding-left: 0px;
	margin-bottom: 5px;
}

#menu_page .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	margin-bottom: 12px;
	padding-bottom: 6px;
}

#menu_flaps{
	border-top: 1px solid #252525;
	padding-top: 5px;
	margin-top: 8px;
}

#menu_flaps .one_menu_block{
	margin-bottom: 17px;
}

#menu_flaps .one_menu_block .block_title{
	background-color: #252525;
	height: 24px;
	border-left: 7px solid #464646;
	padding-right: 11px;

	font-family: Georgia;	
	font-size: 18px;
	color: #d7d7d7;
	font-weight: bold;
	cursor: pointer;
	
	padding-left: 13px; 
	line-height: 22px; 
	letter-spacing: -0.04em;
}

#menu_flaps .one_menu_block .block_title .count{
	font-family: Arial;	
	font-size: 10px;
	color: #d7d7d7;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	line-height: 24px;
}

#menu_flaps .one_menu_block .block_overflow{
	padding-top: 17px;
	display: none;
}

#menu_flaps .one_menu_block .one_line{
	margin-bottom: 10px;
}

#menu_flaps .one_menu_block .one_line .name{
	width: 567px;
	text-transform: uppercase;	
	font-weight: normal;
}

#menu_flaps .one_menu_block .one_line .name .full_name{
	font-size: 14px;
	color: #cccccc;
	margin-bottom: 1px;
}

#menu_flaps .one_menu_block .one_line .name .descrip{
	font-size: 10px;
	color: #898989;
}

#menu_flaps .one_menu_block .one_line .price{
	width: 80px;
	text-align: center;
}

#menu_flaps .one_menu_block .one_line .price .full_price{
	font-size: 12px;
	color: #959595;
	margin-bottom: 2px;
}

#menu_flaps .one_menu_block .one_line .price .weight{
	font-size: 12px;
	color: #cccccc;
	text-align: center;
}

.card_image{
	width: 340px;
}

.card_text{
	width: 302px;
}

.card_text h4{
	font-size: 14px;
	color: white;
	margin-bottom: 3px;
}

.card_text p + h4{
	border-top: 1px solid #464646;
	padding-top: 10px;
}

.card_text p{
	font-size: 12px;
	line-height: 14px;
	color: #959595;
	margin-bottom: 10px;
}

#cards_page .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	margin-bottom: 12px;
	padding-bottom: 6px;
}

#cards_page .title{
	font-size: 48px;
	padding-left: 0px;
	margin-bottom: 5px;
}

.main_card_text{
	margin-bottom: 18px;
}

.main_card_text h2{
	font-size: 18px;
	color: #cccccc;
	margin-bottom: 40px;
	font-family: Arial;
}

.main_card_text h6{
	font-size: 14px;
	color: white;
	margin-bottom: 6px;
}

.main_card_text p{
	font-size: 12px;
	line-height: 14px;
	color: #959595;
	margin-bottom: 10px;
}

.main_card_text p:last-child{
	font-size: 14px;
	color: #ccc;
	margin-top: 13px;
}

a.go_vk_link{
	background: url(/images/micro_v.png) no-repeat right center;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #959595;
	text-decoration: none;
	padding-right: 27px;
}

a.go_vk_link:hover{
	text-decoration: underline;
}

#contacts_page .site_text p{
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 20px;
	color: #ffffff;
}

#contacts_page .site_text p:last-child{
	font-size: 14px;
}

#contacts_page .site_text p:first-child{
	color: #959595;
}

#contacts_page .site_text p a{
	color: #959595;
	text-decoration: none;
}

#contacts_page .site_text p a:hover{
	text-decoration: underline;
}

#contacts_page .site_text{
	margin-bottom: 40px;
}

#contacts_page .title{
	padding-left: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #252525;
	
	margin-bottom: 25px;
}

#yandex_map{
	height: 373px;
	border: 1px solid #252525;
}


#partners_page .title{
	font-size: 48px;
	padding-left: 0px;
	margin-bottom: 5px;
}

#partners_page .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	margin-bottom: 25px;
	padding-bottom: 6px;
}

.one_parner{
	width: 143px;
	margin-right: 21px;
	margin-bottom: 30px;
	text-decoration: none;
}

.one_parner.evr4{
	margin-right: 0px;
}

.one_parner span.image{
	height: 105px;
	width: 100%;
	display: block;
	background: left bottom no-repeat;
	margin-bottom: 9px;
}

.one_parner .name{
	display: block;
	font-size: 12px;
	color: #e1e1e1;
	font-weight: bold;
	margin-bottom: 3px;
}

.one_parner .descr{
	display: block;
	font-size: 11px;
	color: #898989;
	line-height: 14px;
}

a.one_parner{
	-webkit-transition: all 0.27s ease;
	-o-transition: all 0.27s ease;
	-moz-transition: all 0.27s ease;	
	transition: all 0.27s ease;	
}

a.one_parner:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.parnter_text h6{
	font-size: 14px;
	color: white;
	margin-bottom: 6px;
}

.parnter_text p{
	font-size: 12px;
	line-height: 14px;
	color: #959595;
	margin-bottom: 10px;
}

.parnter_text{
	margin-top: 90px;
}


.phone_line{
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	color: #e1e1e1;
	height: 27px;
	line-height: 27px;
	background: url(/images/par_phone.png) left center no-repeat;
}

.phone_line span{
	font-size: 14px;
	padding-top: 7px;
}


/*


SITE USERS


*/





.register_form{
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 38px;	
}

.register_form table tr td{
	text-align: left;
	padding-bottom: 7px;
}

.register_form table tr td.label{
	text-align: right;
	width: 200px;
	color: #F26522;
	padding-right: 10px;
}

.register_form table tr td.label.grey{
	color: #b7b7b7;
}

.register_form table tr td.inputed{
	color: white;
	font-size: 11px;
	text-transform: none;
}

.register_form input.shadowed{

	color: #959595;
	font-size: 13px;
	padding: 8px;
	line-height: 15px;
	border: 1px solid #363636;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	background-color: black;	

	margin-bottom: 7px;
}

.enter_form_users .line input.large_input{

	color: #959595;
	font-size: 13px;
	padding: 4px;

	border: 1px solid #363636;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
	background-color: black;	

	margin-bottom: 7px;
}

.register_form table tr td.file_in{
	padding-top: 22px;
	padding-bottom: 45px;
}

.register_form table tr td.capcha .capcha_in{
	position: relative;	
	height: 45px;
}

.register_form table tr td.capcha .capcha_in .shadowed{
	width: 80px;
}

.register_form table tr td.capcha .capcha_in .image{
	position: absolute;
	left: 0px;
	top: -6px;
}

.register_form table tr td.capcha .capcha_in .inputs_block{
	position: absolute;
	left: 95px;
	top: -7px;
}

.register_form table tr td.capcha .capcha_in #captcha a{
	position: absolute;
	left: 0px;
	top: 27px;
	text-transform: none;
}

.register_form .gray_button{
	padding-left: 208px;
	padding-top: 7px;
	padding-bottom: 33px;
}

.register_form .gray_button input{
	font-size: 14px;
}

.enter_form_users .line{
	clear: both;
	height: 32px;
	line-height: 32px;
}

.enter_form_users .line label{
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.enter_form_users .line input{
	float: left;
}

.enter_form_users .fill_line{
	padding-left: 100px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.enter_form_users p{
	padding-left: 100px;
	margin-bottom: 5px;
}

.enter_form_users p.lastp{
	margin-bottom: 100px;
}

#error_in_page, #error, #message{
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
}
	
.enter_form_p p{
	margin-bottom: 12px;
    line-height: 16px;
}

.enter_form_p{
    margin-bottom: 59px;
}

ul.users_list{
    font-size: 18px;
    margin-bottom: 60px;
    margin-top: 15px;
}

ul.users_list li{
	margin-bottom: 6px;
}

ul.users_list li a:hover{
	text-decoration: none;
}

.pm_messages{
	margin-top: 20px;
	margin-bottom: 65px;
}

.pm_messages p span.form_msg{
	font-size: 18px;
	text-decoration: underline;
	cursor: pointer;

}
.pm_messages p.form_msg_p{
	padding-bottom: 20px;
}

.pm_messages p span.form_msg:hover{
	text-decoration: none;
}

.pm_messages #form_msg{
	display: none;
}






/* Сообщения */
.pm_messages .messages  {
	font-size: 8pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* .messages th {
	text-align: left;
	border: 1px solid #fff;  
	border-bottom: 1pt solid #d20a1c;
} */

.pm_messages .messages .avatar {
	width: 65px;
}



.pm_messages .msg_list td,
.pm_messages .messages .b_dotted {
	border-bottom: 1px dotted #8a8a8a
}

.pm_messages .messages .user_date {
	vertical-align: top;
	width: 115px;
	padding-right: 25px;
	text-align: right
}

.pm_messages .messages .datetime {
	white-space: nowrap;
	font-size: 8pt;
	color: #fff;
	text-align: right
}

.pm_messages .messages .prev a {
	color: #fff;
	text-decoration: none
}

.pm_messages .messages .status  a {
	border-bottom: none;
	color: #fff;
	text-decoration: underline;
	font-style: italic
}


#load_messages {
	color: #009BE8;
	text-decoration: underline;
	cursor: pointer
}

#messages_list .from {
	width: 140px;
	padding-right: 20px;
}

#messages_list .actions {
	width: 20px;
	
}

#message_list {
	margin: 15px 0;
}

#message_list .text div {
	padding: 7px 12px;
	margin: 3px 5px 2px 5px;
	white-space: pre-wrap;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}

#message_list .from .text div {
	background-color: #d9edfe;
	border: 1px solid #0c205d;
	color: #0c205d;
}

#message_list .to .text div {
	background-color: #707fae;
}

#send_message textarea {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}

.unread_from {

}

.unread_to {

}

.messages .from .user_date a {
	color: #fff;
}

.messages .to .user_date a {
	color: #fff;
}


#form_msg {
}

.pm_messages .messages td{
	vertical-align: top;
	font-size: 15px;
	font-weight: normal;
	padding: 7px;
	color: white;
	
	padding-bottom: 15px;
	padding-top: 15px;
}

.pm_messages .messages td.from a strong{
	display: block;
	padding-bottom: 2px;
}

/* END Сообщения */

.pm_messages .messages td.prev{
	font-size: 13px;
}

.pm_messages .messages td.prev a strong{
	display: block;
	padding-bottom: 7px;
}

.pm_messages .messages td.actions p{
	padding-bottom: 10px;
}



.breds_in_msg{
	margin-top: 10px; margin-bottom: 13px;
}

.breds_in_msg a,
.breds_in_msg span
{
	padding-right: 5px;
}


#messages_list h1,#messages_list h2,#messages_list .title{
	font-family: Arial;
	font-size: 18px;
}
	

#messages_list h3{
	font-size: 40px;
}

.table_user_info td{
	vertical-align: top;
	padding: 10px;
}



.mini_share_btn{
	height: 18px;
	margin-right: 4px;	
	float: left;
	background: no-repeat url(/images/share.png);
	cursor: pointer;
	margin-top: 10px;
}
.mini_share_btn1{
	width: 48px;
	background-position: 0px 0px;
}
.mini_share_btn2{
	width: 80px;
	background-position: -48px 0px;
}
.mini_share_btn3{
	width: 88px;
	background-position: -128px 0px;
}
.mini_share_btn4{
	width: 89px;
	background-position: -216px 0px;
}

.mini_share_btn1:hover{background-position: 0px -18px;}
.mini_share_btn2:hover{background-position: -48px -18px;}
.mini_share_btn3:hover{background-position: -128px -18px;}
.mini_share_btn4:hover{background-position: -216px -18px;}


#blog_share{
	margin-bottom: 15px;
	position: relative;
	z-index: 222;
}

#vk_like{
    left: 343px;
    top: -18px;
}



#gallery_full_page .title{
	margin-bottom: 8px;
}

#gallery_full_page .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	margin-bottom: 30px;
	padding-bottom: 4px;
}

.davainci_soon{
	height: 1000px;
	width: 100%;
	margin: 0 auto;
	background: url(/images/davinci_soon.jpg) center center no-repeat;
	text-align: center;
	line-height: 220px;
	font-size: 48px;
}





#vakan_page .title{
	font-size: 48px;
	padding-left: 0px;
	margin-bottom: 5px;
}

#vakan_page .sub_title{
	font-size: 12px;
	color: #959595;
	border-bottom: 1px solid #464646;
	margin-bottom: 23px;
	padding-bottom: 6px;
}






.vakan_image{
	width: 235px;
	margin-right: 15px;
}

.vakan_text{
	width: 383px;
}

.vakan_text .menu_links{
	margin-bottom: 15px;
	padding-bottom: 12px;
	text-align: left;
}

.vakan_text .menu_links a{
	width: 156px;
	text-align: center;
	background: url(/images/load_menu.png) no-repeat center bottom;
	color: white;
	text-decoration: none;

	padding-bottom: 48px;
	font-size: 14px;
}

.vakan_text .menu_links a span{
	color: #898989;
	display: block;
	margin-bottom: 5px;
}

.vakan_text .menu_links a:hover span:first-child{
	text-decoration: underline;
}

.vakan_text .menu_links a span:first-child{
	color: #fff;
}

.vakan_text .phone_line{
	margin-top: 16px;
}

.vakan_text .menu_text_in{
	font-size: 12px;
	line-height: 14px;
	color: #898989;	
	border-bottom: 1px solid #464646;
	margin-bottom: 10px;
}

.vakan_text .menu_text_in p{
	margin-bottom: 15px;
}

.vakan_text .menu_text_in p:first-child{
	color: white;
	font-size: 14px;
	margin-bottom: 16px;
}

.one_job{
    color: #898989;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    margin-right: 28px;
    width: 291px;
}


.one_job p{
	margin-bottom: 14px;
}

.one_job .job_title{
	font-size: 14px;
	font-weight: bold;
	color: #e1e1e1;
	margin-bottom: 6px;
}

.job_list{
	margin-top: 18px;
}


/* Правый блок */
.right_float_block { position: relative; top: 0; }
/* ====== ==== */






