* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  color: #333333;
  background: white url(/img/v_reynir/page_back.gif) repeat-x top;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px;
}

a {
  color: #007ba4;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
}

a.emphasize {
  font-weight: bold;
}

a:hover {
  color: #fa9300 !important;
}

img {
  border: none;
}

option {
  padding: 0px 4px;
}

div {
  margin: 0px;
  padding: 0px;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

.back_toggle {
  white-space: nowrap;
}

.back_toggle .o {
  display: none;
}

.back_toggle .c {
  display: inline;
}

.back_toggle.open .o {
  display: inline;
}

.back_toggle.open .c {
  display: none;
}

.back_toggle:after {
  content: url('/img/v_reynir/arrow_right.gif');
  padding: 0 0 0 4px;
}

.back_toggle.open:after {
  content: url('/img/v_reynir/arrow_down.gif');
}

.front_toggle,
.toggle {
  white-space: nowrap;
}

.front_toggle .o,
.toggle .o {
  display: none;
}

.front_toggle .c,
.toggle .c {
  display: inline;
}

.front_toggle.open .o,
.toggle.open .o {
  display: inline;
}

.front_toggle.open .c,
.toggle.open .c {
  display: none;
}

.front_toggle:before,
.toggle:before {
  content: url('/img/v_reynir/arrow_right.gif');
  padding: 0 4px 0;
}

.front_toggle.open:before,
.toggle.open:before {
  content: url('/img/v_reynir/arrow_down.gif');
}

.lighting_up {
  background: white url(/img/v_reynir/box_shadow_up.gif) repeat-x 0px top;
}

.lighting_down {
  background: white url(/img/v_reynir/box_shadow_down.gif) repeat-x 0px bottom;
}

#page {
  width: 940px;
  min-height: 400px;
  margin: 10px 20px 20px;
  padding: 0;
  position: relative;
  background: transparent;
}

#page .logolink {
  z-index: 5;
  position: relative;
  width: 170px;
  display: inline-block;
}

#page .logolink img {
  width: 170px;
}

#page .logolink .logotext {
  text-transform: uppercase;
  position: absolute;
  bottom: 0px;
  right: 4px;
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
  color: #777777;
}

#page .sidebar {
  float: right;
  width: 215px;
  min-height: 100%;
  margin-top: -15px;
}

#page .leftbar {
  float: left;
  width: 0px;
}

#page #head {
  min-height: 60px;
  clear: both;
  margin: 0px 4px 6px;
  padding-left: 5px;
  background: none;
}

#page .content {
  float: left;
  min-height: 400px;
  width: 725px;
  margin-top: 0px;
}

#page #whatsnew,
#page #tickers,
#page #revbanner,
#page #about {
  display: none;
}

#page.type_home #whatsnew,
#page.type_home #tickers,
#page.type_home #revbanner {
  display: block;
}

#page.type_home #ads {
  display: none;
}

.box {
  border: solid 1px #d6d6d6;
  line-height: 25px;
  min-height: 25px;
  margin: 4px;
  padding: 4px;
  background-color: white;
  clear: both;
}

.noborder {
  border: none !important;
  padding: 2px 0px !important;
}

.dobutton {
  background: transparent url('/img/dobutton_end_orange.gif') no-repeat scroll top right;
  display: block;
  float: left;
  padding-right: 5px !important;
}

.dobutton.low {
  background-image: url('/img/dobutton_lowend_orange.gif');
  height: 19px;
}

.dobutton.high {
  background-image: url('/img/dobutton_highend_orange.gif');
  height: 30px;
}

.dobutton.orange {
  background-image: url('/img/dobutton_ond_orange.gif');
}

.dobutton.green {
  background-image: url('/img/dobutton_end_green.gif');
}

.dobutton.greenhigh {
  background-image: url('/img/dobutton_superhighend_green.gif');
  height: 35px;
}

.dobutton.blue {
  background-image: url('/img/dobutton_end_blue.gif');
}

.dobutton.gray {
  background-image: url('/img/dobutton_end_gray.gif');
}

.dobutton.grayhigh {
  height: 30px;
  background-image: url('/img/dobutton_highend_gray.gif');
}

.dobutton:hover {
  background-position: 100% 100%;
}

.dobutton:hover .dobutton_text {
  background-position: 0% 100%;
}

.dobutton_text {
  background: transparent url('/img/dobutton_orange.gif') no-repeat top left;
  display: inline-block;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 10px 0px 15px;
  text-align: center;
  border: none;
  height: 25px;
}

.low .dobutton_text {
  height: 19px;
  line-height: 18px;
  background-image: url('/img/dobutton_low_orange.gif');
}

.high .dobutton_text {
  height: 30px;
  line-height: 30px;
  background-image: url('/img/dobutton_high_orange.gif');
}

.orange .dobutton_text {
  background-image: url('/img/dobutton_orange.gif');
}

.green .dobutton_text {
  background-image: url('/img/dobutton_green.gif');
}

.greenhigh .dobutton_text {
  height: 35px;
  line-height: 35px;
  background-image: url('/img/dobutton_superhigh_green.gif');
}

.blue .dobutton_text {
  background-image: url('/img/dobutton_blue.gif');
}

.grayhigh .dobutton_text {
  height: 30px;
  line-height: 30px;
  background-image: url('/img/dobutton_high_gray.gif');
}

.gray .dobutton_text {
  background-image: url('/img/dobutton_gray.gif');
}

.actions .dobutton_text a {
  font-size: 12px;
  color: #ffffff;
}

.actions .dobutton_text a:hover {
  color: #ffffff !important;
}

.actions .dobutton {
  margin-right: 4px;
}

.actions li a {
  font-weight: bold;
  padding: 0 5px;
}

.titlebar {
  text-transform: uppercase;
  font-weight: bold;
}

.listheader {
  background-color: #ebebeb;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid white;
  padding: 0px 4px;
  border-bottom: 1px solid #d6d6d6;
}

.listtable {
  border-collapse: collapse;
  border: solid 1px #d6d6d6;
}

.listtable thead {
  background-color: #ebebeb;
  text-transform: uppercase;
}

.listtable thead th {
  color: #007ba4;
  text-align: left;
  padding: 4px 4px;
}

.listtable thead th span,
.listtable thead th a {
  font-size: 11px;
  border-right: solid 1px #d6d6d6;
  border-left: solid 1px #d6d6d6;
  padding: 0px 4px;
}

.listtable thead th:first-child span,
.listtable thead th:last-child span,
.listtable thead th:first-child a,
.listtable thead th:last-child a {
  border: none;
}

#page #whatsnew {
  height: 36px;
  line-height: 36px;
  padding: 0px;
}

#page #whatsnew div {
  float: left;
  background: transparent url(/img/v_reynir/whatsnew.gif) no-repeat scroll right 0;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0px 20px 0 16px;
  margin: 0 8px 0 0;
}

