﻿/* Общие настройки*/
@font-face 
{
    font-family: 'anonymous_pro_b';
    src: url('Font/anonymous_pro_b.eot');
    src: url('Font/anonymous_pro_b.eot?#iefix') format('embedded-opentype'),
         url('Font/anonymous_pro_b.woff') format('woff'),
         url('Font/anonymous_pro_b.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face 
{
    font-family: 'anonymous_pro_bi';
    src: url('Font/anonymous_pro_bi.eot');
    src: url('Font/anonymous_pro_bi.eot?#iefix') format('embedded-opentype'),
         url('Font/anonymous_pro_bi.woff') format('woff'),
         url('Font/anonymous_pro_bi.ttf') format('truetype');
    font-weight: bold;
}

@font-face 
{
    font-family: 'anonymous_pro_i';
    src: url('Font/anonymous_pro_i.eot');
    src: url('Font/anonymous_pro_i.eot?#iefix') format('embedded-opentype'),
         url('Font/anonymous_pro_i.woff') format('woff'),
         url('Font/anonymous_pro_i.ttf') format('truetype');
    font-weight: normal;
}

@font-face 
{
    font-family: 'anonymous_pro';
    src: url('Font/anonymous_pro.eot');
    src: url('Font/anonymous_pro.eot?#iefix') format('embedded-opentype'),
         url('Font/anonymous_pro.woff') format('woff'),
         url('Font/anonymous_pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'Anonymous Pro';
    margin: 0px;
    padding: 0px;    
    background: url(../Images/body.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

input, select, button
{
    font-family: 'Anonymous Pro';
}

table, table tr, table tr td
{
    border-spacing: 0px;
}

a:link, a:visited
{
    font-size: 14px;
    color: #0099CC;
    -moz-transition: color 0.3s 0.03s ease;
    -o-transition: color 0.3s 0.03s ease;
    -webkit-transition: color 0.3s 0.03s ease;
}

a:hover
{
    color: #336699;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -o-transform: translate(0px,0);
}

a:active
{
    color: #336699;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

hr
{
    border: 1px solid #bdeef0;
}

/* Настройка головы сайта*/
.logo 
{
    height: 70px;
    width: 250px;
    background-image: url('../Images/head.jpg');
    background-repeat: no-repeat;
}

.bodyhead
{
    min-width: 1100px;
    width: 100%;
    font-family: 'AleksandraC';
    margin: 0px;
    padding-top: 50px;    
}

.bodypage
{
    width: 1100px;
    font-size: 14px;
    margin: 0px auto 0px auto;    
    color: #000000;
    border-spacing: 0px;
    display: table;    
}

.bodyfooter, .bodyfooter a
{ 
    min-width: 1100px;
    width: 100%;
    font-size: 14px;
    background: #bdeef0;
    opacity: 0.9;
}

h1
{
    font-weight: normal;
    font-size: 14px;
    padding: 0px;
}

.titlepage
{
    text-transform: uppercase;
    text-align: center;
    color: #0099CC;    
    word-wrap: break-word;
    padding-bottom: 4px;
}

.datapage
{
     margin: 2px;
}

.titleinfo
{    
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
	font-size: 14px;
    font-weight: bold;
    color: #0099CC;
    display: block;
    background: #bdeef0;
    border-radius: 2px;
    -moz-transition:0.3s all;
	-webkit-transition:0.3s all;
	-o-transition:0.3s all;
	transition:0.3s all;
	margin: 2px 1px 2px 1px;
	padding: 8px 5px 8px 5px;
}

.titlenews, .titleclauses, .titleevents, .titlequestions, .titleopinions, .titlecomment
{    
    text-transform: uppercase;
    text-align: center;
    color: #0099CC;    
    font-size: 14px;
}

/*Меню основное*/
.menu
{
    overflow: visible;
	display: block;
	z-index:5;
}

.menu tr td
{
    font-size: 14px;
	position: relative;
    list-style: none;
    text-align: center;
    font-weight: bold;
}

.menu tr td:hover
{    
	color: #336699;
	-moz-transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	transition:0.5s all;	
}

.menu tr td a
{    
    width: 300px;
    height: 50px;
    padding: 5px 10px 5px;
    text-transform: uppercase;
	color: #0099CC;
	display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.menu tr td a:hover
{
    color: #336699;
}

.menu tr td a.selected
{
    color: #336699;
}

/*Левое меню*/
.nodeLeft
{
    border-spacing: 0px;
    border: solid 1px #000000;
}

.nodeLeftLink
{
    width: 210px;
    padding: 2px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
	text-decoration: none;
    display: inline-block;
}

.nodeLeftLink:hover
{

}

/*Правое меню для форм ввода*/
.menu_top
{
    border-spacing: 0px;
    text-transform: uppercase;
    padding: 0px;
	overflow: visible;
	display: block;
}

.menu_top ul
{    
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:0;
}

.menu_top li a
{
    width: 236px;
    margin: 1px 0px 1px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #0099CC;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 11px 1px 11px;
    cursor: pointer;
    border-radius: 2px;
    background: #bdeef0; /*border: 1px solid #CCCCCC;*/
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.menu_top li a:hover 
{
    color: #0099CC;
	background: #FFFFFF;
}

.menu_top li a:active
{
    top: 1px;
}

.menu_top li a.selected
{
    color: #0099CC;
    background: #FFFFFF;   
}

/*Меню кабинет*/
.menu_cabinet
{
	overflow: visible;
	display: block;
}

.menu_cabinet ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    z-index:0;
}

.menu_cabinet li
{
    margin: 2px;
    width: 154px;
    
    position: relative;
    list-style: none;
    text-align: left;
    border: 1px solid #CCCCCC;
}

.menu_cabinet li:after
{
	content:'.';
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:0;
	opacity:0;	
	background-color: #bdeef0;
	
	-moz-transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	transition:0.5s all;
}

.menu_cabinet li:first-child
{
	border-radius: 0px 0px 0px 0px;
}

.menu_cabinet li:first-child:after,
.menu_cabinet li.selected:first-child:after
{
	border-radius: 0px 0px 0px 0px;
}

.menu_cabinet li:last-child
{
    border-radius: 0px 0px 0px 0px;
}

.menu_cabinet li:last-child:after,
.menu_cabinet li.selected:last-child:after
{
    border-radius: 0px 0px 0px 0px;
}

.menu_cabinet li:hover:after,
.menu_cabinet li.selected:after,
.menu_cabinet li:target:after
{
	opacity:1;
}

.menu_cabinet:hover li.selected:after,
.menu_cabinet:hover li:target:after
{
	opacity:0;
}

.menu_cabinet li.selected:hover:after,
.menu_cabinet li:target:hover:after
{
	opacity:1 !important;
}

.menu_cabinet li a
{
    color: #0099CC;
    display: block;
    font: 16px;
    padding: 8px 3px 8px;
    position: relative;
    
    z-index: 1;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
}

.menu_cabinet li a:hover
{
    color: #0099CC;
    background: #bdeef0;   
}

.menu_cabinet li a.selected
{
    color: #0099CC;
    background: #bdeef0;   
}

.menu_cabinet a.homeIcon
{
	display: block;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 0px;
	text-indent: -9999px;
	width: 0px;
}

/*Выделение пункта меню*/
.selected
{

}

/* Форма регистрации пользователя*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #CCCCCC;    
    width: 360px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    width: 200px;
}

input.textEntry 
{
    width: 320px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #0099CC;
    background: #FFFFFF;
    transition: all 100ms ease-in;
}

input.passwordEntry 
{
    width: 320px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #0099CC;
    background: #FFFFFF;
    transition: all 100ms ease-in;
}

div.accountInfo
{
    width: 100%;
    height: 100%;
}

/*Регистрация пользователя*/
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
}

/*Настройка отображения пользователя*/
.loginDisplay, .loginDisplay a:link a:visited
{
    color: #0099CC;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: color 0.3s 0.03s ease;
    -o-transition: color 0.3s 0.03s ease;
    -webkit-transition: color 0.3s 0.03s ease;
    
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    padding: 0px;
    margin-right: 5px;
}

.loginDisplay a:hover
{
    color: #336699;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -o-transform: translate(0px,0);
}

.bold
{
    font-weight: bold;
}

.formButton
{
    text-align: right;
    width: 390px;
}

/*Стиль таблиц на сайте*/
.tableStyle
{
    border-collapse: collapse;
    text-align: center;
    border-color: #CCCCCC;    
}

.tableListStyle
{    
    border-collapse: collapse;
    text-align: center;
}

.tableListStyle tbody tr
{
   height: 20px;
}

/*Все формы ввода*/
.formShow
{
    color: #0099CC;
}

.titleShow
{
    text-transform: uppercase;
    color: #0099CC;
    background: #bdeef0;
    font-weight:bold;
}

/*Настройка календаря событий*/
.calendarShow
{
    width: 100%;    
    color: #0099CC;
    font-size: medium;
    font-weight: bold;
    border: 1px solid #FFFFFF;
}

.calendarTitle, .calendarTitle a
{    
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
}

.calendarNextPrev, .calendarNextPrev a
{
    font-size: 14px;
    font-weight: bold;
}

.calendarDayHeader
{
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.25);
    font-size: 20px;
} 

.calendarSelectedDay, .calendarTodayDay
{    
    height: 100px;    
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.25);
    font-size: 20px;
}

.calendarOtherMonthDay
{
    height: 100px;
    border: 1px solid #FFFFFF;
}

.calendarDay
{    
    height: 100px;    
    background: #bdeef0;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.25);
    font-size: 20px;
}

.calendarWeekendDay
{    
    height: 100px;
    background: #bdeef0;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.25);
    color: #0099CC;
    font-size: 20px;    
}

.calendarSelectedDay span,
.calendarTodayDay span,
.calendarOtherMonthDay span,
.calendarDay span,
.calendarWeekendDay span
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-align: center;    
}

.calendarSelectedDay span a,
.calendarTodayDay span a,
.calendarOtherMonthDay span a,
.calendarDay span a,
.calendarWeekendDay span a
{    
    width: 70px;
    word-wrap: break-word;  
    margin: 1px;
    padding: 1px;    
    border: 1px solid #FFFFFF;
    box-shadow: 1px 2px 3px 1px rgba(0,0,0,.25);
    border-radius: 4px;
    display: block;    
    color: #999999;
    font-size: 10px;
    text-decoration: none;    
}

/*Компоненты сайта*/
.buttonStyle
{
    width: 152px;
    position: relative;
    color: #5d5d5d;
    font-weight: bold;
    text-decoration: none;
    user-select: none;
    padding: .4em 1em;
    outline: none;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
}

.buttonStyle:hover 
{
	transition: .5s linear;
    background-color: #bdeef0; 
}

.buttonStyle:active
{
    top: 1px;
    box-shadow: none;
}

.buttonBuyStyle
{
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 700;
    color: rgb(245,245,245);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    text-decoration: none;
    user-select: none;
    padding: .3em 1em;
    outline: none;
    border: none;
    border-radius: 3px;
    background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

.buttonBuyStyle:hover 
{
	-webkit-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

.buttonBuyStyle:active
{
    top: 1px;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
    box-shadow: 0 -1px 3px rgba(0,0,0,.3), 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}
@-webkit-keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}
@keyframes pulsate {
  50% {color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;}
}

.imageBannerStyle
{
    width: 150px;
    height: 100px;
}

.imagePageStyle
{
    float:left;
    margin: 0px 10px 10px 0px;
    width: 100%;
}

.imageListStyle
{
    float:left;
    margin: 0px 10px 10px 0px;
}

.imageUserStyle
{
    width: 32px;
    height: 32px;
    float: left;
}

.failureNotification, .labelStyleError
{
	font-weight:bold;
	text-shadow: 1px 1px 1px #FFFFFF;
	color: #CC3300;	
}

.labelStyleSucsess
{
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFFFFF;
    color: #009900;
}

.textBoxStyle
{
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #000000;
    /*box-shadow: 0px 0px 5px gray;*/
    transition: all 100ms ease-in;
    width: 300px;
}

.textBoxBuyStyle
{
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #000000; /*box-shadow: 0px 0px 5px gray;*/
    transition: all 100ms ease-in;
    width: 300px;
    text-align: center;
}

.checkBoxStyle
{
    font-size: 14px;
}

.listBoxStyle
{
    font-size: 14px;
}

.fileUploadStyle
{
    border-radius: 3px;
    padding: 5px;
    color: #000000;
    /*box-shadow: 0px 0px 5px gray;*/
    transition: all 100ms ease-in;
    width: 300px;
}

.dropdownStyle
{
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #000000;
    /*box-shadow: 0px 0px 5px gray;*/
    transition: all 100ms ease-in;
    white-space:nowrap;
	zoom:1;
	width: 310px;	
}

.multiTextBoxStyle
{
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #000000;
    /*box-shadow: 0px 0px 5px gray;*/
    transition: all 100ms ease-in;
    word-wrap: break-word;
    white-space: pre-wrap;
	zoom:1;
    height: 100px; 
    width: 380px;
}

/*Настройка номера телефона*/
.textBoxPhoneStyle
{
    font-size: large;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 5px;
    color: #000000;
    transition: all 100ms ease-in;
    width: 100px;
}

.labelPhoneStyle
{
    font-size: large;
    color: #0099CC;
    text-shadow: 1px 1px 1px #CCCCCC;
    text-align: right;
}

/*Настройка текста*/
.labelStyleWrapText div
{
    width: 240px;
    word-wrap: break-word;  
}

.labelStyleWrapImage div
{
    width: 160px;
    word-wrap: break-word;  
}

.labelStyleWrapTextInfo div
{
    width: 240px;
    word-wrap: break-word;
}

.labelStyleWrapTextInfo p, .labelStyleWrapTextInfo a
{
    padding: 0px 5px 0px 5px;
}

.labelStyleWrapTextAdmin div
{
    width: 250px;
    word-wrap: break-word;  
}

.labelStyleWrapImageAdmin div
{
    width: 250px;
    word-wrap: break-word;  
}

.labelStyleWrapTextInfoAdmin div
{
    padding: 0px 5px 0px 5px;
    width: 100px;
    word-wrap: break-word;  
}

.labelStyleWrapTextCabinet
{
    margin-left: 3px;
    padding: 2px;
    width: 360px;
    word-wrap: break-word;  
}

.labelStyleWrapImageCabinet
{
    width: 200px;
    word-wrap: break-word;  
}

.labelStyleWrapTextCabinetAdmin
{
    width: 390px;
    word-wrap: break-word;  
}

.labelStyleWrapImageCabinetAdmin
{
    width: 200px;
    word-wrap: break-word;  
}

.labelStyleWrapTitleUser, .labelStyleWrapDescriptionUser
{
    padding: 0px 5px 0px 5px;
    width: 440px;
    word-wrap: break-word;  
}

.labelStyleForm
{
    font-size: 14px;
    color: #0099CC;
    
    text-align: right;
}

.labelStyleItem
{
    font-size: 14px;
    color: #0099CC;
    
    text-align: left;
    font-weight: bold;
}

.labelStylePrice
{
    font-size: 18px;
    color: #006600;

    text-align: left;
    font-weight: bold;
}

.labelStyleDown
{
    font-size: 18px;
    color: #0099CC;
    font-variant: small-caps;
    text-transform: none;
}

.labelStyleDate, .labelStyleLogin, .labelStyleValue
{
	font-size:12px;
	line-height:1.2em;
	color:#0099CC;
}
/********************************/
.iconRest
{
    height: 24px;
    width: 24px;
    padding: 5px;
}

.iconPost, .iconPost:hover
{
    height: 32px;
    width: 32px;
    margin-right: 5px;
}

.iconShow
{
    height: 32px;
    width: 32px;
    padding: 5px;
}

.iconShow:hover
{
    
}

.itemShow
{
    color: #000000;    
}

.listItem
{
    background: #FFFFFF;
    color: #000000;
    padding: 10px;
    min-height: 100px;
}

.emptyListStyle
{
    
}

.linkURL
{
    font-size: 14px;
    color: #0099CC;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: color 0.2s 0.02s ease;
    -o-transition: color 0.2s 0.02s ease;
    -webkit-transition: color 0.2s 0.02s ease;    
    display: block;
}

.linkURL:link, linkURL:visited
{
    color: #0099CC;
    display: block;
}
 
.linkURL:hover, .linkURL:active
{
	color: #336699;
}

.phoneLink
{
    text-decoration: none;
    color: #0099CC;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: color 0.2s 0.02s ease;
    -o-transition: color 0.2s 0.02s ease;
    -webkit-transition: color 0.2s 0.02s ease;    
    display: block;
    padding-right: 5px;
}

.phoneLink:link, phoneLink:visited
{
    font-size: 20px;
    color: #0099CC;
    display: block;    
}
 
.phoneLink:hover, .phoneLink:active
{
    color: #336699;    
}

.linkMap 
{
	font-size: 14px;
}

.linkMapSeparator
{
    margin-left: 5px;
    margin-right: 5px;
    background-image: url('../Icons/right.png');
    background-repeat: no-repeat;    
}

.pagerStyle tr td
{    
    font-size: 14px;
    background-color: #FFFFFF;
    color: #0099CC;
    border: 1px solid #CCCCCC;      
    border-radius: 4px;       
}

.pagerStyle tr td a
{
    padding: 0px 4px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}

.pagerStyle tr td input
{
    padding: 0px;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}

.pagerStyle tr td span
{
     padding: 1px 4px 3px 4px;
     background-color: #bdeef0;
     border-radius: 4px;
}

/*Фотогалерея*/
.highslide-image {
border: 1px solid #CCCCCC;
}
.highslide-controls {
width: 90px !important;
}
.highslide-controls .highslide-close {
display: none;
}
.highslide-caption {
padding: .5em 10px;
}

/*Рекламный блок*/
.contextBlock
{
    display: table-cell;
}

/**Настройка рекламы**/
.contextTop
{ 
   width: 1100px;
   background: #FFFFFF;
   margin: 0px auto 0px auto;   
   opacity: 0.8;
   display: table;
   text-align: center;
}

.contextDown
{
   width: 100%;
   text-align: center;
}

/*******************/
.panelLogin
{
   width: 100%;
   height: 50px;
   background: #FFFFFF;
   position: fixed;
   opacity: 0.8;
   z-index: 10;
}

.panelLogo
{
   width: 1100px;
   border-spacing: 0px;
   margin: 0px auto 0px auto;
   margin-bottom: 0px;
   display: table;
}

.panelMenu
{
   width: 100%;
   background: #bdeef0;
   position:relative;
}

.panelMenu:before, .panelMenu:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.panelMenu:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.panelMap
{
    padding: 10px;
    display: table-cell;
    width: 100%;
    opacity: 0.9;
}

.rightGroup
{
    display: table;
    width: 100%;
}
/*******************/
.loginInfo {
    width: 100%;
    max-width: 1090px;
    border-spacing: 0px;
    margin: 0px auto 0px auto;
    height: 100%;
}

.headInfo
{
    width: 250px;
    display: table-cell;
    vertical-align: bottom;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
    -o-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
    -ms-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
    box-shadow: 0px 5px 10px rgba(0,0,0,.6);
    opacity: 0.9;
}

.phoneInfo
{
    width: 100%;
    display: table-cell;
    vertical-align: top;
    padding-right: 5px;
    background: #FFFFFF;
    opacity: 0.8;
}

.mainInfo
{
    width: 1100px;
    margin: 0px auto 0px auto;
    vertical-align:top;
    padding-bottom: 0px;
}

.leftInfo
{
    padding: 5px;
    display: table-cell;
    vertical-align:top;    
    min-width: 240px;
    max-width: 240px;
    background: #FFFFFF;
    
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
	-o-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
	-ms-box-shadow: 0px 5px 10px rgba(0,0,0,.6);
	box-shadow: 0px 5px 10px rgba(0,0,0,.6);
}

.groupInfo
{
    width: 100%;
    display: table;
}

.middleInfo
{
    width: 100%;
    vertical-align:top;
    padding: 10px 5px 0px 5px;
    display: table-cell;    
}

.rightInfo
{
    padding: 5px;
    vertical-align:top;    
    min-width: 240px;
    max-width: 240px;
    display: table-cell;
}

.bodyAll
{
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    display: table-cell;
}

.downInfo
{    
    width: 1060px;
	margin: 0px auto 0px auto;
    display: table;    
    height: 100%;
    padding: 10px;
}

.downNavigation
{
    
    display:table-cell;
    text-align:left;
    min-width: 230px;
    max-width: 230px;
}

.downNavigation a
{
    text-decoration: none;
}

.downInformation
{
    display:table-cell;
    text-align: center;
    width: 100%;
    color: #0099CC;
}

.downKontacts
{
    display:table-cell;
    text-align: right;
    min-width: 230px;
    max-width: 230px;    
    color: #0099CC;
}

/*Форма поиска*/
.searchForm 
{
    width: 180px;
}

.textBoxStyleSearch
{
    font-size: 12px;
    background: #fff;
	padding: 3px 5px 3px 5px;
	width: 120px;	
	border: solid 1px #bcbbbb;
	outline: none;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

.buttonStyleSearch
{
    border-radius: 2px;
    width: 60px;
    position: relative;
    color: #5d5d5d;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    user-select: none;
    padding: .3em .6em;
    outline: none;
    background-color: #bdeef0;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.buttonStyleSearch:hover 
{
	transition: .5s linear;
    background-color: #FFFFFF; 
}

.buttonStyleSearch:active
{
    top: 1px;
    box-shadow: none;
}

/*Оценка*/
div.border-wrap
{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 40px;
}

div.vote-wrap{
    overflow: hidden;
}

div.vote-block{
	position: relative;	
}

div.vote-hover{
    float: left;
    cursor:  pointer;
}

div.vote-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result{
    color: #0099CC;
    font-size: 12px;
    margin-top: 2px;
    padding-left: 90px;
}

div.vote-success{
    clear: both;
    color: #0099CC;
    font-size: 12px;
    margin: 0px 0 0 0px;
}

/*Оценка*/
div.like_border-wrap{
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 100px;
}

div.like-wrap{
    overflow: hidden;
}

div.like-block{
	position: relative;	
}

div.like-hover{
    float: left;
    cursor:  pointer;
}

div.like-stars{
	position: absolute;
	left: 0;
	top: 0;
}

div.like-active{
	position: absolute;
	left: 0;
	top: 0;
}

div.like-result{
    color: #0099CC;
    font-size: 12px;
    margin-top: 2px;
    padding-left: 10px;
}

div.like-success{
    clear: both;
    color: #0099CC;
    font-size: 12px;
    margin: 0px 0 0 0px;
}

/*Комментарии*/
.commentTitle
{
    background: #bdeef0;
    padding: 5px;    
    color: #003300;    
    font-size:medium; 
    font-weight:bold;    
}

.commentsChilds
{
    padding-left: 50px;
    border-spacing: 0px;      
}

.commentTextBoxStyle
{
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    color: #0099CC;
    background: #FFFFFF;
    transition: all 100ms ease-in;
    word-wrap: break-word;
    white-space: pre-wrap;
	zoom:1;
    width: 550px;
    height: 60px;
}

.labelStyleCommentDate
{
    display: inline-block;
	font-size:10px;
	line-height:1.2em;
	color: #0099CC;
}

.labelStyleWrapCommentOne
{
    padding: 2px;
    width: 550px;
    word-wrap: break-word;  
}

.textBoxStyleWrapCommentOne
{
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    color: #0099CC;
    background: #FFFFFF;
    transition: all 100ms ease-in;
    word-wrap: break-word;
    white-space: pre-wrap;
	zoom:1;
    width: 550px;
    height: 60px;
}

.labelStyleWrapCommentTwo
{
    padding: 2px;
    width: 500px;
    word-wrap: break-word;  
}

.textBoxStyleWrapCommentTwo
{
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding: 3px 5px;
    color: #0099CC;
    background: #FFFFFF;
    transition: all 100ms ease-in;
    word-wrap: break-word;
    white-space: pre-wrap;
	zoom:1;
    width: 500px;
    height: 60px;
}

.labelStyleWrapCommentThree
{
    padding: 2px;
    width: 450px;
    word-wrap: break-word;  
}

/*Панель навигации аккардион*/
.acc_trigger 
{    
    cursor: pointer;
	font-size: 14px;
    font-weight: bold;
    color: #0099CC;
    display: block;
    background: #bdeef0;
    border-radius: 2px;
    -moz-transition:0.3s all;
	-webkit-transition:0.3s all;
	-o-transition:0.3s all;
	transition:0.3s all;
	margin: 2px 1px 2px 1px;
	padding: 10px;
}

.active 
{
	background: #FFFFFF;
	color: #0099CC;
}

.container, .acc_container 
{    
    width: 100%;    
	overflow: hidden;
	clear: both;
}

.iconDown
{
    height: 0px;
    width: 0px;
}

/*Карта*/
#map
{
    width: 560px;
    height: 400px;    
}

/*Каптча*/
.captchaStyle
{
    width: 150px;
}

/*Главная*/
.boxTable
{
    border-spacing: 0px;
    text-align: center;
    width: 100%;
    display: table;
}

.boxRow
{    
    display: table-row;
}

.boxRow a, .boxRow a:link, .boxRow a:visited { text-decoration: none; color: #5d5d5d; }
.boxRow a:hover { text-decoration: none; color: #0099CC; }

.boxTop
{
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 5px 5px 0px;
    display: table-cell;
    width: 100%;    
}

.boxTop:hover
{
    background: #FFFFFF;
}

.boxOne span.titleBox
{
    text-transform: uppercase;
    font-weight: bolder;
}

.boxOne span.infoBox
{ 
    text-align: center;    
    margin: 0px;
}

.boxTwo span.titleBox
{
    text-transform: uppercase;
    font-weight: bolder;
}

.boxTwo span.infoBox
{
    text-align: center;    
    margin: 0px;
}

.boxOne { word-wrap: break-word; width: 180px; height: 160px;  padding: 4px; padding-top: 4%; }
.boxTwo { word-wrap: break-word; width: 180px; height: 160px;  padding: 4px; padding-top: 4%; }

.color1 { background: #bdeef0; }
.color2 { background: #bdeef0; }
.color3 { background: #bdeef0; }
.color4 { background: #FF6600; }

/*Добавление фотографий*/
#container
{
    width:100%;
    margin:0px;
    padding:0px;
}

#dragandrop
{
    border: 2px dashed #92AAB0;
    width: 100%;
    height: 100px;
    color: #92AAB0;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    font-size:200%;
}

.progressBar 
{
    width: 100px;
    height: 22px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div 
{
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 22px;
    width: 0;
    background-color: #0ba1b5;
    border-radius: 3px;
}

.statusbar
{
    border-top:1px solid #A9CCD1;
    min-height:25px;
    width:100%;
    padding: 0px;
    vertical-align:top;
}

.statusbar:nth-child(odd)
{
    background:#EBEFF0;
}

.filename
{
    margin-top: 4px;
    display:inline-block;
    vertical-align:top;
    width:250px;
}

.filesize
{
    margin-top: 4px;
    display:inline-block;
    vertical-align:top;
    color:#30693D;
    width:100px;
    margin-left:10px;
    margin-right:5px;
}

.cancel
{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
}

.status
{
    display: none;
    padding: 5px;
    background: #F47063;
    width: 100%;
    color: white;
    margin: 8px 0;
}

/*Фотографии при редактировании*/
.galleryView 
{
    width: 400px!important;
    height: auto!important;
}