/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

html, body {
	height: 100%;
}

#nz-body {
	background: url(/images/bg_body.png) top left repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #666;
}

#nz-body ul { list-style:none;}

.nz-left { float:left;}
.nz-right {float:right;}
.nz-clear  { clear:both;height:0;}
#nz-clear  { clear:both; height:150px; }

.nz-nobg { background: none !important; }

#nz-body .nz-bl-body a, #nz-body .nz-bl-body  a:hover, #nz-body .nz-bl-body a:link, #nz-body .nz-bl-body a:visited, .nz-bl-footer a { color: #2266bb; }
#nz-body .nz-bl-body fieldset, #nz-body .nz-bl-body a img { border: 0; }

.nz-bl-body {
	width: 980px;
	margin: auto;
	height: 100%;
}
* > .nz-bl-body {
	min-height: 100%;
	height: auto;
}

/* header */
.nz-bl-header {
	height: 182px;
	background: url(/images/bg_body.png) top left repeat-x;
}
.nz-header-right {
	float: right;
	width: 240px;
}
.nz-header-right .nz-line1 {	
	font-size: 12px;
	color: #72725d;
	height: 18px;
	line-height: 18px;

}
.nz-header-right .nz-line1 span {
	padding: 3px 10px 3px 0;

}
.nz-header-right .nz-line1 .nz-icq {
	background: url(/images/th_icq1.png) left no-repeat;
	padding-left: 20px;
}
.nz-header-right .nz-line1 .nz-skype {
	background: url(/images/th_skype1.png) left no-repeat;
	padding-left: 20px;
}
.nz-header-right .nz-line2 {
	padding: 11px 0 0;
	font-size: 32px;
	height: 90px;
}
.nz-header-right .nz-line2 em {
	font-style: normal;
	font-size: 15px;
}
.nz-header-right .nz-line3 {
	padding: 23px 0 0 0;
	font-size: 11px;
	color: #72725d;
	height: 15px;
}
.nz-header-right .nz-line3 a, .nz-header-right .nz-line3 a:visited {
	color: #2266bb;
	font-size: 14px;
	padding-right: 20px;
}
.nz-header-right .nz-line3 a.nz-agent{
    padding-right:0;
    font-size: 12px;
}
.nz-bl-header a.nz-logo{
    float: left;
	margin-top: 11px;	
	position:relative;
	z-index:2;	
}
.nz-bl-header a.nz-logo img {
	display: block;    	
}

/* /header */

/* menu */
.bl-menu {
	background: url(/images/top-menu.png) 0 0 no-repeat;
	margin-top: 58px;
	height: 64px;
	float: left;
	width: 633px;
	position: relative;
    z-index:100;
}
ul.dropdown  {
	position: relative;
	background: url(/images/bg_menu_left.png) left top no-repeat;
	height: 30px;
}
ul.dropdown  li {
	display: block;
	float: left;
}
ul.dropdown  li.last {
	background: none;
}
ul.dropdown  li a.lev1, ul.dropdown  li a:visited {
	display: block;
	text-align: center;
	font-family: Tahoma;
	font-size: 18px;
	color: #c6231b !important;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 0 0px;	
	z-index: 1000;
	line-height: 14px;
	position: relative;
	border:3px solid transparent;
}
ul.dropdown  li a.lev1 span {
	display: block;
	cursor: pointer;
	padding: 2px 11px 5px 10px;	
}
ul.dropdown  li.last a span {
	border: 0px;
}
ul.dropdown li a.lev1:hover, ul.dropdown  li a.hover, ul.dropdown  li a.hover:visited {
	color: #c6231b;
	text-decoration: none;
	border: solid 3px #FD7A00;
	border-bottom: 0;
	background: #FFF;
	color: #000;
}
ul.dropdown li a.lev1:hover span, ul.dropdown  li a.hover span {
	padding: 2px 11px 11px 10px;
	z-index: 1000;
}
ul.dropdown li.last a:hover {
	border-bottom: solid 3px #FD7A00;
}
ul.dropdown  li.last a:hover span {
	padding: 2px 11px 8px 10px;
}

/* 
	LEVEL ONE
*/

ul.dropdown ul {
	display: block;
	width: 499px;
	visibility: hidden;
	position: absolute;
	z-index:10;
	top: 30px;
	left: 0px;
	background: url(/images/bg_menuin_top1.png) left top no-repeat;
	z-index: 100;
	zoom:1;
}
ul.dropdown ul.dropdown2 {
	display: block;
	width: 304px;
	visibility: hidden;
	position: absolute;
	z-index:10;
	top: 30px;
	left: 0px;
	background: url(/images/bg_menuin_top2.png) left top no-repeat;
	z-index: 100;	
	zoom:1;
}
ul.dropdown ul li {
	display: block;
	float: none;
	z-index: 99;
	width: 100%;	
	padding: 10px 15px 20px 15px;	
	*padding: 10px 15px 0 15px;	
}
*:first-child+html ul.dropdown ul li {
    margin:0 0 -2px 0;
}
ul.dropdown ul li .corners{
    height:30px;
    background: url(/images/bg_menuin_bottom.png) left bottom no-repeat;
    position:relative;
    margin:-55px 0 0 -15px;
    bottom:-50px;
}
ul.dropdown ul.dropdown2 li .corners{
    height:30px;
    background: url(/images/bg_menuin_bottom2.png) left bottom no-repeat;
    position:relative;
    margin:-55px 0 0 -15px;
    bottom:-50px;
}

