@import "tl_assets/style/tl_form_style.css";
@import "tl_assets/calendar/calendar.css";

<!--
html {
  height:100%;
/*  overflow:hidden; */
}

body{
  height:100%;
/*  overflow:hidden; */
  margin:0;
  padding:0;
  background-color: #9F0C14;
}
* {
  font-family: Arial;
}
/* шапка */
div.head {
  height:154px;
  background: url("images/bg-head.gif");
  border: 0px dotted #fff;
}
div.head div.logo {
  margin-left:33px;
}
div.head span.logotitle {
  font-family: Arial;
  color: #DD9A2F;
  font-size:14px;
  font-weight: 150%;
  text-decoration: none;
}
div.head td {
  font-size:12px;
}
/* линейка навигации */
div.topnav {
/*  width:750px; */
  height:33px;
  clear:both;
}
div#nav {
/*  width:750px; */
  text-align:center;
  height:34px;
  padding-top:10px;
}
div#nav a, div#nav td {
  color:#FFA33A;
  font-size:8pt;
  text-align:center;
  text-decoration:none;
}
/* контейнер */
div.conteiner{
  min-width: 790px;
  width: 100%;
  width:expression((documentElement.clientWidth||document.body.clientWidth)<790?'790px':'auto');
}

/* доп навигация */
div.leftnav {
  width:186px;
  float:left;
  margin-top:14px;
  vertical-align: top;
}
div.leftnav div.links {
  width:100%;
/*  background: url("/bitrix/templates/grandhotel/images/left-line-bg.gif"); */
  clear:both;
  margin:0;
}
div.leftnav div.links a, div.leftnav div.links li {
  font-size:12px;
  color: #DD9A2F;
  text-decoration:none;
  line-height: 1.8em;
}
li {
	list-style-image:url(/upload/1star.gif);
}

/* контент */
div.content * {
  color:#7C0007;
}
div.contentblock {
  width:585px;
  float:left;
  background-color: #fff;
  padding:0;
}
div.contentblock ul {
  list-style-image: url("/content/images/1star.gif");
}
div.contentblock div.content select {
  font-size: 12px;
}
div.contentblock div.content h1 {
  font-size: 20px;
}
div.contentblock div.content {
  overflow: scroll;
  overflow-x: visible;
  scrollbar-base-color: #F5F5F5;
  scrollbar-shadow-color: #D3D3D3;
  scrollbar-darkshadow-color: #D3D3D3;
  height: 450px;
  font-size: 12px;
  width:540px;
  padding:0;
  margin-left:12px;
  margin-right:12px;
}
/* подвал */
div.footer {
  height:63px;
  clear:both;
  background: url("/bitrix/templates/grandhotel/images/bg-footer.gif");
}
div.footer td, div.footer a {
  font-size:12px;
  color: #DD9A2F;
  text-decoration:none;
}

/* -------- гостевая сообщения ----------- */
div.message{border-bottom:2px #eee solid; margin:10px; padding:5px;}
div.message div.name{font-weight:bold; display:inline; margin-right:5px;}
div.message div.date{font-style:italic; font-size:.7em;}
div.message div.text{}
div.message a{}

/* -------- блок листания архива ----------- */
div.next_block{
  color:#999;
  font-size:small;
  display:block;
  clear: both;
  margin:10px;
  margin-top:20px;
  border-top:2px solid #eee;
  padding-top:2px;
}
/* ссылки в блоке листания */
div.next_block a.next_page{
  font-size:small;
  color:#36F;
}
div.next_block a.next_page:hover{
  color:#f06;
}
/* индикатор текущей страницы */
div.next_block span.cur_page{
  color:#000;
  font-size:small;
  font-weight: bold;
  text-decoration: underline;
}

.lang-ru-img {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
  background: url("/bitrix/templates/grandhotel/images/lang.gif") top left;
  margin-left: 58px;
  margin-top: 6px;
  z-index: 1000;
  margin-bottom: -8px;
}

.lang-en-img {
  position: relative;
  display: block;
  width: 24px;
  height: 18px;
  background: url("/bitrix/templates/grandhotel/images/lang.gif") bottom left;
  margin-left: 145px;
  margin-top: -25px;
  z-index: 1000;
  margin-bottom: -8px;
}