

* {
  margin: 0;
  padding: 0;
}


html {height:100%}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  min-height:101%;
  color: #002e72;
  text-align: center;
    background: #dadade url(../images/body_bgd.jpg) repeat-x;
}

body#home  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  min-height:101%;
  color: #002e72;
  text-align: center;
  background: #dadade url(../images/body_bgd_home.jpg) repeat-x;
}

body#hotelresults, body#booking, body#advancedsearch {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  min-height:101%;
  color: #002e72;
  text-align: center;
	 background: #dadade url(../images/body_bgd.jpg) repeat-x;
}

/*

body.interior div#main, body.interior div#new-footer {behavior: url(iepngfix.htc);}

*/

.clear {clear: both;}

br.clear {font-size: 1px;}

a img {border: none;}

a {color: #ea3500;}
a:hover {color: #002e72;}

ol li {
  font-size: 0.6em;
  margin-left: 60px;
}

.hide {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

label select, label input {
  font-size: 1em !important;
}

span.phone {
  font-size: 11px;
}


/* --------------------------------------------------------------------- Container */

div#container {
  width: 760px;
  margin: 0 auto;
  text-align: left;
}

body.interior div#container {

}

body#home div#container {

}

/* --------------------------------------------------------------------- Header */

div#header {
  border-bottom: 4px solid #1f407f;
  background: #fff;
  overflow:hidden;
 margin-left: 4px;
 width: 760px
}

div#header div.left {
  float: left;
  width: 332px;
  height: 79px;
  margin-bottom: 5px;
  background: #002e72;
 overflow:hidden;
 }

div#header div.right {
  background: #002e72;
  float: right;
  width: 428px;
  height: 79px;
 overflow:hidden;
}

div#header p.tel {
  color: #fff;
  text-align:right;
  float:right;
  display:block;
  width: 420px;
   font-size: 0.55em;
   margin-bottom: 5px;

}

div#header p.callUs  { color: #CBE70A;
  text-align:right;
  float:right;
   padding-top: 5px;
  font-weight:bold;
  font-size:.7em;}
  
div#currency {
width: 313px;
float: right;
margin-top:10px;
}

div#currency select#currency, select#country {float:left;
border: 1px solid #8BABD0;
width: 120px;
color: #003366;
font-size:.7em;
}

div#currency select#currency {margin-right: 20px;
}

img.icon {float:left;
padding-top: 3px;
padding-right: 5px;}

/* --------------------------------------------------------------------- Logo */

h1#logo {
  margin: 0;
  width: 332px;
  height: 79px;
  position: relative;
  font-size: 1px;
}

h1#logo span {
  background: url(../images/logo.png) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* --------------------------------------------------------------------- Flags */

ul#languages {
  float: right;
  font-size: 0.01em;
		padding-top: 20px;
}

ul#languages li {
  float: left;
  display: block;
  border: 1px solid #fff;
  margin-left: 3px;
  list-style: none;
}

ul#languages li img {
  width: 18px;
  height: 12px;
  padding:0;
  margin:0;
}

ul#languages li.active {
  border: 1px solid #cbe70a;
}

/* --------------------------------------------------------------------- Top Nav */
div#topnav {margin-top: 3px;
overflow:hidden;
background-color:#fff;
margin-bottom: 0;
padding-bottom: 0;
float:left;
}

div#topnav ul {
  list-style: none;
  font-size: 0.7em;
  font-family: Arial, Helvetica, sans-serif;

 }

div#topnav li {
  display: block;
  float: left;
  border-left: 2px solid #1f407f;
}

div#topnav li.first-child {
  border-left: none;

}

div#topnav a {
  color: #1f407f;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 7px 0 7px;
  background: #fff;
}

div#topnav a:hover {
  background: #ea3500;
  color: #fff;
}

div#topnav a.active {
  background: #ea3500;
  color: #fff;
}

div#topnav ul.left {
  float: left;
}

div#topnav ul.right {
  text-align: right;
  float: right;}



/* --------------------------------------------------------------------- Footer - HOME */

body#home div#new-footer {
  font-size: 0.55em;
  background:url(../images/bgd_footer.gif) no-repeat;
   padding: 10px 0 0 0;
  float: left;
   width: 769px;
  height: 112px;
  margin-bottom: 10px;
  margin-left:0px;
 }

body#home div#new-footer {font-size: 0.55em;
  background:url(../images/bgd_footer_home.gif) no-repeat;
   padding: 30px 0 0 0;
  float: left;
   width: 764px;
  height: 113px;
  margin-bottom: 10px;
  margin-left:4px;
  display: inline;}

body#home div#new-footer a {
  color: #002e72;
  text-decoration: underline;
}

body#home div#new-footer img.travelport-logo {
float: left; 
margin-left: 24px;
padding-bottom: 4px;
}

body#home div#new-footer p.travelport {
float: left; 
color: #002E72; 
font-size:1em; 
width: 580px;
margin-top:0
}

body#home div#new-footer div#logo-wrapper {
width: 760px;
overflow: auto;}

body#home div#new-footer p.left {
  float: left;
  padding-left: 10px;
  padding-bottom: 3px
 }

body#home div#new-footer p.right {

  float: right;
  padding-right: 20px;
    padding-bottom: 3px
}

body#home div#new-footer p.rates {color: #002e72;
font-style:italic;
padding-left: 160px;}

body#home div#new-footer img.travelport {
  width: 183px;
  padding-left: 10px;
}

body#home div#new-footer p.brand {
  color: #a4a4ae;
  width: 300px;
}

body#home div#new-footer hr {
  display: block;
  height: 1px;
  border: none 0;
  padding-bottom: 1px;
  border-top: 1px solid #d9d9dd;
 }

/* --------------------------------------------------------------------- Footer - INTERIOR */

div#new-footer {
  font-size: 0.55em;
  background:url(../images/bgd_footer.gif) no-repeat;
   padding: 5px 0 0 0;
  float: left;
   width: 769px;
  height: 112px;
  margin-bottom: 10px;
  margin-left:0px;
 }

div#new-footer a {
  color: #002e72;
  text-decoration: underline;
}

div#new-footer img.travelport-logo {
float: left; 
margin-left: 24px;
padding-bottom: 4px;
}

div#new-footer p.travelport {
float: left; 
color: #002E72; 
font-size:1em; 
width: 580px;
margin-top:0
}

div#new-footer div#logo-wrapper {
width: 760px;
overflow: auto;}

div#new-footer p.left {
  float: left;
  padding-left: 10px;
 }

div#new-footer p.right {
  float: right;
  padding-right: 20px;
}

div#new-footer p.rates {color: #002e72;
font-style:italic;
padding-left: 160px;}

div#new-footer img.travelport {
  width: 183px;
  padding-left: 10px;
}

div#new-footer p.brand {
  color: #a4a4ae;
  width: 300px;
}

div#new-footer hr {
float:left;
  height: 1px;
  border: none 0;
  border-top: 1px solid #d9d9dd;
 }
 
/* --------------------------------------------------------------------- Hotel Search - Common Styles */

div#hotelsearch label.centre {
  text-align: center;
}

div#hotelsearch input.small {
  width: 25px;
}

div#hotelsearch input.button {
  margin-left: 32px;
  margin-top: -7px;
}

div#hotelsearch div#search-footer {
  background: #747583;
  padding: 5px 10px 0 10px;
  margin-top: 10px;
}

div#hotelsearch div#search-footer p.left {float: left;}
div#hotelsearch div#search-footer p.right {float: right;}

div#hotelsearch div#search-footer a {
  color: #fff;
  font-weight: bold;
}

div#hotelsearch h3 {
  color: #000;
  font-size: 0.7em;
  margin-bottom: 2px;
}

div#hotelsearch label {
  font-size: 0.6em;
  font-weight: bold;
  color: #000;
}

div#hotelsearch select, div#hotelsearch input {
  margin-top: 2px;
  font-size: 0.7em;
}

div#hotelsearch p {
  font-size: 0.6em;
  text-align: center;
  color: #000;
  margin-bottom: 5px;
}

div#hotelsearch a {
  color: #000;
}

div#hotelsearch select {
  width: 170px;
}

fieldset#fieldset-dest {background: url(../images/fieldset_1.gif) no-repeat; margin: 5px 0;}
fieldset#fieldset-date {background: url(../images/fieldset_2.gif) no-repeat;}
fieldset#fieldset-room {background: url(../images/fieldset_3.gif) no-repeat;}
fieldset#fieldset-curr {background: url(../images/fieldset_4.gif) no-repeat;}

