/*Flights CSS*/
* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  color: #333333;
  background: white url(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('arrow_right.gif');
  padding: 0 0 0 4px;
}

.back_toggle.open:after {
  content: url('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('arrow_right.gif');
  padding: 0 4px 0;
}

.front_toggle.open:before,
.toggle.open:before {
  content: url('arrow_down.gif');
}

.lighting_up {
  background: white url(box_shadow_up.gif) repeat-x 0px top;
}

.lighting_down {
/*  background: white url(box_shadow_down.gif) repeat-x 0px bottom; */
background-image:url(icon_carhire.gif);
background-position:center bottom;
background-repeat:no-repeat;  
}

#page {
  width: 940px;
  min-height: 400px;
  margin: 20px;
  margin-top: 10px;
  position: relative;
}

#page .logolink {
  z-index: 5;
  position: relative;
}

#page .sidebar {
  float: right;
  width: 215px;
  min-height: 100%;
  margin-top: -15px;
}

#page #head {
  min-height: 58.75px;
  clear: both;
  padding-left: 25px;
  width: 915px;
}

#page .content {
  float: left;
  min-height: 400px;
  width: 725px;
  margin-top: -40px;
}

#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: hidden !important;
  padding: 2px 0px !important;
}

.dobutton {
  background: transparent url(dobutton_end.gif) no-repeat scroll top right;
  display: block;
  float: left;
  padding-right: 5px !important;
}

.dobutton.green {
  background-image: url('dobutton_end_green.gif');
}

.dobutton.greenhigh {
  background-image: url('dobutton_highend_green.gif');
  height: 35px;
}

.dobutton.blue {
  background-image: url('dobutton_end_blue.gif');
}

.dobutton.gray {
  background-image: url('dobutton_end_gray.gif');
}

.dobutton:hover {
  background-position: 100% 100%;
}

.dobutton:hover .dobutton_text {
  background-position: 0% 100%;
}

.dobutton_text {
  background: transparent url('dobutton.gif') no-repeat top left;
  display: block;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 10px 0px 15px;
  text-align: center;
  border: none;
  height: 25px;
}

.green .dobutton_text {
  background-image: url('dobutton_green.gif');
}

.greenhigh .dobutton_text {
  height: 35px;
  line-height: 35px;
  background-image: url('dobutton_high_green.gif');
}

.blue .dobutton_text {
  background-image: url('dobutton_blue.gif');
}

.gray .dobutton_text {
  background-image: url('dobutton_gray.gif');
}

.actions .dobutton_text a {
  font-size: 12px;
  color: #ffffff;
}

.actions .dobutton_text a:hover {
  color: #ffffff !important;
}

.actions .dobutton {
  float: left;
  margin-right: 4px;
}

.actions li {
  border-right: solid 1px #d6d6d6;
}

.actions li.last {
  border-right: none;
}

.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;
  padding: 0px;
}

#page #whatsnew div {
  float: left;
  background: transparent url(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(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;
}

#monitor {
  display: none;
}

.selectorlist {
  z-index: 111;
}

#revbanner {
  padding: 10px 0px;
}

#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 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  background-color: #fbfbfb;
}

body div.foot p.copy {
  color: #a6a6a6;
  margin: 22px 0 0;
  clear: left;
}

body div.foot ul.links {
  list-style: none;
  margin: 8px 0;
}

body div.foot ul.links li {
  display: inline;
  margin: 0 8px 0 0;
}

body div.foot .langlink ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  margin: 12px 100px 10px 0;
}

body div.foot .langlink ul li {
  margin: 4px 0 0;
}

body div.foot .langlink ul li a {
  color: #a6a6a6;
}

body div.foot .langlink ul 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;
}

/*Tabs*/
#page .content #tabs {
  position: relative;
  border: none;
  margin: 0px;
  width: 100%;
  height: 40px;
}

#page .content #tabs ul {
  position: absolute;
  right: 8px;
  bottom: -5px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#page .content #tabs ul 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(tab_back.gif) repeat 0px 50%;
}

#page .content #tabs ul li.active {
  border: solid 1px #d6d6d6;
  border-bottom: none;
  background: white url(box_shadow_down.gif) repeat 0px 64px;
}

