html {font-size: 100.1%;}
body {
   margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #94a0af url(../images/body-bg.gif) repeat-y 50% 0;
	min-width: 997px;
	scrollbar-face-color: #E9EEFF;
}
img {border:none;}
form {padding:0;margin:0;}
.form select, .form input, .form textarea {vertical-align:middle;}
#bg {
	background: #94a0af url(../images/body-bg.gif) repeat-y 50% 0;
	min-width: 997px;
}
/*start main holder*/
#main {margin: 0 auto;width: 997px;}
/*start header*/
#header {
	width: 997px;
	height: 141px;
	position: relative;
	background: url(../images/header-bg.gif) repeat-x;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/logo.gif) no-repeat;
	width: 301px;
	height: 102px;
	text-indent: -9999px;
	overflow: hidden;
}
/*start top navigation*/
#top-nav {
	position: absolute;
	top: 116px;
	left: 46px;
	list-style: none;
	padding:0;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
}
#top-nav li {float: left;}
#top-nav li a {
	float: left;
	text-align: center;
	width: 132px;
	height: 24px;
	color: #fff;
	margin: 0 0 0 -10px;
	position: relative;
	padding: 1px 0 0;
	text-decoration: none;
	background: url(../images/top-nav-bg.png) no-repeat;
	z-index: 9;
}
#top-nav li a:hover, #top-nav li.active a {
	z-index: 9999;
	color: #4f565f;
	cursor: pointer;
	/*background: url(../images/top-nav-bg2.png) no-repeat;*/
}
#top-nav li.active a {
	background: url(../images/top-nav-bg2.png) no-repeat;
}
#header .form {
	position: absolute;
	right: 56px;
	top: 51px;
}
#header .form select {
	float: left;
	width: 132px;
	border: 1px solid #d1dae2;
	font-size: 12px;
	color: #4f565f;
}
/*start content*/
#content {overflow: hidden;width: 997px;padding: 0 0 44px 0;}
/*start top box*/
.container {
	width:990px;
	margin:0;
	padding:0;
	text-align:center;
	font-size:12px;
}

.top-box {
	overflow: hidden;
	width: 997px;
	padding: 0 0 10px 0;
	background: #e3eefd url(../images/top-box-bg.gif) repeat-x;
}

.top-box .whoflies-box {
	margin: 20px 150px;
}

.top-box #skymap {
	margin: 20px 140px;
}
.top-box .info {
	padding:30px 70px 40px;
	text-align:justify;
}

.top-box .breadcrumbs {
	list-style: none;
	padding: 0 0 0 38px;
	margin: 0;
	font-size: 11px;
	color: #679ad7;
	font-weight: bold;
}
.top-box .breadcrumbs li {
	display: inline;
	margin: 0 4px 0 0;
}
.top-box .breadcrumbs li a {
	padding: 0 10px 0 0;
	font-weight: normal;
	color: #679ad7;
	text-decoration: none;
	background: url(../images/breadcrumbs-arrow.gif) no-repeat 100% 4px;
}
.top-box .breadcrumbs li a:hover {text-decoration: underline;}
.top-box .top-box-inner {
	/*float: left;*/
	width: 997px;
	height: 195px;
	margin: 15px 0 0 0;
	background: url(../images/top-box-inner-bg.gif) repeat-y 18px 0;
}