ul#popdest li {
  list-style: none;
  float: left;
  width: 79px;
  font-size: 0.9em;
}

ul#popdest label {
  font-weight: normal !important;
  padding-left: 2px;
}

div#hotelsearch hr {
  display: block;
  height: 1px;
  border: none 0;
  border-top: 1px solid #bcd60a;
  clear: both;
}



/* ----------------------------------------------------------------------------------------------------------  Sections */

/* --------------------------------------------------------------------- Home */

/* --------------------------------------------------------------------- Home - Structure */

body#home div#main {
  background: url(../images/bg_main_home.jpg) no-repeat;
  width: 764px;
  margin-left: 3px;
 }

body#home div#leftcol {
  width: 159px;
  float: left;
}

body#home div#middlecol {
  width: 451px;
  float: left;
}

body#home div#rightcol {
  width: 150px;
  float: left;
}

/* --------------------------------------------------------------------- Home - Left Column */

body#home div#leftcol h2 {
  color: #fff;
  font-size: 0.7em;
  padding: 20px 0 5px 5px;
}

body#home div#leftcol p {
  color: #fff;
  font-size: 0.6em;
  padding: 0 0 0 5px;
}

body#home div#leftcol ul.leftnav {
  font-size: 0.6em;
  list-style: none;
  margin-left: 16px;
}

body#home div#leftcol ul.leftnav a {
  color: #fff;
  text-decoration: none;
  background: url(../images/bullet_home_leftnav.gif) no-repeat 0 2px;
  padding-left: 15px;
}

body#home div#leftcol ul.leftnav a:hover {
  text-decoration: underline;
}

body#home div#leftcol form#newsletter {
  margin-left: 5px;
 
}

body#home div#leftcol img.agents {margin-left:2px;}

body#home div#leftcol form#newsletter label {
  font-size: 0.6em;
  color: #fff;
}

body#home div#leftcol form#newsletter input.textfield {
  font-size: 0.6em;
  background: #002e72;
  border: 1px solid #fff;
  color: #fff;
  padding: 2px;
  width: 130px;
  margin-top: 5px;
}

body#home div#leftcol form#newsletter input.button {
  background: #cbe70a;
  border: 2px solid #fff;
  color: #00266d;
  font-size: 0.7em;
  font-weight: bold;
  margin: 0 auto;
  width: 60px;
  margin: 5px 0 0 36px;
}





/* --------------------------------------------------------------------- Home - Hotel Search- NEW-NEW-NEW */
body#home div#middlecol h2.new {
  background: #fff;
  color: #002E72;
  font-size: 1em;
  font-weight: bold;
  padding: 5px 0 0 10px;
}

body#home div#middlecol div#new-hotelsearch {
  background: #cbe70a;
  width: 431px;
  margin: 5px 0 0 5px;
  clear: both;
  border:1px solid #B6CE0B
}



/*---------------------------------dates*/

div#new-hotelsearch table#dates {
width: 380px;
margin-bottom: 10px;

}
		 
div#new-hotelsearch table#dates select#day, div#new-hotelsearch table#dates select#month, div#new-hotelsearch table#dates select#year {  
width: 60px;
float:left;
border: 1px solid #94A80A;
margin-right: 5px;
  }

div#new-hotelsearch table#dates select#year {width: 70px;
margin-right: 0;}

div#new-hotelsearch table#dates select#nights {
margin-left: 5px;
  width: 30px;
  float:left;
  border: 1px solid #94A80A;
}

div#new-hotelsearch table#dates td.font {
font-size:.6em;
font-weight:bold;
padding:0;
margin:0;}


/*---------------------------------END dates*/


/*---------------------------------destination*/

div#new-hotelsearch table#destination {
font-weight: bold;
width: 390px;
float:left;
color:#002E72;
margin-bottom: 10px;
margin-left: 3px;
}

div#new-hotelsearch table#destination select#destination {
  width: 160px;
  float:left;
  border: 1px solid #94A80A;
  margin-right: 10px;
}

/*---------------------------------END destination*/


/*---------------------------------rooms*/
body#home div#new-hotelsearch {
padding-top:10px;
font-size: .8em}

body#home div#childAgeTable {
float:left;
padding:0;
}

body#home div#new-hotelsearch div#rooms {
overflow: hidden;
width:390px;
margin-bottom: 10px;
margin-left:3px;
}

body#home div#new-hotelsearch table#rooms select {border: 1px solid #94A80A;}

body#home div#new-hotelsearch table#rooms {
font-weight: bold;
float:left;
color:#002E72;
}

body#home div#new-hotelsearch table#dates select#nights {width: 40px;}

body#home div#new-hotelsearch table#rooms td.font {font-size:.6em;
font-weight:bold;
padding:0;
margin:0;}

body#home div#new-hotelsearch table#destination td.font {font-size:.6em;
font-weight:bold;
padding:0;
margin:0;}

body#home div#new-hotelsearch table#roomTypes td.font {font-size:.6em;
font-weight:bold;
padding:0;
margin:0;}

body#home div#new-hotelsearch div#childAgeTable table#children td#childAgeTitle0 {font-size:.8em}

body#home div#new-hotelsearch div#childAgeTable0 {
margin-top: -42px;
margin-left: 50px;
}

body#home div#new-hotelsearch div#childAgeTable1 {
margin-top: -22px;
margin-left: 50px;
}
body#home div#new-hotelsearch div#childAgeTable2 {
margin-top: -22px;
margin-left: 50px;
}

body#home div#new-hotelsearch div#childAgeTable3 {
margin-top: -22px;
margin-left: 50px;
}
body#home div#new-hotelsearch table#children, body#home div#new-hotelsearch table#currency {
font-weight: bold;
color:#002E72;
}

body#home div#new-hotelsearch table#currency select#currency {
width: 123px;
  float:left;
  border: 1px solid #94A80A;
  margin-right: 10px;
}

body#home div#new-hotelsearch table#children select.formbox {width: 45px;
border: 1px solid #94A80A;
margin-right: 5px;
}
body#home table#rooms select {border: 1px solid #CBCBCF;
width: 40px;}



body#home table#rooms select#room0Type, body#home table#rooms select#room1Type, body#home table#rooms select#room2Type, body#home table#rooms select#room3Type {width: 130px}

body#home div#new-hotelsearch table#currency td.font {font-size:.6em;
font-weight:bold;
padding:0;
margin:0;}

img.calendar {float:left}


div#new-hotelsearch div#search-footer {
  background: #8EA209;
  padding: 5px 10px 0 10px;
  margin-top: 10px;
  border-top: 1px solid #B6CE0B;
}

div#new-hotelsearch div#search-footer p {float: left;
padding-top: 10px;
padding-left: 10px;
font-size: .9em;}

div#search-footer img.search {
float:right;
padding: 5px;}

div#new-hotelsearch div#search-footer a {
  color: #fff;
  font-weight: bold;
}

div#new-hotelsearch div#search-footer input#submit {float:right;
background:url(../images/bgd_submit.gif) repeat-x;
padding: 4px;
color:#EA3308;
margin:5px;
font-weight: bold;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;

}

input.btn-submit {
background:url(../images/bgd_submit.gif) repeat-x;
padding: 4px;
color:#EA3308;
margin:5px;
font-weight: bold;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
}


div#new-hotelsearch h3 {
  color: #000;
  font-size: 0.7em;
  margin-bottom: 2px;
}

p.room {
padding-left: 5px;
padding-top: 12px;
float:left;
width: 40px;}

div#new-hotelsearch hr {
  display: block;
  margin-bottom:5px;
  height: 1px;
  margin-left: 10px;
width: 410px;
  border-top: 1px solid #bcd60a;
  clear: both;
}

/* --------------------------------------------------------------------- Home - Featured Hotels */

body#home div#featured-hotels {
  width: 431px;
  margin: 10px 0 0 5px;
}

body#home div#featured-hotels h3 {
  font-size: 0.7em;
}

body#home div#featured-hotels div.hotel {
  border: 1px dashed #e0e0e4;
  margin-top: 7px;
}

body#home div#featured-hotels div.special {
  border: 1px dashed #e0e0e4;
  margin-top: 7px;
  background: url(../images/pricesfrom01.gif) no-repeat top right #dedee2;
}

body#home div#featured-hotels div.hotel div.thumb {
  width: 80px;
  float: left;
  margin-right: 10px;
  }

body#home div#featured-hotels div.hotel div.thumb img {
  padding: 5px 0 5px 5px;
}