#page .content #tabs ul li.active a {
  color: #333333;
}

#page .content #tabs ul li.active.beta .tiny {
  color: crimson;
}

#page .content #tabs ul li a {
  color: #ebebeb;
  font-size: 14px !important;
  padding: 8px;
  text-transform: uppercase;
}

#page .content #tabs ul li.beta {
  padding-bottom: 2px;
}

#page .content #tabs ul li.beta .tiny {
  color: white;
  font-size: 10px;
  font-weight: bold;
  line-height: 6px;
  padding: 0 8px;
  text-align: right;
  text-transform: uppercase;
}

/*Searchbox*/
#searchbox form {
  padding: 20px;
  min-height: 50px;
}

#searchbox form label {
  color: #333333;
  font-size: 14px;
  float: left;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

#searchbox form label * {
  vertical-align: middle;
}

#searchbox form label input {
  border: solid 1px #d6d6d6;
  float: left;
  height: 21px;
  padding: 3px 0 0 2px;
  font-size: 13px;
  width: 100%;
}

#searchbox form label input[type=checkbox] {
  width: 14px;
  height: 14px;
  border: none;
  margin: 0px;
  float: none;
}

#searchbox form label .selector {
  border: none;
  float: right;
  margin-top: -19px;
  margin-right: 3px;
  width: 13px;
  height: 14px;
  cursor: pointer;
}

#searchbox form label .selector.city {
  background: url(city_selector.gif);
}

#searchbox form label .selector.date {
  background: url(date_selector.gif);
}

#searchbox form .location {
  width: 225px;
  position: relative;
}

#searchbox form .location .map {
  position: absolute;
  top: 0px;
  right: 0px;
}

#searchbox form .date {
  float: left;
  width: 100px;
}

#searchbox form .dobutton {
  background-image: url('button_orange_end.gif');
  float: right;
}

#searchbox form .dobutton_text {
  background-image: url('button_orange.gif');
  height: 30px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  text-align: center;
  min-width: 100px;
}

#searchbutton {
  display: none !important;
  clear: left;
  padding: 10px 2px;
  margin-bottom: 10px;
}

.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;
}

.enable_search #searchbutton,
.type_home #searchbutton {
  display: block !important;
}

.type_home #maptoggler {
  display: none;
}

/*Map Select*/
.type_preparing #mapwrapper {
  display: none;
}

.type_allfiltered #mapwrapper {
  display: none;
}

#map {
  height: 292px;
  position: relative;
  padding: 0px;
background-image:url(small.png);
background-position:0 0;
background-repeat:no-repeat;
}

#map #zoombox {
  border: 1px solid #f78000;
  filter: alpha opacity=80;
  opacity: 0.8;
}

#map #small {
  background-image: url('small.png');
  background-repeat: no-repeat;
  background-position: top left;
  cursor: crosshair;
}

#map #small .marker .airport_dot {
  background-image: url('selected.png');
}

#map #small .marker .exlabel {
  position: relative;
  top: -5px;
}

#map #small a.closer {
  background: url(label-close.gif) top right no-repeat !important;
  width: 16px;
  height: 16px;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha opacity=70;
}

#map #small a.closer:hover {
  background: url(label-close.gif) top right no-repeat !important;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha opacity=100;
}

#map #big {
  cursor: move !important;
}

#map .marker {
  cursor: pointer;
  line-height: 18px;
}

#map .marker .airport_dot {
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 12px;
}

#map .marker .direct_special {
  background-image: url('/img/mapicons/direct_special.png');
}

#map .marker .indirect_special {
  background-image: url('/img/mapicons/indirect_special.png');
}

#map .marker .direct_primary {
  background-image: url('/img/mapicons/direct_primary.png');
}

#map .marker .direct_secondary {
  background-image: url('/img/mapicons/direct_secondary.png');
}

#map .marker .indirect_primary {
  background-image: url('/img/mapicons/indirect_primary.png');
}

#map .marker .indirect_secondary {
  background-image: url('/img/mapicons/indirect_secondary.png');
}

#map .marker .disabled_primary {
  background-image: url('/img/mapicons/disabled_primary.png');
}

