@charset "utf-8";
/* Common CSS
	Color
	Ultra grey light blue:	#DDDDFD;
	Grey blue light:		#CCCCDF;
	Grey blue medium:		#9999CF;
	White blue:				#F3FFF8;
	ultra light blue:		#E2EEF7;
	light blue:				#D1DDE6;
	medium blue:			#749ABD;
	dark blue:				#3871A5;
	ultra dark blue:		#043061;
	orange:					#FF9900;
	light orange:			#FFCC66;
	ultra light orange:		#FFDD99;
	red:					#CC3300;
*/
html, body, div, p,
ul, li, span, br, hr, a, img,
h1, h2, h3, h4, h5, h6,
input, select, option, textarea, button, fieldset, legend {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #043061;
}
body {
	background: #D1DDE6 url(/I/version1/bg.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #3871A5;
	text-decoration: underline;
}
a:visited {
	color: #749ABD;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
/* Special set for airline name + logo */
div.airline a:link,
div.airline a:visited {
	text-decoration: none;
}
div.airline a:link span {
	text-decoration: underline;	
	color: #3871A5;
}
div.airline a:visited span {
	text-decoration: underline;	
	color: #749ABD;
}
div.airline a:hover span {
	text-decoration: none;	
	color: #FF9900;
}

hr {
	width: 90%;
	height: 1px;
	background-color: #3871A5;
	border: 0px none;
	border-top: 1px solid #3871A5;
	margin: 10px auto;	
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5,
h6 {
	font-size: 12px;
}
.done {
	color: #00CC00;
}
.error {
	color: #CC3300;
}
.topRightClose {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
	z-index: 1000;
}
.spinner {
	position: absolute;
	opacity: 0.6;
	filter: alpha(opacity=70);
	z-index: 9999;
	background-color: #FFFFFF;
}
.spinner-msg {
	text-align: center;
	font-weight: bold;
}

.spinner-img {
	background: url(/I/loader/loading.gif) no-repeat;
	width: 31px;
	height: 31px;
	margin: 0 auto;
}

/******************** HEADER/TOP ********************/
#bodyTop {
	height: 20px;
	line-height: 20px;
	width: 1004px;
}
#tagline {
	position: absolute; 
	top: 5px; 
	left: 312px; 
	text-align: left;
}
#tagline h1,
#tagline p.top {
	margin-top: 22px; 
	color: #043061; 
	font-size: 19px; 
	font-weight: bold; 
	text-align: left;
}
#tagline h2,
#tagline p.bottom {
	font-weight: bold; 
	color: #043061; 
	font-size: 13px; 
	text-align: left;
}
#locals {
	position: absolute; 
	right: 0; 
	margin-top: 10px; 
	margin-right: 12px;
}
#currencies {
	float: right;
	height: 20px;
	z-index: 1000;
}
#currencies #cur_div {
	padding: 0px 3px;
	margin-left: 10px;
	cursor: pointer;
}
#currencies #cur_div:hover span.arrow {
	color: #FF9900;
}
#currencies  #currency_list {
	right: 0px;
	top: 20px;
	background-color: #FFFFFF;
	padding: 10px;
	width: 145px;
	border: 1px solid #3871A5;
	position: absolute;
	height: auto;
	z-index: 110;
	visibility: hidden;
	border-radius: 10px;
	box-shadow: 0 0 10px #999999;
    -moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #999999;
    -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #999999;
}
#languages {
	float: left;
	height: 20px;
	cursor: pointer;
	z-index: 1000;
}
#languages .flag {
	display: block;
	margin: 2px 5px 5px 5px;
}
#languages div.selector {
	float: right;
}
#languages div.selector span {
	float: left;
}
#languages div.selector:hover span.arrow {
	color: #FF9900;
}
#languages div#langList {
	clear: both;
	position: relative;
	background-color: #FFFFFF;
	z-index: 100;
	padding: 10px;
	border: 1px solid #3871A5;
	display: none;
	border-radius: 10px;
	box-shadow: 0 0 10px #999999;
    -moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #999999;
    -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #999999;	
}
#languages div#langList ul {
	float: left;
	margin: 0px 10px;
}
#languages div#langList ul li {
	clear: both;
	list-style: none;
	text-align: left;
}
#languages div#langList ul li a:link,
#languages div#langList ul li a:visited {
	color: #3871A5;
	font-weight: bold;
	text-decoration: none;
}
#languages div#langList ul li a:hover {
	color: #FF9900;
}
#userCountrySelector {
	position: absolute;
	top: 30px;
	right: 15px;
}
#userCountrySelector div span {
	float: left;
}
#userCountrySelector div span.userCountry {
	font-size: 12px;
	color: #043061;
	margin-right: 3px;
}
#userCountrySelector div span.changeCountry {
	font-size: 12px;
	color: #043061;
	text-decoration: none;
	cursor: pointer;
}
#userCountrySelector div span.changeCountry:hover {
	color: #FF9900;
}
#userCountrySelector div#countrySelectorBloc {
    background-color: #FFFFFF;
    border: 1px solid #3871A5;
    box-shadow: 0 0 10px #999999;
    clear: both;
    height: 50px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 25px;
    width: 300px;
    border-radius: 10px;
	box-shadow: 0 0 10px #999999;
    -moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px #999999;
    -webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #999999;
}
#userCountrySelector div#countrySelectorBloc p {
	color: #3871A5;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
}
#userCountrySelector div#countrySelectorBloc select {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding-left: 5px;
	color: #3871A5;
}
#userCountrySelector div#countrySelectorBloc select option {
	background-color: #FFFFFF;
	height: 18px;
	line-height: 18px;
	text-indent: 5px;
	font-size: 10px;
	font-weight: bold;
	color: #3871A5;
	width: auto;
}