body#home div#featured-hotels div.hotel div.detail {
  width: 280px;
  float: left;
  margin-right: 10px;
  padding: 5px 0;
}

body#home div#featured-hotels div.hotel p.title strong a {
  color: #002e72;
}

body#home div#featured-hotels div.hotel div.price {
  width: 30px;
  float: left;
  font-size: 1.3em;
  font-weight: bold;
  color: #ea3500;
  padding-top: 15px;
  text-align: right;
}

body#home div#featured-hotels div.hotel p {
  font-size: 0.6em;
}

body#home div#featured-hotels div.hotel p.title {
  margin-bottom: 10px;
}

a.info {
  background: url(../images/icon_info.gif) no-repeat;
  height: 15px;
  padding-left: 18px;
  width:75px;
  display: block;
  float: right;
  margin-left: 2px;
}

body#home div#featured-hotels h3.left {float: left; margin-top: 5px;}
body#home div#featured-hotels h3.right {float: right; margin-top: 5px;}

/* --------------------------------------------------------------------- Featured Hotels NEW NEW NEW */

body#hotelresults div.hotel-second {
  width: 740px;
  border: 1px solid #e0e0e4;
  margin: 0 0 0 10px;

}
 
body#hotelresults div#middlecol p.headers {color: #EA3500;
font-weight: bold;
font-size: .9em;
}

body#hotelresults div.hotel-second div.hotel-header-second {
background:url(../images/bgd_hotel_header.jpg) no-repeat;
width: 627px;
height: 25px;
border-bottom: 1px solid #D9D9DD;
}

body#hotelresults div.hotel-second div.hotel-content {
  width: 627px;
  float:left
}

body#hotelresults div.hotel-second div.thumb {
  width: 60px;
  float: left;
  display: inline;
  margin-right: 10px;
}

body#hotelresults div.hotel-second div.thumb img {
  padding: 4px;
  border: 1px solid #d0d0d5;
  margin: 5px 0 0 5px;
}

body#hotelresults div.hotel-second div.detail {
  width: 180px;
  float: left;
  margin: 0 5px 0 0;
  display: inline;
  font-size: 0.9em;
}

body#hotelresults div.hotel-second div.detail p {
color:#000;
width: 500px;
}

body#hotelresults div.hotel-header-second p.title {
   font-size: 0.75em;
  float:left;
  margin-top:5px;
  margin-left:5px;
 }

body#hotelresults div.hotel-header-second p.left {
  float:left;
   margin-top:3px
}

body#hotelresults div.hotel-header-second p.right {
   float:right;
   margin-top:3px
}

body#hotelresults div.hotel-second p.title strong a {
  color: #002e72;
}

body#hotelresults div.hotel-second div.price-featured {
background:url(../images/bgd_price.gif) no-repeat;
  float: right;
  width: 113px;
  height:90px;
  }

body#hotelresults div.hotel-second div.price-featured p {
  font-size: 1.3em;
  color: #ea3500;
  text-align: center;
  width: 80px;
}

body#hotelresults div.hotel-second div.price-featured span.from {
font-size: .5em;
color: #ea3500;
padding: 15px 0 0 25px;}

body#hotelresults div.hotel-second div.price-featured img.book-now {
float:left;
margin-top:-5px
}
  
body#hotelresults table#star {
width: 290px;
font-weight: normal;
margin-left: 10px;
float:left;
overflow:hidden;
}

body#hotelresults table#star a {
color: #002E72;
font-weight: bold;
text-decoration:underline;}

body#hotelresults table#star col.star {width: 60px;}

body#hotelresults div.hotel-second div.hotel-header-second p.title strong {color: #002E72}


body#hotelresults div#results {
float: left;
}
/* --------------------------------------------------------------------- Home - Right Column */

body#home div#rightcol div#new-ads {margin-top: 30px;
margin-left: -1px;}

body#home div#topdestinations table {
  width: 150px;
}

body#home div#topdestinations h3 {
  font-size: 0.7em;
  margin-bottom: 5px;
}

body#home div#topdestinations th, 
body#home div#topdestinations td {
  font-size: 0.6em;
  padding-bottom: 4px;
  text-align:left
}

body#home div#topdestinations th {
  font-weight: normal;
}

body#home div#topdestinations td.from {
  font-size: 0.6em;
}

body#home div#topdestinations a {
  color: #002e72 !important;
}

body#home div#topdestinations td.price {
  color: #ea3500;
  font-size: 0.8em;
  font-weight: bold;
}

/* --------------------------------------------------------------------- Interior Page Hotel Search */

body.interior div#hotelsearch {
  background: #cbe70a;
  width: 760px;
  margin-top: 17px;
  margin-left: 3px;
  overflow: hidden;
 }

body.interior div#hotelsearch div#more {
float:right;
font-size: .7em;
padding: 4px 5px 5px 0;
overflow:hidden;
}

body.interior div#hotelsearch div#more a {
text-decoration:underline;
color: #002E72;}

body.interior div#hotelsearch div#headerWrapper {
background-color: #e6e6e6;
width: 760px;
overflow:auto;
}

body.interior div#hotelsearch h2 {
  background-color: #e6e6e6;
  color: #002E72;
  text-align: left;
  font-size: .8em;
  border-bottom: 1px solid #D9D9DD;
  padding: 2px 0 5px 5px;
  float:left;
  overflow:hidden;
 }

body.interior div#hotelsearch p {
  text-align: left;
}

body.interior div#hotelsearch label.float {
  display: block;
  float: left;
}

body.interior div#hotelsearch input#checkin {
  width: 60px;
  margin-bottom: 5px;
}

body.interior div#hotelsearch select#roomtype {
  width: 100px;
  margin-bottom: 5px;
}

body.interior div#hotelsearch fieldset#fieldset-date p {
  text-align: left;
}

body.interior div#hotelsearch input.button {
  margin-left: 0;
  margin-top: 5px;
}

body.interior div#hotelsearch label.small {
  width: 80px;
}

body.interior div#hotelsearch fieldset#checkin01 select.day, body.interior div#hotelsearch fieldset#checkin01 select.month, body.interior div#hotelsearch fieldset#checkin01 select.year {
  width: 40px;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right:15px;
   border: 1px solid #94A80A;
}

body.interior div#hotelsearch fieldset#checkin01 select.month, body.interior div#hotelsearch fieldset#checkin01 select.year {width: 50px}

body.interior div#hotelsearch fieldset#checkin01 label {
		 text-align:left; 
		 display:block;
		 width: 280px;
		 float:left;
		 font-weight: normal;
		 font-size:.6em
		}

body.interior div#hotelsearch fieldset#checkin01 {float:left;
padding: 5px 10px;
border:0;
}

body.interior div#hotelsearch fieldset#checkout01 select.day, body.interior div#hotelsearch fieldset#checkout01 select.month, body.interior div#hotelsearch fieldset#checkout01 select.year {
  width: 40px;
  margin-bottom: 5px;
  margin-top: 10px;
  margin-right:15px;
    border: 1px solid #94A80A;
}

body.interior div#hotelsearch fieldset#checkout01 select.month, body.interior div#hotelsearch fieldset#checkout01 select.year {width: 50px}

body.interior div#hotelsearch fieldset#checkout01 label {
		 text-align:left; 
		 display:block;
		 width: 280px;
		font-weight: normal;
		font-size:.6em
		}

body.interior div#hotelsearch fieldset#checkout01 {
float:left;
padding: 5px 10px;
border:0;
display:block;
}

/* --------------------------------------------------------------------- Interior Page Common Styles */

body.interior div#main {
  width:768px;
  background: url(../images/bg_main_interior2.jpg);

}

body.interior div#leftcol {
  width: 242px;
  float: left;
}

body.interior div#middlecol {
  width: 610px;
  float: left;
  background: url(../images/border_dashed_vert.gif) repeat-y right;
}

body.interior div#middlecol strong {font-weight:bold;
color:#EA3500;}

body#hotelresults div#middlecol {
  background: none;
}

body.interior div#rightcol {
  width: 123px;
  float: left;
  border: 1px solid #D2D5D5;
  margin-top: 10px;
  margin-left: 10px;
}

body.interior div#rightcol strong {
font-weight:bold;
color:#EA3500;}

body.interior div#main-title p.page-results {background: #E6E6E8;
font-size:.6em;
font-weight:bold;
float:right}

body.interior div#rightcol div#rightcol-footer {background-color: #D2D5D5;
padding:4px;
text-align:center}

