body {
  font-family: Tahoma, Verdana, Helvetica, Sans Serif;
  font-size: 0.8em;
  text-decoration: none;
  color: #323533;
  margin: 0px;
  padding: 0px;
  background-color: White;
}
#main-wrapper {
	padding: 0px;
	max-width: 1500px;
	position: relative;
	margin: 0px auto;
	width: expression(document.body.clientWidth > 1550 ? '1500px' : 'auto');
	font-size: 16px;
}
#error-page {
	margin-top: 20px;
}
#error-page h1 {
	margin-bottom: 25px !important;
	font-size:18px !important;
}
#error-page p.first {
	margin-top: 25px !important;
}
.orderSubmit {
        background-image: url(../img/sys-r/order.gif);
        border: 0px solid #C1C1C1;
        font-size: 10px;
        font-family: Verdana,Tahoma, sans-serif;
        font-weight: normal;
        color: #666666;
        height:21px;
        width: 148px;
        }
a {
  font-size: 1em;
  color: #32548D;
  text-decoration: underline;
}

a:hover {
  color: #094220;
  text-decoration: underline;
}

br {
  font-size: 11px;
}

img {
  border: none;
}


DIV#langswitch {
  position: absolute;
  text-align: right;
  top: 5px;
  right: 14px;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #4E5966;
  font-weight: bold;
}

DIV#langswitch a {
  font-weight: normal;
  color: #4E5966;
  text-decoration: underline;
}



DIV#mainmenu {
  position: absolute;
  top: 147px;
  width: 40%;
}

#mainmenu ul {
  font-family: Tahoma;
  font-size: 11px;
  color: white;
  display: block;
  margin-left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}


#mainmenu ul li {
  background-image: url(../img/sys/mainmenubullet.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  line-height: 15px;
}



#mainmenu ul li a {
  color: white;
  text-decoration: none;
}

#mainmenu ul li a:hover {
  color: white;
  text-decoration: underline;
}


/**
 * Дальнейшее не относится к макету, добавлено здесь, так как данный css грузится для всех дизайнов
 */
.room-price {font-size:102%; color:#555555; font-weight:bold}
#promo div.p p {

	font-size:1em;

}
.find_hotels:hover {
	outline: 1px solid #FF0000;
}
a.price_calc_btn,a.price_table_btn,a.price_calc_btn {
	cursor:pointer;
    display:block;
    height:40px;
    width:144px;
    background-repeat:no-repeat;
	vertical-align:top;
	text-decoration:none;
	margin-top:5px;
}
#price_calc_btn_ru {
	float:left;
	background-image:url('../img/price_calc.gif');
	margin-left:30px;
	margin-right:15px;
}
#price_calc_btn_en {
	float:left;
	background-image:url('../img/price_calc_en.gif');
	margin-left:30px;
	margin-right:15px;
}
#price_table_btn_ru {
	float:left;
	background-image:url('../img/price_table.gif');
}
#price_table_btn_en {
	float:left;
	background-image:url('../img/price_table_en.gif');
}
#price_req_btn_ru {
	float:left;
	background-image:url('../img/prices_req.gif');
	margin-left:15px;
}
#price_req_btn_en {
	float:left;
	background-image:url('../img/prices_req_en.gif');
	margin-left:15px;
}
.clear {
	clear:both;
	height:15px;
	line-weight:1px;
	/*Хак для ie */
	//height:1px;
}
.reg-bolder {
	font-weight:bolder;
	color:#323533 !important;
}
.reg-bolder-nc {
	font-weight:bolder;
}
div.city_hotels_header {
	margin:10px 0px 10px 0px;
	color:#014E87;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
}

.sidebar-news-header-link {
	display:block;
	margin-bottom:5px;
	font-weight:bolder;
	font-size:1em;
}
.sidebar-news-header-link:hover {
	text-decoration:underline;
}
/**
 * Вывод конкретной новости
 */
.cur_news_header {
	text-align:left;
}
.cur_news_content {
	margin:10px 0px 0px 35px;
	padding-top:5px;
	margin-right:15px;
}
.cur_news_footer {
	font-style:italic;
}
.bolder-text {
	font-weight:bolder;
}

/*
 * Таблицы с прайсами
 */
ul.ui-tabs-nav {
	margin-top: 0 !important;
	height: 30px;
}
ul.ui-tabs-nav li {
	list-style: none !important;
	list-style-image: none !important;
	margin-bottom: 1px !important;
}
.ui-tabs div.price-season {
	padding: 5px 0 5px 0;
}
div.price-season table {
	width: 100%;
	border:none;
	font-size: 11px;
	font-family: Tahoma,Verdana,Helvetica,Sans Serif;
}
div.price-season table td {
	text-align: center;
	vertical-align: top;
}
div.price-season table th {
	background-color: #c8eac9;
	font-weight: bolder;
}
div.price-season table td {
	background-color: #f3f8ff;
} 
div.price-season table a {
	color: #32548D;
}
div.price-season table a:hover {
	color: #094220;
}
/*
 * Транспорт
 */