#map .marker .disabled_secondary {
  background-image: url('/img/mapicons/disabled_secondary.png');
}

#map .marker .disabled_special {
  background-image: url('/img/mapicons/disabled_secondary.png');
}

#map .marker .imagehover {
  background-image: url('/img/mapicons/selected.png');
}

#map .marker .labelcontent {
  white-space: nowrap;
  font-weight: bold;
}

#map .marker .labelcontent .item a span {
  font-weight: normal;
}

#map .marker .maplabel .labelcontent .item {
  background: #000000;
  padding: 1px 5px;
  filter: alpha opacity=60;
  background-color: #000000;
  list-style: none;
}

#map .marker .maplabel .labelcontent .item:hover a {
  color: #f78000;
}

#map .marker .maplabel a:hover {
  color: #f78000;
}

#map .marker .maplabel a.subelement {
  text-align: left;
  font-weight: normal;
}

#map .marker .exlabel .labelcontent a {
  filter: alpha opacity=60;
  background-color: #000000;
}

#map .marker .labelcontent a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

#map .marker .item {
  background: url(/img/maps/label-b-bg.png) top left no-repeat !important;
  padding: 0px 0px 0px 10px !important;
}

#map .marker .item a {
  background: url(/img/maps/label-a-bg.png) top right no-repeat !important;
  padding: 2px 23px 3px 0px !important;
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-weight: bold;
}

#map .continentlabel {
  width: 50px;
  text-align: center;
  color: #333333 !important;
  font-weight: bold;
  padding: 0px;
  font-size: 12px;
  z-index: 0;
}

#map .continentlabel .shadow {
  position: absolute;
  top: -1px;
  width: 50px;
  text-align: center;
  left: 0px;
  color: #ffffff;
  z-index: 1;
}

#mapwrapper {
  height: 300px;
  position: relative;
  padding: 0px;
  margin-bottom: 4px;
}

#mapwrapper p.legend {
  position: absolute;
  bottom: 1px;
  right: 0px;
  padding: 10px 20px;
  z-index: 101;
  line-height: 1em;
  margin-right: 5px;
  background: url(/img/overlay.png);
}

#mapwrapper p.legend span {
  padding: 0px 15px;
  color: #464646;
}

#mapwrapper p.legend .direct {
  background: url('/img/mapicons/direct_primary.png') left center no-repeat;
}

#mapwrapper p.legend .indirect {
  background: url('/img/mapicons/indirect_primary.png') left center no-repeat;
  padding-right: 0px;
}

#mapwrapper #mapmsg {
  z-index: 101;
  bottom: 10px;
  left: 20px;
  position: absolute;
  display: none;
  font-size: 16px;
  padding: 0px;
  line-height: 1em;
  color: #464646;
  width: 150px;
}

.type_results #mapwrapper,
.type_noresults #mapwrapper {
  display: none;
}

.type_results .input_map #mapwrapper,
.type_noresults .input_map #mapwrapper {
  display: block;
}

/*User Settings*/
#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: 16px;
  background: transparent url(language.gif) no-repeat scroll left 1px;
}

#settingscurrency,
#settingsresidency {
  text-align: right;
  display: inline-block;
  width: 100%;
}

#settingscurrency .setting_title,
#settingsresidency .setting_title {
  float: left;
}

/*About Box*/
#page #about {
  margin-top: 6px;
}

#page #about h1 {
  font-size: 16px;
  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;
}

/* Filters*/
#page #filter {
  display: none;
  padding: 8px 12px;
}

#page #filter #panel {
  display: none;
}

#page #filter #panel.filter_open {
  display: table-row-group;
}

#page #filter table {
  width: 100%;
  border-collapse: collapse;
}

#page #filter table td input[type=checkbox] {
  margin-right: 4px;
}

#page #filter table td a.title {
  text-transform: uppercase;
}

#page #filter table td.head {
  text-align: center;
}

#page #filter table td.top_border {
  border-top: solid 1px #d6d6d6;
}

#page #filter table td.left_border {
  border-left: solid 1px #d6d6d6;
}

#page #filter table td.widget {
  width: 25%;
  text-align: right;
  padding: 0px 6px;
  position: relative;
}

