/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-family: inherit; }

/* ----------------
   GLOBAL STYLES
---------------- */

html, body { height: 100%; }

body {
	background: #fff url(../img/bg_main.gif) top repeat-x;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
}

a { color: #0054a6; text-decoration: underline; }
a:hover { color: #000; text-decoration: underline; }

/* forms */

input, select, textarea { font: 12px/12px Arial, Helvetica, sans-serif; }

.button {
	border: 0;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 2px;
}

/* ----------------
   LAYOUT
---------------- */

#header {
	width: 945px;
	min-height: 97px;
	margin: 0 auto;
	padding: 30px 0 0 35px;
	position: relative;
	text-align: left;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 23px;
	background: #e8eff6;
	text-align: center;
}

#container {
	min-height: 100%;
	position: relative;
}

#content_container {
	width: 980px;
	margin: 0 auto;
	padding: 23px 0 33px 0;
	position: relative;
	text-align: left;
}

#sidebar1, #sidebar2 {
	float: left;
	width: 238px;
}

#content {
	float: left;
	width: 484px;
	margin: 0 10px;	
}

#text {
	float: left;
	width: 460px;
	margin: 0 10px;
	padding: 18px 12px;
}

#text2 {
	float: left;
	width: 708px;
	margin: 0 0 0 10px;
	padding: 18px 12px;
}

/* ----------------
   HEADER
---------------- */

h1 {
	width: 129px;
	height: 27px;
	background: url(../img/logo.png) no-repeat;
}

h1 a {
	display: block;
	width: 129px;
	height: 27px;
	text-indent: -9999px;
}

#main_title_lt {
	position: absolute;
	top: 44px;
	right: 42px;
	width: 276px;
	height: 18px;
	background: url(../img/title_lt.png) no-repeat;
	text-indent: -9999px;
}

#main_title_en {
	position: absolute;
	top: 44px;
	right: 42px;
	width: 288px;
	height: 18px;
	background: url(../img/title_en.png) no-repeat;
	text-indent: -9999px;
}

#lang {
	position: absolute;
	top: 5px;
	right: 42px;
}

#lang a { text-decoration: none; color: #000; }

#lang * {  }

/* ----------------
   FOOTER
---------------- */

#footer span {
	display: block;
	width: 980px;
	margin: auto;
	text-align: left;
	text-indent: 10px;
	font-size: 10px;
	line-height: 23px;
	color: #a2a2a2;
}

#footer a {
	color: #a2a2a2;
	text-decoration: none;
}

#footer a:hover {
	color: #a2a2a2;
	text-decoration: underline;
}

/* ----------------
   NAVIGATION
---------------- */

/* 1st level */

#nav {
	width: 980px;
	height: 24px;
	margin: 46px auto 0 -35px;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 0 0 3px;
	text-align: center;
}

#nav ul li {
	display: inline-block;
	font-size: 13px;
}

#nav ul li a {
	display: inline-block;
	padding-right: 7px;
	background: url(../img/bg_nav_right.png) right top no-repeat;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	background: url(../img/bg_nav_right_on.png) right top no-repeat;
	color: #000;
	text-decoration: none;
}

#nav ul li a span {
	line-height: 24px;
	padding: 4px 13px 4px 20px;
	background: url(../img/bg_nav.png) left top no-repeat;
}

#nav ul li a:hover span { background: url(../img/bg_nav_on.png) left top no-repeat; }

#nav ul li.in a, #nav ul li.in a:hover {
	background: url(../img/bg_nav_right_on.png) right top no-repeat;
	color: #000;
	text-decoration: none;
}

#nav ul li.in a span, #nav ul li.in a:hover span { background: url(../img/bg_nav_on.png) left top no-repeat; }

/* 2nd level */

#nav2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav2 li {
	padding: 4px 0 4px 17px;
	background: url(../img/nav2.gif) 0 9px no-repeat;
}

