body {
  margin: 0px;
  padding: 0px;
  background: #02060C;
  color: #F2F3F8;
  font-family: Arial, Helvetica, sans;
  font-size: 14px;
}

.container {
  width: 950px;
  text-align: left;
  background: url(/images/container.jpg) repeat-y;
}

.container1 {
  width: 100%;
  background: url(/images/container1.jpg) repeat-x;
}

.container2 {
  width: 100%;
  background: url(/images/c2.jpg) top repeat-x #02060C;
}

.container3 {
  width: 100%;
  background: url(/images/c3.jpg) top repeat-x #000516;
}

.container4 {
  width: 100%;
  background: url(/images/footer.jpg) repeat-x;
}

.head {
  width: 950px;
  height: 222px;
  overflow: hidden;
  text-align: left;
  background: url(/images/container1.jpg) repeat-x;
}

.belt_top {
  width: 950px;
  height: 151px;
  background: url(/images/menu_top2.jpg) no-repeat #000516;
  overflow: hidden;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

.main {
  width: 950px;
  /*border: 1px solid #202020;*/
  background: url(/images/main_top2.jpg) repeat-x;
  text-align: left;
}

.menu_top {
  width: 200px;
  height: 130px;
  overflow: hidden;
  text-align: left;
  float: left;
  margin-left: 10px;
  margin-top: 8px;
  font-size: 12px;
}

.menu_top_split {
  width: 10px;
  height: 130px;
  overflow: hidden;
  text-align: left;
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  border-left: 1px solid #343C4E;
}

.menu_box1 {
  overflow: hidden;
  text-align: center;
  float: left;
  width: 160px;
  margin-top: 11px;
  height: 125px;
  margin-left: 10px;
  margin-right: 8px;
  border: 0px;
  font-size: 11px;
}

.menu_box2 {
  overflow: hidden;
  text-align: center;
  float: left;
  width: 160px;
  margin-top: 11px;
  height: 125px;
  margin-left: 8px;
  margin-right: 8px;
  border: 0px;
  font-size: 11px;
}

.menu_box3 {
  overflow: hidden;
  text-align: center;
  float: left;
  width: 160px;
  margin-top: 11px;
  height: 125px;
  margin-left: 8px;
  margin-right: 8px;
  border: 0px;
  font-size: 11px;
}

.menu_box4 {
  overflow: hidden;
  text-align: center;
  float: left;
  width: 160px;
  margin-top: 11px;
  height: 125px;
  margin-left: 8px;
  margin-right: 0px;
  border: 0px;
  font-size: 11px;
}

.c94 {
  color: #949CAE;
}

.footer {
  width: 950px;
  height: 53px;
  overflow: hidden;
  background: url(/images/footer.jpg) repeat-x;
  text-align: right;
  font-size: 11px;
}

.main_top_item {
  height: 14px;
  background: url(/images/gfx_star.gif) left center no-repeat;
  padding-left: 15px;
  margin-top: 2px;
  margin-left: 5px;
  font-weight: bolder;
  font-size: 11px;
}

.main_top_item a:link {
  color: #C4C4C4;
  text-decoration: none;
} 
.main_top_item a:visited {
  color: #C4C4C4;
  text-decoration: none;
} 
.main_top_item a:hover {
  color: #FFFFFF;
  text-decoration: none;
} 
.main_top_item a:active {
  color: #C4C4C4;
  text-decoration: none;
} 

a:link {
  color: #F0F0F0;
  text-decoration: none;
}
a:visited {
  color: #F0F0F0;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
a:active {
  color: #F0F0F0;
  text-decoration: none;
}

.main_left {
  float: left;
  width: 200px;
  text-align: left;
  margin-left: 10px;
}

.main_right {
  float: right;
  margin-right: 10px;
  margin-top: 8px;
  width: 712px;
  text-align: left;
}

.main_left_container {
  margin-top: 8px;
  width: 218px;
  overflow: hidden;
  text-align: left;
  float: left;
  border-right: 1px solid #343C4E;
}

.menu_box_image {
  width: 120px;
  height: 80px;
  border: 3px ridge #646C7E;
  margin: 3px;
}

.menu_box_name {
  font-weight: bold;
  color: #F8F8F8;
}

.menu_box_text {
  font-weight: bold;
  color: #949CAE;
}

.menu_box_value {
  font-weight: bolder;
  color: #FFFFA0;
}

.footer_menu {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
  color: #848484;
}

.footer_copy {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  font-weight: bolder;
  color: #fffff0;
}

.footer_by {
  float: right;
  margin-top: 2px;
  margin-right: 20px;
  color: #848484;  
}

.footer_menu a:link {
  color: #C4C4C4;
  text-decoration: none;
  font-weight: bold;
}
.footer_menu a:visited {
  color: #C4C4C4;
  text-decoration: none;
  font-weight: bold;
}
.footer_menu a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
}
.footer_menu a:active {
  color: #C4C4C4;
  text-decoration: none;
  font-weight: bold;
}

.footer_by a:link {
  color: #C4C4C4;
  text-decoration: none;
}
.footer_by a:visited {
  color: #C4C4C4;
  text-decoration: none;
}
.footer_by a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer_by a:active {
  color: #C4C4C4;
  text-decoration: none;
}

.tab_active {
  color: #FFFFFF;
  width: 100px;
  height: 34px;
  float: left;
  margin-left: 4px;
  text-align: center;
  background: url(/images/main_zakladka_on.gif) no-repeat;
  cursor: pointer;
  overflow: none;
  text-shadow: 1px 1px #000000;
}

.tab_disabled {
  color: #FFFFFF;
  width: 100px;
  height: 34px;
  float: left;
  margin-left: 4px;
  text-align: center;
  background: url(/images/main_zakladka_off.gif) no-repeat;
  cursor: pointer;
  overflow: none;
  text-shadow: 1px 1px #000000;
}

.tab_active1 {
  color: #000000;
  width: 100px;
  height: 34px;
  float: left;
  margin-left: 4px;
  text-align: center;
  background: url(/images/main_zakladka1_on.gif) no-repeat;
  cursor: pointer;
  overflow: none;
}

.tab_disabled1 {
  color: #000000;
  width: 100px;
  height: 34px;
  float: left;
  margin-left: 4px;
  text-align: center;
  background: url(/images/main_zakladka1_off.gif) no-repeat;
  cursor: pointer;
  overflow: none;
}

.tab_qactive {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

.tab_qdisabled {
  display: none;
}

.tab_list_container {
  width: 700px;
  height: 39px;
  margin-left: 4px;
  text-align: left;
  background: url(/images/main_zakladka_foot.jpg) repeat-x bottom;
}

.tab_list_container2 {
  width: 100%;
  height: 39px;
  margin-left: 4px;
  text-align: left;
  background: url(/images/main_zakladka_foot.jpg) repeat-x bottom;
}

.hotel_information {
  margin-top: 5px;
}

.hotel_rate {
  /*float: left;*/
}

.hotel_photo {
  float: right;
}

.hotel_addres {
  font-size: 12px;
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.checkbox_list {
  font-size: 12px;
  width: 600px;
  color: #e0e0e0;
  margin-top: 5px;
  margin-left: 25px;
}

.checkbox_list td {
  border-bottom: 1px solid #242C3E;
}

.list_name {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #444C5E;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
}

.hotel_category_name {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #444C5E;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;  
}

.hotel_category_text {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 10px;  
}

.hotel_contact {
  font-size: 13px;
}

.list_pikto {
  margin-bottom: -6px;
}

.hotel_conf {
  width: 600px;
  font-size: 11px;
  color: #e0e0e0;
  margin-top: 5px;
  margin-left: 25px;
}

.hotel_conf_head {
  font-size: 13px;
  color: #f0f0f0;
  border-bottom: 1px solid #444C5E;
  vertical-align: bottom;
}

.hotel_conf_td {
  border-bottom: 1px solid #242C3E;
  text-align: center;
}

.txt_price {
  font-size: 12px;
  color: #f0f0c0;
}

.txt_price_small {
  font-size: 9px;
}

.txt_alert {
  font-size: 11px;
}

.room_table {
  width: 600px;
  font-size: 11px;
  color: #e0e0e0;
  margin-top: 5px;
  margin-left: 25px;
}

.room_head {
  font-size: 13px;
  color: #f0f0f0;
  border-bottom: 1px solid #444C5E;
  vertical-align: bottom;
}

.room_td {
  border-bottom: 1px solid #242C3E;
  text-align: left;
  padding-left: 5px;
}

.room_price {
  font-size: 15px;
  color: #f0f0a0;
  font-weight: bold;
}

.room_price_small {
  font-size: 11px;
}

.tab_table_text {
  vertical-align: middle; 
  height: 34px; 
  width: 95%;
  text-align: center;  
  text-shadow: 1px 1px #000000;
}

input, textarea, select {
  border: 1px solid #646C7E;
  background: #242C3E;
  color: #f0f0f0;
  font-size: 11px;
  font-family: Arial;
}

.searcher_simple_table {
  text-align: left;
}

.searcher_simple_td_head {
  font-size: 12px;
  color: #d0d0d0;
  vertical-align: top;
  text-align: left;
}

.searcher_simple_td {
  height: 25px;
  vertical-align: top;
  text-align: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.tfield {
  border: 1px solid #646C7E;
  background: #242C3E;
  color: #f0f0f0;
  font-size: 11px;
  font-family: Arial;
}

.hotel_miniature_img {
  border: 3px ridge #646C7E;
  margin: 3px;
  width: 180px;
}

.menu_box_l_image {
  width: 160px;
  height: 120px;
  border: 3px ridge #646C7E;
  margin: 3px;
}

.menu_box_l_name {
  font-weight: bold;
  color: #F8F8F8;
  margin-top: 5px;
  font-size: 12px;
}

.menu_box_l_text {
  font-weight: bold;
  color: #949CAE;
  font-size: 11px;  
}

.search_box_name {
  font-weight: bold;
  color: #F8F8F8;
  margin-left: 10px;
  font-size: 16px;
}

.search_box_location {
  font-weight: bold;
  color: #e0e0e0;
  margin-left: 10px;
  font-size: 12px;
}

.search_box_reserve {
  float: right;
  font-weight: bold;
  color: #F8F8F8;
  margin-right: 20px;
  font-size: 16px;
}

.search_hotel_box {
  border-bottom: 1px solid #606060;
  margin-bottom: 10px;
}

.news_title {
  font-size: 14px;
	font-weight: bold;
  color: #f0f0f0;
  border-bottom: 1px solid #444C5E;
  vertical-align: bottom;
}

.news_date {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.news_short {
	font-size: 13px;
	color: #f0f0f0;
	margin-left: 10px;
	margin-top: 4px;
}

.news_text {
	font-size: 13px;
	color: #f0f0f0;
	margin-left: 10px;
	margin-top: 4px;
}

.news_link {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
  border-bottom: 1px solid #646C7E;
	width: 100%;
}

.news_container {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}

/* Booking Styles */

        * {
                margin: 0;
        }

        a img {
                border: 0;
        }

        #searchboxInc {
                font: 10px Arial, Helvetica, sans-serif;
                /*color: #003580;*/
                /*width: 250px;*/
								color: #f0f0f0;
        }

        #searchboxInc form {
                /*background: #feba02;*/
        }

        #searchboxInc fieldset, #searchboxInc img {
                border: 0;
        }

        #searchboxInc fieldset {
                padding: 8px;
        }

        #searchboxInc #inout h3 {
                background-color:transparent;
                font-size:10px;
        }

        #searchboxInc h3 {
                margin-bottom:0.2em;
                position:static;
                font-size:10px;
                font-weight:bold;
                margin: 0;
        }

        #searchboxInc p {
                font-size: 10px;
                margin: 0;
        }

        #homein {
                /*float: left;*/
        }
				#homeout {
					/*float: left;*/
					margin-top: 4px;
				}

        .avail {
                padding-top: 1em;
                clear: left;
        }

        #searchboxInc a.calender {
                vertical-align: -4px;
        }

        #searchboxInc a.calender img {
                background: #0896ff;
        }

        .blur {
                color: #999;
        }

        button {
                float: right;
                -moz-border-radius: 8px;
                background-color: #0896ff;
                border: 2px solid #fff;
                color: #fff;
                letter-spacing: 1px;
                padding: 0.15em 0.75em;
                text-transform: uppercase;
                font: bold 1.333em/1 Arial, Helvetica, sans-serif;
        }

        #calendar {
                font: 12px/1.5 Arial, Helvetica, sans-serif;
                color: #003580;
            display: none;
            position: absolute;
            background-image: url(http://www.booking.com/static/img/shadow3.png);
            padding: 0 4px 4px 0;
        }

       /* For calendar */
        .caltable {
            border: 1px solid #003580;
            background-color: #fff;
        }
        .caltable a:link, .caltable a:visited {
            color: #0896ff !important;
        }
        .caltable a:hover {
            color: #feba02 !important;
            border-color: #feba02 !important;
        }
        .caltable a:active {
            color: #b30000 !important;
            border-color: #b30000 !important;
        }
        .caltable td {
            text-align: center;
						font-size: 10px;
        }
        .caltable td a {
            display: block;
            text-decoration: none;
        }
        .caltable td.calheader a {
            display: inline;
            vertical-align: -.4em;
        }
        .caltable td.calheader img.calNoPrevMonth {
            background: white url(/static/img/butPrevMonth.png) 0 -72px no-repeat;
            vertical-align: -.4em;
        }
        .caltable td.calheader img.calNoNextMonth {
            background: white url(/static/img/butNextMonth.png) 0 -72px no-repeat;
            vertical-align: -.4em;
        }
        .caltable td.calheader .calNextMonth img {
            background: white url(/static/img/butNextMonth2.png) 0 0 no-repeat;
        }
        .caltable td.calheader .calPrevMonth img {
            background: white url(/static/img/butPrevMonth2.png) 0 0 no-repeat;
        }
        .caltable td.calheader .calNextMonth:hover img, .caltable td.calheader .calPrevMonth:hover img {
            background-position: 0 -24px;
        }
        .caltable td.calheader .calNextMonth:active img, .caltable td.calheader .calPrevMonth:active img {
            background-position: 0 -48px;
        }
        .calheader {
            padding: .4em;
            white-space: nowrap;
        }
        .calheader select {
            margin: 0 .6em;
        }
        .monthYear {
            background-color: #ffffff;
            color: white;
        }

       .dayNames td {
            border-bottom: 1px solid #003580;
            background-color: #e6edf6;
        }
        .days td {
            color: #779bca;
            background-color: #e6edf6;
            padding: .2em;
            border: 2px solid #e6edf6;
        }
        .days td.weekend {
            background-color: #c5d4e9;
            border-color: #c5d4e9;
        }
        .days td.past {
            text-decoration: line-through;
        }
        .days td.today, .days td.future {
            border: none;
            padding: 0;
        }
        .days td a {
            padding: .2em;
            border: 2px solid #e6edf6;
        }
        .days td.weekend a {
            border-color: #c5d4e9;
        }
        .days td.today a {
            background-color: #fff;
        }
        .days td.selected {
            font-weight: bold;
        }
        .days td.selected a {
            border-color: #0896ff;
        }

/* end of Booking styles */

