html {
	height: 100%;
	//min-width: 1000px;
	//width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");
	width:100%;
}
body {
	margin: 0;
	text-align: left;
	FONT: 14px/1.3  tahoma, arial, verdana, sans-serif;
	color:#6e95b0;
	padding: 0;
	background-color: #ffffff;
	//min-width: 1000px;
	//width:expression((document.documentElement.clientWidth || document.body.clienWidth) < 1000? "1000px": "100%");
	width:100%;
    height: 100%;
}
form{
	margin: 0px;
	padding: 0px;
}

table,img{
	border: 0px;
}
input, select{
	//font-size: 14px;
}
h1{
	/*color: #B00000;*/
	font-family: tahoma, arial, verdana, sans-serif;
	margin:0px;
	font-size: 18px;
}
h2{
    font-family: tahoma, arial, verdana, sans-serif;
    margin:0px;
	font-size: 16px;
}
.clear{
    clear:both;
    font-size: 0px;
    height: 0;
}
a {color:#6e95b0}

a:hover {text-decoration:none; color:#720909;}

//a:visited {color:#330000}

DIV a:hover{text-decoration:none;}

DIV{border:0px solid #000}

.button1 {
  background: #eaefff url('../img/but1.png') repeat-x;
  padding: 5px 7px;
  text-decoration: none;
  font-weight:bold;
  outline: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #6e95b0;
  cursor: pointer;
} 

.button1:hover { background: #a0a8bf url('../img/but2.png') repeat-x; color: #af0000;} 

/*MENU*/
ul.menu{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0px;padding-left:0px;margin-top:25px;margin-right:15px;margin-bottom:25px}
ul.menu LI{background: transparent url(../img/m.gif) no-repeat;margin-left:32px;padding-left:10px;margin-top:12px;font-size:15px;font-weight:bold;text-decoration:none;}


ul.menu LI DIV.ull {margin-top:5px;margin-bottom:5px;margin-left:5px;}
ul.menu LI DIV.ull A {font-size:11px;text-decoration:underline;font-weight:normal;}
ul.menu LI DIV.ull A:hover {text-decoration:none; color:#720909;}
ul.menu LI DIV.ull A.hover {padding-top:5px;text-decoration:none; color:#720909;}

ul.menu li a:hover {text-decoration:none; color:#720909;}

ul.menu LI.subelement{
    margin-left: 47px;
    font-size:12px;
}

DIV.text {
	//padding-top:25px;
	//padding-right:100px;
	//padding-bottom:10px
	}
	
DIV.text H1 {color:#720909;font-weight:normal;margin-bottom: 20px;}
DIV.text H2 {margin-bottom: 20px;}
DIV.nav {padding-top:25px;padding-right:100px;}
DIV.nav A {font-size:11px}

DIV.news {
	//padding-right:100px;
	padding-bottom:25px;
	}
DIV.news H1 {color:#a52b45;font-weight:600;}
DIV.news H2 {margin:0px;padding:0px;}
DIV.news IMG {border:1px solid #6e95b0;margin-right:15px;margin-bottom:25px}
DIV.news I {font-style:oblique}
DIV.news TABLE {border-top:1px solid #6e95b0}
DIV.news .news_name {font-weight:bold}

DIV.clauses {
	//padding-right:100px;
	padding-bottom:25px
	}
	
DIV.clauses H1 {color:#a52b45;font-weight:600;}
DIV.clauses H2 {margin:0px;padding:0px;}
DIV.clauses IMG {border:1px solid #6e95b0;margin-right:15px;margin-bottom:25px}
DIV.clauses I {font-style:oblique}
DIV.clauses TABLE {border-top:1px solid #6e95b0}
DIV.clauses .clauses_name {font-weight:bold}

DIV.photo_list h2{margin-top:20px;}
DIV.photo_list {text-align:center;width:30%;height:100%;} /*cib*/
DIV.photo_list_single {text-align:center;width:100%;height:100%;} /*cib*/
DIV.photo_single {text-align:center;width:30%;height:100%;} /*cib*/
#photo_list_col {float:left;width:200px;height:100%;}/*cib*/

DIV.bottom{
    background: url("../img/bg_bottom.gif") repeat-x left top;
    min-height: 75px;
    padding: 1px 0;
    //overflow: hidden;    
    margin-top: -75px;
}

DIV.razd{clear: both;}

.main{
    background: url(../img/bg_middle.gif)  left -147px  repeat-x;
    min-height: 100%;
	height: auto !important;
	height: 100%;
 }
.wrapper{
     min-height: 100%;
	height: auto !important;
	height: 100%;
}

/*TOP1*/
DIV.top {height: 180px;
	width: 100%;
	//background: url(../img/bg_top.gif) repeat-x bottom;
    position: relative;
	-webkit-box-shadow: inset 0px -15px 10px -15px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px -15px 10px -15px rgba(0,0,0,0.3);
    box-shadow: inset 0px -15px 10px -15px rgba(0,0,0,0.3);
	}
	
    .logo{
        height: 116px;
        left: 25px;
        position: absolute;
        top: 36px;
        width: 483px;
    }
    .logo a, .logo .logo_span {
    color: #070707;
    display: block;
    font: 26px Tahoma,Arial,sans-serif !important;
    height: 116px;
    padding: 8px 0 0 118px;
    text-decoration: none;
    width: 365px;
}

DIV.top_left {
	float: left;
	width: 100%;
	margin-right: -468px;
	height:180px;
	background: url(../img/left_logo_new.png) left 1px no-repeat ;
	cursor:hand;
	}
DIV.top_right {
	float: right;
	width: 458px;
	height:180px;
	background: url(../img/right_logo.gif) no-repeat top right}
DIV.top_logo{margin-top:29px;margin-left:44px}
/*//TOP1*/
/* Content */
DIV.content {
    width:100%;
    padding-bottom: 130px;
}

DIV.left_content{
	background: transparent url(../img/body/bg_left_content.gif) no-repeat top right;
    //width:288px;
	width:25%;
	min-height:338px;
	float: left;
}

DIV.right_content{
	//margin-left:322px;
    background: url(../img/body/right_top.gif) no-repeat top right;
	width: 69%;
    float: right;
    padding: 10px 2%;
	}
	
	.right_content img{
		max-width:100%;
		//max-height:auto;
	}
	
DIV.right_content_bottom {
    //background: url(../img/right_bottom.gif) no-repeat bottom right;
    //min-height: 450px;
    //padding-bottom: 80px;
}

.feedback_form{
    font-size: 15px;
    line-height: 1.3;
   padding-left: 5px;
}
.feedback_form .inptext{
    height: 20px;
    line-height: 18px;
    margin: 5px 0;
    font-size: 15px;
    width:150px;
}

.feedback_form .button, .feedback_form .get_shedule{
    height: 25px;
    margin: 5px 0;
    font-size: 15px;
}

.feedback_form .inpselect{
    height: 25px;
    margin: 5px 0;
    font-size: 15px;
    width:286px;
}

.communication_form textarea.inptext
{
    height: 100px;
    width:100%;
    resize:none;
}

.communication_form input, .communication_form textarea{
    margin: 5px 0;
    width: 240px;
}

.communication_form .inpcheckbox, .faq_form .inpcheckbox{
	width:15px;
}

.faq_form textarea.inptext
{
    height: 100px;
    width:100%;
    resize:none;
}

.faq_form .code_input input
{
    width:120px;
}

.comments_form textarea.inptext
{
    height: 100px;
    width:100%;
    resize:none;
}

.equeue_form{
    font-size: 15px;
    line-height: 1.3;
   padding-left: 5px;
}
.equeue_form .inptext{
    height: 20px;
    line-height: 18px;
    margin: 5px 0;
    font-size: 15px;
    width:150px;
}

.equeue_form{
    margin: 5px 0;
    font-size: 15px;
}

.equeue_form .inpselect{
    height: 25px;
    margin: 5px 0;
    font-size: 15px;
    width:286px;
}

.booking_form{
    font-size: 15px;
    line-height: 1.3;
   padding-left: 5px;
}
.booking_form .inptext{
    height: 20px;
    line-height: 18px;
    margin: 5px 0;
    font-size: 15px;
    width:150px;
}

.booking_form{
    margin: 5px 0;
    font-size: 15px;
}

.booking_form .inpselect{
    height: 25px;
    margin: 5px 0;
    font-size: 15px;
    width:286px;
}


.shedule_contaner{
    float: left;
    padding: 5px 6px 5px 12px;
    width: 270px;
}

.shedule_contaner_second{
    width:270px;
    margin: 5px 5px 5px 0;
    float: left;
}


#shedule_contaner table{
    width: 100%;
    border-collapse: collapse;
    border: 1px black solid;

}
#shedule_contaner table td,#shedule_contaner table  th{
    vertical-align: middle;
    height: 30px;
    border: 1px black solid;
    width: 50%;
    text-align: center;
}

#shedule_contaner table td.empty{
    background: #87c80a;
}
#shedule_contaner table td.blocked{
     background: #FB6363;
}


/**/


.eqshedule_contaner{
    float: left;
    padding: 5px 6px 5px 12px;
    width: 270px;
}

.eqshedule_contaner_second{
    width:270px;
    margin: 5px 5px 5px 0;
    float: left;
}


#eqshedule_contaner table{
    width: 100%;
    border-collapse: collapse;
    border: 1px black solid;

}
#eqshedule_contaner table td,#eqshedule_contaner table  th{
    vertical-align: middle;
    height: 30px;
    border: 1px black solid;
    width: 50%;
    text-align: center;
}

#eqshedule_contaner table td.empty{
    background: #87c80a;
}
#eqshedule_contaner table td.blocked{
     background: #FB6363;
}

.bkshedule_contaner{
    float: left;
    padding: 5px 6px 5px 12px;
    width: 270px;
}

.bkshedule_contaner_second{
    width:270px;
    margin: 5px 5px 5px 0;
    float: left;
}

#bkshedule_contaner table{
    width: 100%;
    border-collapse: collapse;
    border: 1px black solid;
}

#bkshedule_contaner table td,#bkshedule_contaner table  th{
    vertical-align: middle;
    height: 30px;
    border: 1px black solid;
    width: 50%;
    text-align: center;
}

#bkshedule_contaner table td.empty{
    background: #87c80a;
}
#bkshedule_contaner table td.blocked{
     background: #FB6363;
}

/**/


.errors{
    color:red;
    margin: 3px 0;
}
.get_shedule{
    display: none;
}
.get_eqshedule{
    display: none;
}
.get_bkshedule{
    display: none;
}
.calendar_table {
    width:170px;
    border-collapse: collapse;
    border: 1px solid black;
}
.calendar_table a{
    text-decoration: none;
    display: block;
    padding: 3px;
    
}
.calendar_table .checked{
    background: #FE6565;
    color:#fff;
}
.calendar_table  tbody{
    display: none;
}

.calendar_table th, .calendar_table td{
    padding: 3px;
    border:1px solid black;
    width:16%;
    text-align: center;
}

/**/

.eqcalendar_table {
    width:170px;
    border-collapse: collapse;
    border: 1px solid black;
}
.eqcalendar_table a{
    text-decoration: none;
    display: block;
    padding: 3px;
    
}
.eqcalendar_table .checked{
    background: #FE6565;
    color:#fff;
}
.eqcalendar_table  tbody{
    display: none;
}

.eqcalendar_table th, .eqcalendar_table td{
    padding: 3px;
    border:1px solid black;
    width:16%;
    text-align: center;
}
/**/

.bkcalendar_table {
    width:170px;
    border-collapse: collapse;
    border: 1px solid black;
}
.bkcalendar_table a{
    text-decoration: none;
    display: block;
    padding: 3px;
    
}
.bkcalendar_table .checked{
    background: #FE6565;
    color:#fff;
}
.bkcalendar_table  tbody{
    display: none;
}

.bkcalendar_table th, .bkcalendar_table td{
    padding: 3px;
    border:1px solid black;
    width:16%;
    text-align: center;
}

/**/
.positioned{
    position: relative;
    width:604px;
    padding-top: 10px;
}
.feedback_text{
    font-size: 15px;
    height: 184px;
    left: 190px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    width: 383px;
}
.feedback_text p{
    margin: 0 0 8px;
}

.his_feedback_params{
    border: 1px solid #000000;
    width:280px;
    min-height:130px;
    float: left;
    margin: 0 5px 10px 0;
    padding-right: 10px;
}

.her_feedback_params{
    border: 1px solid #000000;
    width:280px;
    min-height:130px;
    float:left;
     padding-right: 10px;
}

.his_feedback_params h3,  .her_feedback_params h3{
    margin: 5px auto;
    text-align: center;
    font-weight: normal;
}

.booking_text{
    font-size: 15px;
	position: relative;
}
.booking_text{
    font-size: 15px;
	position: relative;
}
.poseq{
	position: inherit;
}
.posbk{
	position: inherit;
}
.equeue_text p{
    margin: 0 0 8px;
}
.booking_text p{
    margin: 0 0 8px;
}

.his_equeue_params{
    border: 1px solid #000000;
    width:280px;
    min-height:130px;
    float: left;
    margin: 0 5px 10px 0;
    padding-right: 10px;
}

.her_equeue_params{
    border: 1px solid #000000;
    width:280px;
    min-height:130px;
    float:left;
     padding-right: 10px;
}

.his_equeue_params h3,  .her_equeue_params h3{
    margin: 5px auto;
    text-align: center;
    font-weight: normal;
}

.his_booking_params{
    border: 1px solid #000000;
    width:280px;
    min-height:130px;
    float: left;
    margin: 0 5px 10px 0;
    padding-right: 10px;
}

.her_booking_params{
    border: 1px solid #000000;
    width:280px;
    min-height:130px;
    float:left;
     padding-right: 10px;
}

.his_booking_params h3,  .her_booking_params h3{
    margin: 5px auto;
    text-align: center;
    font-weight: normal;
}


.mail_phone_captcha{
    width:500px;
    min-height:130px;
    border: 1px solid #000000;
    margin: 0 auto 5px auto;
    padding: 5px;
}
.confirm{
    width:auto;
    margin: 0 auto 5px auto;
}
.positioned  .infofield{
    display: inline-block;
    width: 125px;
    text-align: right;
     margin-right: 4px;
     vertical-align: middle
}

.positioned .feedback_form_param12 .infofield
{
    display:inline-block;
    width: 160px;
    text-align: left;
}

.positioned  .equeue_form_param12 .infofield{
    display:inline-block;
    width: 160px;
    text-align: left;
}

.positioned  .booking_form_param12 .infofield{
    display:inline-block;
    width: 160px;
    text-align: left;
}

.positioned  .code {
    position: relative;
    margin-left: 74px;
    clear: both;
}

.positioned  .code input{
    //font-size: 14px;
}
.positioned  .code_update {
    left: 131px;
    position: absolute;
    top: 5px;
}
.positioned   .code_input {
   left: 131px;
   position: absolute;
   top: 29px;
   padding: 0;
}

*+html .positioned   .code_input {
   left: 56px;
   position: absolute;
   top: 29px;
   padding: 0;
}
*html .positioned   .code_input {
   left: 56px;
   position: absolute;
   top: 29px;
   padding: 0;
}


.positioned   .code_input  input{
    height: 16px;
    width: 168px;
    margin: 0;
    position: static;
}
.positioned  .code_enter{
    display: none;
}

.positioned  .button{
  background: #eaefff url('../img/but1.png') repeat-x;
  padding: 3px 10px 3px 10px;
  height:33px;
  text-decoration: none;
  font-weight:bold;
  outline: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #6e95b0;
  cursor: pointer;
  margin: 5px auto;
  display: block
}

.positioned  .button:hover{
background: #a0a8bf url('../img/but2.png') repeat-x; 
color: #af0000;
}

.positioned .errors.error{
    text-align: center;
}
.positioned   .inptext{
    height: 20px;
    line-height: 18px;
    margin: 5px 0;
    font-size: 15px;
    width:120px;
}
.feedback_form_param6, .feedback_form_param27, .feedback_form_param14,.feedback_form_param17,
.feedback_form_param18,.feedback_form_param19, .feedback_form_param20, .feedback_form_param21{
    text-align: center;
    margin:3px 2px;
    position: relative;
}

.feedback_form_param10{
    float:left;
    text-align: right;
    width:240px;
    margin:3px 4px;
}
.feedback_form_param27, .feedback_form_param17{
   position: relative;
   width:266px;
}
.positioned .feedback_form_param10 .infofield{
    width:auto;
    margin-right: 4px;
    text-align: left;
}

.feedback_form_param11{
    float:left;
    text-align: left;
    width:240px;
    margin:3px 4px;
}

.positioned .feedback_form_param11 .infofield{
    width:auto;
    margin-right: 4px;
    text-align: left;
}

.equeue_form_param6, .equeue_form_param27, .equeue_form_param14,.equeue_form_param17,
.equeue_form_param18,.equeue_form_param19, .equeue_form_param20, .equeue_form_param21{
    text-align: center;
    margin:3px 2px;
    position: relative;
}

.equeue_form_param10{
    float:left;
    text-align: right;
    width:240px;
    margin:3px 4px;
}
.equeue_form_param27, .equeue_form_param17{
   position: relative;
   width:266px;
}
.positioned .equeue_form_param10 .infofield{
    width:auto;
    margin-right: 4px;
    text-align: left;
}

.equeue_form_param11{
    float:left;
    text-align: left;
    width:240px;
    margin:3px 4px;
}

.positioned .equeue_form_param11 .infofield{
    width:auto;
    margin-right: 4px;
    text-align: left;
}

.booking_form_param6, .booking_form_param27, .booking_form_param14,.booking_form_param17,
.booking_form_param18,.booking_form_param19, .booking_form_param20, .booking_form_param21{
    text-align: center;
    margin:3px 2px;
    position: relative;
}

.booking_form_param10{
    float:left;
    text-align: right;
    width:240px;
    margin:3px 4px;
}
.booking_form_param27, .booking_form_param17{
   position: relative;
   width:266px;
}
.positioned .booking_form_param10 .infofield{
    width:auto;
    margin-right: 4px;
    text-align: left;
}

.booking_form_param11{
    float:left;
    text-align: left;
    width:240px;
    margin:3px 4px;
}

.positioned .booking_form_param11 .infofield{
    width:auto;
    margin-right: 4px;
    text-align: left;
}


.error_code{
    margin-left: 52px;
}

.plases{
    position: relative;
    margin: 0 0 5px;
}

#shedule_contaner  .first_tr th{
    height:71px;
}
#eqshedule_contaner  .first_tr th{
    height:71px;
}
#bkshedule_contaner  .first_tr th{
    height:71px;
}
.dates_contaner{
    margin: 0 0 5px;
}
.positioned h1{
    font-size: 16px;
    margin: 0 auto 10px;
    margin-left: 7px
}
.epositioned h1{
    font-size: 16px;
    margin: 0 auto 10px;
    margin-left: 7px
}
.bpositioned h1{
    font-size: 16px;
    margin: 0 auto 10px;
    margin-left: 7px
}
.paginator{
    margin: 10px 0;
    font-size: 14px;
}
.paginator a, .paginator b{
    margin: 0 3px;
}
/* faq */
/* faq общие классы */
.faq
{
    margin-bottom: 10px;
}
.faq_date
{
    font-weight: bold;
}