body.interior div#rightcol div#rightcol-footer a {color:#002E72;
text-decoration:underline;
font-size:.7em;
font-weight: bold;}

body.interior div#rightcol h2 {
  background: #fff;
   color: #002E72;
  font-size: 0.8em;
  padding: 2px 7px;
 }
 
body#booking div#rightcol h2 {
  background: #e6e6e8;
  border-bottom: 1px solid #D9D9DD;
   color: #002E72;
  font-size: 0.7em;
  padding: 2px 10px;
   }

body.interior div#main-title {
  border:1px solid #d9d9d9;
  background: #e6e6e6;
  padding: 4px 15px;
  margin: 20px 5px 0 3px;
  float:left;
  display:inline;
}

body#advancedsearch div#main-title {
  border:1px solid #d9d9d9;
  background: #e6e6e6;
  padding: 4px 0;
  margin: 20px 5px 0 3px;
  float:left;
  display:inline;

}
body#advancedsearch div#main-title h2 {
text-indent: 10px;
  width: 758px;
  color: #002E72;
  font-size: 0.8em;
  float:left
}


body.interior div#main-title h2 {
  width: 350px;
  color: #002E72;
  font-size: 0.8em;
  float:left
}

body.interior div#middlecol h2 {
  background: #e6e6e8;
  color: #00256c;
  font-size: 0.7em;
  width: 590px;
  margin-left: 5px;
   padding: 1px; 
   float:left;}

body.interior div#middlecol h3 {
  background: #e6e6e8;
  color: #00256c;
  font-size: 0.7em;
  float:left;
}
  
body.interior div#middlecol h4 {
  font-size: 0.6em;
  margin: 0 10px 0 15px;
}

body.interior div#middlecol p {
  font-size: 0.6em;
  margin: 0 15px 10px 15px;
    margin-top:10px;
}

body.interior p.sterling {
  font-size: 0.7em;
  margin: 0 15px 0 10px;
  color:#000;
  float:left;
  width: 600px;
  padding-top:10px;
  overflow:hidden;
  display:inline;}

body.interior p.sterling strong {font-weight:bold;
color:#EA3500;}


body.interior div#middlecol ul {
  font-size: 0.6em;
  margin: 0 10px 1em 60px;
}

body.interior div#middlecol .left {
  float: left;
  display: inline;
}

body.interior div#middlecol .right {
  float: right;
  display: inline;
}

body.interior div#rightcol h5 {
  margin: 10px 0 10px 10px;
}

body.interior div#rightcol p {
  font-size: 0.6em;
  margin: 0 10px 5px 10px;
}

/* --------------------------------------------------------------------- Hotel Results Page */

body#hotelresults form#sortform select {
  font-size: 0.9em;
  width: 130px;
}

body#hotelresults div.hotel {
width: 600px;
  border: 1px solid #e0e0e4;
  margin: 7px 0 0 8px;
 
}

body#hotelresults div.hotel div.hotel-header {background:url(../images/bgd_hotel_header.jpg) no-repeat;
width: 599px;
height:25px;
float:left;
border-bottom: 1px solid #D9D9DD;
}

body#hotelresults div.hotel div.hotel-header div.available {color:#009900;
float:left;
font-weight: bold;
padding-top: 4px;}

body#hotelresults div.hotel div.hotel-header div.available a {text-decoration: underline;
color:#009900;
float:left;
font-weight: bold;
}

body#hotelresults div.hotel div.hotel-content {
background-color:#ebebed;
width: 600px;
}

body#hotelresults div.hotel div.thumb {
  width: 60px;
  float: left;
  display: inline;
  margin-right: 10px;
}

body#hotelresults div.hotel div.thumb img {
  padding: 4px;
  border: 1px solid #d0d0d5;
  margin: 5px 0 0 5px;
}

body#hotelresults div.hotel div.detail {
  width: 180px;
  float: left;
  margin: 0 5px 0 0;
  display: inline;
  font-size: 0.9em;
  background-color:#ebebed;
}

body#hotelresults div.hotel div.detail p {
padding-top:10px;
color:#000;
width: 500px;
background-color:#ebebed;}


body#hotelresults div.hotel div.detail em {color:#00256C}

body#hotelresults div.hotel div.detail strong {color:#000}

body#hotelresults div.hotel p.title {
  padding-top: 4px;
  padding-left:6px;
  font-size: 0.75em;
  float:left;
  width: 300px;
}

body#hotelresults div.hotel p.title strong a {
  color: #002e72;
}

body#hotelresults div#middlecol div.price p {
  font-size: 1.3em;
  color: #ea3500;
  float: right;
  margin: 0 10px;
  text-align: right;
  width: 150px;
}

body#hotelresults div#middlecol div.price span.from {font-size: .5em;
  color: #ea3500;
    vertical-align:middle}
  
body#hotelresults div.hotel p {
  margin: 0;
}

body#hotelresults div.btm {
  background: #fff;
  color: #000;
}

body#hotelresults div.btm p.left {
  padding: 4px 0 0 5px;
}

body#hotelresults div.btm table#details {font-size: .6em;
color: #000}

body#hotelresults div.btm table#details strong {
color: #000}

body#hotelresults div.btm table#details td.price {
width: 100px;
color: #EA3500;
font-size: 1.4em;
font-weight:bold
}

body#hotelresults div.btm table#details col#location {width: 300px;
}

body#hotelresults div.btm table#details col#date {width: 210px}

body#hotelresults div.btm table#details col#price {width: 150px}


body#hotelresults div#featured {
  background: #e6e6e8;
  margin: 10px 5px 10px 5px;
  padding: 5px;
  border: 1px solid #d9d9dd;
}

body#hotelresults div#featured h3 {
  font-size: 0.7em;
  margin-bottom: 10px;
}

body#hotelresults div#featured h4 {
  font-size: 0.6em;
  margin-bottom: 5px;
  margin-top: 10px;
}

body#hotelresults div#featured p {
  margin: 0;
}

body#hotelresults div#featured span.price {
  color: #ea3500;
  font-weight: bold;
  font-size: 13px;
}



body#hotelresults div#results-wrapper {
width: 220px;
float:right;
margin-top: -55px;
margin-right: 0;
height: 70px;
}

body#hotelresults table#star {
width: 290px;
font-weight: normal;
margin-left: 10px;
float:left;
overflow:hidden;
}


body#hotelresults table#star col.star {width: 60px;}

body#hotelresults div.hotel div.hotel-header p.title strong {color: #002E72}

body#hotelresults table#results {
float:right;
overflow:hidden;
width: 200px;
margin-top: 10px;
}

body#hotelresults span#resultCount {
float:right;
padding-right: 5px;
font-size: .7em
}


body#hotelresults div#star-ratings-wrapper {
width: 350px;
margin-top: 10px;
margin-left: 10px;
display:inline;}

body#hotelresults div#star-ratings-wrapper span {
font-size:.7em;
color:#000;
}

body#hotelresults table#results span {
font-size:.6em;
color:#000;
float: right;

}
body#hotelresults div#ratingNumbers {font-size: .7em;
font-weight:normal;
margin-left: 10px;
}

body#hotelresults table#star-ratings {
font-size: .7em;
}

body#hotelresults table#star-ratings td {
text-align:center;}

body#hotelresults table#star-ratings caption {
float:left;
color:#000;
}


body#hotelresults table#star-ratings img.star {
display:block;
margin-left: 28px;
margin-right:28px;
text-align:center;
}


body#hotelresults table#star-ratings a {color:#00266C;
font-weight: bold;}

/* --------------------------------------------------------------------- FAQs */


body#faq div#middlecol {
  width: 515px;
  float: left;
  background: none;
}

body#faq div#middlecol h3 {
  background: none;
}

body#faq div#middlecol hr {
  display: block;
  height: 1px;
  border: none 0;
  border-top: 1px dashed #d9d9dd;
  clear: both;
  margin: 0 15px;
}

body#faq strong.qa {
  color: #ea3500;
}

/* --------------------------------------------------------------------- Contact */

body#contact div#middlecol {
  width: 373px;
}

body#contact div#rightcol {
  width: 142px;
}

body#contact div#middlecol h3 {
  background: none;
  padding-left: 0;
}

body#contact div#middlecol form {
  padding-left: 10px;
}

body#contact div#middlecol fieldset {
  border: 0;
}

body#contact label {
  font-size: 0.6em;
}

body#contact input.textfield {
  font-size: 0.6em;
  margin: 2px 10px 5px 0;
}