#page #filter table td .title {
  float: left;
}

#page #filter table td .controls {
  float: right;
}

#page #filter table td ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#page #filter table td ul li {
  padding: 0px 15px;
  display: inline;
}

#page #filter table td .frontslider {
  float: left;
}

#page #filter table td .backslider {
  float: right;
}

#page #filter table td .sliderbg {
  margin-top: 16px;
  margin-right: 32px;
  float: left;
  position: relative;
}

#page #filter table td .sliderbg .slidertag {
  position: absolute;
  color: #b0b0b0;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  top: -18px;
}

#page #filter table td .sliderbg .slidertag.short {
  width: 113px;
}

#page #filter table td .sliderbg .slidertag.long {
  width: 256px;
}

#page #filter table td .sliderbg .slidertag.long span {
  padding: 0px 23px;
}

#page #filter table td .sliderbg .rangeslider_handle {
  background: transparent url(/img/v_reynir/handle_left.png) no-repeat scroll 0px -19px;
  height: 17px;
  width: 27px;
  font-size: 11px;
  cursor: pointer;
  line-height: 17px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin: 0px;
  padding: 1px 4px;
}

#page #filter table td .sliderbg .rangeslider_handle:hover {
  background-position: 0px 0px;
}

#page #filter table td .sliderbg .rangeslider_handle.right {
  margin-left: 2px !important;
  text-align: center;
  background: transparent url(/img/v_reynir/handle_right.png) no-repeat scroll 0px -19px;
}

#page #filter table td .sliderbg .rangeslider_handle.right:hover {
  background-position: 0px 0px;
}

#page #filter a.clear {
  display: none;
}

#page #filter.touched a.clear {
  display: inline;
}

#page.type_results #filter {
  display: block;
}

#page.type_allfiltered #filter {
  display: block;
}

#airlinelist_actual ul,
#airportlist_actual ul {
  list-style: none;
  float: left;
}

#airlinelist_actual ul li,
#airportlist_actual ul li {
  display: block;
  width: 180px;
  padding: 2px 0px;
}

.filterdialog {
  padding: 16px 8px 8px 23px;
  background: white;
  border: solid 1px #d6d6d6;
  width: 550px;
  position: absolute;
  -moz-box-shadow: 2px 4px 16px #333333;
  -webkit-box-shadow: 2px 4px 16px #333333;
}

.filterdialog h2 {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.filterdialog .controls {
  padding-top: 16px;
  list-style: none;
  clear: both;
}

.filterdialog .controls li {
  float: left;
  padding: 0px 12px 0px 6px;
}

.filterdialog .controls li.closer {
  float: right;
}

.hover_astd .astd span,
.hover_dstd .dstd span,
.hover_aeta .aeta span,
.hover_deta .deta span {
  background: #fcad00;
  color: #ffffff;
}

/* Newsletter Box */
.sidebar #newsletter {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  padding: 4px 4px 12px 4px;
background-image:url(carpic.jpg);
background-position:0 bottom;
background-repeat:no-repeat;  
height:662px;
}

.sidebar #newsletter .dobutton {
  float: none;
  display: inline-block;
}

.sidebar #newsletter .dobutton .dobutton_text {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}

/* Ad Box */
.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;
}

/* Progress Box */
.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_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_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;
}

#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;
}

/* Ticker Box */
#intro h2 {
  font-size: 16px;
  font-weight: normal;
  padding: 4px;
}

#tickers iframe {
  width: 197px;
}

/*Header*/
.type_preparing .res_header,
.type_preparing .header {
  display: none;
}

.res_header,
.header {
  height: 35px;
  background: #007ba4 url(/img/v_reynir/head_grad.gif) repeat-x;
  border-bottom: none;
}

.res_header ul,
.header ul {
  list-style: none;
  padding-left: 14px;
}

.res_header ul li,
.header ul li {
  text-transform: uppercase;
  margin: 0 2px;
  padding: 4px;
  display: inline;
  line-height: 35px;
  color: lightblue;
}

.res_header ul li a,
.header ul li a {
  padding: 6px 6px 6px 10px;
  color: white;
}