#transp-prices-tabs {
	width: 97%;
	//width: 100%;
	margin: 10px 16px 10px 16px;
}
#transp-prices-header {
	margin-top:10px;
	padding-bottom:10px;
	font-weight:bolder;
	font-size:14px;
	color:#182B42;
	text-align:center;
	text-transform:uppercase;
}
div.transp-season table td.service-name {
	width: 10%;
	text-align: left;
}


/*
 * Экскурсии
 */
#excs-prices-tabs {
	margin: 10px 16px 10px 16px;
}
#excs-prices-tabs  td.exc-name, #excs-prices-tabs  td.holiday {
	text-align:left;
}
#excs-prices-tabs  th {
	white-space: nowrap;
}
#excs-prices-tabs  th.wrap {
	white-space: normal;
}

/*
 * Гостиница
 */
div#hotel-desc {
	font-size: 0.8em;
    margin-left: 15px;
    margin-right: 20px;
    margin-top: 0;
}
div#hotel-desc p {
	font-size: 1em;
}
div#hotel-desc  ul {
	margin-top: 0;
}
div#hotel-desc  ul li {
	font-size: 0.8em;
}
div#hotel-desc h2 {
	margin-top: 0;
}
div#hotel-desc img.imghotel
{
	margin-left: 15px;
}
#hotel-prices-req {
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 72px;
	margin: 10px 9% 17px 15px;
	background: url("../img/alert48.gif") no-repeat scroll 10px center transparent;
	color: red;
}
#hotel-prices-req .title {
	padding-bottom: 10px !important;
	font-weight:bolder;
}
#hotel-prices-req p{
	padding:0 !important;
	margin:0 !important;
}
.announces {
	margin-bottom: 15px;
}
.announce {
	margin-left: 15px;
    margin-right: 20px;
}

/**
 * Социальные сети
 */
#social {
	height: 34px;
	font-size: 12px;
	text-align: left;
	padding-bottom: 30px;
	padding-left: 10px;
	white-space: nowrap;
}
#social .text {
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	color: #32548D;
	font-weight: bold;
}
#social .slinks {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#social .slinks li {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	list-style: none;
}
#social .slinks a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('../img/socials.png') no-repeat transparent 0 0;
}
#social .slinks .facebook a {
	background-position: -1px 0;
}
#social .slinks .vk a {
	background-position: -29px 0;
}
#social .slinks .linkedin a {
	background-position: -57px 0;
}

/**
 * Jquery UI
 */
body .ui-datepicker {
	font-size: 1em;
}
body .ui-datepicker-trigger {
    cursor: pointer;
    margin: 3px 0 0 5px;
}
body .ui-dialog  {
	font-size: 1em;
}
.ui-dialog  .dialog-content {
	
	font-family: Tahoma,Verdana,Helvetica,Sans Serif;
}

 
/**
 * Запрос цен
 */
#prices-req-dialog {
	display: none;
}
#prices-req-dialog .dialog-title {
	display: none;
}
#prices-req-dialog  .dialog-content {
	//padding: 1px 0 1px 0;
}
#prices-req-dialog table {
	margin: 10px 0 20px;
	border: 1px solid #CCCCCC;
    width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
	font-size: 0.9em;
}
#prices-req-dialog table th , #prices-req-dialog table td {
	padding: 1em;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
#prices-req-dialog table th {
	background: none repeat scroll 0 0 #F5F5F5;
    font-weight: bolder;
}
#prices-req-dialog table td {
	background: none repeat scroll 0 0 #FFFFFF;
}
#prices-req-dialog .total-row td {
	background: none repeat scroll 0 0 #F5F5F5;
}
#prices-req-dialog table .total {
	font-weight: bolder;
	text-align: right;
}
#prices-req-dialog .bolder {
	font-weight: bolder;
}


/**
 * Карточка гостиницы (цены)
 */
#prices-loader {
    margin-top: 8px;
}
#rooms-prices {
    color: #555555;
    font-size: 102%;
}
#rooms-prices th {
   background: #c8eac9;
   font-weight: bolder;
   color: #323533;
}
#rooms-prices td {
    height: 28px;
    background: #f3f8ff;
}
#rooms-prices  .price, #rooms-prices .breakfast, #rooms-prices  .action {
    text-align: center;
}
#rooms-prices .name {
    color: #323533;
    font-size: 101%;
}
#rooms-prices  .price {
    font-weight: bolder;
}
#rooms-prices  .room-loader {
    display: none;
    margin: 0 0 -5px 7px;
}