#header {
	position: relative;
	display: block;
	height: 134px;
	width: 1004px;
	z-index: 100;
}
#header .logo {
	float: left;
	height: 133px;
	width: 310px;
	margin-top: 0px;
	position: relative;
}
#header .navigation {
	position: absolute;
	float: left;
	top: 0px;
	left: 310px;
	height: 127px;
	width: 680px;
	background: url(/I/version1/head_straight.png) repeat-x top left;
}
#header .navigation .straight {
	position: relative;
	float: left;
	width: auto;
	height: 127px;
	padding: 0px 12px;
}
#header .navigation .straight a,
#header .navigation .straight a:visited {
	display: block;
	margin-top: 100px; 
	color: #D1DDE6;
	font-weight: bold;
	text-decoration: none;
}
#header .navigation .straight a:hover {
	display: block;
	margin-top: 100px; 
	color: #FFFFFF;
	font-weight: bold;
}
#header .navigation .straight.social {
	float: right;
	padding: 0px;
	width: auto;
}
#header .navigation .straight.social a {
	float: left;
	margin-top: 90px;
	width: 36px;
	text-align: center;
}
#header .navigation .separator {
	float: left;
	width: 5px;
	height: 125px;
	background: url(/I/version1/head_separator.png) no-repeat top left;
}
#header .corner {
	float: right;
	width: 14px;
	height: 127px;
	background: url(/I/version1/head_corner.png) no-repeat top left;
}
#header #banner {
    position: absolute;
    right: 10px;
    top: 10px;
	border: 0px none;
}
/******************** END HEADER/TOP ********************/