ul.dropdown li.hover, ul.dropdown li:hover {
	position: relative;
}
/* IE 6 & 7 Needs Inline Block */
/*ul.dropdown ul li a {
	border-right: none;
	display: inline-block;
}*/

ul.dropdown ul li .big {
	padding-bottom: 10px;
	position:relative;
	z-index:2;
}
ul.dropdown ul li .big span {
	display: block;
	float: left;
	width: 160px;
	color: #656565;
	font-size: 14px;
	line-height: 20px;
	border: 0;
	padding: 0;
}
ul.dropdown ul li .big a, ul.dropdown ul li .big a:visited {
	display: inline;
	color: #2266bb;
	font-size: 14px;
	border: 0;
	padding: 0;
	text-decoration: underline;
}
ul.dropdown ul li .small{
    position:relative;
	z-index:2;
}
ul.dropdown ul li .small span {
	display: block;
	float: left;
	width: 160px;
	color: #656565;
	font-size: 12px;
	line-height: 18px;
	border: 0;
	padding: 0;
}
ul.dropdown ul li .small a, ul.dropdown ul li .small a:visited {
	display: inline;
	color: #2266bb;
	font-size: 12px;
	border: 0;
	padding: 0;
	text-decoration: underline;
}

/* /menu */

.nz-bread {
	height: 20px;
	font-size: 14px;
}
.nz-bread a, .nz-bread a:visited {
	color: #2266bb;
	padding-right: 25px;
	background: url(/images/arr_bread.png) right no-repeat;
	text-decoration: none;
}

#nz-body h1 {
	font-size: 36px;
	font-weight: normal;
	padding-bottom: 10px;
}
#nz-body h2 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
#nz-body h3 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}
.nz-bl-content{
    overflow:hidden;
    zoom:1;
}
.nz-side-right-2{
    float: right;
	width: 320px;
	padding-left: 20px;
}
.nz-side-main-2{
    /*margin-right: 330px;	*/
}
.nz-side-right h2 {
	padding-top: 30px;
}
.nz-side-right h3 {
	line-height: 30px;
}

.nz-side-right {
	float: right;
	width: 240px;
	padding-left: 20px;
    margin-left:-100px;
}
.nz-side-right .nz-izb {    
    height:38px;	
    background: url(/images/my-fav.png) left no-repeat;
    margin:45px 0 0 0;
}
.nz-search .nz-side-right .nz-izb {
    margin:90px 0 50px 0;
}
.nz-side-right .nz-izb a{    
    /*display:block;*/
    padding:17px 0 0 70px;
    float:left;
}
.nz-side-right .nz-izb span{
	float:left;
	padding:16px 0 0 13px;
	font-size:14px;
	color:#1f1f1f;	
}
.nz-side-right .nz-rightline {
	background: url(/images/bg_rightline.png) left bottom no-repeat;
	font-size: 1px;
	height: 5px;
}
.nz-help .nz-side-left {
	float: left;
	width: 240px;
	padding-right: 20px;
    margin-right:-100px;
}
.nz-ruller .nz-start,
.nz-ruller .nz-finish{
	margin: -5px 0;
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 0;
	width:20px;
}
.nz-ruller .nz-finish{
	left: auto;
	right: 0;
}
.nz-ruller .nz-touch {
	position: absolute;
	z-index: 40;
	text-align: center;
	background: #aaa;
	width: 1px;
	height: 13px;
	top: 30px;
}
.nz-ruller .nz-touch span{
	position: absolute;
	top: 14px; left: -10px;
	color: #aaa;
	font-size: 10px;
	font-family: Trebuchet MS;
	white-space: nowrap;
}
.nz-side-right .nz-ruller{
    /*position:relative;
    background: url(/images/bg_ruller.png) 0 0 no-repeat;
    width:185px;
    height: 20px;*/
    margin:15px 0 0 0;
}
.nz-side-right .nz-Tracker {
   	position: absolute;
   	width:185px;
   	height:20px;
   	font-size: 10px;
   }
.nz-side-right .nz-ruller .nz-fll,
.nz-side-right .nz-ruller .nz-flr{
	position: absolute;
	width: 20px;
	height: 16px;
	z-index: 60;
	cursor:pointer;
	top:1px;	
}
.nz-side-right .nz-ruller .nz-fll {	
	left: auto;
	text-align: right;
	right: 100%;

}
.nz-side-right .nz-ruller .nz-flr {
    left: 100%;
}
.nz-ruller .nz-Tracker .nz-text{
	top: -20px;
	z-index: 20;
	margin: 0;
	height: auto;
	font-size: 11px;
	font-family: Trebuchet MS;
	white-space: nowrap;
	width: 100px;}