.top-box .form {
	float: left;
	width: 452px;
	padding: 10px 0 0 32px;
}
.top-box .form div {float: left;width: 447px;padding: 0 0 10px 0;}
.top-box .form div.select-area {padding: 0;}
.top-box .form div .sub-box {float: right;width: 340px;padding: 0;}
.top-box .form label {
	float: left;
	padding: 0 0 0 8px;
	font-size: 19px;
	line-height: 29px;
	color: #2266b7;
}
.top-box .form .input-text {
	float: right;
	width: 334px;
	height: 26px;
	padding: 3px 0 0 5px;
	font-size: 18px;
	border: 1px solid #99bfd6;
}
.top-box .form label.second-label {
	width: 90px;
	text-align: right;
	font-size: 16px;
	color: #2266b7;
}
.top-box .form div .sub-box select {float: left;}
.top-box .form div .sub-box select.size_102 {width: 102px;}
.top-box .form div .sub-box select.size_149 {width: 149px;}
.top-box .form div .sub-box .calendar {
	float: left;
	background: url(../images/calendar-ico.gif) no-repeat;
	width: 21px;
	height: 19px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 0 0 7px;
}
.top-box .form div .btn {
	float: left;
	background: url(../images/form-btn.gif) no-repeat;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	margin: 10px 0 0 346px;
	border:none;
	height:30px;
	width:100px;
}
.top-box .form div .btn span {
	float: left;
	/*background: url(../images/btn-right-bg.gif) no-repeat 100% 0;*/
	padding: 0 36px 3px 10px;
	position: relative;
}
.top-box .r-side {float:right;width: 415px; padding: 0 20px 0 35px; overflow:auto;height:185px; margin-right:20px;}
/*.top-box .r-side {float:right; margin: 0 35px 0 0; width:400px; }*/