.res_header ul li a:hover,
.header ul li a:hover {
  background: url('/img/v_reynir/arrow_right.gif') no-repeat center left;
}

.res_header ul li.currency,
.header ul li.currency {
  float: right;
  line-height: 26px;
  padding: 4px 0px;
}

.res_header ul li.currency a:hover,
.header ul li.currency a:hover {
  background: none;
}

.sorter.sorted,
.sort_price li.price a,
.sort_duration li.dur a,
.sort_eta_asc li.eta a,
.sort_std_asc li.std a,
.sort_rank li.route a {
  background: transparent url('/img/v_reynir/arrow_down.gif') no-repeat center left !important;
}

.sort_eta_desc li.eta a,
.sort_std_desc li.std a {
  background: transparent url('/img/v_reynir/arrow_up.gif') no-repeat center left !important;
}

/*Results*/
.single #results {
  margin-top: 10px;
}

.type_results #results {
  display: block;
}

#results {
  display: none;
  padding: 0px;
}

#results #resultlist {
  border-collapse: collapse;
  width: 100%;
}

#results #resultlist.resultsfade .item {
  opacity: 0.4;
}

#results #resultlist tfoot {
  border: solid 1px #d6d6d6;
  background-color: #ebebeb;
  text-transform: uppercase;
  font-size: 10px;
}

#results #resultlist tfoot td {
  font-weight: bold;
  text-align: center;
}

#results #resultlist tfoot td a {
  font-weight: bold;
}

#results #resultlist tfoot td>span {
  font-size: 12px;
}

#results #resultlist tfoot td>span:first-child {
  border-right: solid 1px #d6d6d6;
  text-align: right;
  padding-right: 4px;
  margin-right: 4px;
}

#results #resultlist tfoot td>span:first-child:before {
  content: '\25C0';
}

#results #resultlist tfoot td>span:last-child {
  border-left: solid 1px #d6d6d6;
  text-align: left;
  padding-left: 4px;
  margin-left: 4px;
}

#results #resultlist tfoot td>span:last-child:after {
  content: '\25B6';
}

#results #resultlist tfoot td ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}

#results #resultlist tfoot td ul li {
  font-size: 12px;
  padding: 0px 2px;
  display: inline;
}

#resultlist {
  border-collapse: seperate;
}

#resultlist .item {
  border: inset 1px #d6d6d6;
}

#resultlist .item td ul.buy li .vendor img {
  padding: 1px;
}

#resultlist .item:hover {
  border: solid 1px #007ba4;
  background-color: #f5fafc;
}

#resultlist .item:hover td ul.buy li .vendor img {
  border: solid 1px #d6d6d6;
  padding: 0;
}

.item {
  background-color: white;
}

.item:first-child {
  border-top: none;
}

.item .toprow td {
  line-height: 24px;
}

.item td {
  padding: 0px 2px;
  font-size: 11px;
  line-height: 20px;
}

.item td.airlines {
  padding: 8px 0 0 8px;
}

.item td.airlines a {
  color: #444444;
  font-size: 18px;
  position: relative;
}

.item td.airlines span {
  white-space: nowrap;
}

.item td.airlines span.title {
  float: left;
  width: 394px;
  overflow: hidden;
}

.item td.route {
  background-image: none;
  padding-left: 8px;
}

.item td.route a {
  font-size: 12px;
}

.item td.dstd,
.item td.deta,
.item td.astd,
.item td.aeta {
  width: 30px;
}

.item td.dstd span,
.item td.deta span,
.item td.astd span,
.item td.aeta span {
  padding: 0px 2px;
}

.item td.dstd,
.item td.astd {
  text-align: right;
}

.item td.deta,
.item td.aeta {
  text-align: left;
}

.item td.spacer {
  width: 8px;
  text-align: center;
}

.item td.duration {
  text-align: right;
  width: 50px;
}

.item td.duration .details_link {
  font-size: 12px;
  font-weight: normal;
}

.item td.price {
  width: 250px;
}

ul.buy {
  list-style: none;
  border-left: solid 1px #d6d6d6;
  padding-top: 1px;
  text-align: right;
  min-height: 60px;
}

