div.autocompleter-loading { position: relative; top: 0; left: 0; float: left; background: #fff url(http://img1.easytobook.com/graphics/indicators/load_indicator.gif) no-repeat center; width: 20px; height: 16px; }
ul.autocompleter-choices { position:absolute;margin:0;padding:0;list-style:none;border:1px solid #969696; background-color:white;border-right-color:#969696; border-bottom-color:#969696; text-align:left; font-family: Arial, Helvetica, sans-serif; z-index:50;}
ul.autocompleter-choices li { width: 285px; height: 20px; position: relative; padding: 0.1em 1.5em 0.1em 1em;	cursor:	pointer; font-weight: normal; font-size: 1.2em; overflow: hidden; }
ul.autocompleter-choices li.autocompleter-selected { width: 285px; background-color: #bbddff; color: #000000; overflow: hidden; }
ul.autocompleter-choices span.autocompleter-queried { height: 20px; font-weight: bold; background-color:ecf6ff; }/* The main calendar widget.  DIV containing a table. */

.selDiv { display: block; height: 22px; }
.selDates { display: none; } /* Can't figure out Alex' problem with the dropdown, so hide it */

div.calendar { width: 200px; position: relative; margin-top: 2px; }

.calendar, .calendar table {
  width: 200px;
  border: 1px solid #009de6;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #ffffff;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  background:url(http://img1.easytobook.com/graphics/calendar/cal_background.jpg) repeat-x;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar .nav {
  background:url(http://img1.easytobook.com/graphics/calendar/cal_background.jpg) repeat-x;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #ffffff;
  padding: 1px;
  background:url(http://img1.easytobook.com/graphics/calendar/cal_background.jpg) repeat-x;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #ffffff;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  padding: 2px;
  text-align: center;
  color: #00a8d2;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #00a8d2;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #ffffff;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */
.calendar tbody tr.daysrow  { height: 27px; }
.calendar tbody tr.daysrow td { width: 14.2%; }

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 28px;
  height: 24px;
  color: #008dc2;
  text-align: center;
  background: url(http://img1.easytobook.com/graphics/calendar/day_enabled.jpg) 3px 1px no-repeat;
  padding-left: 1px;
  cursor: default;
}
.calendar tbody td.disabled { /* Hovered cells <TD> */
  width: 28px;
  height: 24px;
  color: #aaaaaa;
  text-decoration: line-through;
  text-align: center;
  background: url(http://img1.easytobook.com/graphics/calendar/day_disabled.jpg) 3px 1px no-repeat;
  padding-left: 1px;
  cursor: default;
}
.calendar tbody td.weekend { /* Cells showing weekend days */
  width: 28px;
  height: 24px;
  color: #008dc2;
  text-align: center;
  background: url(http://img1.easytobook.com/graphics/calendar/day_weekend.jpg) 3px 1px no-repeat;
  padding-left: 1px;
  cursor: default;
}
.calendar tbody td.hilite { /* Hovered cells <TD> */
  width: 28px;
  height: 24px;
  color: #FFFFFF;
  text-align: center;
  background: url(http://img1.easytobook.com/graphics/calendar/day_active.jpg) 3px 1px no-repeat;
  padding-left: 1px;
  cursor: pointer;
}
.calendar tbody td.active { /* Active (pressed) cells <TD> */
  width: 28px;
  height: 24px;
  color: #FFFFFF;
  text-align: center;
  background: url(http://img1.easytobook.com/graphics/calendar/day_active.jpg) 3px 1px no-repeat;
  padding-left: 1px;
  cursor: pointer;
}
.calendar tbody td.selected { /* Cell showing today date */
  width: 28px;
  height: 24px;
  color: #FFFFFF;
  text-align: center;
  background: url(http://img1.easytobook.com/graphics/calendar/day_active.jpg) 3px 1px no-repeat;
  padding-left: 1px;
  cursor: pointer;
}
.calendar tbody td.other_selected { /* Cell showing today date */
  width: 28px;
  height: 24px;
  color: #FFFFFF;
  text-align: center;
  background: url(http://img1.easytobook.com/graphics/calendar/day_other_active.jpg) 3px 1px no-repeat;
  padding-left: 1px;
  cursor: default;
  text-decoration: none;
}

.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  border-right: 1px solid #000;
  background: #bdf;
}


.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
/*   visibility: hidden; */
  background: url(http://img1.easytobook.com/graphics/calendar/day_disabled.jpg) 3px 1px no-repeat;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #008dc2;
  text-decoration: underline;
  cursor: pointer;
  padding: 1px;
  padding-right: 5px;
  text-align: right;
}

.calendar tfoot .ttip .redx { /* X */
	font-family: sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: #f00;
	text-decoration: none;
	display: inline;
}
.calendar tfoot .ttip .close { /* X */

}

.calendar tfoot .ttip:hover { /* Tooltip (status bar) cell <TD> */
  text-decoration: none;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
/*  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
*/
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
/*  background: #77c;
  padding: 2px 0px 0px 2px;
*/
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar .selDiv {
/* 	background-color: #f00; */
	top: 1px;
	left: 3em;
	width: 12em;
	position: absolute;
 	text-align: center;
}

.calendar .selDates {
	display: none;
 	position: absolute;
	top: 1px;
	left: 3em;
	width: 12em;
	text-align: center;
}
.calendar .selDates select{
  background: #009de6;
  color: #fff;
  width: 12em;
  font-size: 90%;
  border: 0px;
  border-style: hidden;
}
html { background: #aeaeae; margin: 0; padding: 0; height: 100%; }
body { background: #8c8c8c url(http://www.easytobook.com/css/images/body_gradient.jpg) repeat-x bottom; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; line-height: 200%; font-size:60%; }

#title { display: none; }

.header { height: 144px; margin-bottom: -10px; }
.headerLeft { width: 528px; height: 144px; float: left; }
.headerLeft1 { width: 339px; height: 144px; float: left; background: url(http://www.easytobook.com/css/images/header_left1.jpg) left no-repeat; }
.headerLeft2 { width: 189px; height: 144px; float: left; background: url(http://www.easytobook.com/css/images/header_left2.jpg) left no-repeat; }
.headerRight { height: 144px; margin-left: 512px; background: url(http://www.easytobook.com/css/images/header_right.jpg) right no-repeat; }

.clearLine { clear: both; font-size: 0px; line-height: 0px; }
.clearRight { font-size: 0px; line-height: 0px; height: 1px; }
.clearFix { clear: both; height: 10px; }

.container { min-width: 740px; max-width: 1000px; margin: 0px auto; margin-bottom: 0px; height: auto; }
.Lcontainer { min-width: 740px; max-width: 1000px; margin: 10px auto; margin-bottom: 0px; height: auto; background: #FFFFFF url(http://www.easytobook.com/css/images/shadow_left.jpg) left repeat-y; }
.Mcontainer { width: auto; float: left; height: auto; }
.Rcontainer { margin-left: 15px; min-width: 715px; max-width: 1000px; height: auto; background: #FFFFFF url(http://www.easytobook.com/css/images/shadow_right.jpg) right repeat-y; }

.floatcontainer { width: 100%; height: auto;  clear: right; margin-top: 0px; float: left; } /* DIT WAS DE SUCKER > GJ */ 

.imageCorners { width: 100%; float: right; height: 10px; margin-bottom: -10px; background:url(http://img1.easytobook.com/graphics/cities/corner_right.png) top right no-repeat; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img1.easytobook.com/graphics/cities/corner_right.png', sizingMethod='image'); position: relative; }
.imageHolder { width: 100%; height: 141px; }
.imageGlass { width: 100%; height: 141px; background: url(http://img1.easytobook.com/graphics/cities/glass_effect.png) no-repeat top left; _background: none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://img1.easytobook.com/graphics/cities/glass_effect.png', sizingMethod='scale'); }

.pageBody { width: auto; margin-right: 15px; height: auto; padding-top: 6px; padding-bottom: 10px; color: #525252; font-size: 1.3em; }
.pageBody a:link { color: #008dc2; }
.pageBody a:visited { color: #0cb4f2; }
.pageBody a:hover { color: #f69503; }
.pageBody a:active { color: #7f3704; }

.pageBody h1 { margin: 0; font-size: inherit; font-size: 1em; }
.pageBody h2 { margin: 0; font-size: inherit; font-size: 1em; }
.pageBody h3 { margin: 0; font-size: inherit; font-size: 1em; }
.pageBody h4 { margin: 0; font-size: inherit; font-weight: normal; padding-bottom: 3px; font-size: 1em; }
.pageBody h5 { margin: 0; font-size: inherit; font-size: 1em; }
.pageBody h6 { margin: 0; font-size: inherit; font-size: 1em; }
.hotelTitle h4 { margin: 0; font-size: inherit; font-weight: bold; padding-top: 2px; padding-bottom: 3px; }
.hotelTitle h4 img { margin-bottom: -5px; }

.navigation { width: auto; height: 26px; background: url(http://www.easytobook.com/css/images/nav_repeater.jpg) repeat-x; margin-right: 15px; }
.navItems { padding: 4px; padding-left: 8px; padding-top: 2px; margin-left: 3px; }
.navItems a { margin-right: 25px; color: #FFFFFF; font-weight: bold; font-size: 1.2em; text-decoration: none; }
.navItems a:link { margin-right: 25px; color: #FFFFFF; font-weight: bold; font-size: 1.2em; text-decoration: none; }
.navItems a:hover { color: #FFFFFF; font-weight: bold; font-size: 1.2em; text-decoration: underline; }

.breadcrumb { width: auto; height: 25px; margin-right: 15px; font-size: 1.2em; padding-top: 2px; background-color: #444444; overflow: hidden }
.breadcrumb ul { list-style: none; margin: 0px 0px 0px 0px; padding: 0; margin-left: 10px; }
.breadcrumb ul li { background: transparent url(http://www.easytobook.com/css/images/bc_arrow.jpg) no-repeat right; float: left; padding-right: 10px; margin-right: 10px;}
.breadcrumb ul li { text-decoration: none; color: #cacaca;  }
.breadcrumb ul li.last { text-decoration: none; color: #FFFFFF; font-weight: bold; background: none; margin-right: 10px; }
.breadcrumb h1 { color: #FFFFFF; }
.breadcrumb a { font-size: 0.99em; color: #cacaca; text-decoration: underline; }
.breadcrumb a:hover {text-decoration: underline; color: #cacaca; }

.footer { height: 264px; color: #525252; margin-right: 2px; margin-bottom: -10px; background: #f7f7f7 url(http://www.easytobook.com/css/images/footer_bottom.jpg) bottom repeat-x; font-size: 1.15em; }
.footer h6 { font-size: 1.4em; font-weight: bold; margin-bottom: 3px; margin-top: 0px; }
.footerLeft { width: 500px; height: 264px; float: left; background: url(http://www.easytobook.com/css/images/footer_left.jpg) left no-repeat; padding-left: 30px;  }
.footerLeftFloat { width: 33%; float: left; padding-top: 20px; }
.footerRight { height: 264px; margin-left: 526px; background: url(http://www.easytobook.com/css/images/footer_right.jpg) right no-repeat; }
.footerRightFloat { width: 160px; height: auto; float: right; background:url(http://www.easytobook.com/css/images/easytobook.gif) no-repeat bottom right; padding-bottom: 70px; margin-right: 25px; padding-right: 8px; margin-top: 80px; text-align: right; }
.footer a:link { color: #525252; text-decoration: none; }
.footer a:visited { color: #525252; text-decoration: none; }
.footer a:hover { color: #f69503; text-decoration: underline; }
.footer a:active { color: #525252; text-decoration: none; }


.headerText { 
	text-align: right; 
	float: right; 
	padding: 15px;
	padding-right: 5px;
	font-size: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -3px;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-left: -20px;
	margin-top: -61px;
	margin-bottom: -100px;
	line-height: 40px;
 }


h5 { 
	position: relative; 
	text-align: right; 
	float: right; 
	padding: 15px;
	font-size: 7em;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	letter-spacing: -5px;
	margin-top: -110px;
	margin-bottom: -80px;
	margin-right: 5px;
	width: 600px;
	height: 114px;
	overflow: hidden;
}

.language { width: 90px; position: relative; right: -1px; margin-top: -186px; float: right; }
.languageNL { width: 110px; position: relative; right: -1px; margin-top: -186px; float: right; }
.language_morph2 { height: 142px; overflow: hidden; position: relative; }
.language_morph4 { width: 110px;  position: relative; right: -1px; margin-top: -186px; float: right; }

.languageBar{ display: block; }
.languageBar *{ display:block; height:1px; overflow:hidden; font-size:.01px; background:#FFFFFF}
.languageBar1{ margin-left:3px; padding-left:1px; padding-right:1px; border-left:1px solid #fcd498; background:#feecd2}
.languageBar2{ margin-left:1px; padding-right:1px; padding-left:1px; border-left:1px solid #fbbc5d; background:#fef0dc}
.languageBar3{ margin-left:1px; border-left:1px solid #fef0dc; }
.languageBar4{ border-left:1px solid #fcd498; }
.languageBar5{ border-left:1px solid #feecd2; }

.languageBarfg{ height: 20px; overflow: hidden; background:#FFFFFF; padding-top: 3px; padding-left: 12px; font-size: 11px; font-weight: bold; }
.languageBarfg_morph1 { height: 20px; overflow: hidden; }
.languageBarfg_morph3 { width: 90px; position: relative; right: -1px; margin-top: -186px; float: right; }
.languageBarfg_morphNL { width: 110px; position: relative; right: -1px; margin-top: -186px; float: right; }
.languageBarfg img { margin-bottom: -2px; margin-right: 2px; }

.languageBarfg a:link { color: #000000; text-decoration: underline; }
.languageBarfg a:visited { color: #000000; text-decoration: underline; }
.languageBarfg a:hover { color: #e56c03; text-decoration: none; }
.languageBarfg a:active { color: #000000; text-decoration: none; }
.languageSelect { }

.phoneBox { width: 177px; height: 88px; margin-right: 10px; padding: 5px; color: #FFFFFF; font-size: 11px; font-weight: bold; background: url(http://www.easytobook.com/css/images/phonebox.png) no-repeat; float: right; margin-top: 52px; }
.supportPerson { float: left; width: 25px; height: 70px; padding: 2px; margin-right: 3px; }
.callUs { color: #ff9d0f; }
.cntry { float: left; width: 20px; }
.phoneNr { float: left; }
.free { float: left; font-size: 10px; margin-left: 4px; }


/* Specify Tooltip Unique Id's */
.Tips1 { cursor: pointer; }
.Tips2 { cursor: pointer; }

.tool-tip {	color: #fff; width: 220px; z-index: 13000; line-height: 120%; }
.tool-title { font-weight: bold; font-size: 1.2em; margin: 0; color: #00b7ed; padding-top: 8px; padding-left: 8px; background: url(http://www.easytobook.com/css/images/tooltip.png) top left; }
.tool-text { line-height: 140%; font-size: 1.2em; padding-top: 2px; padding-left: 8px; padding-bottom: 8px; padding-right: 4px; background: url(http://www.easytobook.com/css/images/tooltip.png) bottom right; }/* Home CSS Document */
.bodyLeft { width: 490px; overflow: hidden; height: auto; float: left; padding-bottom: 10px; }
.bodyRight { margin-left: 497px; height: auto; }

/* Right Column */
.rightContainer { margin-bottom: 10px; }
.rightColumnWhite{display:block}
.rightColumnWhite *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#ffffff}
.rightColumnWhite1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; border-top:1px solid #d0d0d0; background:#ffffff}
.rightColumnWhite2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#ffffff}
.rightColumnWhite3{ margin-left:1px; margin-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0;}
.rightColumnWhite4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}
.rightColumnWhite5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}
.rightColumnWhite6{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#ffffff}
.rightColumnWhitefg{ background:#ffffff; border-left: 1px solid #d0d0d0; border-right:1px solid #d0d0d0; padding-left: 5px; padding-bottom: 5px; }

.rightColumnGrey{display:block; }
.rightColumnGrey *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#f7f7f7}
.rightColumnGrey1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #d0d0d0; border-top:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#f9f9f9}
.rightColumnGrey2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#f8f8f8}
.rightColumnGrey3{ margin-left:1px; margin-right:1px; border-left:1px solid #f8f8f8; border-right:1px solid #d0d0d0;}
.rightColumnGrey4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}
.rightColumnGrey5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}
.rightColumnGrey6{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#f9f9f9}
.rightColumnGreyfg{ padding-top: 1px; padding-bottom: 1px; background:#f7f7f7; border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; }

.hotelContainer { margin-top: -10px; }

.location_intro { padding-left: 10px; padding-right: 10px; margin-bottom: 12px; }
.location_intro h1 { font-weight: bold; font-size: 1.1em; color: #525252; margin: 0; }
.location_intro img { margin-bottom: -3px; }
.location_intro a:link { color:#525252; text-decoration: none; font-weight: bold; }
.location_intro a:visited { color: #525252; text-decoration: none; font-weight: bold; }
.location_intro a:active { color: #525252; text-decoration: none; font-weight: bold; }
.location_intro a:hover { color: #525252; text-decoration: none; font-weight: bold; }
.location_follow { padding-left: 10px; padding-right: 10px; margin-top: 8px; }
.location_follow a:link { color:#525252; text-decoration: none; font-weight: bold; }
.location_follow a:visited { color: #525252; text-decoration: none; font-weight: bold; }
.location_follow a:active { color: #525252; text-decoration: none; font-weight: bold; }
.location_follow a:hover { color: #525252; text-decoration: none; font-weight: bold; }
.location_follow p { padding-bottom: 10px; }

/* Base Box Settings */
.basebox{display:block}
.basebox *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#f6f6f6; }
.basebox1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #f7f7f7; border-right:1px solid #f7f7f7; border-top: 1px solid #f2f2f2; background:#f8f8f8 }
.basebox2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #f7f7f7; border-right:1px solid #f7f7f7; background:#f7f7f7}
.basebox3{ margin-left:1px; margin-right:1px; border-left:1px solid #f7f7f7; border-right:1px solid #f7f7f7;}
.basebox4{ border-left:1px solid #f4f4f4; border-right:1px solid #f4f4f4; }
.basebox5{ border-left:1px solid #f3f3f3; border-right:1px solid #f3f3f3; }
.basebox_tag { margin-right: 4px; float: left; margin-top: 3px; }
.basebox_tit { width: auto; height: auto; font-weight: bold; font-size: 1.1em; color: #525252; margin: 0; }
.basebox_content { margin-bottom: 15px; margin-top: 1px; height: auto; }

/* Box Container */
.poiboxcontainer { background:url(http://www.easytobook.com/css/images/pois_background.jpg) no-repeat; background-position: 10px -15px; width: 490px; margin-top: 15px; height: auto; clear: right; margin-top: 25px; margin-bottom: 10px; }
.topdescontainer { height: auto; clear: both; margin-left: 7px; padding-top: 2px; }
.topdes_content { background:url(http://www.easytobook.com/css/images/locations_background.jpg) no-repeat; background-position: 15px 5px; margin-bottom: 0px; margin-top: 0px; height: auto; width: auto; font-size: 0.9em; padding: 6px; padding-left: 0; }

.rightTitle { font-weight: bold; font-size: 1.5em; margin-bottom: 5px; }
.rightTitle img { margin-bottom: -7px; margin-right: 3px; }

.whyHeader { font-size: 1.2em; font-weight: bold; margin-bottom: 8px; color: #525252; margin-top: -3px; }
.whyHeader img { margin-bottom: -3px; margin-right: 4px; }
.whyEasyToBook { padding-left: 10px; padding-top: 30px; padding-bottom: 18px; font-size: 0.9em; }
.whyLeft { float: left; width: 230px; height: auto; }
.whyRight { width: auto; height: auto; float: left; }
.whyBulletPoint { padding-bottom: 6px; }
.line1 { font-weight: bold; margin-bottom: -4px; }
.line1 img { margin-bottom: -4px; margin-right: 2px; }
.line2 { padding-left: 22px; }

.moreHotelLinks { padding-left: 10px; }
.moreHotelLinks img { margin-bottom: -4px; }

.poiTitle { margin-bottom: 2px; padding-left: 10px; font-weight: bold; }
.poiLinks { padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 3px; height: auto; }

/* Box Contents */
.baseboxfg{ background:#f6f6f6; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 3px; height: auto; border: 1px solid #ececec; border-bottom: 0; }
.titleboxfg{ background:#f6f6f6; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; height: auto; border: 1px solid #ececec; border-top: 0; }
.topdesfg { background:#f6f6f6; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 3px; height: auto; border: 1px solid #ececec; border-bottom: 0; }

/* Box Link Lists */
.poilinklist { width: 30%; height: auto; float: left; padding-bottom: 10px; padding-right: 10px; }
.topdeslist1 { width: 33%; height: auto; float: left; padding-bottom: 10px; }
.topdeslist2 { width: 33%; height: auto; float: left; padding-bottom: 10px; }
.topdeslist3 { width: 33%; height: auto; float: left; padding-bottom: 10px; }

.citySearchContainer { width: 50%; float: left; margin-right: 20px; margin-top: 2px; position: relative; }
.distancePOI { margin-bottom: 10px; float: left; width: 75%; clear: right; }

.more { width: 33%; color:#525252; float: left; margin-bottom: 10px; margin-top: 2px; }
.more a:link { color:#525252; }
.more a:visited { color: #525252; }
.more a:active { color: #525252; }
.more a:hover { color: #f69503; text-decoration: none; }

.hotelBoxx { display:block; margin: 8px; padding-bottom: 10px; }
.hotelBoxx .hotelPhoto { width: auto; height: auto; padding: 0px; border: 1px solid #867163; margin-left: 5px; margin-right: 8px; float: left; }
.hotelBoxx .hotelPhoto img { width: 85px; height: 85px; }

.headerBig { padding-top: 5px; padding-left: 7px; font-size: 1.7em; font-weight: bold; color:#525252; }
.headerSmall { color: #525252; padding-left: 9px; padding-right: 9px; }
.headerSmall h2 { color: #525252; }

.mostPopThumb { float: left; padding-right: 5px; }
.mostPopThumb img { border: 1px solid #867163; }
.mostPopCity { float: left; margin-top: -3px; }

.hotelBoxx { display:block; margin: 8px; padding-bottom: 10px; }
.hotelBoxx .hotelPhoto { width: auto; height: auto; padding: 0px; border: 1px solid #867163; margin-left: 5px; margin-right: 8px; float: left; }
.hotelBoxx .hotelPhoto img { width: 85px; height: 85px; }

.hotelBoxx .hotelTitle { margin-top: -4px; }
.ratesFrom { float: right; font-size: 1.3em; font-weight: bold; padding-top: 2px; }

.multiHotelBox { margin-top: 5px; margin-bottom: 5px; height: 60px; }
.multiHotelBox .multiHotelPhoto { width: 39px; height: 39px; padding: 0px; border: 1px solid #867163; margin-right: 5px; float: left; }
.multiHotelBox .multiHotelPhoto img { width: 39px; height: 39px; }
.multiHotelBox .hotelTitle h4 { padding: 0; margin: 0; }
.multiHotelBox .ratesFrom { float: left; font-size: 1em; font-weight: normal; }

.EX_searchboxContainer { border: 1px solid #d0d0d0; padding: 7px; margin-bottom: 20px; }
.EX_searchboxContainer form { margin: 0; padding: 0; }
.EX_searchbox { width: auto; height: auto; overflow: hidden; z-index:150; font-size: 1em; }
.EX_searchbox input { font-style: normal; color:#000000; font-weight: normal; font-size: 1em; }
.EX_searchbox select { font-style: normal; color:#000000; font-weight: normal; font-size: 1em; }
.EX_searchboxStandard { width: 473px; height: auto; padding-top: 5px; background: #f99317;}
.EX_moreOptions { width: 468px; height: 45px; background: #f99317; margin-bottom: -4px; padding-top: 12px; padding-left: 5px; }
.EX_searchboxAdvanced { width: 473px; height: auto; background: #f99317; padding-bottom: 5px; }/* Search Box CSS Document */

.searchbox { width: 490px; height: auto; margin-bottom: 10px; overflow: hidden; z-index:150; }

.searchbox input { font-style: normal; color:#000000; font-weight: normal; font-size: 1em; }

.searchbox select { font-style: normal; color:#000000; font-weight: normal; font-size: 1em; }



.searchbox #poi_list select { width: 225px; }





.searchboxtop { width: 490px; height: 15px; background: url(http://www.easytobook.com/css/images/sbox_top.gif) no-repeat; margin-bottom: -7px; }

.searchboxbottom { width: 490px; height: auto; background: #fab142 url(http://www.easytobook.com/css/images/sbox_bottom.gif) no-repeat left bottom; }



.searchboxStandard { width: 490px; height: auto; padding-bottom: 15px; background: url(http://www.easytobook.com/css/images/sbox_mid.gif) top left no-repeat; }

.searchboxStDestination { width: 470px; height: auto; padding: 15px; font-size: 0.9em; color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 13px; }

.searchboxStDestination_err { width: 470px; height: auto; padding: 15px; font-size: 0.9em; color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 17px; }

.destinationField_deac { width: 230px; font-style: italic; font-weight: normal; color:#CCCCCC; }

.destinationField_act { width: 230px; color: #000000; }

.destinationField_Popular { width: 150px; color: #000000; font-size: 0.9em; margin: 2px; margin-bottom: -1px; }



#destinationField { padding: 0; margin: 0; height: 39px; }



.searchboxStCheckinCheckout { width: 470px; height: auto; padding: 15px; font-size: 0.9em; color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 13px;  }

.searchboxStCheckinCheckout_err { width: 470px; height: auto; padding: 15px; font-size: 0.9em; color: #000000; font-weight: bold; padding-top: 5px; padding-bottom: 13px;  }



.searchboxStDestination_msg { color: #ce0000; }

.searchboxStDestination_msg img { margin-bottom: -2px; }



.searchboxDidYouMean { color: #577fb1; }



.searchboxStCheckIn { width: 225px; float: left; }

.searchboxStCheckOut { float: left; }

.checkindayField { width: auto; }

.checkinmonthyearField { width: auto; }



.searchboxStCurrRooms { width: 470px; height: auto; padding: 15px; padding-top: 5px; padding-bottom: 13px; font-size: 0.9em; color: #000000; font-weight: bold; }

.searchboxStCurrRooms_err { width: 470px; height: auto; padding: 15px; padding-top: 5px; padding-bottom: 13px; font-size: 0.9em; color: #000000; font-weight: bold; }

.searchboxStCurrency { float: left; width: 225px; height: auto; }

.searchboxStRoomSel { float: left; margin-right: 10px; height: 20px; }

.searchboxStPersons { float: left; height: 20px; }

.searchBoxStPerInRooms { float: left; text-align: center; padding: 5px; padding-top: 20px; height: 20px; }

.searchboxStRooms { float: left; }

.searchboxStPersons select { }

.searchboxStRooms select { }





.searchboxAdvanced { width: 490px; height: auto; padding-bottom: 5px; }

.searchboxStStarClass { width: 470px; height: 75px; padding: 15px; padding-top: 5px; padding-bottom: 5px; font-size: 0.9em; color: #000000; font-weight: bold; }

.searchboxStStarClass input { margin-bottom: 4px; margin-right: 1px; }

.searchboxStar { width: auto; height: 20px; float: left; margin-right: 10px; padding-right: 10px; }



.searchboxPoiListClass { width: 470px; height: auto; margin-bottom: 10px; padding: 15px; padding-top: 0px; padding-bottom: 5px; font-size: 0.9em; color: #000000; font-weight: bold; }



.searchboxStFacilities { width: 470px; height: auto;  margin-bottom: 7px; padding: 15px; padding-top: 5px; padding-bottom: 0px; font-size: 0.9em; color: #000000; font-weight: bold; }

.searchboxStFacilities input { margin-bottom: -1px; margin-right: 1px; }

.searchboxFacility { width: auto; height: auto; margin-right: 10px; padding-right: 10px; font-weight: normal; padding-bottom: 5px; line-height: 1.3em; }

.searchboxFacCheck { float:left; width: 15%; }

.searchboxFacLabel { float: left; text-align: left; width: 85%; padding-top: 2px; }



.searchboxFacilityColumn { float: left; width: 32%; padding-right: 1%; padding-bottom: 5%; }



#advanced { height: 200px; }

.moreOptions { width: 490px; height: 30px; background: #f8a527; border-top: 1px solid #fdc669; }

.moreLess { float: left; margin-top: 7px; margin-left: 10px; width: 320px; }

.moreLess a:link { font-size: 0.85em; color: #000000; }

.moreLess a:visited { font-size: 0.85em; color: #000000; }

.moreLess a:hover { font-size: 0.85em; color: #636363; text-decoration: none; }

.moreLess a:active { font-size: 0.85em; color: #000000; }

.moreExplanation { color: #000000; margin-left: 5px; float: left; font-size: 0.85em;  }



.hotelSearch { float: left; font-size: 2em; letter-spacing: -1px; font-weight: bold; margin-top: 3px; padding-bottom: 3px; margin-right: 8px; color:#000000;  }



.attentionTag { font-size: 1em; float: left; clear: right; color: #FFFFFF; font-weight: bold; margin-top: 4px; margin-left: -3px; }

.attentionLeft { width: 10px; height: 20px; background: url(http://img1.easytobook.com/graphics/indicators/blue_indicator1.png) no-repeat; float: left; }

.attentionInfo { line-height: 17px; width: auto; height: 20px; padding-top: 0px; float: left; background: url(http://img1.easytobook.com/graphics/indicators/blue_indicator2.jpg) repeat-x; }

.attentionRight { width: 6px; height: 21px; float: left; background:url(http://img1.easytobook.com/graphics/indicators/blue_indicator3.png) no-repeat; }



.attentionTag a:link { color: #FFFFFF; text-decoration: underline; }

.attentionTag a:visited { color: #FFFFFF; text-decoration: underline; }

.attentionTag a:hover { color: #FFFFFF; text-decoration: underline; }

.attentionTag a:active { color: #FF0000; text-decoration: underline; }





.cityChangeLabel { font-size: 0.9em; color: #000000; font-weight: normal; letter-spacing: 0px; }

.cityChangeLabel a:link { color: #000000; text-decoration: underline; }

.cityChangeLabel a:visited { color: #000000; text-decoration: underline; }

.cityChangeLabel a:hover { color: #c46100; text-decoration: underline; }

.cityChangeLabel a:active { color: #FF0000; text-decoration: underline; }





#rooms_err_msg { display: none; }

#dates_err_msg { display: none; }

#destination_err_msg {display: none; }



.searchboxStCheckinCheckout_msg { color: #ce0000; }

.searchboxStCheckinCheckout_msg img { margin-bottom: -2px; }



.searchboxStCurrRooms_msg { color: #ce0000; font-size: 0.85em; font-style: normal; }

.searchboxStCurrRooms_msg img { margin-bottom: -2px; }

.buttonSpacer { width: auto; height: 27px; float: right; }
.searchbutton { width: auto; height: 27px; float: right; text-decoration: none; cursor: pointer; margin-top: 6px; margin-right: 5px; font-weight: bold; color: #FFFFFF; font-size: 1.2em; }
.searchbutton a { text-decoration: none; }
.searchbutton a:link { text-decoration: none; }
.searchbutton a:visited { text-decoration: none; }
.searchbutton a:active { text-decoration: none; }
.searchbutton a:hover { text-decoration: none; }

.searchbutton img { margin-bottom: -4px; margin-right: 3px; }
.searchbuttonLeft { width: 4px; height: 27px; float: left; }
.searchbuttonCont { width: auto; height: 24px; background: url(http://www.easytobook.com/css/images/button_back.jpg) repeat-x; float: left; padding-top: 3px; padding-left: 3px; padding-right: 3px; }
.searchbuttonCont img { margin-top: 2px; }
.searchbuttonRight { width: 4px; height: 27px; float: left; }

.searchbuttonDis { width: auto; height: 27px; float: right; text-decoration: none; cursor: pointer; margin-top: 6px; margin-right: 5px; font-weight: bold; color: #FFFFFF;  font-size: 1.2em; }
.searchbuttonDis img { margin-bottom: -4px; }
.searchbuttonDisLeft { width: 4px; height: 27px; float: left; }
.searchbuttonDisCont { width: auto; height: 24px; background: url(http://www.easytobook.com/css/images/button_ordis_back.jpg) repeat-x; float: left; padding-top: 3px; padding-left: 3px; padding-right: 3px; color: #edbe85; }
.searchbuttonDisCont img { margin-top: 2px; }
.searchbuttonDisRight { width: 4px; height: 27px; float: left; }

.hotelboxtitlefg{ background:#e8e8e8; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; height: auto; }
.hotelboxdarkfg{ background:#e8e8e8; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; height: auto; padding-top: 5px; }
.hotelboxdarkfg img { margin-bottom: -3px; margin-right: 3px; }

.hotelBox{display:block}
.hotelBox *{  display:block; height:1px; overflow:hidden; font-size:.01em; background:#ffffff}
.hotelBox1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-top:1px solid #d0d0d0; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#fdfdfd}
.hotelBox2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#fdfdfd}
.hotelBox3{ margin-left:1px; margin-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0;}
.hotelBox4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}
.hotelBox5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0}
.hotelBox6{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-bottom:1px solid #d0d0d0; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#fdfdfd}
.hotel { margin: 8px; }
.hotelboxfg{ background:#ffffff; width: auto; height: auto; padding: 10px; padding-top: 0px; padding-bottom: 0px; border-right: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; }

.hotelbox_tag { margin-right: 4px; float: left; margin-top: 2px; }
.hotelbox_tit { width: auto; height: auto; font-weight: bold; font-size: 1.1em; color: #525252; margin: 0; margin-bottom: -1px; }
.hotelboxTitle{ padding-left: 10px; }.hotelbox_content { padding-bottom: 15px; padding-top: 2px; height: auto; width: auto; }
.hotelTitle { width: auto; height: auto; font-size: 1.3em; color: #008dc2; margin-bottom: 6px; font-weight: bold; }
.hotelTitle img { margin-bottom: -2px; }

.hotelContent { width: auto; height: auto; padding-right: 15px; color: #525252; font-size: 1em; }
.hotelPhoto { width: auto; height: auto; padding: 6px; background:#FFFFFF; border: 1px solid #bfbfbf; margin-right: 8px; float: left; }
.hotelPhoto img { display: block; border: none; }

.hotelGrafix { width: auto; height: 50px; font-size: 0.85em; color: #525252; float: left; margin-right: 25px; margin-top: 8px; padding-bottom: 20px; }
.hotelGrafix img { margin-bottom: -3px; margin-right: 5px; width: 16px; }
.hotelGrafix a { }

.hotelItem { width: auto; height: auto; margin-bottom: 3px; }
.hotelItem img { margin-bottom: -4px; border: none; margin-right: 2px; }

.hotelPrices { width: 185px; height: 40px; padding-bottom: 10px; float: left; margin-bottom: 10px; }

.availability{display:block; }
.availability *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#efefef}
.availability1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #f3f3f3; border-right:1px solid #f3f3f3; background:#f1f1f1}
.availability2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #f6f6f6; border-right:1px solid #f6f6f6; background:#f0f0f0}
.availability3{ margin-left:1px; margin-right:1px; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0;}
.availability4{ border-left:1px solid #f3f3f3; border-right:1px solid #f3f3f3}
.availability5{ border-left:1px solid #f1f1f1; border-right:1px solid #f1f1f1}
.availabilityfg{ background:#efefef; color: #525252; font-weight: bold; padding-left: 10px; padding-right: 10px; font-size: 16px; letter-spacing: -1px; }

.checkAvail { font-size: 11px; font-weight: normal; letter-spacing: 0; }
.fontBlue { color: #008dc2; }

.distanceFrom { width: auto; color: #000000; font-size: 0.90em; }
.distanceFrom img { margin-bottom: -3px; margin-right: 2px; width: 13px; height: 13px; }
.distanceKMfrom { font-style: italic; font-weight: bold; }

.distanceKM{display:block}
.distanceKM *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#fcfcca}
.distanceKM1{ margin-left:3px;  margin-right:3px; padding-left:1px;  padding-right:1px;  border-left:1px solid #fdfde8; border-right:1px solid #fdfde8; background:#fcfcd7}
.distanceKM2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #fefef9; border-right:1px solid #fefef9; background:#fcfcd4}
.distanceKM3{ margin-left:1px; margin-right:1px; border-left:1px solid #fcfcd4; border-right:1px solid #fcfcd4;}
.distanceKM4{ border-left:1px solid #fdfde8; border-right:1px solid #fdfde8}
.distanceKM5{ border-left:1px solid #fcfcd7; border-right:1px solid #fcfcd7}
.distanceKMfg{ background:#fcfcca; padding-left: 7px; }
.hotelReview { width: 180px; height: auto; font-size: 0.85em; color: #525252; margin-top: 8px; float: left; text-align: left; margin-bottom: 15px; }
.hotelReviewBar { width: 124px; height: 12px; background:url(http://img1.easytobook.com/graphics/review/review_empty.gif) no-repeat; float: left; text-align: left; margin-top: 2px; }
.hotelReview_full {background:url(http://img1.easytobook.com/graphics/review/review_full.gif) no-repeat; width: 50px;}
.hotelReview_score { float: right; width: 10px; height: auto; margin-top: -2px; font-weight: bold; font-size: 12px; margin-left: 2px; }