* {
  font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #003d7a;
  text-decoration: none;
}

a:hover {
  color: #0079f4;
  text-decoration: underline;
}

body {
  background: #ffffff url('/images/bg.jpg') repeat-x;
  margin-left: 8px;
}

h1 {
  color: #0079f4;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 33px;
  padding: 10px 0 0 0;
}

h1 strong {
  color: #f46600;
  font-weight: normal;
  margin: 0 0 0 1px;
}

h2 {
  color: #0079f4;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 27px;
  padding: 10px 0 0 0;
}

h2 a, h2 a:hover, h4 a, h4 a:hover {
  color: #0079f4;
  text-decoration: none;
}

h2 a strong, h2 a:hover strong, h4 a strong, h4 a:hover strong {
  color: #f46600;
  text-decoration: none;
}

h2 strong {
  color: #f46600;
  font-weight: normal;
  margin: 0 0 0 1px;
}

h2.cta {
  background: url('/images/call-to-action.gif') right bottom no-repeat;
}

h3 {
  color: #0079f4;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 25px;
  padding: 10px 0 0 0;
}

h3 strong {
  color: #f46600;
  font-weight: normal;
  margin: 0 0 0 1px;
}

h4 {
  color: #0079f4;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 18px;
  margin-left: -1px;
  padding: 2px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  height: 18px;
}

h4 strong {
  color: #f46600;
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 0 1px;
}

h5 {
  color: #343434;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin-top: -2px;
  padding: 0;
  white-space: nowrap;
  height: 15px;
  overflow: hidden;
}

form {
  display: inline;
}

img {
  border: 0;
}

p {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 17px;
  padding: 5px 0;
}

h2+table {
  margin-top: 5px;
}