body#contact input#title {width: 50px;}
body#contact input#firstname {width: 136px;}
body#contact input#surname {width: 136px;}

fieldset#address-fieldset,
fieldset#mailphone-fieldset {
  float: left;
}

fieldset#address-fieldset input,
fieldset#mailphone-fieldset input {
  width: 168px;
}

body#contact textarea#query {
  width: 352px;
  height: 130px;
}

body#contact input.submit {
  float: right;
  margin: 10px;
}

body#contact div.hours {
  border: 1px dashed #dfdfe2;
  padding: 10px;
  margin-right: 10px;
}

body#contact div.hours h4 {
  margin: 0 0 5px 0 !important;
  font-weight: normal;
}

body#contact div.hours th {
  font-size: 0.6em;
  font-weight: normal;
  color: #ea3500;
  text-align: left;
  padding-bottom: 5px;
  width: 133px;
}

body#contact div.hours td {
  font-size: 0.6em;
  text-align: right;
  padding: 0 0 5px 30px;
  border-left: 1px dashed #dfdfe2;
}

body#contact div#rightcol h3, body#groups div#rightcol h3 {
  font-size: 0.6em;
  padding-bottom: 5px;
  border-bottom: 1px dashed #dfdfe2;
  margin: 20px 10px 15px 10px;
}

body#contact div#rightcol h4, body#groups div#rightcol h4 {
  font-size: 0.6em;
  color: #ea3500;
  margin: 0 0 10px 10px;
}

body#contact p.emailaddy, body#groups p.emailaddy {
  font-size: 9px !important;
  letter-spacing: -1px;
}

body#contact p.emailaddy a, body#groups p.emailaddy a {
  color: #00256c;
}

/* --------------------------------------------------------------------- Landing Page */

body#landing div#middlecol p, body#landing div#middlecol h4 {
  margin-left: 10px;
  padding: 0;
  margin: 0;
}

body#landing div#middlecol {
  width: 515px;
  float: left;
  background: none;
}

body#landing div#banner {
  background: #00256c;
  color: #fff;
  height: 100px;
  margin: 10px;
}

body#landing div.offer {
  border: 1px solid #d9d9dd;
  width: 156px;
  height: 180px;
  margin: 0 0 10px 10px;
  float: left;
  display: inline;
  position: relative; 
  }

body#landing p.cityname {
  font-size: 1em;
  font-weight: bold;
  text-indent: 5px;
  }

body#landing div.offer h3 {
  background: none;
  padding: 0;
  margin: 5px;
  height: 25px;
  display: block;
}

body#landing div.offer h4 {margin-bottom: 5px !important; margin-left: 5px !important;}

body#landing div.offer div.thumbcont {
  float: left;
  display: inline;
  height: 55px;
  margin: 5px 5px 0 5px;
}

body#landing div.offer p.price {
  color: #ea3500;
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin: 0 0 5px 10px !important;
}

body#landing div.offer div.offerfoot {
  background: #e6e6e8;
  margin: 0;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

body#landing div.offer div.offerfoot p {
  margin: 0 !important;
  float: left;
  width: 50px;
  height: 10px;
  font-size: 10px;
  color: #333;
}

body#landing div.offer div.offerfoot a.book {
  float: right;
}

div.destlist {
  font-weight: bold;
  padding: 0 10px;
  margin-bottom: 10px;
}

div.destlist h4 {
  font-size: 0.7em !important;
}

div.destlist a {
  color: #00256c;
}

div.destlist p {
  border: 1px solid #d9d9dd;
  padding: 7px !important;
}


/* --------------------------------------------------------------------- Hotel Info */

body#hotelinfo div#back-top {
width: 760px;
height: 20px;
margin: 0 0 0 3px;
float:left;
background-color: #E6E6E8;
text-align:left;
color:#00256C;
font-size:.7em;
padding-top: 2px;
padding-bottom: 2px;
display:inline}

body#hotelinfo div#back-top a {
text-align:left;
color:#00256C;
text-decoration:underline}

body#hotelinfo div#back-top img.arrow {
float:left;
padding-right: 5px;}

body#hotelinfo div#middlecol div#back-btm img.arrow {
float:left;
padding-right: 5px;
}

body#hotelinfo div#middlecol div#back-btm a {
text-align:left;
color:#00256C;
text-decoration:underline}

body#hotelinfo div#middlecol div#back-btm {
width: 574px;
height: 20px;
float:left;
background-color: #fff;
text-align:left;
color:#00256C;
font-size:.7em;
margin-left: 10px;
margin-top:10px;
padding: 4px 8px 8px 8px;
}

div#back-btm img.book-now {
float:right;
margin-top: -13px;}

body#hotelinfo div#middlecol img.arrow {
margin-top:0;
float:right;
padding-right: 5px;
vertical-align: middle}

body#hotelinfo div#middlecol ul {
  margin: 0 20px;
}

body#hotelinfo div#middlecol p {
  margin: 0 0 10px 10px;
}

body#hotelinfo div#main-title p.star-rating {
margin-left: 10px;
float:left;
}

body#hotelinfo div#main-title p.right-price {
float:right;
display:inline;
margin-right: 40px;
font-size:1em;
color: #EA3500;
font-weight:bold;
}

body#hotelinfo div#main-title {

border: 1px solid #D2D5D5;
background-color: #fff;
}

body#hotelinfo div#main-title h2.top {
font-size: 1em;
color:#002E72;
float:left;
margin-left: 6px;
width: auto;
}

body#hotelinfo div#middlecol h3 {
   color: #00256c;
  font-size: 0.7em;
   float:left;  
 }
 
body#hotelinfo div.header {
overflow:hidden;
background-color: #e6e6e8;
padding: 1px;
margin: 10px;
float:left;
width:588px;
border: 1px solid #d9d9dd}
 
body#hotelinfo div#middlecol h4 {
  font-size: 0.6em;
  margin: 0 10px 0 10px;
  color:#000;
}

body#hotelinfo div#middlecol li {
  list-style: none;
color:#000
}

div#middlecol p.price {
  font-size: 1.5em;
  color: #ea3500;
  border: 1px dashed #e0e0e4;
  padding: 2px;
  margin-right: 28px;
}

div#middlecol div.info {
float:left;
margin-top:10px;
margin-left: 10px;
width: 590px;
background-color: #E6E6E8;
border: 1px solid #D2D5D5;
}

div#middlecol div.info img.thumbnail {
margin: 3px;
display:inline;
}

div#middlecol div.info div.thumb {
margin: 10px 0 10px 5px ;
float:left;
display:inline;
border: 1px solid #D2D5D5;
background-color:#FFFFFF
}

div#middlecol div.info p.right {
margin-left: 5px;
float:left;
width: 350px;
font-size:.6em;
color:#000;
margin-top: 10px;
}

div#middlecol div.info p.left {
float:left;
width: 70px;
font-size:.6em;
color:#000;
margin-top: 10px;
}

div#middlecol div.info div.hotel-description {
width: 460px;
float:left;
margin-top: 10px;}

div#middlecol div.info p.right strong {color:#000}
 
 div#middlecol div.info p.left strong {color:#00256C;}

div#middlecol div.info div.btm table#details {
background-color: #fff;
border: 1px solid #d2d5d5;
width: 460px;
float: right;
color:#000;
font-size: .6em;
margin: 10px 5px 10px 0
}

div.btm table#details strong {
color: #000}

div.btm table#details td.price {
color: #EA3500;
font-size: 1.8em;
width: 40px;
}

div.btm table#details col#roomType {
width: 200px;
}

div.btm table#details col#date {
width: 150px;
}

div.btm table#details col#price {
width: 40px;
}

div.btm table#details col#bookNow {
width: 80px;
}

div.btm table#details img.bookNow {vertical-align:bottom}

div#middlecol div.more-info {
color: #000;
border: 1px solid #d2d5d5;
width: 585px;
margin-left: 10px;
overflow:hidden;
float:left;
padding: 5px 2px;
}



body#hotelinfo div#middlecol div.more-info ul.facilities {float:left;
padding: 0;
margin-left:5px;
}

 
body#hotelinfo div#middlecol div.more-info ul.facilities li {background:url(../images/green_bullet.gif) no-repeat bottom left;
padding-left: 15px;
margin-left:0;
}

body#hotelinfo div#rightcol {
border: none;
margin-top: 10px;
}

body#hotelinfo div#rightcol ul {
  list-style: none;
}

body#hotelinfo div#rightcol ul#thumbs { background-color: #fff;
}