.nz-side-right .nz-ruller-inputs {
	font-weight: bold;
	position: relative;
	top: 10px;
	font-size: 12px;
	width: 200px;
	margin:0 0 23px 0;
}
.nz-side-right .nz-ruller-inputs input {
	width: 35px;
	padding: 1px 3px;
	font-size: 12px;
}
.nz-side-right .nz-ruller-inputs .nz-set{
    float:left;
    width:21px;
    height:25px;
    background:url(/images/set-price.gif) 0 0 no-repeat;
    margin:0 0 0 -5px;
    cursor:pointer;
}
.nz-side-right .nz-ruller-inputs .nz-inleft {
	float: left;
	margin:0 14px 0 0;
}
.nz-popularity{
    overflow:hidden;
    font-size:11px;
    padding:0 0 7px 0;
}
.nz-popularity span,
.nz-popularity img{
    float:left;
    margin:0 5px 0 0;
}
.nz-popularity .nz-reset{
    color:#2266bb;
    border-bottom:1px dashed #2266bb;
    float:left;
    cursor:pointer;
}
.nz-side-main {
	margin-right: 225px;
	padding-right: 20px;
}
.nz-help .nz-side-main-help {
	margin-left: 240px;
	padding-left: 20px;
}
.nz-help .nz-side-main-help .nz-text-help{
	font-size:14px;
	line-height:24px;
	padding-top:21px;
}
.nz-help .nz-side-main-help .nz-text-help ul {
	list-style:disc inside !important;
}
.nz-help .nz-side-main-help .nz-text-help h3{
	font-size:18px;
	font-weight:bold !important;
	padding-bottom:5px !important;
	color:#FC7901 !important;
}
.nz-help .nz-side-main-help .nz-text-help input.submit {
	font-size:12px;
	line-height:20px;
	width:110px;
}
.nz-help .nz-blue-box, .nz-help .nz-gray-box {
	padding:15px 24px 20px 20px;
}
.nz-help .nz-blue-box h2 {
	background:none;
	border:0;
	margin:0;
	height:45px;
	line-height:30px;
}
.nz-help .nz-gray-box h2 {
	color:#454545;
	font-weight:bold !important;
	border:0;
	margin:0;
	height:45px;
	line-height:30px;
	font-size:24px !important;
	padding:0 !important;
}
.nz-help .nz-blue-box ul, .nz-help .nz-gray-box ul{
	padding-bottom:12px;
}
.nz-help .nz-blue-box ul li, .nz-help .nz-gray-box ul li {
	background:none;
	padding:0;
	line-height:30px;
	color:#2266bb;
	font-size:16px;
}
.nz-help .nz-blue-box a, .nz-help .nz-gray-box a {
	font-size:16px;
	margin:0;
}
.nz-help .nz-clients {
	margin-bottom:30px;
}
.nz-search .nz-side-main {
	background: url(/images/vertical.png) 100% 200px no-repeat;
}
form.nz-search {
	height: 100px;
	width: 726px;
	background: url(/images/bg_search.png) top left no-repeat;
	position: relative;
}
form.nz-search .nz-btn-search {
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 20px;
	font-weight:bold;
	color: #FFF;
	border: 0;
	background: transparent;
	width: 142px;
	height: 78px;
	cursor:pointer;
}
form.nz-search .nz-search-item1 {
	float: left;
	padding: 15px 0 0 45px;
	line-height: 30px;
	width: 205px;
	font-weight: bold;
}
form.nz-search .nz-search-item1 p {
	font-size:11px;
	font-weight:normal;
	line-height: 10px;
}
form.nz-search .nz-search-item2 {
	float: left;
	padding: 15px 0 0 0px;
	line-height: 20px;
}
form.nz-search input {
	font-size: 14px;
	color: #666;
}
form.nz-search input.nz-text {
	float:left;
	margin-top:5px;
	padding:0 5px;
	width:165px;
}
form.nz-search input.nz-date {
	width: 90px;
	float: left;
	margin-top: 5px;
	padding: 0 5px;
}
form.nz-search img.nz-calendar {
	float: left;
	width: 30px;
	height: 30px;
	background: url(/images/bg_calendar.png) top left no-repeat;
	margin-left: 5px;
}
form.nz-search .nz-text-date {
	float: left;
	padding: 0px 10px 0;
	line-height: 30px;
	font-weight: bold;
}

h2.nz-memorize {
	font-size:24px !important;
	line-height:22px;
}
ul.nz-tabs {
	display: block;
	background: url(/images/bg_orangeline.png) bottom left repeat-x;
	height: 35px;
}
ul.nz-tabs li {
	display: block;
	float: left;
	line-height: 31px;
	font-size: 20px;
}
ul.nz-tabs li a, ul.nz-tabs li a:visited {
	color: #f97608;
	text-decoration: none;
	padding: 0 25px;
}
ul.nz-tabs li.nz-a1current {
	background: url(/images/bg_orangeitem1.png) top right no-repeat;
}
ul.nz-tabs li.nz-a2current {
	background: url(/images/bg_orangeitem2.png) top right no-repeat;
}
ul.nz-tabs li.nz-a1current a, ul.nz-tabs li.nz-a1current a:visited,
ul.nz-tabs li.nz-a2current a, ul.nz-tabs li.nz-a2current a:visited {
	color: #FFF;
}
ul.nz-tabs li.nz-a1 {
	background: url(/images/bg_whiteitem1.png) top left no-repeat;
}
ul.nz-tabs li.nz-a2 {
	background: url(/images/bg_whiteitem2.png) top right no-repeat;
}   
ul.nz-tabs li.nz-last {
	float: right;
	padding-right: 5px;
}
ul.nz-tabs li.nz-last a, ul.nz-tabs li.nz-last a:visited {
	color: #2266bb;
	font-size: 12px;
	background: url(/images/arr_blue_down.png) right no-repeat;
	padding: 0 15px 1px 0;
	border-bottom: dashed 1px #2266bb;
}
.nz-sorts{
    overflow:hidden;
    zoom:1;
    position:relative;
}