#map_select {
  background: transparent url(/img/v_reynir/staticmap.png) no-repeat scroll 0 0;
  padding: 0 !important;
  height: 300px;
  width: 715px;
}

#map_select p {
  background-color: white;
  border: solid 1px #007ba4;
  font-weight: bold;
  text-align: center;
  opacity: 0.8;
  margin: 135px 0 0;
}

.selectorlist {
  z-index: 111;
}

table.usertable {
  width: 100%;
  border-collapse: collapse;
}

table.usertable th {
  text-align: left;
  background-color: #007ba4;
  color: #ffffff;
  padding: 3px;
  line-height: 20px;
}

table.usertable td {
  padding: 3px;
}

.usertable_row_even {
  background-color: #ebebeb;
}

.usertable_row_even:hover {
  background-color: #aaaaaa;
}

.usertable_row_odd {
  background-color: #ffffff;
}

.usertable_row_odd:hover {
  background-color: #aaaaaa;
}

.dotickers h1 {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin: 0px;
  color: #666666;
}

#revbanner {
  padding: 10px 0px;
  background-color: transparent;
  text-align: center;
}

#revbanner h1 {
  font-size: 16px;
  font-style: italic;
  text-align: left;
  margin: 0px 8px;
  color: #666666;
}

#revbanner img {
  margin: 4px 2px;
}

#revbanner h2 {
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
  padding: 36px 28px 10px;
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

#revbanner h2 span {
  display: none;
}

body div.foot {
  clear: both;
  padding: 16px 6px;
  color: #333333;
  min-height: 0px;
}

body div.foot p.copy {
  color: #333333;
  clear: left;
  float: right;
}

body div.foot ul {
  margin: 4px 0;
  list-style: none;
}

body div.foot ul li {
  display: inline;
  margin: 0 8px 0 0;
}

body div.foot ul li.head {
  color: #333333 !important;
}

body div.foot ul.links {
  border-bottom: solid 1px #d6d6d6;
}

body div.foot ul.travelguide {
  margin-bottom: 12px;
}

body div.foot ul.lang li {
  color: #a6a6a6;
  font-size: 11px;
}

body div.foot ul.lang li a {
  color: #a6a6a6;
  font-size: 11px;
}

body div.foot ul.lang li a:hover {
  color: #fa9300;
}

.box.intro {
  padding: 10px;
}

.box.intro h2 {
  font-weight: normal;
}

label.error {
  color: red;
}

.terms ul {
  margin: 0 0 0 30px;
}

.savetrip {
  display: none !important;
}

span.new {
  color: red;
  font-style: italic;
  position: absolute;
  top: -16px;
}

.tabbottom {
  margin-top: 0px !important;
}

.type_error #bodywrap .content {
  margin: 80px;
}

.type_error #bodywrap .foot {
  margin-top: 100px;
}

.type_error h1 {
  color: #007ba4;
  font-size: 20px;
}

.type_error .detail {
  font-size: 20px;
}

#head ul#headnav {
  list-style: none;
  padding: 0px 0px 4px;
  margin: 0px 0px 8px;
  border-bottom: solid 1px #d6d6d6;
}

#head ul#headnav li {
  display: inline;
  margin: 0px 4px 0px 0px;
}

#head ul#headnav li a {
  font-weight: bold;
  font-size: 14px;
}

#head ul#headsettings {
  float: right;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#head ul#headsettings li {
  display: inline;
}

#head ul#headsettings li #settingscurrency,
#head ul#headsettings li #settingsresidency {
  display: inline;
}

#head ul#headsettings li #settingscurrency .setting_title,
#head ul#headsettings li #settingsresidency .setting_title {
  float: none;
  clear: both;
  margin-left: 13px;
}

#head ul#headsettings li #head_langselector {
  float: none;
  clear: both;
}

#head ul#headsettings .back_toggle:after {
  content: url('/img/v_reynir/arrow_down.gif');
}

span.lang {
  padding-left: 20px;
  background-image: url("/img/languages.gif");
  background-repeat: no-repeat;
}

span.ca {
  background-position: 0 1px;
}

span.cs {
  background-position: 0 -13px;
}

span.da {
  background-position: 0 -27px;
}

span.de {
  background-position: 0px -41px;
}

span.el {
  background-position: 0px -55px;
}

span.en {
  background-position: 0px -69px;
}

span.es {
  background-position: 0px -83px;
}

span.fr {
  background-position: 0px -97px;
}

span.is {
  background-position: 0px -111px;
}

span.it {
  background-position: 0px -125px;
}

span.lt {
  background-position: 0px -139px;
}

span.hu {
  background-position: 0px -153px;
}

span.ja {
  background-position: 0px -167px;
}

span.no {
  background-position: 0px -181px;
}

span.pl {
  background-position: 0px -195px;
}

span.pt {
  background-position: 0px -209px;
}

span.ru {
  background-position: 0px -223px;
}

span.fi {
  background-position: 0px -237px;
}

span.sv {
  background-position: 0px -251px;
}

span.th {
  background-position: 0px -265px;
}

span.tr {
  background-position: 0px -279px;
}

span.vi {
  background-position: 0px -293px;
}

span.zh {
  background-position: 0px -307px;
}

span.zht {
  background-position: 0px -321px;
}

span.bg {
  background-position: 0px -335px;
}

#page .content #tabs {
  position: relative;
  border: none;
  margin: 0px;
  width: 100%;
  height: 0px;
  z-index: 4;
}

#page .content #tabs ul.tabs {
  position: absolute;
  right: 8px;
  bottom: -1px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#page .content #tabs ul.tabs li {
  background-color: white;
  float: left;
  margin-right: 4px;
  padding: 8px 0px;
  font-size: 14px;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  border-bottom: none;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  background: transparent url(/img/v_reynir/tab_back.gif) repeat 0px 50%;
}

#page .content #tabs ul.tabs li.active {
  border: solid 1px #d6d6d6;
  border-bottom: none;
  background: white url(/img/v_reynir/active_tab_shadow.gif) repeat-x 0px bottom;
}

#page .content #tabs ul.tabs li.active a {
  color: #333333;
}

#page .content #tabs ul.tabs li.active.beta .tiny {
  color: crimson;
}

#page .content #tabs ul.tabs li a {
  color: #ebebeb;
  font-size: 14px !important;
  padding: 8px;
  text-transform: uppercase;
}

#page .content #tabs ul.tabs li.beta {
  padding-bottom: 2px;
}

#page .content #tabs ul.tabs li.beta .tiny {
  color: white;
  font-size: 10px;
  font-weight: bold;
  line-height: 6px;
  padding: 0 8px;
  text-align: right;
  text-transform: uppercase;
}