body#hotelinfo div#rightcol ul#thumbs li {float:left;
}

body#hotelinfo div#rightcol img.thumbnail {
background-color:#fff;
padding:3px;
border: 1px solid #D2D5D5;
margin: 10px 0 10px 25px;
float:left;
 }

body#hotelinfo div#rightcol h5 {
margin:0 0 10px 20px;
}

body#hotelinfo div#rightcol p {color: #000;
margin:0 0 20px 30px;
}

body#hotelinfo div#rightcol img.map-thumbnail {
background-color:#fff;
padding:3px;
border: 1px solid #D2D5D5;
margin: 10px 0 10px 15px;
float:left;
 }
 
/* --------------------------------------------------------------------- div popup */

div.popupbox {position: relative;
 z-index: 10000;}

div.boxhead {
  border: 1px solid #cbe70a;
  border-bottom: 0px;
  cursor: default;
  width: 238px;
  height: 30px;
  line-height: 19px;
  vertical-align: middle;
  background: #CCE80A;
}

div.boxhead h3 {
  margin: 5px 0 0 5px;
  float: left;
  font-size: 0.7em;
  background: #CCE80A !important;
		width: 200px !important;
}

div.boxhead h4 {
  margin: 5px 0 0 5px;
  float: left;
  font-size: 0.7em;
  background: #CCE80A !important;
		width: 200px !important;
}

div.boxbody {
  border: 1px solid #CCE80A;
  width: 238px;
  background: url('') no-repeat left bottom #fff;
  color: #666 !important;
}

div.boxbody img {
  padding-left: 5px;
}

div.boxbody p {
  color: #666 !important;
  padding: 0 10px 10px 10px;
}



div.boxbody li {
  font-size: 10px;
  padding: 0 10px 10px 0;
  color: #666;
}

div.boxbody ul {
  margin-left: 20px !important;
}

div.boxbody p {
  color: #666 !important;
  padding: 0 10px 10px 0;
}

img.boxclose {
  float: right;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
}

div.popupbox h5 {
  color: #00970A;
  margin-left: 15px;
  font-size: 0.8em;
}

div.popupbox p {
  color: #000;
}

form#form-tellafriend {
  padding: 10px;
}

form#form-tellafriend label {
  font-size: 0.6em;
}

form#form-tellafriend input.textfield {
  font-size: 0.7em;
  margin: 5px 0;
}



/* --------------------------------------------------------------------- div popup CVV */



div#popup_cvv div.boxbody p {
text-align: center;
  color: #666 !important;
  padding: 10px;
}

img.help {margin-top: 10px}

/* --------------------------------------------------------------------- Groups Form */

body#groups div#middlecol h3 {
  background: none;
  padding-left: 0;
}

body#groups div#middlecol form {
  padding-left: 10px;
}

body#groups div#middlecol fieldset {
  border: 0;
}

body#groups label {
  font-size: 0.6em;
}

body#groups input.textfield {
  font-size: 0.6em;
  margin: 2px 10px 5px 0;
}

body#groups select.textfield {
  font-size: 0.6em;
  margin: 2px 10px 5px 0;
  width: 100px;
}

body#groups textarea {
  width: 352px;
  height: 130px;
}

body#groups input.submit {
  float: right;
  margin: 10px;
}

body#groups div.hours {
  border: 1px dashed #dfdfe2;
  padding: 10px;
  margin-right: 10px;
}

body#groups div.hours h4 {
  margin: 0 0 5px 0 !important;
  font-weight: normal;
}

body#groups div.hours th {
  font-size: 0.6em;
  font-weight: normal;
  color: #ea3500;
  text-align: left;
  padding-bottom: 5px;
  width: 133px;
}

body#groups div.hours td {
  font-size: 0.6em;
  text-align: right;
  padding: 0 0 5px 30px;
  border-left: 1px dashed #dfdfe2;
}

body#groups form#application input.textfield,
body#groups form#application select.textfield {
  width: 350px;
  font-size: 0.6em;
  margin-bottom: 10px;
}


body#travel_agents form#agentform {
  margin-left: 10px;
}

body#travel_agents form#agentform input.textfield,
body#travel_agents form#agentform select.textfield,
body#travel_agents form#agentform textarea {
  width: 350px;
  font-size: 0.6em;
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body#travel_agents form#agentform textarea {
  height: 100px;
}

body#travel_agents form#agentform label {
  font-size: 0.6em;
}

body#affiliate form#affiliateApp {
  margin-left: 10px;
}

body#affiliate form#affiliateApp input.textfield,
body#affiliate form#affiliateApp select.textfield,
body#affiliate form#affiliateApp textarea {
  width: 350px;
  font-size: 0.6em;
  margin-bottom: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body#affiliate form#affiliateApp label {
  font-size: 0.6em;
}

/* --------------------------------------------------------------------- New Search Button HOME */
body#home a.new-stretchbutton {
  background: url(../images/button_left2.gif) no-repeat;
  height: 28px;
  float: left;
  text-decoration: none;
  color: #EA3500 !important;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 0 0 10px;
}

body#home a.new-stretchbutton span {
  display: block;
  height: 28px;
  width: 31px;
  background: url(../images/button_right2.gif) no-repeat;
  position: absolute;
  right: -31px;
  top: 0;
}

body#home a.new-stretchbutton {
  margin: 2px 25px 0 0;
  float:right
}

body#home div#new-stretchbutton {
text-align: center;
float:right;
width: 250px;}


/* --------------------------------------------------------------------- New Search Button INTERIOR */
body.interior a.new-stretchbutton {
  background: url(../images/button_left3.gif) no-repeat;
  height: 28px;
  float: left;
  text-decoration: none;
  color: #EA3500 !important;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  padding: 6px 0 0 10px;
}

body.interior a.new-stretchbutton span {
  display: block;
  height: 28px;
  width: 31px;
  background: url(../images/button_right3.gif) no-repeat;
  position: absolute;
  right: -31px;
  top: 0;
}

body.interior a.new-stretchbutton {
  margin: 2px 25px 0 0;
  float:right
}

body.interior div#new-stretchbutton {
text-align: center;
float:left;
width: 150px;
margin-top:15px}


/* ---------------------------------------------------------------------Booking */


div#terms, div#specialRequests, div#billingDetails, div#creditCardInfo, div#clientDetails {
width: 588px;
border: 1px solid #d5d5d6;
padding: 5px;
float:left;
display:inline;
margin-left: 10px;
}

div#creditCardInfo {
overflow: visible;
}


div#creditCardInfo p, div#terms p, div#specialRequests p, div#billingDetails p, div#clientDetails p {
margin:0 !important;
color:#002E72 !important;
}

div#creditCardInfo p.issue {font-weight:bold;
color:#002E72 !important;}

div#clientDetails label {
width: 110px !important;
float: left;
display: block;
font-size:.7em
}

div#clientDetails fieldset.details {
padding-left: 5px;

}
div#clientDetails input {border: 1px solid #ccc}

div#clientDetails fieldset.detailsGILBOA {padding-left: 5px;
border: none;
width: 580px}

label#gilboaLabel {
margin-right: 5px;
}

label#gilboaLabel2 {
margin-right: 5px;
margin-left: 25px;
float:left;
}

label#GTALabel {
margin-right: 10px;}

div#clientDetails fieldset.details select {
float:left;
border: 1px solid #ccc
}

div#specialRequestInputs input {
margin-right: 5px;
vertical-align:middle
}

div#specialRequestInputs {border: 1px solid #ccc;
width: 400px;
margin-top: 10px;
margin-left: 5px;
padding: 5px;}




div.details-left {
width: 270px;
float:left;
margin-right: 20px;
}

div.details-right {
width: 270px;
float:left;
}

div#billingDetails fieldset.details, div#billingDetails fieldset.detailsGILBOA {
padding-left: 5px;
  border: none;
}

fieldset.details input, fieldset.detailsGILBOA input, fieldset.credit01 input, fieldset.credit02 input, fieldset.credit01 select, fieldset.credit02 select {
border: 1px solid #ccc;
float:left;
margin-top: 5px;
}

fieldset.credit01 {
border: none;
  width: 268px;
  padding-left: 5px;
  float: left;
  margin-right: 10px;
 }

fieldset.credit02 {
border: none;
  width: 265px;
  padding-left: 5px;
 

 }

fieldset.credit02 input#cvv {
width: 120px;
margin-right: 2px;
margin-top: 10px;
display:inline;
float:left
}

select#expiryYear {width: 60px;
}