table {
  border: 0;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

table td {
  vertical-align: top;
}

table.b {
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
}

table.b td {
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  color: #1a1a1a;
  font-size: 12px;
  line-height: 17px;
  padding: 5px;
}

td.tsub {
  background: #e6e6e6;
}

.border {
  border-top: 1px solid #d4d4d4;
  padding-top: 12px;
  margin-top: 8px;
}

.border2 {
  border-top: 1px solid #d4d4d4;
  padding-top: 12px;
  margin-top: 20px;
  margin-bottom: 4px;
}

.border3 {
  border-top: 1px solid #d4d4d4;
  padding-top: 12px;
  margin-top: 12px;
}

.calendar {
  font-size: 11px;
  margin: 0 0 0 105px;
  background: #f1f1f1;
  color: #929292;
  border: 1px solid #dedede;
  border-top: 0;
  padding: 2px 0;
}

.calendar span {
  border: 1px solid #f1f1f1;
  display: inline-block;
  width: 22px;
  padding: 1px 0;
  text-align: center;
}

.calendar span.s {
  background: #fbfbfb;
  border: 1px solid #dedede;
}

.calendar span a {
  color: #1a1a1a;
}

.clear {
  clear: both;
  text-indent: -10px;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
}

.drop {
  color: #1a1a1a;
  float: left;
  font-size: 11px;
  font-weight: normal;
  padding-top: 8px;
  width: 100px;
}

.dropdown {
  margin: 5px 0 0 105px;
}

.dropdown dd {
  position: relative;
}

.dropdown a, .dropdown a:visited {
  color: #929292;
  outline: none;
  text-decoration: none;
}

.dropdown dt a:hover {
  border: 1px solid #dedede;
}

.dropdown dt a {
  background: #f1f1f1 url('/images/arrow.gif') no-repeat 178px center;
  color: #929292;
  display: block;
  font-size: 11px;
  padding-right: 20px;
  border: 1px solid #dedede;
  width: 173px;
}

.dropdown dt.s a {
  color: #1a1a1a;
  background: #fbfbfb url('/images/arrow.gif') no-repeat 178px center;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
  padding: 2px 4px;
}

.dropdown dd ul {
  width: 193px;
  background: #ffffff;
  border: 1px solid #dedede;
  color: #1a1a1a;
  display: none;
  left: 0;
  padding: 2px 0;
  position: absolute;
  top: -1px;
  list-style: none;
  max-height: 180px;
  overflow-y: auto;
}

.dropdown dd ul li a {
  font-size: 11px;
  padding: 2px 4px;
  display: block;
}

.dropdown dd ul li a:hover {
  color: #1a1a1a;
  background: #f9f9f9;
}

.dropdown dd ul li span {
  float: right;
  text-align: right;
  font-size: 9px;
  width: 70px;
}

.intro {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 12px;
}

.pagination {
  border-top: 1px solid #d4d4d4;
  padding-top: 12px;
  padding-right: 6px;
  margin-top: 12px;
  margin-bottom: -4px;
  text-align: right;
}

.pagination a {
  border: 1px solid #d4d4d4;
  display: inline-block;
  font-size: 11px;
  line-height: 16px;
  padding: 2px 0;
  text-align: center;
  text-decoration: none;
  width: 30px;
}

.pagination a.current {
  border: 1px solid #f4f4f4;
  color: #8c8c8c;
}

.quickdetail {
  padding-top: 2px;
}

.quickdetail .partnerlogo {
  float: left;
  width: 116px;
  padding: 0 10px 0 0;
  text-align: center;
}

.quickdetail .partnerlogo a {
  display: inline-block;
  padding: 2px;
}

.quickdetail p.p {
  background: #fcf8d9;
  font-size: 10px;
  line-height: 13px;
  height: 26px;
  letter-spacing: 1px;
  padding: 4px 10px;
  position: relative;
}

.quickresult {
  clear: both;
  padding-bottom: 4px;
}

.quickresult+.quickresult {
  padding-top: 5px;
}

.quickresult h2.alt {
  margin-left: 135px;
  padding-top: 6px;
}

.quickresult h5.alt {
  margin-left: 135px;
  padding-bottom: 6px;
}

.quickresult img {
  float: left;
  padding: 2px 0 0 0;
}

.quickresult p.i {
  height: 42px;
  overflow: hidden;
  position: relative;
  padding: 9px 8px 1px 9px;
}

.quickresult p.p {
  background: #fcf8d9;
  font-size: 10px;
  line-height: 13px;
  height: 26px;
  letter-spacing: 1px;
  padding: 4px 10px;
  margin-left: 126px;
  position: relative;
}

.quickresult p.p span.pr, .quickdetail p.p span.pr {
  position: absolute;
  color: #0079f4;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 26px;
  top: 4px;
  right: 160px;
}

.quickresult p.p span.mr, .quickdetail p.p span.mr {
  position: absolute;
  background: #f46600;
  border: 1px solid #f46600;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  top: 5px;
  right: 5px;
  width: 120px;
  text-align: center;
}

.quickresult p.p span.mr a, .quickdetail p.p span.mr a {
  display: block;
  border: 1px solid #fcf8d9;
  color: #ffffff;
  line-height: 20px;
  text-decoration: none;
}

.quickresult p.p span.mr a:hover, .quickdetail p.p span.mr a:hover {
  background: #f78100;
}

.quickrefine {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 4px 4px 8px;
}

.quickrefine .refine {
  position: relative;
  z-index: 1;
  float: left;
  width: 300px;
}

.quickrefine .refine+.refine {
  margin-left: 26px;
}

.review {
  width: 100px;
  position: relative;
  top: -24px;
  left: 540px;
  padding: 0;
  height: 0;
}

.review a {
  color: #1a1a1a;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 22px;
  display: inline-block;
  width: 100px;
  text-align: right;
  text-decoration: none;
}

.review img {
  float: left;
  margin-top: 1px;
}

.review span {
  color: #343434;
  font-size: 11px;
  letter-spacing: 0;
  padding-left: 1px;
}

.spotlight {
  float: left;
  height: 191px; 
  width: 206px;
  margin: 8px 11px 4px 0;
}

.spotlight3 {
  margin-right: 0;
}

.spotlight div {
  background: url('images/spotlight.png') no-repeat;
  cursor: pointer;
  height: 191px;
  width: 194px;
  overflow: hidden;
  padding: 4px 6px;
}

.spotlight h5 {
  color: #4d4d4d;
  font-size: 9px;
  font-weight: normal;
  line-height: 15px;
  margin-top: -2px;
  padding: 0;
}

.spotlight p {
  font-size: 9px;
  line-height: 11px;
  height: 26px;
  letter-spacing: 1px;
  padding: 115px 0 0 0;
  position: relative;
}

.spotlight p .pr {
  position: absolute;
  color: #fcf8d9;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 26px;
  top: 120px;
  right: 0px;
}

.stars1 {
  background: url('/images/star10.png') left top repeat-x;
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  text-indent: -10px;
  width: 10px;
  overflow: hidden;
}

.stars2 {
  background: url('/images/star10.png') left top repeat-x;
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  text-indent: -10px;
  width: 20px;
  overflow: hidden;
}

.stars3 {
  background: url('/images/star10.png') left top repeat-x;
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  text-indent: -10px;
  width: 30px;
  overflow: hidden;
}

.stars4 {
  background: url('/images/star10.png') left top repeat-x;
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  text-indent: -10px;
  width: 40px;
  overflow: hidden;
}

.stars5 {
  background: url('/images/star10.png') left top repeat-x;
  display: inline-block;
  height: 18px;
  margin-left: 6px;
  text-indent: -10px;
  width: 50px;
  overflow: hidden;
}

.quickresult .stars1, .quickresult .stars2, .quickresult .stars3, .quickresult .stars4, .quickresult .stars5 {
  height: 15px;
}

.thumbs {
  padding-top: 0px;
  margin-top: -1px;
}

.thumbs img {
  cursor: pointer;
}

#header {
  background: url('/images/header.jpg') center top no-repeat;
  height: 150px;
  margin-left: -8px;
  padding-left: 8px;
}