ul.buy li.selected {
  position: relative;
}

ul.buy li.selected .down {
  font-size: 20px;
}

ul.buy li.selected .wrap_text .price {
  font-size: 20px;
  text-decoration: underline;
}

ul.buy li.alternate a {
  color: #777777;
}

ul.buy li a {
  line-height: 25px;
}

ul.buy li span {
  display: inline-block;
  vertical-align: middle;
}

ul.buy li .cur {
  font-size: 10px;
  padding-left: 4px;
}

ul.buy li .wrap {
  padding-right: 4px;
}

ul.buy li .wrap_text {
  padding-left: 10px;
  font-weight: bold;
}

#allfiltered,
#noresults {
  display: none;
}

.type_allfiltered #allfiltered,
.type_noresults #noresults {
  display: block;
}
#genericpopup.savetrip {
  padding: 4px;
  width: 250px;
  border: solid 1px #d6d6d6;
  background: white;
}

#genericpopup.savetrip .menu {
  display: none;
}

#genericpopup.savetrip ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#genericpopup.savetrip ul li {
  margin: 2px;
}

#genericpopup.savetrip div {
  margin: 2px;
}

#genericpopup.savetrip .controls button {
  float: right;
}

#genericpopup.select .menu {
  display: block !important;
}

#genericpopup.select form {
  display: none;
}

#genericpopup.newtrip .addtotrip {
  display: none;
}

#genericpopup.oldtrip .newtrip {
  display: none;
}

.item tr.actions,
.item tr.advisories {
  display: none;
}

.advisories {
  text-align: left;
}

.advisories span {
  position: relative;
}

.advisories span div {
  z-index: 1000;
  padding: 4px !important;
  width: 370px;
  position: absolute;
  top: 20px;
  left: 10px;
  background: #eeeeff;
  border: solid 1px #d6d6d6;
}

.advisories span div ul {
  padding-left: 20px;
}

tr.actions,
tr.dropshadow,
tr.flightplan,
tr.tickets {
  display: none;
}

#resultlist .item.open_tickets,
#resultlist .item.open_details {
  border: solid 1px #007ba4;
  opacity: 1;
}

#resultlist .item.open_tickets:hover,
#resultlist .item.open_details:hover {
  background-color: white;
}

#resultlist .item.open_tickets td ul.buy li .vendor img,
#resultlist .item.open_details td ul.buy li .vendor img {
  border: solid 1px #d6d6d6;
}

#resultlist .item.open_tickets tr.actions,
#resultlist .item.open_details tr.actions,
#resultlist .item.open_tickets tr.dropshadow,
#resultlist .item.open_details tr.dropshadow,
#resultlist .item.open_tickets tr.advisories,
#resultlist .item.open_details tr.advisories {
  display: table-row;
}

tr.actions td {
  background: white url(/img/v_reynir/actions_back.gif) repeat-x scroll top center;
  border-top: 1px solid lightblue;
  border-bottom: 1px solid lightblue;
}

tr.actions td ul {
  list-style: none;
  padding: 0px 10px;
  margin: 0px;
}

tr.actions td ul li {
  display: inline;
  padding-left: 4px;
}

tr.actions td ul li a {
  font-weight: bold;
  padding: 0 0 0 17px;
}

tr.actions td ul li a.map {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-mapview.gif) no-repeat scroll left center;
}

tr.actions td ul li a.email {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-email.gif) no-repeat scroll left center;
}

tr.actions td ul li a.link {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-permalink.gif) no-repeat scroll left center;
}

tr.actions td ul li a.share {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-favorites.gif) no-repeat scroll left center;
}

tr.actions td ul li a.save {
  background: transparent url(/img/v_reynir/flighsearchtoolbar_icon-add2trip.gif) no-repeat scroll left center;
}

tr.actions td .hide {
  float: right;
  padding-right: 5px;
}

.open_details tr.flightplan {
  display: table-row;
}

.open_tickets tr.tickets {
  display: table-row;
}

.mapcontainer {
  border: solid 1px lightblue;
  margin: 5px 0 0;
}

tr.dropshadow td {
  height: 5px;
  background: white url(/img/v_reynir/detail_shadow.gif) repeat-x scroll top center;
}