.faq_list .faq
{
    margin-bottom: 30px;
}
.faq_list .faq_question
{
    margin-bottom: 6px;
}
.faq_list .faq_answer
{
    margin-left: 10px;
    font-size: 14px;
    color:#000000;
}

.faq_answer
{
    color:#000000;
}


.faq_list .faq_date
{
    margin-top: 10px;
}

.faq_list .faq_cat_link
{
    clear: both;
    padding: 0px 0px 22px 20px;
}

.faq_block .faq_question
{
    font-weight: bold;
}
.faq_form input,.faq_form  textarea{
    margin: 5px 0;
    width: 240px;
}
.faq_form .button{
    width:auto;
}
.contacts p{
    margin: 2px 0;

}
.contacts {
	width:70%;
	float:left;
	font-size: 13px;
    line-height: 1.3;
    font-weight: bold;
}
.bottom_inner{
    padding-top:10px;
    padding-left:1%;
    padding-right:1%;
}
.copyrights {
	float:right;
    font-size: 13px !important;
    font-weight: bold;
}
.copyrights p{
    margin: 5px 0 0;
}

.show_links{
    color:#720909;
    font-size: 14px;
    margin-bottom: 16px;
}
.show_links a{
    color:#720909;
}

.search{
  margin: 0 0 10px 32px;
}