/**
 * Услуги гостиницы, номера
 */
.add-servs {
    width: 95%;
    margin: 0 auto;
 }
.add-servs th {
    background: #C8EAC9;
}
.add-servs td {
    background: #F3F8FF;
}
.add-servs .cat td {
    font-weight: bolder;
}
.add-servs .av {
    width: 18%;
    text-align: center;
}
.add-servs .name {
    width: 45%;
    background: #E8FBE9;
}


#pageheader h1 {
    font-size: 1.1em;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 7px;
    margin-right: 20px;
    font-weight: normal;
    color: #182B42;
    font-family: Tahoma;
    text-transform: uppercase;
}

/**
 * Общее
 */
.nobrer-text {
	white-space: nowrap;
}

/**
 * Список гостиниц
 */
.h-list {
	padding-left: 25px;
}
.h-list .hotel {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #DADADA;
	-webkit-border-radius:10px; 
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
	padding: 7px;
}
.h-list .hotel table {
	width: 100%;
}
.h-list .hotel .photo {
    height: 128px;
    width: 135px;
}
.h-list .hotel .photo img {
	border-radius: 5px 5px 5px 5px;
    height: 128px;
    width: 128px;
}
.h-list .hotel h2 {
	font-size: 16px;
	font-weight: normal;
}
.h-list .hotel .body {
	vertical-align: top;
	padding-left: 5px;
}
.h-list .hotel .body h2 {
    margin: 5px 0 8px 0;
}
.h-list .hotel .body p {
	padding-left: 0 !important;
	margin-left: 0 !important;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.hotel .price {
    text-align: center;
    width: 150px;
	vertical-align: top;
	padding-top: 10px;
}
.hotel .price .text {
	font-size: 11px;
}
.hotel .price .sum {
	font-size: 18px;
	margin: 8px 0 10px 0;
	font-weight: bolder;
}


/**
 * Гостиницы по метро (новая версия)
 */
#metro-map-c {
	width: 610px;
	margin: 0 auto;
}
#metro-map-c img{
	border:0
}
#m-cur-inner {
	position: relative;
	height: 20px;
	line-height: 20px;
}
#m-cur-inner .tooltip {
	display: block;
	width: 110px;
	height: 20px;
	padding-left: 5px;
	background: #eeeeee;
	border: 1px solid #666666;
	position: absolute;
	bottom: 10px;
	right: -120px;
	font-size: 11px;
	color:#000000 !important;
}
.g-hidden #m-cur-inner {
	display: none;
}
.b-metro{
	position:relative;
	width:100%;
}
.b-metro .cursor {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:0;
	height:0;
	line-height:0;
	border-top:1px solid black;
}
.g-hidden{
	display:none!important;
}
.g-hand {
	cursor:pointer;
}

#m-lines-list {
	margin: 20px 0 20px 30px;
	font-size: 12px;
}
#m-lines-list  .m-line-sts {
	display: inline-block;
	//display: inline;
	zoom:1;
	vertical-align: top;
	width: 200px;
	margin: 0 0 20px 0; 
}
#m-lines-list  .m-line-sts .line-name {
	width: 90%;
	margin-bottom: 5px;
	font-weight: bolder;
}
#m-lines-list  .m-line-sts .line-st {
	line-height: 24px;
}


/*
 * Ссылки на гостиницы по городам справа
 */
#hotels-cat-right {
	font-size: 0.8em;
	padding: 5px 10px 0 10px;
	zoom:1;
	width:220px;
}
#hotels-cat-right .hotels-block {
	display: inline-block;
	width: 235px;
	height: 120px;
	margin-bottom: 15px;
	vertical-align: top;
	text-align:left;
	cursor: pointer;
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px dashed #DADADA;
	padding: 0 0 8px 15px;
}
#hotels-cat-right .last {
	padding-right: 0;
	border-bottom: none;
}
#hotels-cat-right .city-link {
	display: block;
	margin-bottom: 7px;
}
#hotels-cat-right .hotels-block .img {
	width: 60px;
	height: 60px;
	margin-right: 12px;
	float :left;
	border: 1px solid silver;
    padding: 3px;
	//padding-bottom: 0;
}
#hotels-cat-right .hotels-block .stars-cont {
	float: left;
	white-space: nowrap;
}
#hotels-cat-right .last .stars-cont {
	margin-top: 15px;
}
#hotels-cat-right .stars-img {
	margin-bottom: 5px;
}
#hotels-cat-right .metro-link {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	clear: both;
}
#hotels-cat-right .metro-link .metro-img {
	margin: 0 0 -2px 5px;
}
#hotels-cat-right .clear {
	height: 5px;
}