.itinerary_details {
  padding: 0 10px 10px !important;
  text-align: center;
}

.itinerary_details .hotelad {
  margin: 8px 0 0 !important;
  padding: 0 4px !important;
  text-align: left;
  font-weight: bold;
  height: 21px;
}

.itinerary_details .hotelad img {
  margin: 0px 25px;
  height: 21px;
}

.itinerary_details .hotelad span {
  line-height: 21px;
  text-transform: uppercase;
}

.itinerary_details .hotellink {
  background-color: #f5f5f5;
  padding-right: 4px;
  border-left: none;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}

.daytable {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #dcdb9c;
  line-height: 20px;
}

.daytable tr td {
  text-align: left;
  border-bottom: dashed 1px #dcdb9c;
}

.daytable tr td.day {
  background: #e2e2c5 url(/img/v_reynir/flightplan_back.png) repeat-x scroll top center;
  border-bottom: solid 1px #dcdb9c;
  font-weight: bold;
  font-size: 11px !important;
  padding-left: 5px;
}

.daytable tr td.time {
  width: 12%;
  padding-left: 5px;
}

.daytable tr td.type {
  width: 30%;
}

.daytable tr td.rout {
  width: 40%;
}

.daytable tr td.dur {
  text-align: right;
}

.daytable tr td.actions {
  text-align: right;
}

.daytable tr:last-child td {
  border-bottom: solid 1px #dcdb9c;
}
li.openmulti {
  z-index: 46;
}

#multiple_tickets {
  z-index: 45;
  background: #f5fafc;
  display: none;
  border: 3px solid #007ba4;
  position: absolute;
  top: -82px;
  right: 110px;
  width: 590px;
}

#multiple_tickets .mt_content {
  padding: 10px;
}

#multiple_tickets .ticket {
  border-collapse: collapse;
  background-color: white;
  margin-top: 10px;
  border: solid 1px #bfd192;
  border-spacing: 0px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 100%;
}

#multiple_tickets .ticket td {
  text-align: left;
  margin: 0px;
  padding: 0px 4px;
}

#multiple_tickets .ticket td.titlebar {
  font-weight: bold;
  border-bottom: 1px solid #bfd192;
  background: transparent url(/img/v_reynir/ticket_title_back.gif) repeat-x top center;
}

#multiple_tickets .ticket td.titlebar .airlines {
  float: right;
}

#multiple_tickets .ticket td.date {
  width: 85px;
}

#multiple_tickets .ticket td.rout {
  width: *;
}

#multiple_tickets .ticket td.price {
  width: 215px;
  border-left: 1px solid #d6d6d6;
}

#multiple_tickets .ticket ul.buy {
  min-height: 0px;
  border: none;
}

#multiple_tickets .ticket ul.buy li .wrap {
  padding-right: 0px;
}

#multiple_tickets .ticket ul.buy li.selected {
  padding: 2px 0px;
}

#multiple_tickets .ticket ul.buy li.alternate a {
  font-size: 12px;
}

#multiple_tickets .ticket ul.buy li.alternate a .wrap_text .price {
  font-size: 12px;
}

#multiple_tickets .ticket .watermark {
  right: 215px;
  position: absolute;
  font-size: 50px;
  margin-top: -3px;
  color: #dddddd;
}

#multiple_ticket_header {
  height: 25px;
  padding: 4px;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}

#mt_connector {
  position: absolute;
  height: 58px;
  width: 22px;
  background: transparent url(/img/v_reynir/big_arrow_right.png) no-repeat 0px top;
  right: -22px;
  top: 62px;
}
/* Updating */
.updating #results_updating {
  display: block;
}

#results_updating {
  display: none;
  position: absolute;
  top: 24%;
  left: 25%;
  background: #ffffff;
  width: 200px;
  height: 75px;
  opacity: 0.9;
  z-index: 9999;
  text-align: center;
  font-size: 16px;
  line-height: 75px;
  -webkit-box-shadow: 0px 1px 8px #d7d7d7;
  -moz-box-shadow: 0px 1px 8px #d7d7d7;
  box-shadow: 0px 1px 8px #d7d7d7;
  background-color: #fef2e5;
  text-transform: capitalize;
  font-weight: bold;
  border: 1px solid #ffc382;
  padding: 0 16px;
}