.submit_search{
 background: #eaefff url('../img/but1.png') repeat-x;
  padding: 5px 7px;
  text-decoration: none;
  font-weight:bold;
  outline: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #6e95b0;
  cursor: pointer;
}

.submit_search:hover{
background: #a0a8bf url('../img/but2.png') repeat-x; color: #af0000;
}

.input_search{
    height: 20px;
    padding:  2px;
    margin: 0 0 0 25px;
}

.search input, .search {
    font-size:13px;
    line-height: 1.2;
    
}
.search {
    height: 20px;
    padding:  2px;
    margin: 0;
}
.search {
    height: 26px;
    margin: 0;
    cursor:pointer;
}

.feedback_responce{
    position: relative;
    padding: 20px 20px 0 20px;
    height: 100%;
    background: #fff;
    color:#000;
}
.feedback_print_link{
    position: absolute;
    left:10px;
    top:10px;
}
.feedback_main_link{
    position: absolute;
    left:10px;
    top:30px;
}
.positioned{
    display: none;
    
}

.equeue_responce{
    position: relative;
    padding: 20px 20px 0 20px;
    height: 100%;
    background: #fff;
    color:#000;
}
.equeue_print_link{
    position: absolute;
    left:10px;
    top:10px;
}
.equeue_main_link{
    position: absolute;
    left:10px;
    top:30px;
}