/*
 * Поиск гостиницы справа
 */
#search-hname-right {
	padding: 5px 0 20px 15px;
	text-align: center;
}
#search-hname-right #hname-s-name {
	width: 250px;
}
#search-hname-right #hname-s-smbt {
	margin-top: 10px;
	background-color: #15D383;
    border-style: outset;
    color: #FFFFFF;
    font-weight: bold;
    width: 140px;
}
#search-hname-right input[type="text"] {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    display: block;
    float: left;
    height: 18px;
    padding: 2px 4px;
    text-align: left;
}


/*
 * Общее
 */
.bolder-text {
	font-weight: bolder;
}
.stars-img {
	display: block;
	background-image: url("../img/stars.png");
    height: 16px;
    width: 97px;
	background-repeat: no-repeat;
}
.star5 {
    background-position: 0 -63px;
}
.star4 {
    background-position: 0 -42px;
}
.star3 {
    background-position: 0 -21px;
}

ul.ui-autocomplete {
	max-height: 250px;
	overflow-y: scroll;
	border-radius: 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0;
	padding: 0;
	border-top: none;
	z-index: 999 !important;
	overflow-x: hidden;
}
.ui-autocomplete, .ui-menu-item {
	font-size: 13px;
	font-family: Tahoma, Verdana, Helvetica, Sans Serif;
}
ul.ui-menu li.ui-menu-item a {
	display: block;
    font-weight: 400;
    min-height: 0;
	line-height: 15px;
	padding: 6px 3px;
	 text-decoration: none;
	border-radius: 0;
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	-o-border-radius: 0;
}
ul.ui-menu .ui-state-focus, ul.ui-menu .ui-state-hover, ul.ui-menu .ui-state-active  {
    background: #F0F0F0;

	
}


  #new-welt-wrap {
            width: 96%;
            margin-left:20px;
            
        }

 #new-welt-wrap  .right-text ul li{
            list-style-type:disc;
            list-style-image: none;
            font-size: 12px;
        }

        .line-item-big {

            width: 100%;
            height: 156px;
            border-radius: 20px;

        }

        .line-item-big ul {
            font-size: 12px;
        }

        .line-item-inner {
            width: 280px;
            height: 156px;
            border-radius: 20px;
            border: 1px solid gray;

            float: left;
            margin-right: 30px;
            color: black;
            font-family: Verdana, Arial, serif;
            text-align: center;
            font-weight: bold;

        }

        #new-welt-wrap .item1 {
            background: #d0e3e9;

        }

        #new-welt-wrap .block1 {
            background: #4bacc6;
            line-height: 151px;
        }

        #new-welt-wrap .item2 {
            background: #cfefe5;


        }

        #new-welt-wrap .block2 {
            background: #49d1a3;
            line-height: 18px;       

        }

        #new-welt-wrap .block2 div {
            padding-top: 62px;
        }

        #new-welt-wrap .item3 {
            background: #cef1d1;

        }

        #new-welt-wrap .block3 {
            background: #47dc57;

            line-height: 20px;
            font-size: 16px;
        }

        #new-welt-wrap .block3 div {
            padding-top: 47px;

        }

        #new-welt-wrap .item4 {
            background: #e2f6ce;

        }

        #new-welt-wrap .block4 {
            background: #8de646;
            line-height: 153px;
        }

        #new-welt-wrap .item5 {
            background: #f9f5cf;
            
            padding: 1px;

        }

        #new-welt-wrap .block5 {
            background: #EEEF46;
            line-height: 18px;
            
        }

        #new-welt-wrap .block5 div {
             padding-top:48px;

        }

        #new-welt-wrap .item6 {
            background: #fbdccf;

        }

        #new-welt-wrap .block6 {
            background: #f79646;
            line-height: 147px;
           
        }

         #new-welt-wrap .right-text {
           float:left;
           width:65%;
        }

        #new-welt-wrap .item1 .right-text {
            padding-top: 60px;
           

        }

        #new-welt-wrap .item2 .right-text ul {
            padding-top: 52px;


        }

        #new-welt-wrap .item3 .right-text {
            line-height: 14px;
            padding-top: 16px;

        }

        #new-welt-wrap .item4 .right-text {
            padding-top: 50px;

        }

         #new-welt-wrap .item5 .right-text {
          padding-top:4px;
           

        }

        #new-welt-wrap .item5 .right-text ul {
           padding-top: 15px;
            line-height: 14px;
        }

        #new-welt-wrap .item6 .right-text ul {
            padding-top: 55px;

        }

        #container .new-aligned p{
         text-align: justify;
        }