#page .content #multiform {
  margin-top: 40px;
}

#page .content #multiform .sbox {
  margin: 0px !important;
  border: solid 2px #007ba4 !important;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 4px 8px #d6d6d6;
  -webkit-box-shadow: 0 4px 8px #d6d6d6;
  background: url("/img/v_reynir/box_shadow_up.gif") repeat-x scroll 0 0 white;
  min-height: 50px;
  padding: 16px 20px 20px;
}

#page .content #multiform .location .map {
  display: none;
}

#page .content #multiform .tabs {
  vertical-align: top;
  border-collapse: collapse;
}

#page .content #multiform .tabs ul {
  position: relative;
  left: 4px;
  list-style: none;
  padding: none;
  margin: none;
}

#page .content #multiform .tabs ul li {
  background: url("/img/v_reynir/active_tab_shadow.gif") repeat-x scroll 0 bottom white;
  padding: 4px 16px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  color: #007ba4;
  border-bottom: solid 1px #d6d6d6;
  border-left: solid 1px #d6d6d6;
  cursor: pointer;
}

#page .content #multiform .tabs ul li:hover {
  color: #fa9300;
}

#page .content #multiform .tabs ul li:first-child {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top: solid 1px #d6d6d6;
}

#page .content #multiform .tabs ul li:last-child {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

#page .content #multiform .tabs ul li.active {
  border: solid 2px #007ba4;
  border-right: none;
  position: relative;
  z-index: 2;
}

#page .content #multiform .tabs ul li img {
  vertical-align: middle;
}

#page .content #multiform #searchbutton {
  margin: 0px;
  padding-top: 36px;
}

.type_home #mapselect_toggle {
  display: none;
}

#searchbox {
  background-image: url(/img/v_reynir/search_form_shadow.gif);
  padding: 20px;
  min-height: 90px;
  margin-bottom: 16px;
  -moz-box-shadow: 0px 4px 8px #d6d6d6;
  -webkit-box-shadow: 0px 4px 8px #d6d6d6;
}

#searchbox label {
  color: #333333;
  font-size: 14px;
  float: left;
  margin-right: 8px;
}

#searchbox label input {
  border: solid 1px #d6d6d6;
  float: left;
  height: 21px;
  padding: 3px 0 0 2px;
  font-size: 13px;
  width: 100%;
  font-weight: bold;
  color: #555555;
}

#searchbox label input:focus {
  border: solid 1px #fa9300;
}

#searchbox label input[type=checkbox] {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 0px;
  margin-top: 3px;
}

#searchbox label.date {
  width: 150px;
}

#searchbox label.city {
  width: 350px;
  text-align: right;
}

#searchbox label.city span {
  float: left;
}

#searchbox label .selector {
  cursor: pointer;
  border: none;
  float: right;
  margin-top: -19px;
  margin-right: 3px;
  width: 13px;
  height: 14px;
}

#searchbox label .selector.city {
  background: url(/img/v_reynir/city_selector.gif);
}

#searchbox label .selector.date {
  background: url(/img/v_reynir/date_selector.gif);
}

#searchbox .dobutton {
  background-image: url('/img/v_reynir/button_orange_end.gif');
  float: right;
  margin-right: 2px;
}

#searchbox .dobutton_text {
  background-image: url('/img/v_reynir/button_orange.gif');
  height: 30px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  text-align: center;
  min-width: 100px;
}

#searchbox #searchbutton {
  clear: left;
  padding: 10px 0;
}

*.input_orig #departPlace {
  border: solid 1px #fa9300;
}

*.input_dest #arrivePlace {
  border: solid 1px #fa9300;
}

*.input_depart #departDate {
  border: solid 1px #fa9300;
}

*.input_return #returnDate {
  border: solid 1px #fa9300;
}

.type_preparing #filter {
  display: none !important;
}

#filter {
  margin: 8px 4px;
  padding: 10px 10px 6px;
  min-height: 20px;
}

#filter.filters_open {
  margin: 4px;
  padding: 10px 10px 0;
  float: left;
}

#filter.filters_open h3 {
  border-bottom: solid 2px #d6d6d6;
}

#filter.filters_open div {
  display: block;
}

#filter h3 {
  background: none;
  border: none;
  font-size: 16px;
  height: 20px;
  line-height: 16px;
  font-weight: normal;
}

#filter h3 a {
  float: right;
}

#filter h3 a.title {
  float: left;
  text-transform: uppercase;
}

#filter div {
  display: none;
  float: left;
  margin: 0 0 0 16px;
  padding: 5px 0;
}

#filter div h4 {
  text-transform: uppercase;
  font-size: 11px;
  border-bottom: solid 1px #d6d6d6;
  font-weight: bold;
  line-height: 20px;
}

#filter div.mid {
  padding: 5px 0 0;
}

#filter div.rating {
  width: 185px;
  margin: 0 7px 0 5px;
}

#filter div.rating ul {
  list-style: none;
}

#filter div.rating ul li {
  width: 100%;
  height: 16px;
  line-height: 14px;
  background: transparent url(/img/v_reynir/hotel_rating.gif) no-repeat scroll 18px 5px;
}

#filter div.rating ul li a {
  float: right;
  font-weight: bold;
}

#filter div.rating ul li a .cur {
  font-size: 8px;
  float: none;
}

#filter div.rating ul li.one {
  background-position: 18px 4px;
}

#filter div.rating ul li.two {
  background-position: 18px -20px;
}

#filter div.rating ul li.three {
  background-position: 18px -44px;
}

#filter div.rating ul li.four {
  background-position: 18px -68px;
}

#filter div.rating ul li.five {
  background-position: 18px -92px;
}

#filter div.price,
#filter div.distance {
  width: 256px;
  min-height: 57px;
  clear: both;
  margin: 0;
  padding: 0;
}

#filter div.price h4,
#filter div.distance h4 {
  border: none;
  text-align: center;
}

#filter div.distance {
  border-top: solid 1px #d6d6d6;
}

#filter div.amen h4 {
  float: left;
  margin: 0 4px 0 0;
}

#filter div.amen ul {
  float: right;
  margin: 2px 0 0;
  list-style: none;
}

#filter div.amen,
#filter div.brands,
#filter div.freeform {
  width: 206px;
  border-bottom: solid 1px #d6d6d6;
}

#filter div.amen h4,
#filter div.brands h4,
#filter div.freeform h4 {
  border: none;
}

#filter div.brands {
  text-align: right;
  padding: 5px 0 0;
  border: none;
}

#filter div.freeform {
  border: none;
}

#filter div.freeform input {
  border: solid 1px #d6d6d6;
  height: 22px;
  float: left;
  width: 100%;
}

#filter div.freeform span.button {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 2px 0 0 -22px;
  background: #d6d6d6 url('/img/v_reynir/search.gif') no-repeat;
  display: inline-block;
}