.booking_responce{
    position: relative;
    padding: 20px 20px 0 20px;
    height: 100%;
    background: #fff;
    color:#000;
}
.booking_print_link{
    position: absolute;
    left:10px;
    top:10px;
}
.booking_main_link{
    position: absolute;
    left:10px;
    top:30px;
}

.comments{
    margin: 20px 0;
}
.comments_date{
    margin: 0 0 3px;
}
.comments_text{
   margin: 0 0 16px;
}
.diafan{
    height:40px;
    width:215px;
    font-weight: normal;
    text-align: left;
    font-size: 13px !important;
}
.diafan img {
    float: left;
    margin: 8px 8px 0 0;
}
.diafan a{font-size: 13px !important;}


/* forum */
	input.author_name {width:200px}
	/* forum общие классы */
	.forum_date
	{
		color: #999999;
		font-size:10px;
	}
	.forum_author
	{
		/*font-style:italic;*/
	}
	.forum_author .avatar
	{
		float: left;
		margin: 0px 5px 5px 0px;
		border: 1px solid #ccc;
	}
	.forum_news
	{
		background-color: #FBB2FF;
	}
	.forum_actions
	{
		float: right;
		text-align:right;
	}
	.forum_actions span
	{
		display:none;
		padding: 0px 5px;
	}
	.forum_actions img
	{
		margin: 0px 5px;
	}
	/* forum_list список категорий, тем */
	.forum_add
	{
		background: transparent url(../modules/forum/img/add.gif) no-repeat center left;
		padding: 20px 0px 20px 20px;
	}
	.forum_list
	{
		width: 100%;
		border: 0px;
		border-collapse: collapse;
	}
	.forum_list th
	{
		color: #999;
		font-weight: normal;
		font-size:14px;
		padding: 0px 20px 15px 0px;
		text-align: center;
	}
	.forum_list td
	{
		border: 1px solid #E0E0E0;
		vertical-align: middle;
		padding: 10px 10px 10px 10px;
	}
	.forum_list_answers
	{
		text-align: center;
	}
	
	.forum_list .forum_title
	{
		font-size:14px;
		font-weight: bold;
	}
	.forum_list .forum_category_name
	{
		font-size:1.3em;
		padding-left: 20px;
	}
	.forum_list .forum_news
	{
		font-weight: bold;
		background-color: transparent;
	}
	.forum_list .forum_count{
		text-align: center;
	}
	.forum_new_messages
	{
		padding: 10px 0px;
	}
	.forum_list .forum_last_theme{}
	.forum_list .forum_theme_name
	{
		font-size:1.3em;
	}
	.forum_list .forum_blocked
	{
		color: gray;
	}
	.forum_list .forum_count_message{
		text-align: center;
	}
	.forum_list .forum_author_date{}
	.forum_list .forum_last_user{}
	.forum_list .author{}
	.forum_list .date{}
	.forum_list .forum_actions
	{
		width: 130px;
		height:20px;
	}

	/* forum_search поиск по форуму */
	.forum_search
	{
		text-align: right;
		padding: 10px 0px 20px 0px;
        position: relative;
	}
    .forum_search .inptext{
        position: absolute;
        right: 82px;
        top: 10px;
  }

  .forum_search .button_clear{
    position: absolute;
    right: 5px;
    top: 10px;
    width:70px;
}


	.forum_search .button{}
	.forum_search_result{}
	.forum_category
	{
		padding: 10px;
	}
	.forum_category .forum_author{}
	.forum_category .forum_date{}
	.forum_message
	{
		padding: 10px;
	}
	.forum_message .forum_author{}
	.forum_message .forum_date{}

	/* forum_form форма добавления/редактирования темы */
	.forum_form{}
	.forum_form .inptext{}
	.forum_form .infofield{}
	.forum_form .button{}

	/* message_list список сообщений */
    .forum_message{
        overflow: hidden;
        margin: 0 0 10px;
}
	.forum_message .forum_blocked{}
	.forum_message .forum_actions
	{
		width: 90px;
		height:20px;
	}
	.forum_message .forum_text{}
	.forum_message .quote
	{
		background: #f9f2f2;
		border: 1px solid #c2c0b4;
		padding: 10px;
		margin: 5px 0px;
	}
	.forum_message .code
	{
		background: #f2f9f9;
		border: 1px solid #c2c0b4;
		padding: 10px;
		margin: 5px 0px;
	}
	.forum_message .quote_header
	{
		font-weight:bold;
	}
	.forum_message .code_header
	{
		font-weight:bold;
	}
	.forum_message .forum_author
	{
		font-weight: bold;
	}
	.forum_message .forum_date{}
	.forum_message_level
	{
		padding-left: 30px;
		background: transparent url('../modules/forum/img/arrow.gif') no-repeat 10px 8px;
	}

	/* message_form форма добавления/редактирования сообщения */

	a.forum_dashed_link:link, a.forum_dashed_link:visited
	{
		text-decoration: none;
		border-bottom: 1px dashed !important;
		color: #999999;
		font-style: italic;
		font-size:12px;
	}
	a.forum_dashed_link:hover
	{
		border-bottom: 1px #6e95b0 solid !important;
		font-size:12px;
	}
	a.forum_theme_name:link, 	a.forum_theme_name:visited
	{
		font-size:14px;
	}

	.forum_form{}
	.forum_form .infofield{}
	.forum_form textarea.inptext
	{
		width: 100%;
		height: 100px;
		margin-top: 10px;
	}
	.forum_form .inpfile{}
	.forum_form .attachment_extensions{}
	.forum_form .button{}
	.forum_message_toolbar
	{
		margin: 10px 0px 0px 0px;
	}
	.bbutton
	{
		border: 1px solid #ccc;
		margin: 1px;
		padding: 2px;
	}
	.bbutton:hover
	{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
		-moz-opacity: 0.6;
	}
    .forum_block{
        padding:5px 0 1px;
    }
    .forum_block a{
        color:#8f0808;
    }
    .forum_block  .forum_theme{
        margin: 0 0 10px 0;
        padding: 0 0 8px 0;
        border-bottom: 1px solid #d3d3d4;
    }
    .forum_block  .forum_name{
        margin: 0 0 5px 0;
    }
    .forum_block  .forum_author{
        font-style: italic;
        font-size: 11px;
        color:#717171;
    }

    .show_all{
        text-align: right;
        padding: 0 8px 0 0;
        //background: transparent url('../img/link_marker.gif') right 7px no-repeat ;
        background: transparent;
    }
    .photo_table{
        width: 100%;
        border-collapse: collapse;
    }
    .photo_table td{
        width: 50%;
        padding: 0 0 15px 0;
        vertical-align: top;
}