/******************** COMMON CONTENT ********************/
div.titlePage {
	height: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
}
a:link.titlePage,
a:visited.titlePage {
	float: left;	
	font-size: 13px;
	line-height: 13px;
	color: #3871A5;
}
a:hover.titlePage {
	color: #FF9900;
}
span.titlePage {
	float: left;	
	font-size: 13px;
	line-height: 13px;
	margin: 0px 5px;
}
h1.titlePage {
	float: left;
	padding: 0px;
	color: #3871A5;
	text-align: left;
	font-size: 13px;
	line-height: 13px;
	height: auto;
}
#bodySite {
	width: 100%;
	height: auto;
	background: url(/I/version1/bg_body.png) center repeat-y;
	padding-bottom: 50px;
	margin-top: -4px;
}
.tab_title {
	float: left;
	margin: 0px 3px -3px 3px;
	padding: 0px;
	background: none;
	height: auto;
	cursor: pointer;
}
.tab_title_left {
	float: left;
	width: 4px;
	height: 20px;
	background: url(/I/version1/tab_corner_left_inactive.png) no-repeat top left;
}
.tab_title.active .tab_title_left {
	background: url(/I/version1/tab_corner_left.png) no-repeat top left;
}
.tab_title_straight {
	float: left;
	width: auto;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 15px 0px 15px;
	background-color: #E2EEF7;
	background-image: none;
	color: #749ABD;
}
.tab_title_straight:hover {
	color: #3871A5;
}
.tab_title.active .tab_title_straight {
	background-color: #D1DDE6;
	color: #043061;
}
.tab_title_right {
	float: left;
	width: 6px;
	height: 20px;
	background: url(/I/version1/tab_corner_right_inactive.png) no-repeat top left;
}
.tab_title.active .tab_title_right {
	background: url(/I/version1/tab_corner_right.png) no-repeat top left;
}
/* simple tab */
.tab_title.light {
	float: left;
	margin: 0px 3px 0px 3px;
	padding: 0px;
	background: none;
	height: auto;
	cursor: pointer;
}
.tab_title_left.light {
	float: left;
	width: 4px;
	height: 20px;
	background-image: none;
}
.tab_title.active .tab_title_left.light {
	background-image: none;
}
.tab_title_straight.light {
	float: left;
	width: auto;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 15px 0px 15px;
	background-color: #E2EEF7;
	background-image: none;
	color: #749ABD;
}
.tab_title_straight:hover.light {
	color: #3871A5;
}
.tab_title.active .tab_title_straight.light {
	background-color: #D1DDE6;
	color: #043061;
}
.tab_title_right.light {
	float: left;
	width: 6px;
	height: 20px;
	background-image: none;
}
.tab_title.active .tab_title_right.light {
	background-image: none;
}
div.intro {
	background-color: #D1DDE6;
	border: 1px #3871A5 solid;
	padding: 5px;
	color: #3871A5;
	margin-bottom: 10px;
	margin-left: 20px;
}
div.intro.dark {
	background-color: #749ABD;
	color: #FFFFFF;
}
div.intro.empty {
	background-color: transparent;
	border: 0px none;
	padding: 0px;
}
div.intro.error {
	background-color: #FFCC66;
	border: 1px #CC3300 solid;
	color: #CC3300;
}
div.intro h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	height: auto;
}
div.intro.dark h3 {
	color: #FFFFFF;
}
div.intro p {
	text-align: left;
}
div.intro.dark p {
	color: #FFFFFF;
}
div.intro.dark a:link {
	color: #FFFFFF;
	text-decoration: underline;
	white-space: nowrap;
}
div.intro.dark a:visited {
	color: #DDDDFD;
}
div.intro.dark a:hover {
	color: #FF9900;
	text-decoration: none;
}
div.intro p.otas {
	margin-top: 5px;
}
div.intro p.otas a {
	text-decoration: none;
}
img.airlineLogo {
	border: 1px #D1DDE6 solid;
	margin-right: 5px;
}
#content {
	width: 1004px;
	min-height: 550px;
}
#left_col {
	position: relative;
	float: left;
	width: 670px;
	height: auto;
	margin-top: 10px;
}
#adsenseRight {
	position: absolute;
	float: left; 
	width: 120px; 
	margin: 0 10px 0 20px;
	left: 0px;
	display: block;
}
/******************** END COMMON CONTENT ********************/

/******************** START RIGHT COL ********************/
#right_col {
	position: relative;
	float: left;
	width: 310px;
	height: auto;
	border-left: 1px #3871A5 solid;
	margin: 10px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	z-index: 50;
}
#right_col p {
	margin: 2px 0px;
}
#right_col .rBloc {
	margin: 0px 0px 10px 0px;
}
#qrcode {
	background-color: #FFFFFF;
    border: 1px solid #3871A5;
    border-radius: 5px 5px 5px 5px;
    color: #3871A5;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 98%;
}
/******************** END RIGHT COL ********************/