select#expiryMonth {width: 40px;
z-index:0;}

fieldset.details label, fieldset.detailsGILBOA label {
  width: 110px;
  font-size: .7em;
  color:#002E72;
  float:left;
  line-height: 2.5em;
}

fieldset.credit02 label, fieldset.credit01 label {
width: 113px;
font-size: .7em;
color:#002E72;
float:left;
line-height: 2.5em;
}

fieldset.details input {
width: 150px;
border: 1px solid #ccc;
margin-top: 5px;
float:right}

fieldset.credit01 select#cardType {
width: 150px;
float:left;
}

fieldset.credit01 input#cardname {
width: 150px;
float:left;}


fieldset.credit01 input#ccnumber {
width: 150px;
float: left;
margin-top: 5px;
}

fieldset#issueNumber {
border: none;
margin-left: 5px;}

fieldset#issueNumber label {
font-size: .7em;
width: 110px;
float:left;
display:block;
line-height: 2.5em;
}

fieldset#issueNumber select#startDay {
margin-right: 5px;
width: 40px;}

fieldset#issueNumber select#startYear {
width: 60px;}

fieldset#issueNumber select, fieldset#issueNumber input {
border:1px solid #ccc;
float:left;
margin-top: 5px;}


body#booking div#middlecol div.info {
float:left;
display:inline;
margin-top:10px;
margin-left: 10px;
width: 590px;
background-color: #E6E6E8;
border: 1px solid #D2D5D5;
}
body#booking div#middlecol div#back-btm a {
text-align:left;
color:#00256C;
text-decoration:underline}

body#booking div#back-btm {
width: 559px;
height: 30px;
float:left;
background-color: #E6E6E8;
border: 1px solid #d5d5d5;
text-align:left;
color:#00256C;
font-size:.7em;
margin-left: 39px;
margin-top:10px;
padding: 2px;
position: relative;
display:inline;
}

div#back-btm input.book-now {
  width: 94px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 2px;
}


body#booking div#middlecol img.arrow {
margin-top: -13px;
float:right;
padding-right: 5px;
vertical-align: middle}


body#booking div#middlecol div#back-btm img.arrow2 {
float:left;
padding-right: 5px;
}

body#booking div.info div.info-content table#details2 {
width: 380px;
font-size: .6em;
color: #000;
float:left;
margin-left: 5px;
}

body#booking div#conditions {
height: 20px;
float:left;
display:inline;
margin-left: 164px;
width: 300px;
}

body#booking div#conditions p {margin-top:0;
color: #000}

body#booking table#details2 strong {
color: #000}

body#booking table#details2 td.price {color: #EA3500;
font-size: 1.8em;
}

body#booking table#details2 col#roomType {width: 120px;
}

body#booking table#details2 col#date {width: 120px}

body#booking div#middlecol div.info p.right {
float:left;
width: 300px;
font-size:.6em;
color:#000;
margin-top: 10px;
}

body#booking div#middlecol div.info p.left {
float:left;
width: 50px;
font-size:.6em;
color:#002E72;
margin-top: 10px;
margin-left:5px;
margin-right:5px;
}

body#booking div#middlecol div.info-content {
float:left;
}

div#middlecol div.info table#details2 {
background-color: #e6e6e8;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
width: 340px;
float:left;
color:#000;
font-size: 1em;
margin: 10px 0
}

div#middlecol div.info table#details2 strong {
color: #000}

div#middlecol div.info table#details2 td.price {
color: #EA3500;
font-size: 1.8em;
width: 40px;
}

div#middlecol div.info table#details2 col#roomType {
width: 170px;
}

div#middlecol div.info table#details2 col#date {
width: 150px;
}

div#middlecol div.info table#details col#price {
width: 40px;
}

body#booking div#rightcol {
  width: 140px;
  float: left;
   margin-left: 5px;
   border: none;
margin-top:20px;  
  }

body#booking div#middlecol {
  width: 610px;
  float: left;
 background:none;
}

body#booking div#rightcol div.inner-right-col { 
border: 1px solid #D2D5D5;
background-color:#fff;
width: 140px;
float:left;
margin-bottom: 10px;
padding-bottom: 10px;
font-size: 1em}

body#booking div#rightcol div.inner-right-col a {color:#E71700;
text-decoration: underline;
font-size:.7em;
margin-left: 10px;
padding-bottom: 10px;
}

body#booking div#rightcol div.inner-right-col p {margin-top: 10px;}

body#booking div#rightcol div.inner-right-col ul {font-size:.7em;
margin-left: 5px;
margin-top: 5px;
 list-style:none}

body#booking div#rightcol div.inner-right-col li {padding-bottom: 5px;}

body#booking div#rightcol div.inner-right-col strong {color:#002E72}

body#booking div#middlecol div.book-and-pay {
width: 540px;
background-color: #fff;
float:left;
}

img.fwd-arrow, img.help {margin-left: 5px;
vertical-align:middle}

img.cc {margin-right: 4px;
vertical-align:middle}


img.secure {float:right;
vertical-align:middle}

img.number {float:left;
margin: 0 5px;
}

span.mandatory {color: #DD3800}

body#booking div#middlecol div.top-header {
overflow:hidden;
background-color: #e6e6e8;
padding: 1px;
margin-left: 10px;
float:left;
width:588px;
display:inline;
border: 1px solid #d9d9dd}

body#booking div#middlecol div.header {
overflow: hidden;
background-color: #fff;
float:left;
display:inline;
height: 35px;
margin: 10px 0 5px 5px;
}

body#booking h3.book {
border: 1px solid #d9d9d9;
background-color: #e6e6e8;
padding: 1px;
height: 20px;
width: 561px !important;
  color: #00256c;
  font-size: 0.7em;
}


div#overlay {
    position: absolute;
    top:500px;
    left: 400px;
    background: #fff;
    color:#002E72;
    width: 300px;
    height: 80px;
    border: 1px solid #d9d9dd;
}

div#overlay p {  
font-size:2.4em;
font-weight: bold;
  color: #002E72;
  text-align: center;}
  
  

/* ---------------------------------------------------------------------Search Results */

div#search-results {
margin: auto;
width: 306px;
height: 400px;
color: #fff;
font-weight: bold;
font-size: 1.4em;
font-family:"arial";
}

div#searching-top {background: url(../images/bgd_loading_top.jpg) no-repeat top left;
height: 121px;
width: 306px;
float:left;

}

div#check-in-date {
font-family:"arial";
width: 160px;
display:inline;
margin-left: 10px;
margin-top: 14px;
float:left;
text-align: center;
}

div#check-out-date {
font-family:"arial";
float:left;
display:inline;
width: 160px;
margin-left: 10px;
margin-top: 12px;
text-align: center;
}

div#animation {
float:left;
width: 306px;
height: 222px;}

span.check {font-size: .6em;
font-family:"arial";}

div.location-stretchbutton-right {
  background: url(../images/location_btn_right.gif) no-repeat;
   float: left;
   height: 39px;
   width: 15px;
 }

div.location-stretchbutton-middle {float:left;
height: 39px;
background: url(../images/location_btn_mid.gif) repeat-x;}

div.location-stretchbutton-left {
float:left;
height: 39px;
width: 15px;
background: url(../images/location_btn_left.gif) no-repeat;
}

div#location-stretch-button {
margin-top: 23px;
margin-left: 16px;
display:inline;
font-family:"arial";
float:left;
font-size: .8em;
text-align: center;
}

div#textMessage {font-size:.8em;
margin-top: 20px;}

/* ---------------------------------------------------------------------Advanced Search*/




body#advancedsearch div#main {
  background: url(../images/bg_main_interior2.jpg);
     }


body#advancedsearch div.leftcol {
  float: left;
  width: 600px;
}

body#advancedsearch div.rightcol {
  float: left;
  margin: 10px 0 0 5px;
  display: inline;
}

body#advancedsearch h2.advanced {background-color: #e6e6e8;
color: #002E72;
float:left;
display:inline;
margin-left: 3px;
margin-top: 10px;
padding:3px 0 3px 3px;
font-size: .9em;
width: 760px;
border: 1px solid #d9d9dd;
}
 

div#advanced-search {
margin-top: 10px;
margin-left: 15px;
border: 1px solid #d5d5dd}

body#advancedsearch div#advanced-search h3.advanced {
font-size: .7em;
 padding: 2px;
 margin-left: 30px;
 margin-right:5px;
   height: 15px;
   background-color: #CBE70A;
border: 1px solid #8EA209;

   }