ul.nz-sort {
	height: 30px;
	float:left;
	/*margin:0 45px 0 0;*/
}
ul.nz-sort-currency {
    float:right;
}
ul.nz-sort-currency li {
   padding: 3px 0 3px 10px;
   float:left;
}
ul.nz-sort li {
	float: left;
	padding: 3px 10px 3px 0;
}
li.nz-show-price{
    padding: 3px 25px 3px 0;
}
ul.nz-sort li a, ul.nz-sort-currency li a {
	text-decoration: none;
	border-bottom: dashed 1px #2266bb;
}

.nz-liner {
	height: 1px;
	border-top: solid 1px #d8d8d8;
	font-size: 1px;
	clear: left;
}

.nz-result {
	width: 720px;
}
* > .nz-result {
	width: 730px;
}
.nz-result a {
	text-decoration: none;
}
.nz-result .nz-preview {
	float: left;
	margin: 20px;
}
.nz-result .nz-desc {
	float: left;
	margin: 20px;
	width: 180px;
}
.nz-result .nz-desc .nz-title {
	font-size: 18px;
}
.nz-result .nz-desc .nz-city {	
	margin:0 0 5px 0;
	display:block;
}
.nz-result .nz-desc .nz-rating {
    width:99px;
    height:15px;
	margin: 10px 0 5px 0;
	background: url(/images/rating.png) -105px 0 no-repeat;
}
.nz-result .nz-desc .nz-rating-1 {
    background-position:-84px 0;
}
.nz-result .nz-desc .nz-rating-2 {
    background-position:-63px 0;
}
.nz-result .nz-desc .nz-rating-3 {
    background-position:-42px 0;
}
.nz-result .nz-desc .nz-rating-4 {
    background-position:-21px 0;
}
.nz-result .nz-desc .nz-rating-5 {
    background-position:0 0;
}
.nz-result .nz-desc .nz-more {
	display: block;
	float: left;
	font-size: 12px;
	background: url(/images/arr_blue_right.png) right no-repeat;
	padding: 0 10px 0px 0;
	line-height: 20px;
}
.nz-result .nz-desc .nz-more a, .nz-result .nz-desc .nz-more a:visited{
	color: #2266bb;
	border-bottom: dashed 1px #2266bb;
	padding: 0 0px 1px 0;
}
.nz-result .nz-price {
	float: left;
	margin: 10px 0 10px 20px;
	width: 123px;
	height: 114px;
	padding-left: 13px;
}
.nz-result .nz-price p{
    color:#fff;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    margin:0 0 0 -13px;
}
.nz-result .nz-bp-20 {
	background: url(/images/hotel-20-s.png) left top no-repeat;
}
.nz-result .nz-price .nz-in {
	font-size: 20px;
	line-height: 24px;
	padding:10px 0 0 0;
	display:block;
}
.nz-result .nz-price .nz-in b {
	font-size: 36px;
	color: #fd7a00;
	font-weight: normal;
}
.nz-result .nz-price .nz-best {
	display: block;
	padding-top:4px;
	font-size: 14px;
	color: #ed6923;
}
.nz-result .nz-price .nz-sale {
	display: block;
	padding-top: 5px;
	font-size: 11px;
	color: #ed6923;
}
.nz-result .nz-izb {
	float: right;
	margin: 20px 10px;
}
.nz-result .nz-izb .nz-add {
	background: url(/images/bg_notmarked.png) 0 3px no-repeat;
	padding-left: 35px;
	line-height: 15px;
	float: right;
	height: 25px;
}
.nz-result .nz-izb .nz-add a {
	border-bottom: dashed 1px #2266bb;
}
.nz-result .nz-izb .nz-thumbs {
	clear: right;
}
.nz-result .nz-izb .nz-thumbs img {
	float: right;
	margin: 0 2px;
	line-height: 20px;
}
.nz-result .nz-izb .nz-check {
	background: url(/images/bg_check.png) 0 13px no-repeat;
	clear: right;
	padding: 15px 0 0 20px;
	float: right;
	text-align: right;
}
.nz-result .nz-close {
	text-align: right;
	height: 30px;
	padding-right: 10px;
}
.nz-result .nz-close a {
	border-bottom: dashed 1px #2266bb;
}
.nz-result .nz-description {
	margin: 0px 0 0;
	padding: 0 0px 20px 170px;
}
.nz-result h2, .nz-result h3 {
	margin: 0 20px 0px;
}
.nz-result .nz-room .nz-desc {
	float: left;
	margin: 20px 0;
	width: 220px;
}
.nz-result .nz-room .nz-desc .nz-beds {
	display: block;
	margin: 3px 0;
}
.nz-result .nz-room .nz-desc .nz-lastroom {
	color: #ee6922;
	font-weight: bold;
}
.nz-result .nz-room .nz-roomprice, .nz-result .nz-room .nz-roompricetext {
	padding-top: 25px;
	width: 185px;
	float: left;
}
.nz-result .nz-room .nz-roomprice, .nz-result .nz-room .nz-roompricetext p{
    padding:0 0 6px 0;
}
.nz-result .nz-room .nz-roomprice {
	padding-top: 20px;
	font-size: 14px;
}
.nz-result .nz-room .nz-roomprice b {
	font-size: 24px;
	font-weight: normal;
}
.nz-result .nz-room .nz-button {
	float: right;
	width: 180px;
	padding-top: 30px;
	text-align: center;
}
.nz-result .nz-room .nz-button a, .nz-result .nz-room .nz-button a:visited {
	display: block;
	color: #FFF !important;
	padding: 7px 0;
}
.nz-result .nz-room .nz-button .nz-btn1 {
	background: url(/images/bg_btn1.png) center no-repeat;
	font-size: 20px;
	
}
.nz-result .nz-room .nz-button .nz-btn2 {
	background: url(/images/bg_btn2.png) center no-repeat;
	font-size: 14px;
}
.nz-result .nz-pad-bottom4 {
	padding-bottom:4px;
}
.nz-result .nz-description h3 {
	margin:0;
}
.nz-result .nz-pad-bot7 {
	padding-bottom:7px;
}
.nz-result .nz-font-red {
	color: #de2f26;
}
/*
    Main popular */