/******************** START FOOTER ********************/
div.footerBloc {
	background-color: #D1DDE6;
	width: 1005px;
	height: 150px;
}
div.footerBloc div.bodySeparator {
	width: 100%;
	height: 50px;
	background: url(/I/version1/bg_body.png) center repeat-y;
}
#bodyBottom {
	position: relative;
	clear: both;
	width: 100%;
	height: 10px;
	background: url(/I/version1/bg_body_bottom.png) center no-repeat;
}
#fly {
	position: relative;
	top: -65px;
	right: -5px;
	background: url(/I/version1/fly.png) center no-repeat;
	width: 435px;
	height: 126px;
	z-index: 999;
}
#footer {
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	width: 520px;
	height: auto;
	border: none;
	z-index: 300;
}
#footer p, #footer p a {
	font-size: 10px;
	color: #999999;
}
div.portfolio {
	background-color: #F3FFF8;
	width: 975px;
	margin: 20px 0px 100px 0px;
	text-align: left;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.portfolio div.bloc {
	padding: 15px;
}
div.portfolio div.bloc p {
	font-size: 11px;
	color: #749ABD;
	font-weight: bold;
}
div.portfolio div.bloc p a {
	font-size: 11px;
	color: #FF9900;
	font-weight: normal;
}
div.portfolio div.bloc p a:hover {
	text-decoration: none;
}
div.portfolio div.bloc p.copy {
	font-weight: normal;
	color: #9999CF;
}
/******************** END FOOTER ********************/

/******************** NAV BY LINK ********************/
#navByLink {
	overflow: hidden;
	margin-left: 20px;
}

#navByLink div.country_bloc {
	width: 320px;
	height: auto;
	border: 0px none;
	padding: 0px;
	margin-bottom: 10px;
}
#navByLink div.country_bloc_title,
#navByLink div.airline_bloc_title {
	height: 25px;
	line-height: 25px;
	background-color: #3871A5;
	color: #FFFFFF;
	border-bottom: 1px solid #043061;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
}
#navByLink div.country_bloc_title select {
	height: 16px;
	width: 120px;
	font-size: 10px;
	color: #3871A5;
}
#navByLink div.country_bloc_title select option {
	padding: 2px;
}
#navByLink div.country_bloc_link,
#navByLink div.airline_bloc_link {
	height: 340px;
	border: 1px solid #3871A5;
	border-top: 0px none;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 3px;
	text-align: justify;
}
#navByLink div.country_bloc_link a:link,
#navByLink div.airline_bloc_link a:link {
	color: #3871A5;
	text-decoration: none;
}
#navByLink div.country_bloc_link a:visited,
#navByLink div.airline_bloc_link a:visited {
	color: #749ABD;
	text-decoration: none;
}
#navByLink div.country_bloc_link a:hover,
#navByLink div.airline_bloc_link a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#navByLink #airportsList {
	padding: 0px 5px 5px 5px;
	height: 800px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px #3871A5 solid;
	clear: both;
	margin-bottom: 10px;
}
#navByLink #airportsList .country_list_title,
#navByLink #airportsList .country_list_title a:link {
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-indent: 5px;
	font-size: 13px;
	font-weight: normal;
	background-color: #D1DDE6;
	color: #043061;
	text-align: left;
}
#navByLink #airportsList .country_list_title a:visited,
#navByLink #airportsList .country_list_title a:link {
	text-decoration: underline;
	font-weight: normal;
}
#navByLink #airportsList .country_list_title a:hover {
	text-decoration: none;
	color: #749ABD;
}
#navByLink #airportsList a:link {
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #3871A5;
	text-decoration: none;
}
#navByLink #airportsList a:visited {
	font-weight: bold;
	padding-left: 10px;
	color: #749ABD;
	text-decoration: none;
}
#navByLink #airportsList a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#navByLink #airportsList a.top {
	font-size: 11px;
}

#navByLink #airportsList .sp_bloc {
	float: right;
	width: 300px;
	border: 1px #3871A5 solid;
	padding: 3px;
	margin: 3px 0px;
}
#navByLink #airportsList .sp_bloc .sp_bloc_title {
	margin: 0px;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #749ABD;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
#navByLink #airportsList .sp_bloc .sp_logo {
	float: left;
	padding: 3px 8px;
}
#navByLink #airportsList .sp_bloc ul.sp_list {
	margin-left: 100px;
	margin-top: 0px;
	list-style-type: none;
	padding-left: 25px;
}
#navByLink #airportsList .sp_bloc ul.sp_list li {
	margin-left: -20px;
	text-indent: -10px;
}
#navByLink #airportsList .sp_bloc ul.sp_list li a:link {
	font-size: 11px;
	font-weight: normal;
}

#navByLink div.airline_bloc {
}
#navByLink div.airline_bloc_title {
}
#navByLink div.airline_bloc_link {
	height: auto;
	padding: 5px;
}
/******************** END NAV BY LINK ********************/