div.eq_captcha {
//	display:none;
	text-align:center;
	width:100%;
	//font-size:14px;
}

div.eq_navi {
	padding: 10px 10px 10px 10px;
	//font-size: 12px;
	border: 1px solid;
}
div.eq_navi a {
	text-decoration: none;
	border-bottom:none;/* 1px dashed !important;*/
}

div.eq_navi a:hover {
	color:#720909;
}

div.eq_navi a.navi_current {
	color:#990000;
 	font-weight: bold;
	border-bottom: 1px solid !important;
}

div.eq_navi a.navi_used {
/*	color:#000099;*/
/* 	font-weight: bold;*/
	border-bottom: 1px dashed !important;
}

div.service_list {
	position: inherit;
}

.equeue_service_list {
	//font-size: 14px;
	border: 0px;
}

.equeue_service_list td
{
	//font-size: 14px;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}

.equeue_service_list_point {
	//font-size: 14px;
}

.equeue_service_list_point_selected {
	//font-size: 14px;
	//background:#FFF2D2;
	background:#EAEFFF;
}

.equeue_place_list {
	//font-size: 14px;
	border: 0px;
}

.equeue_place_list td
{
	//font-size: 14px;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}

.equeue_place_list_point {
	//font-size: 14px;
}

.equeue_place_list_point_selected {
	//font-size: 14px;
	/*background:#DDFFDF;*/
	background:#EAEFFF;
}

.equeue_calendar_list {
	border: 0px;
	width: 100%;
}

.equeue_calendar_list a {
	text-decoration:none;
	border-bottom: 1px dashed !important;
}

.equeue_calendar_list a.svobodno {	
	display: block;
    float: left;
    padding: 7px 2px;
    border: 1px solid #E0E0E0 !important;
    margin: 2px;
    background-color: #99fb9e;	
}

.equeue_calendar_list td
{
	//font-size: 14px;
	//border: 1px solid #E0E0E0;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
}

.equeue_calendar_list td.except_day
{
	background:#FCADAD;
}

.equeue_calendar_list td.holi_day
{
	background:#C9C1FE;
}

.equeue_calendar_list td.online_day
{
	background: #F2F9FD;
	line-height:1.5;
}

.equeue_calendar_list td.header
{
	//font-size: 14px;
	background:#00ADEF;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #fff;
}

.equeue_persa_list {
	border: 0px;
	margin: 4px 4px 4px 4px;
}

.equeue_persa_list td
{
	//font-size: 14px;
	vertical-align: middle;
	text-align: center;
	padding: 4px 4px 4px 4px;
}

.equeue_persa_list_point {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	width: 200px;
}

.equeue_persa_list_input{
	text-align: left;
	width: 200px;
}

.equeue_persa_input input{
	width: 200px;
    margin: 0;
	//font-size: 14px;
}

.equeue_persa_input_button{
	cursor: 'hand';
}

.cal_prev_week {
	text-align:center;
	//font-size: 14px;
}

.cal_next_week {
	text-align:center;
	//font-size: 14px;
}

.eq_button{
  background: #eaefff url('../img/but1.png') repeat-x;
  padding: 5px 15px;
  text-decoration: none;
  font-weight:bold;
  outline: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #6e95b0;
  cursor: pointer;
  margin-top: 10px;
}

.eq_button:hover{
	background: #a0a8bf url('../img/but2.png') repeat-x; 
                color: #af0000;
}


.eq_snext {
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.eq_splace {
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.eq_spersa {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.selected_stuff table td {
	border: 0px;
	//font-size:14px;
}

.selected_stuff table td.stuff {
	font-weight:bold;
}

.persa_error {
	//text-align:center;
	color:#CC0000;
	padding:10px;
}

.godmode {
	font-weight:bold;
	text-align:center;
	color:#CC0000;
}

.equeue_agree_list {
	//font-size: 14px;
}

.equeue_agree_list_point{
	//font-size: 14px;
	background:#00ADEF;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	color: #fff;
}

.equeue_agree_value {
	//font-size: 14px;
	background:none;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
}

.agreement {
	//font-size: 14px;
}

.agree_error {
	//font-size:14px;
	text-align:center;
	vertical-align:middle;
	color:#FF0000;
	font-weight:bold;
	display:none;
}

span.equeue_grey_time {
	text-decoration:line-through;
	color:#999999;
	display: block;
    float: left;
    padding: 7px 2px;
    border: 1px solid #E0E0E0;
    margin: 2px;
    background-color: #FCADAD;
}

div.equeue_loading_bar {
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	display: none;
}

div.bk_captcha {
//	display:none;
	text-align:center;
	width:100%;
	//font-size:14px;
}

div.bk_navi {
	padding: 10px 10px 10px 10px;
	//font-size: 12px;
	border: 1px solid;
}
div.bk_navi a {
	text-decoration: none;
	border-bottom:none;/* 1px dashed !important;*/
}

div.bk_navi a:hover {
	color:#720909;
}

div.bk_navi a.navi_current {
	color:#990000;
 	font-weight: bold;
	border-bottom: 1px solid !important;
}

div.bk_navi a.navi_used {
/*	color:#000099;*/
/* 	font-weight: bold;*/
	border-bottom: 1px dashed !important;
}

.bknavihead td {
	border: 1px solid #6E95B0 !important;
	background:#00ADEF;
	font-weight:bold;
	color: #fff;
}

.bknavihead td a {
	color: #EBE8FF;
}

div.service_list {
	position: inherit;
}

.booking_service_list {
	//font-size: 14px;
	border: 0px;
}

.booking_service_list td
{
	//font-size: 14px;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}

.booking_service_list_point {
	//font-size: 14px;
}

.booking_service_list_point_selected {
	//font-size: 14px;
	background:#EAEFFF;
}

.booking_place_list {
	//font-size: 14px;
	border: 0px;
}

.booking_place_list td
{
	//font-size: 14px;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
}

.booking_place_list_point {
	//font-size: 14px;
}

.booking_place_list_point_selected {
	//font-size: 14px;
	background:#EAEFFF;
}

.booking_calendar_list {
	border: 0px;
}

.booking_calendar_list a {
	text-decoration:none;
	border-bottom: 1px dashed;
}

.booking_calendar_list td{
	//font-size: 14px;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

.booking_calendar_list td.except_day
{
	background:#FFD5D5;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align: middle;
}

.booking_calendar_list td.holi_day
{
	background:#EBE8FF;
}

.booking_calendar_list td.online_day
{
	background:#D7FFD9;
	line-height:1.5;
	width:20px;
	height:20px;
	text-align:center;
	vertical-align: middle;
}

.booking_calendar_list td.bkheader
{
	//font-size: 14px;
	background:#EBE8FF;
	border: 1px solid #E0E0E0;
	vertical-align: middle;
	text-align: center;
	padding: 10px 10px 10px 10px;
	font-weight:bold;
}

.booking_calendar_list td.bkinvis
{
	border:0;
	padding:0;
	margin:0;
	font-size:9px;
}

a.bka_cal_choose_date
{
	display:none;
}

.booking_persa_list {
	border: 0px;
	margin: 0px 1% 20px 1%;
width: 48%;
display: block;
float: left;
max-width: 350px;
}

.booking_persa_list td
{
	//font-size: 14px;
	vertical-align: middle;
	text-align: center;
	padding: 4px 4px 4px 4px;
}

.booking_persa_list_point {
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	//width: 100px;
	width: 30%;
	white-space:nowrap;
	text-align: left !important;
}

.booking_persa_list_point_header {
	font-weight:bold;
	background:#00ADEF;
	border: 1px solid #E0E0E0;
	width: 100%;
	color:#fff;
}

.booking_persa_list_cont {
}

.teltbl{
	display:inline-table;
	clear:both;
}

.teltbl input{
	width:85% !important;
}

.booking_persa_list_input{
	text-align: left;
	width: 150px;
}

.booking_persa_input input{
	width: 100%;
    margin: 0;
	//font-size: 14px;
}

.booking_persa_input_button{
	cursor: 'hand';
}

.bk_button{
  background: #eaefff url('../img/but1.png') repeat-x;
  padding: 5px 15px;
  text-decoration: none;
  font-weight:bold;
  outline: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #6e95b0;
  cursor: pointer;
  margin: 10px auto;
}

.code_input{
	padding: 10px 0;
}

.code{
	padding-top:10px;
}

.bk_button:hover{
	background: #a0a8bf url('../img/but2.png') repeat-x; 
                color: #af0000;
}

.bk_snext {
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.bk_splace {
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.bk_spersa {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear:both;
	width:100%;
}

.booking_agree_list {
	//font-size: 14px;
}

.booking_agree_list_point{
	//font-size: 14px;
	background:#00ADEF;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
	color: #fff;
}

.booking_agree_value {
	//font-size: 14px;
	background:none;
	border: 1px solid #E0E0E0;
	vertical-align: top;
	padding: 4px 4px 4px 4px;
}

span.booking_grey_time {
	text-decoration:line-through;
	color:#999999;
}

div.booking_loading_bar {
	width:100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	display: none;
	white-space:nowrap;
}

div.booking_online_cell {
	float:left;
	margin:1px;
	background:#D7FFD9;
	border: 1px solid #E0E0E0;
}

div.booking_offline_cell {
	float:left;
	margin:1px;
	background:#FFD5D5;
	border: 1px solid #E0E0E0;
}

div.booking_online_cell table tr td {
	border:0;
	margin:0;
	padding:0;
	width:30px;
	height:30px;
}

div.booking_offline_cell table tr td {
	border:0;
	margin:0;
	padding:0;
	width:30px;
	height:30px;
}

		.bktooltip {
			border-bottom: 1px dotted #000000; outline: none;
			cursor: help;
			text-decoration: none;
			position: relative;
		}
		.bktooltip span {
			margin-left: -999em;
			position: absolute;
			color:#000000;
		}
		.bktooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute;
			left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 350px;color:#000000;
		}
		.bktooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
			color:#000000;
		}
		.bkclassic { padding: 0.8em 1em; }
		.bkcustom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.bkclassic {background: #FFFFFF; border: 1px solid #000000; }

.bkhighlight2 { font-weight: bold; background: #dde }

.link_nav {
  display:none;
}

.link_nav:before {
  
}

.logomobile{
    display: block;
    float: left;
    padding: 0 20px 0 0;
}

.responsive{
	overflow-x:scroll;
}

#h-f2{
	display:none;
}

#uhvb{
	margin:20px;
	text-align:center;
	display:block;	
}

#uhvb a{
	color:#000 !important;
	text-decoration:none;
}

/*----------------------------------------RESPONSITIVE-----------------------------------------*/

@media only screen and (max-width:950px) {
	.search{
		display:none;
	}
}

@media only screen and (max-width:767px) {
	
	#hpvgd{
	//position:relative !important;
	bottom: 0;
     z-index: 0 !important;
	}
	
	.h-ldiv{
	padding: 2px 10px 2px 0px !important;
	}
	
	.h-rdiv {
    padding: 2px 10px 2px 0px !important;
    margin-left: 0 !important;
    }
	
	#h-f{display:none;}
	#h-f2{display:block;}
	
	.logomobile{
	padding: 0 10px 0 0;
	height: 70px;
    }
	
	.logo {
    height: 70px;
    position: relative;
	left:10px;
	top: 10px;
	width: 320px;
	}
	
	.logo .logo_span, .logo a {
    font: 18px Tahoma,Arial,sans-serif !important;
    height: 70px;
    padding: 0;
	width: 320px;
	}
	
	.top {
    height: 85px !important;
	background: url("../img/bg_bottom.gif") repeat-x top left !important;
	background-size: cover;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	}
	
	.nav {
     padding-top: 5px !important;
	}
	
    .left_content{
		width:250px !important;
		position:fixed;
	    margin:0;     
        right:-250px;
	}
	
	.right_content{
		width: 96% !important;
		overflow-x:hidden;
		background:none !important;
	}
	
	.bottom{width: 100%;}
	
	.contacts, .copyrights {
	width:100%;
	text-align:center;
	}
	
	.diafan, .top_left, .top_right{display:none;}
	
	 .js .link_nav {
	background: #00ADEF !important;    
    display: block;
    //position: relative;
	//float: left;
    padding: 10px;
    position:fixed;
    right:15px;
    top: 25px;
    margin: 0 0 0 -1px;
   
    border:1px solid #666;
    border:1px solid rgba(0,0,0,0.6);
	border-radius: 3px;
    //border-left: 0 none;    
    z-index: 100;    
    
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
  }
  
  .bar {
    display: block;
    width: 18px;
    margin-bottom: 3px;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
  }
  
  .js .menu_main > ul {
    position:fixed;
	margin:0;
    width:250px;
    right:-250px;
    top:0;
    margin-right:-1px;        
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;	
	background: transparent;
    height: 100%;
  }  
  
  .js .menu_main ul li {
    display:block;
    text-align:left;
	margin: 0;
	//padding:10px;
    background: none;    
  }
  
  .js .menu_main ul li.subelement {
    padding-left: 15px !important;
  }
  
  .js .menu_main ul li.current {
    padding: 10px;
	color:#FF0;
  }
  
   .js .menu_main ul li:hover {
	   background:#6E95B0;
   }
  
   .js .menu_main ul li a{ 
  text-decoration: none;
  display: block;
  padding: 10px;
  color:#fff;
   }
   
   .js .menu_main ul li a:hover{
	   color: #fff;
   }
  
  /* Second level menu */
  .js .menu_main ul ul {
    display:block;
    margin-left:1.5em;
    position:static;
  }  
  
  .js .top,
  .js .content,
  .js .bottom {
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;
    -ms-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
  }  
  
  /* Navigation is opened */
  .mobile_nav .main {
    overflow-x: hidden;
    //width:100%;
  }
  .mobile_nav .top,
  .mobile_nav .content,
  .mobile_nav .bottom {
    margin-left: -250px;
  }
  
  .mobile_nav .menu_main > ul {
    display:block;
    top:0;
    right:0;
    width:250px;
	overflow-y: scroll;
	background: #00ADEF;
	border-left:1px solid #666;
    border-left:1px solid rgba(0,0,0,0.6); 
	-webkit-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: -2px 0px 10px 0px rgba(0,0,0,0.5);
}

 .mobile_nav .menu_main > ul li{
border-bottom:1px solid #666;
border-bottom:1px solid rgba(0,0,0,0.6);
}
  
  .mobile_nav .link_nav {
    right: 260px;
	//position:fixed;
	//padding:10px;
  }
 	
  .ppt{
	 display:none !important;
  }
  
  .communication_form input,  .communication_form textarea, .faq_form input, .faq_form textarea {
    margin: 5px 0 15px 0;
}  
  .DynarchCalendar-topCont{
	  left:150px;
  }
}

@media only screen and (max-width:600px) {
	
.booking_persa_list {
margin: 10px 0;
width: 100%;
max-width: 100%;
display:inline-table;
}

.booking_persa_input_button, .equeue_persa_input_button{
	display:none;
}

.teltbl input{
	width:100% !important;
}

.equeue_persa_list {
	width:100%;
}

.equeue_persa_list_point {
    width: 30%;
}

.equeue_persa_input input {
    width: 100%;
}

}

@media only screen and (max-width:480px) {
	.bottom {
    background-size: cover !important;
	}
}

@media only screen and (max-width:385px) {
	
   .logomobile{
	//display:none;
	}

.logo, .logo .logo_span, .logo a {
    width: 270px;
}

	.logo .logo_span, .logo a {
    font: 15px Tahoma,Arial,sans-serif !important;
	}
	
#photo_list_col {
    width: 100%;
}

}

@media only screen and (max-width:330px) {
	
	.logo, .logo .logo_span, .logo a {
    width: 235px;
}
	
   .logomobile{
	display:none;
	}

	.logo .logo_span, .logo a {
    font: 17px Tahoma,Arial,sans-serif !important;
	}

}