#filter .slider_head {
  margin: 0px;
  padding: 0px;
  width: 100%;
  line-height: 10px;
  position: relative;
}

#filter .slider_head span {
  line-height: 20px;
}

#filter .slider_head #price_range_from,
#filter .slider_head #distance_from {
  position: absolute;
  left: 0px;
}

#filter .slider_head #price_range_to,
#filter .slider_head #distance_to {
  position: absolute;
  right: 0px;
  margin-right: 7px;
}

#filter ul.res_amenities {
  list-style: none;
}

#filter ul.res_amenities li {
  float: left;
  width: 15px;
  background: #007ba4;
  overflow: hidden;
  height: 15px;
  margin-right: 1px;
  text-indent: -99em;
  display: inline;
}

#filter ul.res_amenities li.shuttle {
  background: url(/img/hotel-amfi-shuttle.png);
}

#filter ul.res_amenities li.gym {
  background: url(/img/hotel-amfi-gym.png);
}

#filter ul.res_amenities li.internet {
  background: url(/img/hotel-amfi-internet.png);
}

#filter ul.res_amenities li.parking {
  background: url(/img/hotel-amfi-parking.png);
}

#filter ul.res_amenities li.pets {
  background: url(/img/hotel-amfi-pet.png);
}

#filter ul.res_amenities li.pool {
  background: url(/img/hotel-amfi-swimming.png);
}

#filter ul.res_amenities li.dining {
  background: url(/img/hotel-amfi-dining.png);
}

#filter ul.res_amenities li.on {
  background-position: 0px 30px !important;
}

#filter ul.res_amenities li:hover {
  background-position: 0px 15px;
}

#sld_distancefilter.sliderbg,
#sld_pricefilter.sliderbg {
  float: left;
  margin: 0px;
  padding: 0px;
}

#sld_distancefilter.sliderbg div,
#sld_pricefilter.sliderbg div {
  margin: 0px;
}

.frontslider {
  float: left;
}

.backslider {
  float: right;
}

.sliderbg div>div {
  background: transparent url(/img/v_reynir/slider_bg.gif) no-repeat 0px 0px;
}

.sliderbg .rangeslider_handle {
  background: transparent url(/img/v_reynir/handle_left.png) no-repeat scroll 0px -19px;
  height: 9px;
  width: 27px;
  font-size: 11px;
  cursor: pointer;
  line-height: 17px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.sliderbg .rangeslider_handle:hover {
  background-position: 0px 0px;
}

.sliderbg .rangeslider_handle.right {
  margin-left: 2px !important;
  background: transparent url(/img/v_reynir/handle_right.png) no-repeat scroll 0px -19px;
}

.sliderbg .rangeslider_handle.right:hover {
  background-position: 0px 0px;
}

.filterdialog {
  padding: 8px;
  background: white;
  border: solid 1px #d6d6d6;
  width: 550px;
  position: absolute;
}

.filterdialog h2 {
  border-bottom: solid 1px #d6d6d6;
  margin: 0 0 8px 0;
}

.filterdialog ul {
  list-style: none;
}

.filterdialog ul li {
  float: left;
  display: block;
  width: 180px;
}

.filterdialog ul li input {
  margin: 2px 4px 0 0;
}

.filterdialog .controls {
  clear: both;
  float: left;
  margin: 10px 0 0;
}

.filterdialog .controls a {
  margin: 0 4px 0 0;
}

.filterdialog .closer {
  float: right;
}

.type_preparing .res_header,
.type_preparing .header {
  display: none;
}

.res_header {
  height: 35px;
  background: #007ba4 url(/img/v_reynir/head_grad.gif) repeat-x;
  border-bottom: none;
  text-transform: uppercase;
  line-height: 35px;
  color: lightblue;
  padding: 0px 8px;
}

.res_header select {
  text-transform: none;
  margin: 0px 0px 0px 4px;
}

.res_header a {
  padding: 6px 12px 8px 6px;
  color: white;
  background: url('/img/v_reynir/arrow_down.gif') no-repeat center right;
}

.res_header .currency {
  width: 40px;
  float: right;
  padding: 0px;
}

.type_preparing #hotel_result,
.type_preparing .hoteltabs,
.type_preparing #price_expl,
.type_preparing #map_select {
  display: none;
}

.type_results #map_select {
  display: none;
}

.map_view .hoteltabs .tabs li.maptab,
.list_view .hoteltabs .tabs li.listtab {
  background: #03aac8;
  border: none;
  border-bottom: solid 1px #03aac8;
}

.map_view .hoteltabs .tabs li.maptab a,
.list_view .hoteltabs .tabs li.listtab a {
  color: white;
}

.list_view #map {
  display: none;
}

.map_view #map {
  display: block;
}

.map_view .res_row div {
  display: inline-block;
}

#map {
  height: 300px;
  margin: 0;
}

#map #container {
  height: 300px;
}

#map .marker_bubble img {
  float: left;
  margin: 0 4px 0 0;
}

#map .marker_bubble .meta {
  line-height: 10px;
}

#map .marker_bubble .meta .res_address {
  font-size: 10px;
}

#map .marker_bubble .meta .res_meta {
  display: inline-block;
  width: 65px;
  height: 15px;
}

#map .marker_bubble .control {
  clear: both;
}

#map .marker_bubble .res_name {
  font-weight: bold;
  line-height: 14px;
}

#map .marker_bubble .res_buy {
  clear: left;
  float: right;
  list-style: none;
}

#map .marker_bubble .res_buy li {
  line-height: 20px;
  text-align: right;
}

#map .marker_bubble .res_buy li .res_vendor {
  font-weight: bold;
}

#map .tooltip {
  background-color: white;
  border: solid 2px #007ba4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  opacity: 0.86;
  padding: 6px;
  height: 32px;
}

#map .tooltip .res_name {
  white-space: nowrap;
  line-height: 12px;
  font-weight: bold;
  display: inline-block;
}

.hoteltabs {
  padding: 8px 0 0 0;
  height: 25px;
  clear: both;
  font-size: 14px;
  color: #007ba4;
}

.hoteltabs .priceload {
  float: right;
}

.hoteltabs .tabs {
  list-style: none;
  margin: 0 0 0 8px;
}

.hoteltabs .tabs li {
  padding: 0 16px;
  background-color: #f2f2f2;
  border: solid 1px #d6d6d6;
  border-bottom: none;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  float: left;
  height: 24px;
  line-height: 25px;
  text-align: center;
  margin: 0 4px 0 0;
}

.hoteltabs .tabs li a {
  font-weight: bold;
  color: #333333;
}

#hotel_result {
  width: auto;
  margin: 0 0 8px;
}