/******************** NEWS ********************/
#newsTabs {
	margin-left: 15px;
}
#newsContents {
	padding: 10px;
	margin: 0px;
}
#newsContents div.content {
	height: 280px;
	display: none;
	margin: 0px;
	overflow: auto;
	border: 1px #3871A5 solid;
}
#newsContents div.content {
	clear: both;
	margin-left: 10px;
	width: 647px;
}
#newsContents div.content.active {
	display: block;
}
/******************** END NEWS ********************/

/******************** CURRENCY ********************/
.currency {
	float: left;
	background-color: #D1DDE6;
	border: 1px #3871A5 solid;
	color: #3871A5;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 16px;
	line-height: 16px;
	margin: 2px;
	cursor: pointer;
}
.currency:hover {
	background-color: #E2EEF7;
	border: 1px #D1DDE6 solid;
	color: #FF9900;
}
.cur_select {
	background-color: #3871A5;
	border: 1px #D1DDE6 solid;
	color: #FFFFFF;
}
/******************** END CURRENCY ********************/

/******************** TIPS ********************/
.tip-wrap {
	width: auto;
	height: auto;
	z-index: 13000;
}
.tip-wrap .tip {
	box-shadow: 0px 2px 5px #333333;
	-moz-box-shadow: 0px 2px 5px #333333;
	-webkit-box-shadow: 0px 2px 5px #333333;
}
.tip-title {
	font-size: 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #749ABD;
	border: 1px #749ABD solid;
	border-bottom: 0px;
	padding: 1px 3px;
	height: 14px;
}
.tip-text {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	border: 0px none;
	padding: 3px 8px;
	height: auto;
	background-color: #043061;
}
.tip-bottom {
	background-image: url(/I/version1/arrow-tips.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 6px;
}
.help_ico {
	float: left;
	width: 18px;
	height: 18px;
	background: url(/I/ico/help.gif) no-repeat top left;
}
/******************** END TIPS ********************/

/******************** RATING ********************/
div.rate {
	height: 16px;
	line-height: 12px;
}
div.rate span.note {
    background-color: #FFFFFF;
    border: 1px solid #3871A5;
    color: #3871A5;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin-right: 0px;
    text-align: center;
    width: 20px;
}
div.rate span.stars {
	float: left;
	margin-right: 5px;
	cursor: pointer;
}
div.rate span.vote {
    font-size: 9px;
    font-style: italic;
    height: 14px;
    line-height: 14px;
}
div.rate span.stars img {
	width: 13px;
	height: 13px;
	margin: 0px !important;
	margin-right: -2px !important;
}
/******************** END TIPS ********************/
	
/******************** SCROLLBAR ********************/
.scrollbar-vert{
	position: absolute;
	background: url(/I/scrollBarBgn.png);
	width: 16px;
	top: 30px;
	right: 1px;
}
.handle-vert{
	height: 75px;
	width: 16px;
	background: url(/I/scrollBar.png) no-repeat;
}
/******************** END SCROLLBAR ********************/

/******************** START BUTTON ********************/
a.buttons:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 8px;
}
a.buttons:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.buttons {
	background-image: url( /I/version1/buttons.png );
	padding: 0px 25px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.buttons.small {
	padding: 0px 10px;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 18px;
}
.buttons.orange {
	background-position: 0px 0px;
	border: 1px #FF9900 outset;
}
.buttons.orange:hover {
	background-position: 0px -90px;
}
.buttons.blue {
	background-position: 0px -60px;
	border: 1px #3871A5 outset;
}
.buttons.blue:hover {
	background-position: 0px -30px;
	border: 1px #FF9900 outset;
}
/******************** END BUTTON ********************/

/******************** JS PAGINATION ********************/
div.pagination {
	margin: 2px 0px;
}
div.pagination span {
	color: #3871A5;
	font-size: 11px;
	font-weight: bold;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 3px;
    text-align: center;
    width: 20px;
	text-decoration: underline;
}
div.pagination span:hover {
	color: #FF9900;
	text-decoration: none;
}
div.pagination span.active {
	text-decoration: none;
	background-color: #FFCC66;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.pagination span.inactive:hover,
div.pagination span.inactive {
	color: #3871A5;
	text-decoration: none;
	cursor: default;
}
/******************** END JS PAGINATION ********************/