.nz-popular,
.nz-cur-city{
    overflow:hidden;
    zoom:1;
    font-size:14px;
    padding:0 15px 0 0;
}
.nz-popular h2,
.nz-cur-city h2,
.nz-help-titlte h2{
    border-bottom:3px solid #fd7a00;
    font-size:24px !important;
    padding-bottom:5px !important;
    margin-bottom:20px;
}
.nz-popular h2 a, .nz-help h2 a{
    float:right;
    font-size:14px;
    padding:7px 0 0 0;
}
.nz-popular h3,
.nz-popular h3 a{
    font-size:18px;
    color:#fc7901 !important;
}
.nz-popular .nz-left{
    width:345px;
    padding-right:10px;
}
.nz-popular .nz-col{
	float:left;
	width:170px;
}

.nz-popular ul{
    float:left;
    width:155px;
    line-height:24px;
    margin:0 17px 0 0;
}

.nz-favourite {
	background: url(/images/bg_favourite.png) left top repeat-y;
	-moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    behavior: url(/PIE.htc);
}
.nz-favourite .nz-in1 {
	background: url(/images/bg_favourite1.png) left top no-repeat;
}
.nz-favourite .nz-in2 {
	background: url(/images/bg_favourite2.png) left bottom no-repeat;
	width: 720px;
}
.nz-favourite .nz-in1 > .nz-in2 {
	width: 730px;
}
.nz-favourite .nz-desc .nz-more {
	background: url(/images/arr_blue_right2.png) right no-repeat;
}
.nz-favourite .nz-bp {
	background: url(/images/bg_itemprice2.png) left top no-repeat;
}
.nz-favourite .nz-izb {
	float: right;
	margin: 10px 10px 20px;
}
.nz-favourite .nz-izb .nz-add {
	background: url(/images/bg_marked2.png) 0 3px no-repeat;
	padding-left: 25px;
	line-height: 25px;
	float: right;
	height: 35px;
}
.nz-favourite .nz-izb .nz-check {
	background: url(/images/bg_check2.png) 0 13px no-repeat;
}

.nz-pager {
	text-align: center;
	font-size: 18px;
	padding-top: 40px;
}
.nz-pager p {
	padding-bottom: 10px;
}

/* foooooooter */

.nz-bl-footer {
	background: #ededed;
	height: 90px;
    padding:30px 0 0 0;
}
.nz-bl-footer .nz-wrapper{
    width: 980px;
    margin: 0 auto;
}
.nz-bl-footer .footer-links {
	float:left;
	font-size:14px;
	line-height:20px;
	padding-left:175px;
}
.nz-bl-footer .nz-text {
	float: left;
	width: 350px;
	font-size: 11px;
}
.nz-bl-footer .nz-copy {
	padding-top: 10px;
}
.nz-bl-footer .nz-cont {
	float: right;
	font-size: 11px;
	color: #72725d;
	height: 18px;
	line-height: 18px;
	width: 230px;
}
.nz-bl-footer .nz-cont span {
	padding: 2px 10px 3px 0;
}
.nz-bl-footer .nz-cont .nz-icq {
	background: url(/images/th_icq1.png) left no-repeat;
	padding-left: 20px;
}
.nz-bl-footer .nz-cont .nz-skype {
	background: url(/images/th_skype1.png) left no-repeat;
	padding-left: 20px;
}
.nz-rating-new{

}
.nz-rating-new img{
    cursor:pointer;
    margin:0 2px 0 0;
}
.nz-blue-box{
    background:#dae9ed;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */    
    padding:15px 24px 20px 23px;
    margin:0 0 18px 0;
    -moz-box-shadow: 0px 3px 0 #b2b2b2;
    -webkit-box-shadow: 0px 3px 0 #b2b2b2;
    box-shadow: 0px 3px 0 #b2b2b2;
    behavior: url(/PIE.htc);
    position:relative;
}
.nz-blue-box h2{
    height:56px;
    line-height:56px;
    font-size:24px !important;
    font-weight:bold !important;
    color:#454545;
    background:url(/images/logo-small.png) 127px 0 no-repeat;
    padding:0 !important;
}
.nz-blue-box h2 span{
    padding:0 18px;    
}
.nz-blue-box ul li{
    font-size:16px;
    overflow:hidden;
    zoom:1;
    padding:0 0 22px 0;
}
.nz-blue-box ul li span{
    float:left;
    width:160px;
    padding:6px 0 0 0;
}
.nz-blue-box ul li span.nz-n{
    font-size:24px;
    font-weight:bold;
    width:32px;
    padding:0;
}
.nz-blue-box a{
    font-size:18px;
    margin:0 0 0 40px;
}