.list_view .open_details .res_description,
.list_view .open_details .dropshadow {
  display: block !important;
}

.list_view .res_row {
  border: 1px solid #d6d6d6;
  margin: 2px 0px 8px;
  line-height: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: white;
}

.list_view .res_row:hover {
  border: solid 1px #007ba4;
  background-color: #e0eff6;
}

.list_view .res_row:hover .item_price .vendor img {
  border: solid 1px #d6d6d6;
  padding: 0px !important;
}

.list_view .res_row:hover .res_meta {
  background-color: #e0eff6;
}

.list_view .res_row:hover .res_vendor img {
  padding: 0px !important;
  border: 1px solid #d6d6d6;
}

.list_view .res_row .res_description {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: white;
  display: none;
}

.list_view .res_row .dropshadow {
  display: none;
}

.list_view b.h {
  background: yellow;
}

.list_view .toolbar {
  border-top: 1px solid #d6d6d6;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  background: #f2f2f2;
  padding: 0px 8px;
  clear: both;
  text-align: right;
  height: 25px;
}

.list_view .toolbar ul.actions {
  list-style: none;
  margin: 0px;
}

.list_view .toolbar ul.actions li {
  float: left;
  padding-left: 4px;
}

.list_view .toolbar ul.actions li a {
  font-weight: bold;
  padding: 0 0 0 17px;
  margin-right: 2px;
}

.list_view .toolbar ul.actions li a.details {
  background: transparent url(/img/icon-info.png) no-repeat scroll left center;
}

.list_view .toolbar ul.actions li a.map {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-mapview.gif) no-repeat scroll left center;
}

.list_view .toolbar ul.actions li a.email {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-email.gif) no-repeat scroll left center;
}

.list_view .toolbar ul.actions li a.link {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-permalink.gif) no-repeat scroll left center;
}

.list_view .toolbar ul.actions li a.share {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-favorites.gif) no-repeat scroll left center;
}

.list_view .toolbar .alternate_link .cur {
  margin-left: 4px;
}

.list_view .dropshadow {
  height: 5px;
  background: white url(/img/v_reynir/detail_shadow.gif) repeat-x scroll center top;
}

.list_view .res_details {
  padding-left: 100px;
}

.list_view .res_img {
  float: left;
  width: 100px;
}

.list_view .res_img img {
  width: 75px;
  height: 75px;
  margin: 12px;
}

.list_view .res_name {
  color: #000000;
  padding: 12px 0 0 0;
  line-height: 7px;
}

.list_view .res_name a {
  font-size: 15px;
  font-weight: bold;
}

.list_view .res_amen {
  padding: 0 0 12px 0;
}

.map_view .res_row {
  border: solid 1px #d6d6d6;
  border-top: solid 1px white;
  padding: 4px;
}

.map_view .res_row:hover {
  border: solid 1px #007ba4;
  background-color: #f5fafc;
}

.map_view .res_row:hover .no {
  color: #fa9300;
}

.map_view .res_row:hover .res_meta {
  background-color: #f5fafc;
}

.map_view .res_row:hover .res_vendor img {
  padding: 0px !important;
  border: 1px solid #d6d6d6;
}

.map_view .res_row b.h {
  background: yellow;
}

.map_view .res_row .no,
.map_view .res_row .res_name {
  font-size: 12px;
  font-weight: bold;
}

.map_view .res_row .no {
  color: #333333;
  padding: 0 4px;
  min-width: 16px;
  text-align: center;
}

.map_view .res_row .res_name {
  color: #000000;
  width: 185px;
}

.map_view .res_row .res_amen {
  padding: 0 0 12px 0;
}

.map_view .res_row .res_meta {
  padding: 0 10px 0 65px;
  min-width: 45px;
  text-align: right;
}

.map_view .res_row .res_price {
  width: 260px;
}

.map_view .res_row ul.res_amenities {
  margin: 0 14px 0 0;
}

.map_view .res_row ul.buy {
  min-height: 20px;
}

.res_meta {
  padding: 0 0 0 65px;
  background: white url(/img/v_reynir/hotel_rating.gif) no-repeat scroll;
}

.res_meta.r1 {
  background-position: 0 4px;
}

.res_meta.r2 {
  background-position: 0 -20px;
}

.res_meta.r3 {
  background-position: 0 -44px;
}

.res_meta.r4 {
  background-position: 0 -68px;
}

.res_meta.r5 {
  background-position: 0 -92px;
}

.res_meta a {
  margin: 0 8px;
}

.map_view .res_row .res_meta.r0 {
  background: none;
}

.map_view .res_row .res_meta.r1 {
  background-position: 0 8px;
}

.map_view .res_row .res_meta.r2 {
  background-position: 0 -16px;
}

.map_view .res_row .res_meta.r3 {
  background-position: 0 -40px;
}

.map_view .res_row .res_meta.r4 {
  background-position: 0 -64px;
}

.map_view .res_row .res_meta.r5 {
  background-position: 0 -88px;
}

.res_row ul.res_amenities {
  list-style: none;
}

.res_row ul.res_amenities li {
  float: left;
  width: 15px;
  background: #007ba4;
  overflow: hidden;
  height: 15px;
  margin-right: 1px;
  text-indent: -99em;
  display: inline;
}

.res_row ul.res_amenities li.shuttle {
  background: url(/img/hotel-amts-shuttle.png);
}

.res_row ul.res_amenities li.gym {
  background: url(/img/hotel-amts-gym.png);
}

.res_row ul.res_amenities li.internet {
  background: url(/img/hotel-amts-internet.png);
}

.res_row ul.res_amenities li.parking {
  background: url(/img/hotel-amts-parking.png);
}

.res_row ul.res_amenities li.pets {
  background: url(/img/hotel-amts-pet.png);
}

.res_row ul.res_amenities li.pool {
  background: url(/img/hotel-amts-swimming.png);
}

.res_row ul.res_amenities li.dining {
  background: url(/img/hotel-amts-dining.png);
}

.res_row ul.res_amenities li.on {
  background-position: 0px 45px !important;
}

.paging {
  border: solid 1px #d6d6d6;
  background-color: #f5f5f5;
  padding: 8px;
  text-align: center;
}

.paging ul {
  list-style: none;
}

.paging ul li {
  color: #333333;
  font-weight: bold;
  margin: 3px;
  text-transform: uppercase;
  display: inline;
}

.paging ul li a {
  font-weight: bold;
}

.paging ul li:first-child {
  border-right: solid 1px #333333;
  padding: 0 4px;
  border-left: solid 1px #333333;
  padding: 0 4px;
}

.paging ul li:first-child:before {
  content: url('/img/v_reynir/arrow_left.gif');
}

.paging ul li:first-child:after {
  content: url('/img/v_reynir/arrow_right.gif');
}

.map_view .res_alternate {
  width: 240px;
}