/*Register*/
.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;
}

.userform p {
  padding: 4px 4px 0px 0px;
}

.userform div.actions .links a {
  margin-right: 4px;
}

.userform div.actions .buttons,
.userform div.actions .links {
  padding-top: 10px;
  clear: left;
  float: left;
}

.userform div.actions .dobutton_text {
  font-size: 12px !important;
}

.userform input {
  display: block;
  margin-right: 20px;
  width: 230px;
}

.userform .check input {
  margin-right: 2px;
  width: 25px;
  display: inline;
}

.userform a.errorlink {
  position: relative;
  color: red;
  font-weight: bold;
}

.userform a.errorlink:hover .errors {
  display: block !important;
}

.userform .errors.show {
  display: block !important;
  position: relative !important;
}

.userform .errors {
  font-weight: normal;
  background: #fff0ea;
  border: 1px solid #e7b1b1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: none;
  color: red;
  width: 300px;
  padding: 5px;
}

.userform .errors ul {
  list-style: none;
}

.jqmWindow .userform input {
  margin-right: 2px;
  width: 180px;
}

.jqmWindow .userform .check input {
  width: 25px;
}

.jqmContent.register {
  min-width: 375px;
}

.activate {
  padding: 40px 40px 200px;
}
/* Messenger */
#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;
}
/* Features */
.tripsteaser {
  background: url('/img/v_reynir/tripregister.png') no-repeat top left;
  padding: 15px;
  line-height: 25px;
  margin-left: 6px;
}

.tripsteaser h3 {
  width: 500px;
  font-size: 16px;
}

.tripsteaser .header {
  padding: 16px 7px;
  margin: 0px 4px;
  border-bottom: 1px solid #d6d6d6;
  color: #ffffff;
}

.tripsteaser .header h1 {
  display: inline;
  font-size: 30px;
}

.tripsteaser .header h2 {
  display: inline;
  font-size: 15px;
  margin-left: 30px;
}

.signup {
  clear: left;
}

.feature {
  width: 165px;
  padding: 15px 40px 15px 15px;
  float: left;
  line-height: 17px;
}

.feature p {
  font-size: 11px;
  line-height: 15px;
}

.feature h4 {
  color: #007ba4;
  background: no-repeat center right;
  padding: 5px 0px;
}

.feature h4 b {
  color: #88c300;
  margin-right: 5px;
}

.jqmWindow .feature {
  padding: 10px;
}

#trips_introduction {
  border-top: 1px solid #d6d6d6;
  clear: left;
  margin-top: 50px;
}

#tripregister {
  padding-top: 0px !important;
  clear: left;
}
/* Add To Trip */
#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;
}
/* Banner Ad */
.rightside_banner {
  position: fixed;
  left: 970px;
  top: 72px;
}
/* SimplePopup */
#simplepopup {
  display: none;
  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;
}

/* CUSTOM */
select#langselector {
border:1px solid #D7D7D7;
font-size:11px;
color:#007BA4;
}

#page #whatsnew h2{
font-size:14px;
font-weight:normal;
margin:6px 12px;
}
#page #whatsnew {
height:auto;
}

.sidebar #newsletter {
line-height:normal;
}

#abe_usp1 p, #abe_usp2 p, #abe_usp3 p, #abe_usp4 p, #abe_usp5 p {
background-image:url(icon_check.gif);
background-position:6px -3px;
background-repeat:no-repeat;
margin:0;
padding:0 0 0 32px;
text-align:left;
font-weight:normal;
}

#abe_usp1, #abe_usp2, #abe_usp3, #abe_usp4, #abe_usp5{
padding:18px 18px 6px 2px;
}

.sidebar #newsletter {
height:auto;
}

#page .sidebar {
margin-top: auto;
}

#usersettings .box {
font-size:14px;
padding:18px 18px 48px !important;
}
#page #about h2 {
font-size:16px;
font-weight:normal;
margin:0;
padding:2px 8px;
}

#abe_offers{
line-height:normal;
}