.nz-what-is {
	margin-top:69px;
}

.nz-travel-agency {
    background:#de2f26;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */    
    padding:10px 3px 3px 3px;
    margin:14px 0 0 0;
    behavior: url(/PIE.htc);
}

.nz-travel-agency .nz-white-ellipse{
    background:#fff;
    -moz-border-radius: 7px; /* Firefox */
    -webkit-border-radius: 7px; /* Safari, Chrome */
    border-radius: 7px; /* CSS3 */    
    padding:5px;
    margin-top:5px;
    text-align:center;
    behavior: url(/PIE.htc);
}

.nz-travel-agency p {
	color:#fff;
	font-size:18px;
	padding-left:15px;
}

.nz-gray-box{
    background:#ededed;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    padding:7px 24px 18px 15px;
    margin:0 0 18px 0;
    -moz-box-shadow: 0px 3px 0 #b2b2b2;
    -webkit-box-shadow: 0px 3px 0 #b2b2b2;
    box-shadow: 0px 3px 0 #b2b2b2;
    behavior: url(/PIE.htc);
}
.nz-gray-box h2{
    font-size:24px;
    line-height:22px;
    color:#fd7b02;    
    padding:0 0 10px 0;
}
.nz-gray-box ul{
    font-size:14px;
}
.nz-gray-box ul li{
    background:url(/images/orange-dot.gif) 0 3px no-repeat;
    padding:0 0 7px 19px;
}
.nz-gray-box ul li .nz-d{
    color:#525252;
}
.nz-get{
    color:#000;
}
.how-rest{
    background:#ededed;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    behavior: url(/PIE.htc);
    padding:7px 11px 12px 12px;
    margin:21px 10px 18px 0;
    *margin:26px 10px 18px 0;
    float:left;
    -moz-box-shadow: 0px 3px 0 #b2b2b2;
    -webkit-box-shadow: 0px 3px 0 #b2b2b2;
    box-shadow: 0px 3px 0 #b2b2b2;

}
.how-rest h2{
    font-size:24px !important;
    color:#fd7b02;
}
.rest-slider{
    position:relative;
    zoom:1;
}
.navi{    
    position:absolute;
    text-align:center;
    bottom:6px;
    line-height:10px;
    left:50%;
}
.navi a{
    width:15px;
    height:15px;
    float:left;
    position:relative;
    left:-50%;
    background:url(/images/navi.png) 0 0 no-repeat;
    font-size:0;
    margin:0 9px 0 0;
    zoom:1;
    overflow:hidden;
}
.navi a.active{
    background:url(/images/navi-active.png) 0 0 no-repeat;
}
.scrollable{
    width:699px;
    height:224px;
    overflow:hidden;
    position:relative;
}
.scrollable a {text-decoration:none;}

.scrollable .items{
    position:absolute;
    width: 20000px;
}
.scrollable .items div{
    float:left;
    width:699px;
    color:#fff;
    position:relative;
}
.scrollable .items .rest-text{
    float:none;
    position:absolute;
    top:55px;
    left:18px;
    width:280px;
    padding:0 5px 5px 5px;
    background:url(/images/black_back.png);
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    behavior: url(/PIE.htc);
}
.scrollable .items .rest-text h4{
    font-size:30px;
    color:#fff;
}
.scrollable .items .rest-text p{
    font-size:14px;
}
.rest-slider .prev,
.rest-slider .next{
    width:28px;
    height:28px;
    position:absolute;
    bottom:7px;
    cursor:pointer;
    z-index:2;
}
.rest-slider .prev{
    background:url(/images/prev.png) 0 0 no-repeat;
    left:7px;
}
.rest-slider .next{
    background:url(/images/next.png) 0 0 no-repeat;
    right:7px;
}
.how-rest-new{
    font-size:14px;
    position:relative;
}
.how-rest-new h2{
    font-size:30px !important;
    font-weight:bold !important;
    color:#fd7b02;
}