.map_view .res_alternate .transfer_link {
  white-space: nowrap;
}

.res_vendor {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.res_vendor img {
  padding: 1px;
}

.res_alternate,
.res_buy {
  text-align: right;
  padding: 2px 2px 0px;
}

.res_buy {
  float: right;
  padding: 8px;
  width: 300px;
}

.res_buy .selected {
  font-size: 18px;
}

.res_buy .dobutton {
  float: right;
}

.res_buy .price_wrap {
  line-height: 25px;
}

.res_buy .price_wrap .res_cur {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding-left: 4px;
}

.res_alternate .dobutton {
  float: none;
  display: inline-block;
  margin-left: 6px;
}

.res_alternate .dobutton .dobutton_text {
  vertical-align: baseline;
}

.res_alternate .res_cur {
  margin-left: 4px;
}

.res_alternate .alternate_prices {
  right: 400px;
  margin-top: -60px;
  padding: 20px 4px 4px 4px;
  position: absolute;
  display: none;
  background: #f5fafc;
  border: 3px solid #007ba4;
}

.res_alternate .alternate_prices ul {
  list-style: none;
}

.res_alternate .alternate_prices ul li {
  white-space: nowrap;
  padding: 4px;
  line-height: 25px;
  text-align: right;
  border-bottom: 1px solid #cecece;
}

.res_alternate .alternate_prices ul li.last {
  border: none;
}

.res_alternate .alternate_prices ul li a {
  font-size: 20px;
}

.res_alternate .alternate_prices ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.res_alternate .alternate_prices ul li a .res_cur {
  font-size: 10px;
}

.connector {
  position: absolute;
  height: 58px;
  width: 22px;
  right: -22px;
  background: transparent url(/img/v_reynir/big_arrow_right.gif) no-repeat 0px top;
}

.addthis_wrapper {
  margin: 0 0 0 4px;
  background: transparent url(/img/addthis/addthisleft.gif) no-repeat;
  padding-left: 15px;
  float: left;
}

.addthis_wrapper span,
.addthis_wrapper a {
  font-family: tahoma, verdana, arial;
  background: transparent url(/img/addthis/addback.gif);
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  float: left;
}

.addthis_end {
  background: transparent url(/img/addthis/addthisright.gif) no-repeat !important;
  width: 5px;
}

#no_results {
  font-size: 14px;
  font-weight: bold;
  line-height: 150px;
  margin: -16px 0 16px 0;
  min-height: 150px;
  padding: 0px;
  text-align: center;
}

#search4more {
  text-align: center;
  margin: 16px;
}

#search4more a {
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

#price_expl {
  margin: 0 0 16px;
}

#price_expl ul {
  list-style: none;
}

.hotel_result_ads {
  text-align: center;
}

.hotel_result_ads div {
  text-align: left;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 49%;
}

.type_results #hotel_preparing,
.type_results #progress_message {
  display: none;
}

#hotel_preparing {
  padding: 40px 20px 30px 20px;
}

#hotel_preparing #prog_msg {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
}

#hotel_preparing #prog_msg a {
  font-size: 16px;
}

#hotel_preparing #prog_msg p {
  display: inline;
}

#hotel_preparing #prog_msg span {
  font-weight: bold;
}

#hotel_preparing #prog_vendors {
  text-align: center;
}

#hotel_preparing span {
  color: #7d7d7d;
  padding-right: 5px;
  white-space: nowrap;
}

#hotel_preparing span.on {
  color: #000000;
}

.dates_container {
  z-index: 101;
  border: 1px solid #cdcdcd;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: white;
  z-index: 101;
}

.dates_container .calendar_control {
  font-size: 12px;
  font-weight: bold;
  background-color: #eef1f6;
  border-bottom: 1px solid #dedede;
  color: #333333;
  padding: 8px 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

.dates_container .calendar_control .close {
  margin: 1px 2px;
}

.dates_container .month_nav a {
  background: #ffffff url(/img/calendar_nextprev.png) no-repeat scroll;
  position: absolute;
  overflow: hidden;
  text-indent: 999em;
  display: block;
  width: 24px;
  height: 23px;
  top: 32px;
}

.dates_container .prev {
  background-position: 0 7px !important;
}

.dates_container .next {
  right: 0px;
  background-position: -23px 7px !important;
}

.dates_container .month_wrapper {
  clear: both;
  margin: 0px 4px;
}

.dates_container .calendar_month {
  margin: 0px 4px;
  border-collapse: collapse;
  float: left;
  font-weight: bold;
}

.dates_container .calendar_month td {
  padding: 4px;
}

.dates_container .calendar_month td.disabled {
  color: gray !important;
}

.dates_container .calendar_month td.depart {
  background-color: #fa9300;
}

.dates_container .calendar_month td.depart a {
  color: white !important;
}

.dates_container .calendar_month td.depart a.hover {
  color: white !important;
}

.dates_container .calendar_month td.return {
  background-color: #fab700;
}

.dates_container .calendar_month td.return a {
  color: white !important;
}

.dates_container .calendar_month td.return a.hover {
  color: white !important;
}

.dates_container .calendar_month .monthnames th {
  line-height: 24px;
}

.dates_container .calendar_month .weekdays th {
  padding: 4px;
  background-color: #e0eff6;
  color: black;
}

.ac_results {
  position: absolute;
  z-index: 10000;
  display: none;
}

.ac_results ul {
  border: 1px solid #d6d6d6;
  background-color: white;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 400px;
}

.ac_results ul li {
  padding: 2px 5px;
  color: #101010;
  text-align: left;
  display: block;
}

.ac_results ul li.ac_over {
  cursor: pointer;
  background-color: #fa9300;
  color: #ffffff;
  font-weight: bold;
}

.ac_results ul li.ac_disabled {
  cursor: default;
  color: #cdcdcd;
}

.ac_match {
  text-decoration: underline;
  color: black;
}

.ac_dropdown {
  overflow: auto;
}

.ac_dropdown div {
  padding: 2px 5px;
  cursor: pointer;
}

.ac_dropdown div:hover {
  background: #e5f2f6;
}

.jqmWindow,
#simplepopup {
  display: none;
  position: fixed;
  top: 20%;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #d7d7d7;
  padding: 15px;
  width: auto;
  -moz-box-shadow: 2px 4px 16px #333333;
  -webkit-box-shadow: 2px 4px 16px #333333;
}

.jqmWindow .dobutton_text,
#simplepopup .dobutton_text {
  font-size: 12px;
}

#simplepopup {
  margin: 0px;
}

.jqmHeader {
  font-weight: bold;
  font-size: 20px;
  padding: 0px 15px 10px 10px;
  border-bottom: 1px solid #d7d7d7;
}

.jqmContent {
  padding: 10px;
  min-width: 200px;
}