#header #logo {
  width: 980px;
  margin: 0 auto;
  padding: 18px 0 0 0;
}

#header #logo h2 {
  float: left;
  color: #0079f4;
  font-size: 46px;
  line-height: 51px;
  font-weight: normal;
  letter-spacing: -3px;
  padding: 0;
}

#header #logo h2 strong {
  color: #f46600;
  padding-left: 3px;
  font-weight: normal;
  margin: 0;
}

#header #logo h3 {
  float: left;
  color: #e1edf8;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  padding: 21px 0 0 12px;
  letter-spacing: 0;
}

#topnav {
  background: url('/images/topmenu-divider.gif') 658px center no-repeat;
  width: 980px;
  margin: 0 auto;
}

#topnav .finder {
  background: url('/images/topmenu-divider.gif') right center no-repeat;
  float: right;
  height: 30px;
  width: 312px;
  padding: 0 0 0 8px;
  position: relative;
  margin-right: -1px;
}

#topnav .finder label {
  color: #1a1a1a;
  float: left;
  font-size: 11px;
  font-weight: normal;
  padding-top: 7px;
  width: 105px;
}

#topnav .finder .input {
  background: #f1f1f1;
  color: #1a1a1a;
  float: left;
  display: block;
  font-size: 11px;
  line-height: 17px;
  padding: 2px 4px;
  margin: 4px 0 0 0;
  border: 1px solid #d4d4d4;
  width: 185px;
}

#topnav .finder .input:focus {
  background: #f6f6f6;
}

#topnav .finder .submit {
  position: absolute;
  top: 7px;
  right: 15px;
  height: 16px;
  width: 16px;
}

#topnav ul {
  background: url('/images/topmenu-divider.gif') left center no-repeat;
  list-style: none;
  padding-left: 2px;
  height: 30px;
  margin-bottom: 3px;
  margin-left: -10px;
  margin-right: 330px;
}

#topnav ul li {
  float: left;
}

#topnav ul li {
  height: 30px;
}

#topnav ul li a {
  background: url('/images/topmenu-divider.gif') right center no-repeat;
  color: #1a1a1a;
  display: block;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  padding: 0 2px 0 0;
}

#topnav ul li a span {
  display: block;
  padding: 7px 10px 7px 32px;
}

#topnav ul li:hover {
  background: url('/images/topmenu-hover.jpg') right top no-repeat;
}

#topnav ul li.luggage_tag span {
  background: url('/images/icons/luggage-tag.png') 10px center no-repeat;
}

#topnav ul li.paper_plane span {
  background: url('/images/icons/paper-plane.png') 10px center no-repeat;
}

#topnav ul li.car span {
  background: url('/images/icons/car.png') 10px center no-repeat;
}

#topnav ul li.building span {
  background: url('/images/icons/building.png') 10px center no-repeat;
}

#topnav ul li.node span {
  background: url('/images/icons/node.png') 10px center no-repeat;
}

#topnav ul li.ticket span {
  background: url('/images/icons/ticket.png') 10px center no-repeat;
}

#topnav ul li.clock span {
  background: url('/images/icons/clock.png') 10px center no-repeat;
}

#topnav ul li.clock a {
  color: #7a0000;
}

#topnav ul li.chart_up span {
  background: url('/images/icons/chart-up.png') 10px center no-repeat;
}

#wrap {
  background: url('/images/right-bg.gif') 658px top repeat-y;
  width: 980px;
  margin: 0 auto;
}

#main {
  width: 640px;
  float: left;
  padding: 0 0 20px 0;
}

#main p.partners a {
  margin-left: -14px;
  padding: 0 14px;
  line-height: 22px;
}

#main p.partners a+a {
  border-left: 1px solid #e6e6e6;
  margin: 0;
}

#main p.partners a img {
  margin-bottom: -7px;
}

#right {
  width: 300px;
  margin-left: 658px;
  border-top: 1px solid #f1f1f1;
  padding: 5px 11px 10px 11px;
}

#right div.search {
  margin-bottom: 26px;
}

#right div.rectangle {
  margin-top: 10px;
}

#right #map_canvas {
  margin-top: 5px;
  width: 300px;
  height: 200px;
  overflow: hidden;
}

#footer {
  border-top: 1px solid #d4d4d4;
  background: #e6e6e6;
  clear: both;
  padding: 6px 0;
}

#footer p {
  font-size: 11px;
  line-height: 16px;
  padding: 4px 0;
  width: 980px;
  margin: 0 auto;
}

#footer p.info {
  color: #545454;
}