.how-rest-new .slider-holder{
    position:relative;
    padding: 0 0 53px 0;
}
.how-rest-new .rest-slider{
    background:#ededed;
    -moz-border-radius: 10px 10px 10px 0; /* Firefox */
    -webkit-border-radius: 10px 10px 10px 0; /* Safari, Chrome */
    border-radius: 10px 10px 10px 0 ; /* CSS3 */
    behavior: url(/PIE.htc);    
    margin:0 10px 0 0;
    *margin:0 10px 18px 0;
    float:none;
    -moz-box-shadow: 0px 3px 0 #b2b2b2;
    -webkit-box-shadow: 0px 3px 0 #b2b2b2;
    box-shadow: 0px 3px 0 #b2b2b2;
}
.how-rest-new .navi{
    position:absolute;
    text-align:center;
    bottom:19px;
    line-height:20px;
    left:50%;
}
.how-rest-new .navi a{
    width:20px;
    height:20px;
    float:left;
    position:relative;
    left:-50%;
    background:url(/images/navi-new.png) 0 0 no-repeat;
    font-size:0;
    margin:0 9px 0 0;
    zoom:1;
    overflow:hidden;
}
.how-rest-new .navi a.active{
    background:url(/images/navi-active-new.png) 0 0 no-repeat;
}
.how-rest-new .scrollable{
    width:726px;
    height:283px;
    overflow:hidden;
    position:relative;
}
.how-rest-new .items div{
    float:left;
    color:#000;
    width:726px;
    position:relative;
}
.scrollable .items img{
    float:left;
}
.how-rest-new .items .triangle{
    width:20px;
    height:55px;
    position:absolute;
    left:361px;
    top:18px;
    background:url(/images/rest-triangle.png) 0 0 no-repeat;
}
.how-rest-new .items .text{
    float:left;
    width:288px;
    padding:8px 10px 20px 18px;
    color:#454545;
}
.how-rest-new .items .text p{
    line-height:20px;
}
.how-rest-new .nz-txt-big {
	line-height:20px;
	padding-right:10px;
}
.how-rest-new .items .text h4{
    font-size:36px;
    font-weight:normal;
    padding-bottom:4px;
}
.how-rest-new .items .text h5{
    font-size:24px;
    font-weight:normal;
    padding-bottom:6px;
}
.how-rest-new .items .text p{
    font-size:14px;
}
.how-rest-new .items .text .price-block{
    padding:10px 0 0 0;
}
.how-rest-new .items .text .price{
    color:#fd7a00;
    font-size:36px;
    font-weight:bold;
}
.how-rest-new .items .text .larger{
    font-size:22px;
}
.how-rest-new .rest-slider .prev,
.how-rest-new .rest-slider .next{
    width:71px;
    height:82px;
    position:absolute;
    top:104px;
    cursor:pointer;
    z-index:2;
}
.how-rest-new .rest-slider .prev{
    background:url(/images/prev-new.png) 0 0 no-repeat;
    left:0;
}
.how-rest-new .rest-slider .next{
    background:url(/images/next-new.png) 0 0 no-repeat;
    right:0;
}
.nz-hotels{
    background:#ededed;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    padding:10px 11px 16px 12px;
    /*margin:0 10px 18px 0;*/
    margin:0 0 18px 0;
    -moz-box-shadow: 0px 3px 0 #b2b2b2;
    -webkit-box-shadow: 0px 3px 0 #b2b2b2;
    box-shadow: 0px 3px 0 #b2b2b2;
    font-size:14px;
    width:955px;
    behavior: url(/PIE.htc);
}
.nz-hotels h2{
    font-size:24px;
    color:#de2f26;
}
.nz-hotels ul{
    overflow:hidden;
    zoom:1;
}
.nz-hotels ul li{
    float:left;
    font-size:14px;
    width:107px;
    color:#000;
    /*margin:0 15px 0 0;*/
    margin:0 14px 0 0;
}
.nz-hotels ul li.last{
    margin:0 0 0 0;
}
.nz-hotels ul li .nz-hotel-img{
    display:block;
    height:127px;
    margin:0 0 6px 0;
    text-decoration:none;
}
.nz-hotels ul li .nz-hotel-img p{
    font-size:18px;
    font-weight:bold;
    text-align:center;
}
.nz-hotels ul li .nz-hotel-img img{
    margin:5px 0 0 7px;
}
.nz-hotels ul li a{}

.nz-hotels ul li .nz-hotel-5{
    background:url(/images/hotel-5.png) 0 0 no-repeat;
}
.nz-hotels ul li .nz-hotel-7{
    background:url(/images/hotel-7.png) 0 0 no-repeat;
}
.nz-hotels ul li .nz-hotel-10{
    background:url(/images/hotel-10.png) 0 0 no-repeat;
}
.nz-hotels ul li .nz-hotel-20{
    background:url(/images/hotel-20.png) 0 0 no-repeat;
}
.nz-hotels ul li .nz-hotel-30{
    background:url(/images/hotel-30.png) 0 0 no-repeat;
}

.nz-hotels ul li .nz-hotel-5 p{
    color:#f8b627;
}
.nz-hotels ul li .nz-hotel-7 p{
    color:#f8a227;
}
.nz-hotels ul li .nz-hotel-10 p{
    color:#f88a1f;
}
.nz-hotels ul li .nz-hotel-20 p{
    color:#fff;
}
.nz-hotels ul li .nz-hotel-30 p{
    color:#fff;
}
.nz-hotels .nz-all-hotels{
    text-align:right;
    padding:10px 10px 0 0;
}
.nz-promo{
    background:#ededed;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    -moz-box-shadow: 0px 3px 0 #b2b2b2;
    -webkit-box-shadow: 0px 3px 0 #b2b2b2;
    box-shadow: 0px 3px 0 #b2b2b2;
    color:#323232;
    font-size:14px;
    behavior: url(/PIE.htc);
    position:relative;
    margin:0 0 20px 0;
    overflow:hidden;
}
.nz-promo h2{
    background:url(/images/promo-header1.png) no-repeat;
    padding:3px 0 9px 16px;
    color:#fff;
    font-size:24px !important;
    line-height:20px;
    font-weight:bold !important;
    width:224px;
    position:absolute;
    top:0;
    left:0;
}
.nz-promo div{
    position:absolute;
    font-size:18px;
    font-weight:bold;
    line-height:16px;
    color:#000;
    bottom:40px;
    left:11px;
}

.left_pic_promo{
 	background:url(/images/left_pic_promo.png) no-repeat top left;
 	position: relative;
 	overflow:visible;
}
.right_pic_promo{
 	background:url(/images/right_pic_promo.png) no-repeat top right;
 	position: relative;
 	overflow:visible;
}
.nz-promo a {text-decoration:none;}
.nz-promo .nz-more{
    padding:4px 0 8px 0;
    text-align:center;
}
.nz-promo a {text-decoration:none;}
.nz-promo .nz-more{text-decoration:underline;}