.jqmContent p {
  padding: 4px 0px;
}

.jqmContent p.actions {
  border-top: 1px solid #d7d7d7;
  margin-top: 15px;
  padding-top: 10px;
}

.jqmContent .throbber {
  background-image: url(/img/dohop_throbber.gif);
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 22px;
  text-align: right;
  font-size: 10px;
}

.jqmContent .caltypes {
  list-style: none;
  text-align: center;
}

.jqmContent .caltypes li {
  display: inline-block;
  margin: 0 20px;
  padding: 40px 0 0;
  min-width: 40px;
}

.jqmContent .caltypes li.outlook {
  background: white url(/img/v_reynir/add2cal_outlook.gif) no-repeat top center;
}

.jqmContent .caltypes li.ical {
  background: white url(/img/v_reynir/add2cal_ical.gif) no-repeat top center;
}

.loading {
  background: transparent url('/img/dohop_throbber.gif') no-repeat center center;
}

.loading * {
  visibility: hidden;
}

a.close {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: url(/img/box-close-icon.png) no-repeat center center;
  text-indent: -99em;
  border: 1px solid #d7d7d7;
}

.jqmOverlay {
  background-color: #000000;
}

.jqmFooter {
  border-top: 1px solid #d7d7d7;
  clear: left;
  padding-top: 10px;
}

.jqmRow {
  clear: left;
}

#usersettings .box {
  padding: 10px 24px !important;
}

#usersettings h2 {
  color: #333333;
  border-bottom: solid 2px #d6d6d6;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0px;
  padding-bottom: 8px;
}

#usersettings ul {
  list-style: none;
  padding: 0;
}

#usersettings ul li {
  position: relative;
  border-bottom: solid 1px #d6d6d6;
}

#usersettings ul li:last-child {
  border: none;
}

#usersettings ul li.mn {
  position: static;
}

#usersettings ul li.mn a {
  font-weight: bold;
}

.reg {
  font-size: 10px;
}

#userhead {
  padding-left: 4px;
}

#head_langselector {
  float: right;
}

#head_langselector_field {
  padding-left: 13px;
}

#settingscurrency,
#settingsresidency {
  text-align: right;
  display: inline-block;
  width: 100%;
}

#settingscurrency .setting_title,
#settingsresidency .setting_title {
  float: left;
}

.useractions {
  margin-top: 1px;
}

.useractions ul {
  list-style: none;
  padding: 4px 12px;
}

.useractions ul li {
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}

.useractions ul li.last {
  border: none;
}

.useractions ul li a {
  padding: 1px 0px 1px 20px;
  background: transparent url(/img/icons/actions.png) no-repeat;
}

.useractions ul li a.profile {
  background-position: 0px 0px;
}

.useractions ul li a.profile:hover {
  background-position: 0px -20px;
}

.useractions ul li a.monitor {
  background-position: 0px -40px;
}

.useractions ul li a.monitor:hover {
  background-position: 0px -60px;
}

.useractions ul li a.newsletter {
  background-position: 0px -80px;
}

.useractions ul li a.newsletter:hover {
  background-position: 0px -100px;
}

#extra_vendors div {
  cursor: pointer;
  margin: 4px;
}

#extra_vendors div img {
  border: solid 1px #d6d6d6;
}

#extra_vendors h2 {
  text-align: center;
}

#extra_vendors .dobutton {
  float: right;
  margin: 3px 0px;
}

#extra_vendors .dobutton .dobutton_text {
  padding: 0px 6px 4px 10px;
}

#page #about {
  margin-top: 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#page #about h1 {
  font-size: 15px;
  font-weight: normal;
  padding: 8px;
}

#page #about h1 strong {
  font-size: 14px;
  font-weight: bold;
  color: #007ba4;
}

#page.type_home #about,
#page.type_info #about {
  display: block;
}

.sidebar #newsletter {
  min-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  padding: 4px 4px 12px 4px;
}

.sidebar #newsletter .dobutton {
  float: none;
  display: inline-block;
}

.sidebar #newsletter .dobutton .dobutton_text {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}

.sidebar div.textad {
  padding-left: 5px;
  padding-bottom: 10px;
  line-height: 1.5em;
  cursor: pointer;
}

.sidebar div.textad .textad_header {
  font-weight: bold;
  color: #007aa3;
  text-decoration: underline;
}

.sidebar div.textad .textad_url {
  color: #007aa3;
  font-size: 10px;
  line-height: 1em;
}

.tripregister {
  border-top: 1px solid #d6d6d6;
  clear: left;
}

.userbox {
  padding: 15px;
}

.slim p {
  clear: none !important;
  float: left;
  border: none !important;
}

.slim p.actions .buttons {
  padding-top: 3px !important;
}

.alertform p,
.userform p {
  padding: 4px 4px 0px 0px;
}

.alertform div.actions .links a,
.userform div.actions .links a {
  margin-right: 4px;
}

.alertform div.actions .buttons,
.userform div.actions .buttons,
.alertform div.actions .links,
.userform div.actions .links {
  padding-top: 10px;
  clear: left;
  float: left;
}

.alertform div.actions .dobutton_text,
.userform div.actions .dobutton_text {
  font-size: 12px !important;
}

.alertform input,
.userform input {
  display: block;
  margin-right: 20px;
  width: 230px;
}

.alertform .check input,
.userform .check input {
  margin-right: 2px;
  width: 25px;
  display: inline;
}

.alertform a.errorlink,
.userform a.errorlink {
  position: relative;
  color: red;
  font-weight: bold;
}

.alertform a.errorlink:hover .errors,
.userform a.errorlink:hover .errors {
  display: block !important;
}

.alertform .errors.show,
.userform .errors.show {
  display: block !important;
  position: relative !important;
}

.alertform .errors,
.userform .errors {
  font-weight: normal;
  background: #fff0ea;
  border: 1px solid #e7b1b1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: red;
  width: 300px;
  padding: 5px;
  display: none;
}

.alertform .errors ul,
.userform .errors ul {
  list-style: none;
}

.alertform input {
  display: inline;
}

.alertform input[type=checkbox] {
  width: 20px;
  margin: 0px;
}

.jqmWindow .userform input {
  margin-right: 2px;
  width: 180px;
}

.jqmWindow .userform .check input {
  width: 25px;
}

.jqmContent.register {
  min-width: 380px;
}

.activate {
  padding: 40px 40px 200px;
  margin-top: 0px;
}

.activate h1 {
  padding: 15px 0px;
  font-size: 20px;
  font-weight: normal;
}

.activate h2 {
  font-weight: normal;
  font-size: 14px;
}

.game h2 {
  font-size: 14px;
  margin: 12px 0px 8px;
  border-bottom: solid 1px lightgray;
}