/*.top-box .r-side  #myscroller {
position:relative; // mandatory
height:185px; // set as required
background-color:#ffffcc; // set as required
overflow:hidden; // mandatory
border:solid 10px;
margin:5px; // optional
} 
*/
.top-box h1 {margin: 3px 0 8px 0;font: 185% Georgia, "Times New Roman", Times, serif;color: #2266b7;}
.top-box p {margin: 0 0 10px 0;font-size: 82%;color: #4f565f;}
.top-box p a {color: #ff4606;text-decoration: none;}
.top-box p a:hover {text-decoration: underline;}
/*start tabs style*/
.tabset {
	float: left;
	width: 965px;
	list-style: none;
	padding: 0 0 0 32px;
	margin: 0;
	font-size: 14px;
	color: #fff;
	background: url(../images/tabset-bg.gif) repeat-x;
}
.tabset li {float: left;}
.tabset li a {
	float: left;
	text-align: center;
	color: #fff;
	width: 185px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	background: url(../images/tab-non-active-bg.gif) no-repeat;
	text-transform: uppercase;
}
.tabset li a.active {
	background: url(../images/tab-bg.gif) no-repeat;
	color: #4f565f;
}
div.tab {float: left;padding: 26px 0 0;}
/*start Hotels list*/
.list-holder {
	float: left;
	background: url(../images/sep.gif) repeat-x 0 100%;	
	margin: 3px 0 0 33px;
	display: inline;
	padding: 0 0 4px 0;
	width: 927px;
}
/*start list*/
.list {
	float: left;
	list-style: none;
	padding: 15px 0 13px 31px;
	margin: 0;
	width: 896px;
	background: url(../images/list-bg.gif) repeat-y;
}
.list li.item {float: left;width: 274px;padding: 0 0 0 15px;}
.list li.item.center {width: 287px;}
.list li.item .l-side {float: left;width: 64px;padding: 0 10px 0 0;overflow: hidden;}
.list li.item .img {float: left;border: 3px solid #cad6e7;}
.list li.item .img img {display: block;}
.list li.item .r-side {float: left;width: 198px;}
.list li.item h3 {margin: 0;font-size: 16px;color: #2266b7;font-weight: normal;}
.list li.item h3 a {margin: 0;font-size: 16px;color: #2266b7;font-weight: normal; text-decoration:none;}
.list li.item p {margin: 0 0 4px 0;font-size: 12px;color: #4f565f;}
.list li.item p a {color: #4f565f;text-decoration: none;}
.list li.item p a:hover {text-decoration: underline;}
.list li.item p.tags {color: #ff4606;}
.list li.item p.tags a {color: #ff4606;text-decoration: none;}
.list li.item p.tags a:hover {text-decoration: underline;}
/*start rating*/
/*STAR RATING*/
.star-rating {
	float: left;
	list-style:none;
	margin:3px 0 0;
	padding:0;
	width:64px;
	height:12px;
	position:relative;
	background:url(../images/star.gif) repeat-x;
}
.star-rating li{float:left; font-size:10px;}
.star-rating li a{
	display:block;
	width:12px;
	height:12px !important;
	text-decoration:none;
	text-indent:-9000px;
	z-index:2;
	position:absolute;
	padding:0;
}
* html .star-rating li a {top: -6px;}
.star-rating li a:hover,
.star-rating li.active a{
	background:url(../images/star-ico.gif) 0 100%;
	z-index:1;
	left:0px;
}

.star-rating a.one-star{left:0px;}
.star-rating a.one-star:hover,
.star-rating li.active a.one-star{width:12px;}
.star-rating a.two-stars{left:12px;}
.star-rating a.two-stars:hover,
.star-rating li.active a.two-stars{width:24px;}
.star-rating a.three-stars{left:24px;}
.star-rating a.three-stars:hover,
.star-rating li.active a.three-stars{width:36px;}
.star-rating a.four-stars{left:36px;}
.star-rating a.four-stars:hover,
.star-rating li.active a.four-stars{width:48px;}
.star-rating a.five-stars{left:48px;}
.star-rating a.five-stars:hover,
.star-rating li.active a.five-stars{width:60px;}
/*start breadcrumbs*/
.paginations {
	overflow: hidden;
	width: 927px;
	height: 22px;
	margin: 0 0 0 33px;
	background: url(../images/paginations-bg.gif) repeat-x;
}
.paginations ul {
	list-style: none;
	padding: 4px 0 0;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #2266b7;
	text-align: center;
}
.paginations ul li {display: inline; cursor:pointer;}
.paginations ul strong {font-size: 12px;font-weight: normal;}
.paginations ul li a {color: #2266b7;text-decoration: none;padding: 0 3px 0 4px;margin: 0 3px 0 0;}
.paginations ul li a:hover, .paginations ul li.liactive {
	border: 1px solid #9ec5f4;
	background-color: #f3f7fd;
	padding: 0 3px 0 3px;
	margin: 0 2px 0 0;
	position: relative;
}
.paginations ul li.noroll a:hover {margin:  0 3px 0 0;background: none;border: 0; text-decoration: underline;}
.paginations ul li.noroll2 a:hover {margin:  0 4px 0 1px;background: none;border: 0; text-decoration: underline;}
/*start box1*/
.box1 {
	float: left;
	width: 431px;
	border: 1px solid #bad0e9;
	background-color: #fff;
	margin: 24px 0 0 45px;
	padding: 1px;
	display: inline;
	position: relative;
}

.box1-towns {
	float: left;
	width: 893px;
	border: 1px solid #bad0e9;
	background-color: #fff;
	margin: 24px 0 0 52px;
	padding: 1px;
	display: inline;
	position: relative;
}

.box1.box1-right {float: right;margin: 24px 55px 0 0;}

.box1 .box1-inner, .box1 .box2-inner  {
	float: left;
	width: 431px;
	background-color:#e6effa;
	min-height: 226px;
}

.box1-towns .box1-inner-alltowns {
	float: left;
	width: 893px;
	background-color:#e6effa;
	min-height: 226px;
}
* html .box1 .box1-inner, * html .box1 .box2-inner  {height: 226px;}


.box1 h2 {
	margin: 14px 0 18px 14px;
	font-size: 113%;
	line-height: 19px;
	color: #2d910a;
}

.box1-towns h2 {
	margin: 14px 0 18px 14px;
	font-size: 113%;
	line-height: 19px;
	color: #2d910a;
}
.box1 ul.link-list {
	float: left;
	width: 148px;
	padding: 0 0 0 3px;
	margin: 0;
	list-style: none;
	font-size: 82%;
	line-height: 22px;
	color: #4f565f;
	height: 1%;
}
.box1-towns ul.link-list {
	float: left;
	width: 175px;
	padding: 0 0 0 3px;
	margin: 0;
	list-style: none;
	font-size: 82%;
	line-height: 22px;
	color: #4f565f;
	height: 1%;	
}

.box1 ul.link-list2 {width: 123px;}
.box1 ul.link-list3 {width: 137px;}
.box1 ul.link-list li {float: left;width: 100%;height: 1%;padding: 0 0 3px 0;}
.box1-towns ul.link-list li {float: left;width: 100%;height: 1%;padding: 0 0 3px 0;}
.box1 ul.link-list li a {
	color: #4f565f;
	display: block;
	padding: 0 0 0 18px;
	background: url(../images/arrow-ico2.gif) no-repeat 10px 9px;
	text-decoration: none;
}
.box1-towns ul.link-list li a {
	color: #4f565f;
	display: block;
	padding: 0 0 0 18px;
	background: url(../images/arrow-ico2.gif) no-repeat 10px 9px;
	text-decoration: none;
}
.box1 ul.link-list li.white a {background-color: #fafbfe;}
.box1-towns ul.link-list li.white a {background-color: #fafbfe;}
.box1 ul.link-list2 li a {padding: 0 0 0 16px;background-position: 7px 9px;}
.box1 ul.link-list3 li a {padding: 0 0 0 20px;background-position: 11px 9px;}
.box1 ul.link-lists {
	float: left;
	padding: 0 0 0 24px;
	margin: 0;
	list-style: none;
	font-size: 13px;
	line-height: 26px;
	color: #4f565f;
}
.box1-towns ul.link-lists {
	float: left;
	padding: 0 0 0 24px;
	margin: 0;
	list-style: none;
	font-size: 13px;
	line-height: 26px;
	color: #4f565f;
}
.box1 ul.link-lists.link-lists2 {padding: 0 0 0 16px;}
.box1-towns ul.link-lists.link-lists2 {padding: 0 0 0 16px;}
.box1 ul.link-lists li {
	padding: 0 0 0 8px;
	background: url(../images/arrow-ico3.gif) no-repeat 0 11px;
}
.box1-towns ul.link-lists li {
	padding: 0 0 0 8px;
	background: url(../images/arrow-ico3.gif) no-repeat 0 11px;
}
.box1 ul.link-lists a {color: #2266b7;text-decoration: none;}
.box1-towns ul.link-lists a {color: #2266b7;text-decoration: none;}
.box1 ul.link-lists a:hover {text-decoration: underline;}
.box1-towns ul.link-lists a:hover {text-decoration: underline;}
.box1 .bookmarks {
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	bottom: -24px;
	right: 26px;
}
* html .box1 .bookmarks {bottom: -25px;}
.box1 .bookmarks li {float: left;}
.box1 .bookmarks li.first.active {
	float: left;
	margin: 0 -16px 0 0;
	position: relative;
	display: inline;
	width: auto !important;
}
.box1 .bookmarks li.second {
	float: left;
	margin: 0 -16px 0 0;
	position: relative;
	display: inline;
	width: auto !important;
}
.box1 .bookmarks li a {
	float: left;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.box1 .bookmarks li a .link-inner {
	float: left;
	background: url(../images/bookmark-bg.png) no-repeat;
	height: 24px;
	padding: 5px 0 0 24px;
}
.box1 .bookmarks li a .link-inner:hover {
	color: #4f565f;
}

.box1 .bookmarks li a .right {
	float: left;
	height: 29px;
	width: 21px;
	background: url(../images/bookmark-right-bg.png)  no-repeat;
}
.box1 .bookmarks li.active a {color: #2266b7;}
.box1 .bookmarks li.active a .link-inner {
	float: left;
	padding: 0 0 0 42px;
	height: 29px;
	/*background: url(../images/bookmark-active-bg.png) no-repeat;*/
}
.box1 .bookmarks li.active a .link-inner {
	background: url(../images/bookmark-active-bg.png) no-repeat;
}
.box1 .bookmarks li.active a .right {
	float: left;
	width: 50px;
	height: 29px;
	/*background: url(../images/bookmark-active-right-bg.png) no-repeat;*/
}
.box1 .bookmarks li.active a .right {
	background: url(../images/bookmark-active-right-bg.png) no-repeat;
}
/*start box2*/
.box2 {
	float: left;
	width: 894px;
	margin: 22px 0 0 62px;
	display: inline;
}

.box2-pic {
	text-align:center;
	font-size:12px;
	color:#CAD6E7;
}

.box2-pic a {
	color:#CAD6E7;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:12px;
	padding:5px;
}

.box2-pic a:hover {
	text-decoration:none;
}

.box2-pic .imgcontainer {
	width:990px;
	margin:20px auto 0;
}

.box2 h2 {
	margin: 0 0 10px 0;
	font: 23px/25px Georgia, "Times New Roman", Times, serif;
	color: #4f565f;
}
.box2 .side {
	float: left;
	width: 230px;
	font-size: 82%;
	color: #4f565f;
}

.box2 a {color: #4f565f;text-decoration: none;}
.box2 a:hover {text-decoration: underline;}
.box2 .photo {
	float: left;
	width: 223px;
	border: 3px solid #cad6e7;
}

.box2-pic .photo {
	width: 223px;
	margin: 0 0 8px 0;
}
.imgcontainer .smallpic {
	margin: 0 0 0 20px;
}

.box2 .photo img {display: block;}
.box2-pic .photo img {margin: 0 auto; border: 3px solid #cad6e7;}
.smallpic .photo img {margin:0 0 5px 0; border: 3px solid #cad6e7;}
.box2 .info-area {float: right;width: 631px;color: #4f565f;}
.box2 .info-area p {margin: 0 14px 15px 0;font-size: 82%;}
.box2 .info-area a {color: #4f565f;}
.box2 .info-area a:hover {text-decoration: none;}
.box2 .info-area .inf {list-style: none;padding: 0;margin: 0;font-size: 82%;}
.box2 .info-area .inf-list {
	float: left;
	width: 210px;
	padding: 0;
	margin: 0;
	font-size: 88%;
	line-height: 24px;
	color: #2266b7;
	list-style: none;
}
.box2 .info-area .clear {
	clear:both;
}
.box2 .info-area .inf-list .subdescr {
	color:black;
	font-size:80%;
	display:inline;
	padding-left:10px;
}

.box2 .info-area .inf-list li {padding: 0 0 0 10px;background: url(../images/sep-3.gif) no-repeat 0 10px;}
.box2 .info-area .inf-list li a {color: #2266b7;text-decoration: none;}
.box2 .info-area .inf-list li a:hover {text-decoration: underline;}
.box2 .info-area .btn {
	clear: both;
	float: left;
	margin: 20px 0 0;
	background: url(../images/btn-left-bg.gif) no-repeat;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	height: 30px;
	text-transform: uppercase;
}
.box2 .info-area .btn span {
	float: left;
	display: block;
	padding: 0 46px 0 22px;
	margin: 0 -10px 0 0;
	position: relative;
	background: url(../images/btn-right-bg.gif) no-repeat 100% 0;
}
/*start footer*/
#footer {
	margin: 0 auto;
	width: 933px;
	background: url(../images/sep.gif) repeat-x;
	padding: 20px 0;
}
#footer p {margin: 0 0 0 50px;font-size: 11px;color: #4f565f;}
#footer p a {color: #4f565f;text-decoration: none;}
#footer p a:hover {text-decoration: underline;}
#footer ul {
	float: right;
	list-style: none;
	padding: 0 36px 0 0;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	color: #4f565f;
}
#footer ul li {float: left;padding: 0 5px;border-left: 1px solid #4f565f;}
#footer ul li:first-child {padding-left: 0;border: 0;}
#footer ul li a {color: #4f565f;text-decoration: none;}
#footer ul li a:hover {text-decoration: underline;}