#nav2 li a {
	color: #000;
	text-decoration: none;
}

#nav2 li a:hover {
	color: #044fa2;
	text-decoration: underline;
}

#nav2 li.in a, #nav2 li.in a:hover {
	color: #044fa2;
	text-decoration: none;
	font-weight: bold;
}

/* ----------------
   CONTENT
---------------- */

/* boxes */

.box {
	background: url(../img/bg2.gif);
	margin-bottom: 5px;
	position: relative;
}

.box_top {
	display: block;
	background: url(../img/bg_box_top.gif) bottom no-repeat;
	height: 26px;
}

.box_top2 {
	display: block;
	background: url(../img/bg_box_top2.gif) bottom no-repeat;
	height: 26px;
}

.box_bot {
	display: block;
	background: url(../img/bg_box_bottom.gif) top no-repeat;
	height: 46px;
}

.box_bot2 {
	display: block;
	background: url(../img/bg_box_bottom2.gif) top no-repeat;
	height: 46px;
}

.box_in {
	background: #fff;
	margin: 0 10px;
	padding: 0 16px;
	color: #343434;
	position: relative;
}

.box h2 {
	padding: 10px 10px 0 10px;
	font-size: 13px;
	font-weight: bold;
}

/*.box h2.hdr {
	position: absolute;
	right: 0;
	top: 0;
}

.box h2.hdr2 {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 100px;
}*/

.pointer { cursor: pointer; }

/* search tabs */

#search_tabs {
	list-style: none;
	margin: 0 0 0 10px;
	padding-top: 10px;
	position: relative;
}

#search_tabs li {
	display: inline-block;
	font-size: 11px;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
}

#search_tabs #tab_bus {
	width: 70px;
	padding: 10px 0;
	background: url(../img/bg_tab_bus.gif) top left no-repeat;
}

#search_tabs #tab_bus:hover, #search_tabs #tab_bus.on, #search_tabs #tab_bus.on:hover { background: url(../img/bg_tab_bus_on.gif) top left no-repeat; }

#search_tabs #tab_local {
	width: 71px;
	padding: 5px 0;
	background: url(../img/bg_tab_local.gif) top left no-repeat;
}

#search_tabs #tab_local:hover, #search_tabs #tab_local.on, #search_tabs #tab_local.on:hover { background: url(../img/bg_tab_local_on.gif) top left no-repeat; }

#search_tabs #tab_train {
	width: 71px;
	padding: 10px 0;
	background: url(../img/bg_tab_train.gif) top left no-repeat;
}

#search_tabs #tab_train:hover, #search_tabs #tab_train.on, #search_tabs #tab_train.on:hover { background: url(../img/bg_tab_train_on.gif) top left no-repeat; }

/* ticket search */

#bus_search, #train_search, #local_search { position: relative; padding-top: 14px; }

#bus_search big, #train_search big, #local_search big {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0 0 3px 0;
}

#bus_search span, #train_search span, #local_search span {
	display: block;
	padding-top: 5px;
}

#bus_search input, #bus_search select, #train_search input, #train_search select, #local_search input, #local_search select {
	display: block;
	width: 182px;
	line-height: normal;
	margin-top: 5px;
}

#bus_search select, #train_search select, #local_search select { width: 186px; }

#bus_search .button, #train_search .button, #local_search .button {
	width: 121px;
	background: url(../img/button_121.gif) no-repeat;
}

#bus_search .date input, #train_search .date input, #local_search .date input {
	display: inline;
	width: 162px;
	margin-right: 4px;
	margin-top: 0;
	vertical-align: middle;
}

#bus_search .date2 input, #train_search .date2 input, #local_search .date2 input {
	display: inline;
	margin-top: 0;
	vertical-align: middle;
}

#bus_search .inp1 input, #train_search .inp1 input, #local_search .inp1 input {
	width: 138px;
	margin-right: 4px;
}