.game .main_info {
  margin: 4px 12px;
}

.game ul {
  list-style: none;
  padding-left: 12px;
}

.game ul li {
  margin: 2px 0px;
}

.game ul label {
  margin-right: 4px;
}

.game .dobutton {
  float: right;
}

.game .disclaimer {
  font-size: 12px;
  color: gray;
  display: inline-block;
  width: 300px;
}

#messenger .overlay {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: 5;
  background-color: black;
}

.message {
  padding: 25px;
  position: fixed;
  left: 470px;
  margin: 0 0 0 -150px;
  width: 300px;
  top: 25%;
  background: white;
  z-index: 200;
  -moz-box-shadow: 2px 4px 16px #333333;
  -webkit-box-shadow: 2px 4px 16px #333333;
}

.message_info {
  background: #ffffe9;
  border: 1px solid #ece277;
}

.message_warning {
  background: #f5f9fd;
  border: 1px solid #b0c4d8;
}

.message_error {
  background: #fff0ea;
  border: 1px solid #e7b1b1;
}

.message_icon {
  display: none;
}

.message_links {
  position: absolute;
  padding: 5px;
  right: 0px;
  bottom: 0px;
}

.tooltip {
  background-color: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 2px #007ba4;
  opacity: 0.86;
  padding: 6px;
  font-weight: bold;
  height: 22px;
  white-space: nowrap;
}

.tooltip .res_name {
  line-height: 12px;
  display: inline-block;
}

#map .tooltip {
  height: 32px;
}

#map_select .tooltip {
  color: #007ba4;
  padding: 2px 4px;
}

.rightside_banner {
  position: fixed;
  left: 970px;
  top: 72px;
}

#trip_dialog {
  width: 300px;
}

#trip_dialog ul {
  list-style: none;
}

#trip_dialog ul li {
  display: inline;
  padding: 5px;
}

#trip_dialog ul li a.open {
  font-weight: bold;
}

#trip_dialog h3 {
  padding: 5px;
  padding-left: 0px;
}

#trip_dialog .triptype {
  padding-top: 5px;
  margin-top: 5px;
}

#trip_dialog .triptype input,
#trip_dialog .triptype select {
  width: 240px;
}

#trip_dialog #trip_merge {
  display: none;
}

#trip_dialog.trip_merge #trip_new {
  display: none;
}

#trip_dialog.trip_merge #trip_merge {
  display: block;
}

#trip_dialog p.actions {
  margin-top: 15px;
  padding-top: 15px;
}

#trip_dialog p.actions .buttons {
  float: right;
}

.welcomeback {
  width: 400px;
}

.welcomeback .option {
  display: block;
  float: left;
  padding-left: 50px;
  height: 60px;
}

.welcomeback .option span {
  color: #000000;
}

.welcomeback .results {
  background: url(/img/icons/results.png) no-repeat top left;
}

.welcomeback .hotels {
  background: url(/img/icons/hotels.png) no-repeat top left;
}

.welcomeback .cars {
  background: url(/img/icons/cars.png) no-repeat top left;
}

.welcomeback .flights {
  background: url(/img/icons/flights.png) no-repeat top left;
}

.welcomeback .monitor {
  background: url(/img/icons/monitor.png) no-repeat top left;
}

.transfer_query ul {
  list-style: none;
}

.transfer_query ul li {
  padding: 4px;
}

.transfer_query ul li .detail {
  padding-left: 8px;
}

.transfer_query .buttons {
  padding: 12px 0px;
}

.transfer_query .buttons a {
  margin-right: 12px;
}

.subheading {
  font-size: 14px;
  padding: 8px 0px 12px;
}

.type_home #doprogress,
.type_noresults #doprogress {
  display: none;
}

.type_preparing #progress_wrapper {
  margin: auto;
  width: 90%;
}

.type_preparing #progress_lowest {
  display: none !important;
}

.type_preparing #loading {
  display: block;
}

#loading {
  display: none;
  font-size: 20px;
  padding: 30px;
}

#loading p {
  text-align: center;
}

#doprogress {
  position: relative;
  padding: 4px 12px;
}

#doprogress .toggle {
  float: right;
  margin-left: 5px;
}

#doprogress .footer {
  clear: left;
}

#progress_message {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 4px 0px 8px 0px;
}

#progress_message.hide {
  display: none;
}

#progress_vendors {
  padding: 8px 0px;
  margin: 4px 19px 0px;
  text-align: center;
}

#progress_vendors .vendor {
  display: inline;
  margin: 0px 4px;
}

#progress_vendors .vendor img {
  border: 1px solid #ebebeb;
}

#progress_vendors.hide {
  display: none;
}

#progress_wrapper {
  width: 50%;
  border: 1px solid #d6d6d6;
  background-color: white;
}

#progress_status {
  position: relative;
  overflow: hidden;
}

#progress_status span {
  position: relative;
  z-index: 10;
}

#progress_status a {
  position: relative;
  z-index: 10;
  display: block;
  white-space: nowrap;
}

#progress_status .progressbar {
  top: 0px;
  z-index: 1;
  position: absolute;
  height: 100%;
  background-color: #ddeeee;
}

#progress_lowest {
  display: none;
  float: right;
  font-weight: bold;
}

#progress_lowest.hasprice {
  display: block;
}

#progress_price {
  font-size: 15px;
}

#progress_currency {
  font-weight: normal;
  font-size: 12px;
}

#progress_info {
  padding-left: 15px;
  font-weight: bold;
}

.res_description {
  padding: 12px;
}

.res_description h4 {
  font-weight: bold;
  font-size: 12px;
}

.res_description .amenities {
  float: right;
  border: 1px solid #cecece;
  padding: 0 12px;
  margin-left: 8px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  min-width: 120px;
}

.res_description .amenities ul {
  list-style: none;
}

.res_description .amenities ul li {
  white-space: nowrap;
}

.res_description .imagebank {
  float: left;
  text-align: center;
  margin: 8px;
  position: relative;
}

.res_description .imagebank a {
  position: absolute;
  display: none;
  width: 23px;
  height: 32px;
  top: 80px;
}

.res_description .imagebank .prev {
  background: url("/img/img_prev.gif");
  left: 0px;
}

.res_description .imagebank .next {
  background: url("/img/img_next.gif");
  right: 0px;
}

.res_description .imagebank .imagelist {
  font-size: 10px;
}

.res_description .hover a {
  display: block;
}

.res_description .propertyimage {
  display: none;
}

.res_description .current {
  display: inline;
  height: 120px;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 2px 8px;
  -moz-box-shadow: 0px 2px 8px;
  -webkit-box-shadow: 0px 2px 8px;
}

.res_description .clearfix {
  clear: both;
}

.res_description ul {
  list-style: none;
}

.res_description p {
  white-space: pre-line;
}