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; }.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; }.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; }
/* Search Box CSS Document */
.searchbox { width: 222px; height: auto; margin-bottom: 10px; overflow: hidden; }
.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; }

.searchboxsmall{ display:block; }
.searchboxsmall *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#fcbc58; }
.searchboxsmall1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #fedfaf; border-right:1px solid #fedfaf; background:#fcbc58; }
.searchboxsmall2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #fef7ec; border-right:1px solid #fef7ec; background:#fcbc58; }
.searchboxsmall3{ margin-left:1px; margin-right:1px; border-left:1px solid #fdc369; border-right:1px solid #fdc369; }
.searchboxsmall4{ border-left:1px solid #fedfaf; border-right:1px solid #fedfaf; }
.searchboxsmall5{ border-left:1px solid #fdc875; border-right:1px solid #fdc875; }
.searchboxsmallfg{ background: #fdb647 url(http://www.easytobook.com/css/images/sbox_small_mid.gif) top left no-repeat; padding-bottom: 5px; height: auto; }

.searchboxsmallbt{ display:block; }
.searchboxsmallbt *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#fbaa2f; }
.searchboxsmallbt1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #fddaa5; border-right:1px solid #fddaa5; background:#fcbf63; }
.searchboxsmallbt2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #fef6ea; border-right:1px solid #fef6ea; background:#fbba56; }
.searchboxsmallbt3{ margin-left:1px; margin-right:1px; border-left:1px solid #fbba56; border-right:1px solid #fbba56; }
.searchboxsmallbt4{ border-left:1px solid #fddaa5; border-right:1px solid #fddaa5; }
.searchboxsmallbt5{ border-left:1px solid #fcbf63; border-right:1px solid #fcbf63; }

.searchboxsmallbtfg{ height: auto; background:#fbaa2f; padding-bottom: 3px; padding-left: 8px; padding-right: 8px; border-top: 1px solid #ffc46a; }

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

.searchboxStRange { width: auto; height: auto; padding: 10px; padding-top: 1px; font-size: 0.9em; color: #000000; font-weight: bold; padding-bottom: 10px; }

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

.searchboxStDestination_msg { color: #ce0000; width: 190px; height: auto; }
.searchboxStDestination_msg img { margin-bottom: -2px; }

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

.searchboxStCheckIn { width: 210px; padding-bottom: 10px; }
.searchboxStCheckOut { width: 210px; height: auto; }

.searchboxStCheckIn img { margin-bottom: 0px; }
.searchboxStCheckOut img { margin-bottom: 0px; }
.checkindayField { width: auto; }
.checkinmonthyearField { width: auto; }

.searchboxStCurrRooms { width: 470px; height: auto; margin-bottom: 7px; padding: 10px; padding-top: 0px; padding-bottom: 5px; 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 { width: 235px; height: auto; padding-bottom: 10px; }
.searchboxStRoomSel { float: left; margin-right: 15px; height: auto; padding-bottom: 10px; }
.searchboxStRoomSel_msg { width: 200px; height: auto; display:none;  }
.searchboxStPersons { float: left; height: 20px; }
.searchboxStPersons select { }

.searchBoxStPerInRooms { float: left; text-align: center; padding: 5px; padding-top: 20px; height: 20px; }
.searchboxStRooms { float: left; }
.searchboxStRooms select { width: 26%; }

#destination_err_msg { display: none; }
#rooms_err_msg { display: none; }
#dates_err_msg { display: none; }


.refineContainer{display:block; }
.refineContainer *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#feeacb; }
.refineContainer1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #fcc572; border-right:1px solid #fcc572; background:#fddaa4; }
.refineContainer2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #fbb03e; border-right:1px solid #fbb03e; background:#fdddad; }
.refineContainer3{ margin-left:1px; margin-right:1px; border-left:1px solid #fdddad; border-right:1px solid #fdddad; }
.refineContainer4{ border-left:1px solid #fcc572; border-right:1px solid #fcc572; }
.refineContainer5{ border-left:1px solid #fddaa4; border-right:1px solid #fddaa4; }
.refineContainerfg{ background:#feeacb; }

.changeDates { font-size: 1.1em; font-weight: bold; padding-left: 8px; padding-top: 1px; }
.changeDates img { float: left; margin-right: 3px; margin-top: 4px; }

.changeDates a:link { color: #000000; }
.changeDates a:visited { color: #000000; }
.changeDates a:hover { color: #619700; }
.changeDates a:active { color: #FF0000;  }

.searchboxStCheckinCheckout_msg { width: 210px; color: #ce0000; width: 190px; height: auto; }
.searchboxStCheckinCheckout_msg img { margin-bottom: -2px; }

.searchboxStCurrRooms_msg { color: #ce0000; width: 190px; height: auto; }
.searchboxStCurrRooms_msg img { margin-bottom: -2px; }


.refineSearch { font-size: 1.1em; font-weight: bold; padding-top: 5px; padding-bottom: 6px; }
.refineSearch img { float: left; margin-right: 3px; margin-top: 4px; }
/* Tabs of the search results */
.tabsContainer { width: auto; height: 30px; border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; }
.tabLeft { width: 33%; float: left; margin-right: 6px; margin-bottom: -5px; margin-left: -1px; }
.tabRight { width: 33%; float: left; }

.tabActiveLeft{ display:block; }
.tabActiveLeft *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#f6f6f6; }
.tabActiveLeft1{ 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:#f6f6f6; }
.tabActiveLeft2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#f6f6f6; }
.tabActiveLeft3{ margin-left:1px; margin-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabActiveLeft4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabActiveLeft5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabActiveLeftfg{ background:#f6f6f6; color: #525252; padding: 15px; padding-top: 0px; padding-bottom: 5px; font-size: 16px; font-weight: bold; text-align: center; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }

.tabActive{ display:block; }
.tabActive *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#f6f6f6; }
.tabActive1{ 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:#f6f6f6; }
.tabActive2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#f6f6f6; }
.tabActive3{ margin-left:1px; margin-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabActive4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabActive5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabActivefg{ background:#f6f6f6; color: #525252; padding: 15px; padding-top: 0px; padding-bottom: 5px; font-size: 16px; font-weight: bold; text-align: center; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }

.tabInactive{display:block}
.tabInactive *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#eae6e6; }
.tabInactive1{ 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:#efecec; }
.tabInactive2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#edeaea; }
.tabInactive3{ margin-left:1px; margin-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabInactive4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabInactive5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.tabInactivefg{ background:#eae6e6; color: #949494; padding: 15px; padding-top: 0px; padding-bottom: 5px; font-size: 16px; font-weight: bold; text-align: center; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }

.tabInactivefg a:link { color: #959595; text-decoration: underline; }
.tabInactivefg a:active { color: #959595; text-decoration: underline; }
.tabInactivefg a:visited { color: #959595; text-decoration: underline; }
.tabInactivefg a:hover { color: #525252; text-decoration: underline; }.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; }

.buttonSpacer { width: auto; height: 27px; float: right; }
.searchbuttonsmall { width: auto; height: 20px; float: right; text-decoration: none; cursor: pointer; margin-top: 8px; margin-bottom: -2px; margin-right: 3px; font-weight: bold; color: #FFFFFF; }
.searchbuttonsmall a { text-decoration: none; }
.searchbuttonsmall a:link { text-decoration: none; }
.searchbuttonsmall a:visited { text-decoration: none; }
.searchbuttonsmall a:active { text-decoration: none; }
.searchbuttonsmall a:hover { text-decoration: none; }

.searchbuttonsmall img { margin-bottom: -4px; }
.searchbuttonsmallLeft { width: 4px; height: 19px; float: left; }
.searchbuttonsmallCont { width: auto; height: 20px; font-size: 0.9em; background: url(http://www.easytobook.com/css/images/button_sm_back.png) repeat-x 1px 1px; float: left; padding-left: 3px; margin-top: -1px; padding-right: 3px; }
.searchbuttonsmallRight { width: 4px; height: 19px; float: left; }.moresearch{ display:block; }
.moresearch *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#ffffff; }
.moresearch1{ 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; }
.moresearch2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#ffffff; }
.moresearch3{ margin-left:1px; margin-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.moresearch4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.moresearch5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.moresearch6{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0;  background:#ffffff; }
.moresearchfg{ background:#ffffff; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; padding-top: 8px; padding-left: 12px; color: #525252; padding-bottom: 12px; }

.moresearchTitle { color: #f69503; font-weight: bold; font-size: 1.1em; }
.moresearchTitle img { margin-bottom: -3px; }

.moreExplanation { margin-bottom: 20px; }

.moreRadDates { width: 60%; height: auto; float: left; }
.moreRadDates select { float: right; }
.moreButton { width: 28%; float: left; clear: right; }
.moreRadius { margin-bottom: 8px; }
.moreDates { margin-bottom: 5px; }.popContainer { height: auto; font-size: 1em; padding-top: 30px; }
.popLocation { font-size: 0.90em; padding-left: 8px; padding-top: 4px; }
/* Hotel Details */
.bodyLeft { width: 230px; overflow: hidden; height: auto; float: left; padding-bottom: 10px; }
.bodyRight { margin-left: 230px; height: auto; }

.hotelSearch { float: right; font-size: 0.90em; font-weight: bold; padding-top: 4px; padding-right: 3px; }
.hotelSearch input { margin-left: 2px; margin-right: 4px; }

.nearbyContainer { height: auto; padding-bottom: 10px; }
.nearbyHotel { font-size: 0.85em; margin-left: 8px; margin-top: 4px; line-height: 14px; margin-bottom: 15px; }
.nearbyHotel img { margin-bottom: -3px; }
.nearbyHotel a:link { font-weight: bold; }
.nearbyHotel a:hover { font-weight: bold; }
.nearbyHotel a:visited { font-weight: bold; }
.nearbyHotel a:active { font-weight: bold; }
.nearbyKM { float: right; padding-right: 10px; }

.filterContainer { height: auto; padding-top: 10px; padding-bottom: 10px; padding-left: 0px; font-size: 0.9em; }
.filterTitle { width: auto; height: auto; font-size: 1.3em; color: #525252; font-weight: bold; padding-top: 0px; margin-top:6px; }
.filterTitle img { margin-right: 3px; float: left; margin-top: 3px; margin-left: 8px; }
.filter { margin-top: -6px; }

.poiKM { float: right; padding-right: 10px; }
.poiItemFI { margin-left: 8px; margin-top: 12px; line-height: 14px; height: 14px; overflow: hidden; }
.poiItemFO { margin-left: 8px; margin-top: 12px; line-height: 14px; height: 95px; overflow: auto; }

.poiCategory { font-weight: bold; height: auto; padding-bottom: 3px; }
.poiCategory img { margin-right: 3px; }
.poiCategory a:link { color: #6d6d6d; text-decoration: none; }
.poiCategory a:visited { color: #6d6d6d; text-decoration: none; }
.poiCategory a:active { color: #6d6d6d; text-decoration: none; }
.poiCategory a:hover { color: #858585; text-decoration: none; }

.poiSubCategories { font-weight: normal; line-height: 18px; }
.poiSubCategories input { margin-bottom: -3px; }

.hotelFacilities { clear: left; height: auto; margin-top: 8px; }
.hotelFacilities input { margin-bottom: -1px; margin-right: 5px; }
.hotelFacility { height: auto; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; }

.hotelStars { clear: left; height: auto; margin-top: 8px; }
.hotelStars input { margin-right: 4px; }
.hotelStar { height: auto; padding-top: 1px; padding-bottom: 1px; padding-left: 5px; }
.hotelStar img { margin-bottom: -2px; }

/* Base Box Settings */
.baseboxWhite{display:block}
.baseboxWhite *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#ffffff; }
.baseboxWhite1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #e1dfdf; border-right:1px solid #e1dfdf; border-top:1px solid #e1dfdf; background:#fdfdfd; }
.baseboxWhite2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #e1dfdf; border-right:1px solid #e1dfdf; background:#fdfdfd; }
.baseboxWhite3{ margin-left:1px; margin-right:1px; border-left:1px solid #e1dfdf; border-right:1px solid #e1dfdf;}
.baseboxWhite4{ border-left:1px solid #e1dfdf; border-right:1px solid #e1dfdf; }
.baseboxWhite5{ border-left:1px solid #e1dfdf; border-right:1px solid #e1dfdf; }
.baseboxWhite6{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #e1dfdf; border-right:1px solid #e1dfdf; border-bottom:1px solid #e1dfdf; background:#fdfdfd; }
.baseboxWhitefg{ background:#ffffff; border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; padding: 9px; padding-top: 5px; padding-bottom: 1px; width: auto; }

.baseboxWhite_content { margin-bottom: 15px; margin-top: 1px; height: auto; width: 100%; }
.baseboxWhite_tag { margin-right: 3px; float: left; margin-top: 9px; margin-left: 8px;}
.baseboxWhite_tit { width: auto; height: auto; font-size: 1.2em; color: #525252; font-weight: bold; padding-top: 0px; margin-top:6px; margin-bottom: 0px;}
.baseboxWhite_subtit {font-size: 0.85em; color: #737373; margin-top: -4px; padding: 0px; margin-left: 27px;}

/* Main box, containing the hotels */
.baseboxGreyfg{ margin-top: -1px; background:#f7f7f7; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 13px; height: auto; border-top: 1px solid #d0d0d0; border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; width: auto;}
.baseboxGrey_content { margin-bottom: 15px; margin-top: 1px; height: auto; width: 100%; }
.baseboxGrey_subtit {font-size: 0.85em; color: #737373; margin-top: -4px; padding: 0px; margin-left: 27px;}
.baseboxGrey_tit { width: auto; height: auto; font-size: 1.2em; color: #000000; font-weight: bold; padding-top: 4px; margin-top:6px; margin-bottom: 0px; margin-left: 8px;}

/* Main box bottom corners */
.baseboxGrey{display:block}
.baseboxGrey *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#e8e8e8}
.baseboxGrey1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5; background:#ededed}
.baseboxGrey2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #fcfcfc; border-right:1px solid #fcfcfc; background:#ececec}
.baseboxGrey3{ margin-left:1px; margin-right:1px; border-left:1px solid #ececec; border-right:1px solid #ececec;}
.baseboxGrey4{ border-left:1px solid #f5f5f5; border-right:1px solid #f5f5f5}
.baseboxGrey5{ border-left:1px solid #ededed; border-right:1px solid #ededed}
.baseboxGreyfgbt{ background:#e8e8e8; padding-left: 10px; padding-right: 10px; padding-bottom: 5px; padding-top: 5px; height: auto; border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0;}

.previousHotels { float: left; width: 200px; text-align: left; height: auto;  position: relative; padding-top: 3px; }
.previousHotels img { margin-bottom: -3px; }
.nextHotels { float: right; width: 200px; text-align: right; position: relative; padding-top: 3px; }
.nextHotels img { margin-bottom: -3px; }

.indicator { margin-left: 200px; margin-right: 200px; text-align: center; margin-top: -1px; font-size: 1.1em; }
.pageLink { margin-right: 3px; }
.currentPage { font-weight: bold; font-size: 1.4em; }

.pageIndicator { border: none; margin-left: -13px; margin-bottom: 15px; }
.pageIndicatorBot { border: none; height: 9px; margin-right: -13px; margin-top: 4px; margin-bottom: -11px; position: relative; }

/* Search Page Header */
.header_top_right {font-size: 1.3em; font-weight: bold; color: #525252; margin-top: 3px; }
.text_top_right {font-size: 1em; color: #5c5c5c; margin-top: 0px; margin-bottom: 8px; }

/* White Hotel Box */
.SRhotel { margin-bottom: 10px; width: 100%; }
.SRhotelbox{display:block}
.SRhotelbox *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#ffffff; }
.SRhotelbox1{ 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:#fdfdfd; }
.SRhotelbox2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; background:#fdfdfd; }
.SRhotelbox3{ margin-left:1px; margin-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0;}
.SRhotelbox4{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.SRhotelbox5{ border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; }
.SRhotelbox6{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #d0d0d0; border-right:1px solid #d0d0d0; border-bottom:1px solid #d0d0d0; background:#fdfdfd; }
.SRhotelboxfg{ background:#ffffff; border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; padding: 9px; padding-top: 5px; padding-bottom: 5px; width: auto; }

/* Top of the room container (different than in rooms.css) */
.SRroomContainer{ display:block; width: 100%; }
.SRroomContainer *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#fff4e2; }
.SRroomContainer1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #f8910c; border-right:1px solid #f8910c; border-top: 1px solid #f8910c; border-right:1px solid #f8910c; background:#fce9cb; }
.SRroomContainer2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #f8910c; border-right:1px solid #f8910c; background:#f8910c; }
.SRroomContainer3{ margin-left:1px; margin-right:1px; border-left:1px solid #f8910c; border-right:1px solid #f8910c;}
.SRroomContainer4{ border-left:1px solid #f8910c; border-right:1px solid #f8910c; }
.SRroomContainer5{ border-left:1px solid #f8910c; border-right:1px solid #f8910c; }

/* Orange bottom of the room box */
.bookLine { width: 100%; height: auto; }
.priceInformation { width: auto; height: auto; float: left; padding-top: 2px; margin-top: 4px; color: #FFFFFF; margin-right: 5px; }


/* Class-Overrides */
/* Use these to override values from recyclable CSS classes */
.tabsContainer { width: auto; height: 30px; border-left: 1px solid #d0d0d0; border-right: 1px solid #d0d0d0; position: relative; bottom: 0px; margin-top: -1px; }
.tabRight { margin-top: -1px; margin-bottom: -3px; }

.popContainer { height: auto; font-size: 1em; padding-top: 10px; }


/* POI orange inside box */
.orangeInsideBox { margin-top: 8px; }
.orangeInside{display:block; }
.orangeInside *{ display:block; height:1px; overflow:hidden; font-size:.01em; background:#fee5bd; }
.orangeInside1{ margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #fcc36c; border-right:1px solid #fcc36c; background:#fdd699; }
.orangeInside2{ margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #fbaf3d; border-right:1px solid #fbaf3d; background:#fdd9a2; }
.orangeInside3{ margin-left:1px; margin-right:1px; border-left:1px solid #fdd9a2; border-right:1px solid #fdd9a2; }
.orangeInside4{ border-left:1px solid #fcc36c; border-right:1px solid #fcc36c; }
.orangeInside5{ border-left:1px solid #fdd699; border-right:1px solid #fdd699; }
.orangeInsidefg{ background:#fee5bd; padding-top: 1px; padding-bottom: 3px; }


.hotelNames { float: left; width: 70%; }
.hotelReview { float: right; width: 22%; margin-top: -4px; float: right; text-align: right; margin-right: 8px; }
.hotelReviewBar { float: right; }

.hotelTitle { width: 70%; font-size: 1.2em; }

.hotelPhoto { margin-right: 6px; }
.hotelPageGrafix { font-size: 0.85em; padding-top: 10px; margin-bottom: 5px;}
.hotelPageGrafix img { margin-bottom: -3px; margin-right: 2px; width: 14px; border: none; }
.hotelContent { margin-left: 122px; width: auto; height: auto; font-size: 1em; }

.searchbutton { margin-right: 4px; }
.searchbutton img { margin-bottom: -3px; }

.roomHeader { font-size: 0.9em; width: auto; height: 21px; padding-left: 5px; padding-top: 0px; font-weight: bold; color: #525252;}
.roomContainerBotfg{ background: #f8910c; padding: 10px; padding-top: 0px; padding-bottom: 6px; padding-right: 4px; height: auto; }
.rooms { margin-left: 122px; width: auto; margin-top: 8px; }

.savebutton { width: 110px; height: 20px; float: left; margin-top: -22px; }

.tabLeft { width: 25%; }
.tabRight { width: 25%; margin-right: 5px; }

.sortbyName { padding-top: 10px; padding-bottom: 15px; }

.yui-ac-container {	left:0px; top:0px; position: relative; width:180px;	z-index:1; }
.yui-ac-content { width:200px; position: absolute;	background:#fff; overflow:hidden; z-index:1;	border: 1px solid #969696; }