#bus_search .inp2 input, #train_search .inp2 input, #local_search .inp2 input {
	width: 138px;
	margin-right: 4px;
	margin-left: 9px;
}

#bus_search .inp2 span, #train_search .inp2 span, #local_search .inp2 span { display: inline; }

#bus_search .date img, #bus_search .date2 img, #train_search .date img, #train_search .date2 img, #local_search .date img, #local_search .date2 img { vertical-align: middle; }

#bus_search .time input, #train_search .time input, #local_search .time input {
	display: inline;
	width: 20px;
	margin-top: 0;
	vertical-align: middle;
}

.auto_input, #local_search input.auto_input {
	width: auto;
	display: inline;
	vertical-align: middle;
	margin: 0 2px 2px 0;
}

#local_search .date_time { padding-top: 5px; }

#local_search .date_time input {
	display: inline;
	width: 107px;
	margin-right: 4px;
	margin-top: 0;
	vertical-align: middle;
}

#local_search .date_time img { vertical-align: middle; }

#local_search .date_time input.time2 {
	width: 34px;
	margin-left: 10px;
}

#local_search #selectbox {
	display: block;
	line-height: 1.7em;
}

#local_search #selectbox input {
	width: auto;
	display: inline;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}


/* intro */

.intro {
	padding: 18px 12px 22px 12px;
	font-size: 13px;
}

.intro big {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
}

.intro div {
	float: left;
	width: 280px;
}

.intro img { float: right; }

/* transport */

#transport {
	list-style: none;
	margin: -7px 0;
	padding: 0;
	position: relative;
}

#transport li {
	padding: 7px 0 7px 114px;
	min-height: 80px;
	position: relative;
}

#transport li#bus { background: url(../img/bus.jpg) 0 7px no-repeat; }
#transport li#train { background: url(../img/train.jpg) 0 7px no-repeat; }
#transport li#airport { background: url(../img/airport.jpg) 0 7px no-repeat; }
#transport li#city { background: url(../img/city_transport.jpg) 0 7px no-repeat; }

#transport li h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
}

#transport li h3 a {
	color: #000;
	text-decoration: none;
}

#transport li h3 a:hover {
	color: #000;
	text-decoration: underline;
}

/* ----------------
   OTHER
---------------- */

.banner { margin-bottom: 10px; }

.clearer {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

#text p, #text2 p { padding: 8px 0; }

#text h3, #text2 h3 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
}

#text ul, #text ol, #text2 ul, #text2 ol {
	list-style-position: inside;
	padding: 8px 0;
}

#text table, #text2 table { margin: 8px 0; }

.neotable {
	border: 1px solid #dae4ee;
	border-collapse: collapse;
	margin: 8px 0;
}

.neotablehead, .neotable th {
	font-weight: bold;
	border: 1px solid #dae4ee;
	background: #e8eff6;
	padding: 2px 5px;
}

.neotablerow, .neotable td {
	border: 1px solid #dae4ee;
	padding: 2px 5px;
}

.big { font-size: 16px; }
.normal { font-size: 12px; }
.small { font-size: 11px; }

/* */

div.autocomplete {
  position:absolute;
  width:100px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}


/*  aerouostas */

#detailFligts td, #detailFligts th, .vnoTable td, .vnoTable th {
	font-size: 11px;
}

#detailFligts, .vnoTable {
	border-bottom: solid 1px #bdbfbf;
	border-left: solid 1px #bdbfbf;
	border-right: solid 1px #bdbfbf;
	border-top: solid 1px #bdbfbf;
}

#detailFligts th, .vnoTable th {
	background-color: #f5ec78;
	padding: 6px;
	border: solid 1px #fff;
	font-size: 12px;
	color: #323232;
	font-weight: normal;
}

#detailFligts td, .vnoTable td {
	padding: 6px;
	border: solid 1px #fff;
	border-top: solid 1px #bdbfbf;
}

.bgGr {
background-color:#E2E2E2;
}