.nz-clubcard{
    background:#ededed;
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */
    padding:10px 11px 16px 18px;    
    -moz-box-shadow: 0px 3px 0 #b2b2b2;
    -webkit-box-shadow: 0px 3px 0 #b2b2b2;
    box-shadow: 0px 3px 0 #b2b2b2;
    color:#323232;
    font-size:14px;
    behavior: url(/PIE.htc);
}
.nz-clubcard img{
    margin:0 0 0 44px;
}
.nz-clubcard div{
    margin:-10px 0 0 11px;
}
.nz-clubcard .nz-license{
    text-align:center;
        padding:20px 0 0 0;
}
.nz-club-fix{
    margin-bottom:10px;
}
.nz-club-fix h2{
    padding:0 0 12px 22px;    
}
.nz-club-fix img{
    margin:0 0 0 6px;
}
.nz-nz-city h3{
    font-size:18px;
    font-weight:normal;
    padding:0 0 4px 0;
}
.nz-city-holder{
    /*overflow:hidden;*/
    zoom:1;
}
.nz-city-holder li{
    float:left;
    width:360px;
    height:150px;
}
.nz-city-holder li .nz-city-img{
    float:left;
    margin:0 13px 0 15px;
}
.nz-city-holder li div{}
.nz-city-holder li .nz-city-desc{
    color:#7d7d7d;
    font-size:12px;
}
.nz-city-holder li .nz-city-price{
    color:#f7a836;
    font-size:18px;
}
.nz-city .nz-all-city{
    text-align:right;
    position:relative;
    margin:-13px 22px 0 0;
    z-index:2;
}
.nz-cur-city .nz-all-city {
	float:left;
	padding-bottom:20px;
}

/* no header
    ------------------------ */

.nz-no-header,
.nz-no-header .nz-bl-header{
    background:none;
}
.nz-no-header .nz-bl-menu {
    margin-left:93px;
}

/* all-directions
    ------------------------ */


.nz-all-directions{}
.nz-all-directions .nz-col{
    width:240px;
    float:left;
}
.nz-all-directions .nz-popular{
    height:auto;
}
.nz-all-directions .nz-popular h3{
    margin:0 0 10px 0;
}
.nz-all-directions .nz-popular h3 span{
    font-weight:normal;
}
h2.nz-direction {
	border-bottom:none;
	font-size:24px !important;
	margin-bottom:10px;
}

.nz-ext-search{
    padding:0 0 0 30px;
}
.nz-search .nz-side-right li {
    display:block;
    height:20px;
}
.nz-search .nz-side-right li > input {
    display:block;
    float:left;
    margin:0 5px 0 0;
}
.nz-search .nz-side-right .nz-btn-search-right {
    color:#000000;
    height:25px;
    line-height:20px;
    margin-top:10px;
    padding-bottom:1px;
    width:110px;
}
.nz-search .nz-сommission {
    background:#de2f26;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    border-radius: 5px; /* CSS3 */    
    padding:3px 12px;
    color:#fff;
    margin-top:5px;
    text-align:center;
    clear:right;
	float:right;
    behavior: url(/PIE.htc);
}
.nz-spec .nz-heading-1, .nz-spec .nz-heading-2{
	font-size:24px;
	padding-bottom:2px;
	margin-right:10px;
}
.nz-spec .nz-heading-1 {
	color:#adcad2;
	border-bottom:solid 2px #adcad2;
}
.nz-spec .nz-heading-2 {
	color:#fd7a00;
	border-bottom:solid 2px #fd7a00;
}
.nz-spec ul {
	float:left;
	width:180px;
	line-height:24px;
	margin:10px 0 0 20px;
	font-size:16px;
}
.nz-spec-hotel .nz-right {
	margin:5px 5px 0 0;
}
.nz-spec-hotel .nz-right a {
	text-decoration:none; border-bottom: 1px dashed;
	margin:0 5px;
}
.nz-spec-hotel ul{
	padding-bottom:100px;
}

.nz-spec-hotel ul li {
	float:left;
	width:350px;
}
.nz-spec-hotel .nz-left div {
	font-size: 12px;
}
.nz-spec-hotel .nz-left div b, .nz-spec-hotel .nz-left div span {
	color:#FF9933;
}
.nz-spec-hotel .nz-right-1 {
	float:left;
	width:190px;
	margin-left:10px;
}
.nz-spec-hotel .nz-right-1 span {
	font-size: 18px;
}
.nz-spec-hotel .nz-right-1 b {
	font-size: 14px;
}
.nz-spec-hotel .nz-right-1 p {
	padding-bottom:4px;
}
.ta {background-color:#de2f26; color:#fff; padding:4px; font-family:Tahoma; font-size:12px;}
.ta b {background:none;}
.ta a {color:#fff;}
.ta .pr {float:right;}
.ta .pl {float:left;}

.nz-side-main-help .nz-pass, .nz-side-main-help  .nz-login {padding-bottom:12px;}
.nz-side-main-help .nz-login input, .nz-side-main-help .nz-pass input {width:170px;}
.nz-side-main-help .nz-login label {padding-right:7px;}

.xdebug-var-dump {background-color:#fff; font-family:Tahoma; font-size:14px; padding:10px;}