body#advancedsearch table#destination {
font-weight: bold;
width: 550px;
margin-left: 35px;
float:left;
color:#002E72;
display: inline;
}

body#advancedsearch div#advanced-search select {border: 1px solid #CBCBCF;}

body#advancedsearch div#advanced-search input#hotelName {border: 1px solid #CBCBCF;
padding: 1px; width: 75px;
}

body#advancedsearch table#destinationTable input#hotelName {
width: 110px;}

body#advancedsearch table#destinationTable {
  margin-left: 37px;
}

body#advancedsearch table#destinationTable select#destination {width: 110px;
}

body#advancedsearch table#destinationTable select#nights {width: 40px;}
body#advancedsearch table#destinationTable select#month {width: 52px;}
body#advancedsearch table#destinationTable select#day {width: 40px;}
body#advancedsearch table#destinationTable select#year {width: 52px;}
body#advancedsearch td.font {font-size: .7em}



body#advancedsearch div#childAgeTable {
float:left;
padding:0;
}

body#advancedsearch div#rooms {

width:390px;
margin-bottom: 10px;
margin-left:3px;
}

body#advancedsearch table#rooms select {border: 1px solid #CBCBCF;
width: 40px;}

body#advancedsearch table#rooms select#room0Type, body#advancedsearch table#rooms select#room1Type, body#advancedsearch table#rooms select#room2Type, body#advancedsearch table#rooms select#room3Type {width: 130px}

body#advancedsearch table#rooms {
font-weight: bold;
float:left;
display:inline;
color:#002E72;
margin-left: 35px;
}

body#advancedsearch table#dates select#nights {width: 40px;}

body#advancedsearch table#rooms td.font {font-size:.7em;
font-weight:bold;
padding:0;
margin:0;}

body#advancedsearch table#destination td.font {font-size:.7em;
font-weight:bold;
padding:0;
margin:0;}

body#advancedsearch table#roomTypes td.font {font-size:.6em;
font-weight:bold;
padding:0;
margin:0;}
body#advancedsearch table#currency td.font {font-size:.7em;
font-weight:bold;
padding:0;
margin:0;}


body#advancedsearch div#childAgeTable table#children td#childAgeTitle0 {font-size:.8em}

body#advancedsearch div#childAgeTable0 {
margin-top: -39px;
margin-left: 50px;
}

body#advancedsearch div#childAgeTable1 {
margin-top: -24px;
margin-left: 50px;
}
body#advancedsearch div#childAgeTable2 {
margin-top: -25px;
margin-left: 50px;
}

body#advancedsearch div#childAgeTable3 {
margin-top: -25px;
margin-left: 50px;
}
body#advancedsearch table#children {
font-weight: bold;
color:#002E72;
}

body#advancedsearch table#children select.formbox {width: 45px;
border: 1px solid #CBCBCF;
margin-right: 5px;
}

span#checkout {
font-size: .8em;
}

div#advancedDestination {background:url(../images/number_1.gif) no-repeat top left;
height: 60px;
margin-bottom: 20px;
}

div#advancedRooms {background:url(../images/number_2.gif) no-repeat top left;
overflow:hidden;
height: 100%;
margin-bottom: 10px;
padding-left: 3px;

}

div#criteria {background:url(../images/number_3.gif) no-repeat top left;
height: 100px;
margin-bottom: 15px;}

div#facilities {background:url(../images/number_4.gif) no-repeat top left;
height: 60px;
margin-bottom: 5px;
}

div#advancedCurrency {background:url(../images/number_5.gif) no-repeat top left;
height: 60px;
margin-bottom: 15px;
}

body#advancedsearch table#currency {
margin-left: 35px;
display:inline;
float:left;
}


body#advancedsearch table#currency select#currency {width: 100px}

body#advancedsearch table#criteria {
width: 440px;
margin-left: 35px;
font-size: .7em;
font-weight: normal;
float:left;
display:inline}

body#advancedsearch ul#facilities {
width: 545px;
margin-left: 35px;
float:left;
display:inline}

body#advancedsearch ul#facilities li {display:inline}

body#advancedsearch div#advanced-search-footer {
border-top: 1px solid #d9d9dd;
background-color: #e6e6e8;
height: 30px;
}


body#advancedsearch img.iconAS {
margin-left: 5px;
margin-right: 2px;
vertical-align:middle}

body#advancedsearch img.search {
border: 1px solid #EA3308;
float:right;
margin:2px;}

body#advancedsearch div.inner-right-col { 
border: 1px solid #D2D5D5;
background-color:#fff;
width: 135px;
float:left;
margin-bottom: 10px;
padding-bottom: 10px;
font-size: 1em}

body#advancedsearch div.inner-right-col a {color:#E71700;
text-decoration: underline;
font-size:.7em;
margin-left: 10px;
padding-bottom: 10px;
}

body#advancedsearch div.inner-right-col p {margin-top: 10px;}

body#advancedsearch div.inner-right-col ul {font-size:.7em;
margin-left: 5px;
margin-top: 5px;
 list-style:none}

body#advancedsearch div.inner-right-col li {padding-bottom: 5px;}

body#advancedsearch div.inner-right-col strong {color:#002E72}

body#advancedsearch div.inner-right-col h2 {
  background: #e6e6e8;
  border-bottom: 1px solid #D9D9DD;
   color: #002E72;
  font-size: 0.7em;
  padding: 2px 10px;
   }
      
body#advancedsearch div.inner-right-col p {
  font-size: 0.6em;
  margin: 0 10px 5px 10px;
}




/*-------------------------------------------------------- Confirmation Page */
div#confirmation {overflow:hidden;}

div#confirmation h2 {
  background: #e6e6e8;
		font-size: 16px;
		font-weight: normal;
		margin: 15px 5px 10px 3px;
		padding: 5px 10px;
}

div#confirmation h3 {
		font-size: 16px;
		font-weight: normal;
		margin: 0 5px 15px 3px;
		padding: 5px 10px;
}

div#confirmation div.column-left {
  float: left;
		width: 612px;
		margin-left: 13px;
		display: inline;
}

div#confirmation div.column-right {
  float: right;
		width: 118px;
		margin-right: 15px;
		display: inline;
}

div#confirmation div.column-left div.box {
  border: 1px solid #d9d9dd;
		padding: 10px;
		margin-bottom: 10px;
}

div#confirmation div.column-right div.box {
  border: 1px solid #d9d9dd;
		padding: 4px;
}

div#confirmation div.column-left p {
  font-size: 0.7em;
		margin-bottom: 1em;
}

div#confirmation p.warning {
  color: #f4420d;
		font-weight: bold;
		font-size: 14px !important;
}

div#confirmation span.bookno {
  color: #f4420d;
		font-weight: bold;
}

div#confirmation div.column-right h4 {
  font-size: 11px;
		background: #e6e6e8;
		padding: 5px;
}

div#confirmation div.column-right p {
  font-size: 0.6em;
		margin-bottom: 1em;
}

/* -------------------------------------------------------------------- tooltip */

a.tooltip {
  position:relative;
  z-index:200;
  text-decoration: none;
}

a.tooltip:hover{z-index:300;}
a.tooltip span{display: none}

a.tooltip:hover span {
  display:block;
  position:absolute;
  top:2em; 
  left: 0;
  width:190px;
  border:1px solid #d5d5d6;
  background-color:#fff;
  color:#ea3500;
  text-align: center;
  font-size: 10px;
}

a.tooltip:hover span p {
  padding: 5px;
font-size: 10px !important;
}

.font {
  font-size: 1em;
  font-size: 10px !important;
}

a.link-popup {
  margin: 0 !important;
  padding: 0 !important;
}

/* -------------------------------------------- autocomplete destination list */
div.autocompleteDestinationList {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
  zindex: 999;
} 
div.autocompleteDestinationList ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocompleteDestinationList ul li.selected { background-color: #ffb;}
div.autocompleteDestinationList ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
}

ul#predict {
  border:1px solid #A5ACB2;
		border-top: none;
		margin-left: 1px;
		padding: 5px 0;
		background: #fff;

}

ul#predict li {
  list-style: none;
		background: #fff;
		cursor: pointer;
		font-size: 11px;
		color: #666;
		padding: 0 10px;
}

/* IE6 Only */
* html ul#predict li {
  width: 100%;
}

ul#predict li.selected { background-color: #ffb;}


body#advancedsearch input#destinationName {
  width: 100px;
}

body#advancedsearch input#destinationName {border: 1px solid #cbcbcf; padding: 1px 0;}


