body {
	margin: 20px;
	padding: 0;
	background-color: #F6F6F6;
	text-align: center;
	font-family: Arial, Helvetica;
	font-size: 1em;
}

/***** MISC HTML *****/

h2 {
	margin: 0 20px 10px 20px;
	border-bottom: solid 1px #E6E6E4;
	padding: 14px 0 18px 350px;
	font-size: 1.1em;
	color: #3A3A3C;
	text-align: right;
}

.spread h2 {
	margin: 0 29px 36px 0;
	border: 0;
	padding: 0;
}

h3 {
	margin: 0;
	font-size: 1em;
	color: #3A3A3C;
}

h4 {
	margin: 0;
	font-size: 0.8em;
	color: #2F3885;
}

h5 {
	margin: 0;
	font-size: 0.8em;
	color: #000;
}

p {
	margin: 0;
	font-size: 0.7em;
	line-height: 1.4em;
}

table {
	border-collapse: collapse;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

td {
	padding: 4px 0;
	font-size: 0.7em;
}

img {
	border: 0;
}

a {
	color: #2F3885;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	display: block;
	margin: 0;
}

fieldset {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

label {
	color: #2F3885;
}

.textbox,
	.selectbox {
	margin: 0;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.checkbox {
	width: 15px;
	height: 15px;
	margin: 0;
	vertical-align: middle;
}

.button {
	height: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 22px;
	cursor: pointer;
}

.button.small {
	height: 20px;
	line-height: 20px;
}

.button.fixed {
	width: 99px;
	color: #2F3885 !important;
	background-image: url(../images/buttons/button_fixed.gif);
	overflow: hidden;
}

.button.big {
	width: 121px;
	height: 38px;
	color: #fff !important;
	background-image: url(../images/buttons/button_big_fixed.gif);
	overflow: hidden;
}

.button.big.white {
	background-image: url(../images/buttons/button_big_white_fixed.gif);
}

.button.light {
	color: #2F3885 !important;
	background-image: url(../images/buttons/button_corner_left_light.gif);
	background-color: #85A7CC;
}

.button.dark {
	color: #fff !important;
	background-image: url(../images/buttons/button_corner_left_dark.gif);
	background-color: #2F3885;
}

.button span {
	float: left;
	height: 22px;
	padding: 0 8px;
	background-position: right center;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.button.small span {
	height: 20px;
}

.button.big span {
	height: 38px;
	padding-left: 38px;
	line-height: 36px;
	text-align: center;
}

.button.light span {
	background-image: url(../images/buttons/button_corner_right_light.gif);
}

.button.dark span {
	background-image: url(../images/buttons/button_corner_right_dark.gif);
}

p.error {
	color: #c00;
}

.article p.error {
	font-weight: bold
}

div#content img.rent_a_car_new_badge {
	display: block;
	position: absolute;
	top: 2px;
	left: 280px;
	z-index: 10000;
}

div#content img.rent_a_car_new_badge_booking {
	display: block;
	position: absolute;
	top: 2px;
	left: 370px;
	z-index: 10000;
}

div#content img.hotels_hot_badge {
	display: block;
	position: absolute;
	top: 2px;
	left: 360px;
	z-index: 10000;
}

div#content img.hotels_hot_badge_booking {
	display: block;
	position: absolute;
	top: 2px;
	left: 450px;
	z-index: 10000;
}

/***** PICTURE OVERLAY *****/

.overlay {
	position: absolute;
	width: 208px;
	height: 90px;
	overflow: hidden;
	background: url(../images/overlays/overlay_category_background.gif) no-repeat 100% 100%;
}

.overlay p {
	margin: 4px 8px !important;
	font-size: 0.65em !important;
	color: #fff !important;
	line-height: 1.05em !important;
}

.overlay p p {
	margin: 0 !important;
}

/***** HEADER *****/

div.header,
	#header {
	position: relative;
	width: 951px;
	height: 115px;
	margin: 0 auto;
	color: #85A7CC;
	background: url(../images/header/header_background.gif) no-repeat #F6F6F6;
}

div.header h1,
	#header h1 {
	position: absolute;
	top: 26px;
	left: 26px;
	width: 158px;
	height: 20px;
	margin: 0;
	text-indent: -999px;
	background: url(../images/header/logo_adria.gif) no-repeat;
	overflow: hidden;
}

div.header h1 a,
	#header h1 a {
	display: block;
	height: 20px;
}

/***** MENUS *****/

#header ul,
	#footer ul,
	.tabbed-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
	font-weight: bold;
}

#header ul li,
	#footer ul li,
	.tabbed-panel ul li {
	float: left;
	margin: 0;
	padding: 0;
}

/***** TOP TOOLS *****/

#top-tools {
	position: absolute;
	top: 12px;
	right: 12px;
	line-height: 19px;
}

#top-tools .search-form {
	width: 195px;
}

#top-tools .search-form .textbox {
	float: left;
	width: 120px;
	margin-right: 4px;
	padding: 1px 0;
}

#top-tools .search-form .button {
	float: left;
	overflow: hidden;
}

#top-tools li {
	padding: 3px 7px 4px 7px !important;
}

#top-tools li a,
	#top-tools form .textbox {
	color: #85A7CD;
}

/***** TOP MENU *****/

#top-menu {
	position: absolute;
	bottom: 38px;
	right: 22px;
	border-left: solid 1px #58609E;
	line-height: 11px;
}

#top-menu li {
	border-right: solid 1px #58609E;
	padding: 3px 7px 4px 7px !important;
}

#top-menu li a {
	color: #fff;
}

#top-menu li a.selected {
	color: #85A7CC;
}

/***** BOXES *****/

#all {
	position: relative;
	width: 951px;
	margin: 0 auto;
	background-repeat: repeat-y;
}

.front #all {
	background-image: url(../images/box/box_background_front.gif);
}

.inner #all {
	background-image: url(../images/box/box_background_inner.gif);
}

.spread #all {
	background-image: url(../images/box/box_background_spread.gif);
}

#content,
	#footer {
	clear: both;
	width: 951px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#content {
	background-position: 0% 0%;
}

#footer {
	background-position: 100% 0%;
	background-color: #F6F6F6;
}

.front #content,
	.front #footer {
	background-image: url(../images/box/box_corners_front.gif);
}

.inner #content,
	.inner #footer {
	background-image: url(../images/box/box_corners_inner.gif);
}

.spread #content,
	.spread #footer {
	background-image: url(../images/box/box_corners_spread.gif);
}

/***** MAIN COLUMNS *****/

.col {
	position: relative;
	float: left;
	overflow: hidden;
}

.inner .col.left {
	width: 711px;
}

.inner .col.right {
	width: 231px;
}

.front .col.left {
	width: 416px;
}

.front .col.right {
	width: 526px;
}

.spread .col.left {
	width: 526px;
}

.spread .col.right {
	width: 416px;
}

.spread.single .col.left {
	width: 942px !important;
}

.spread.single .col.right {
	display: none;
}

.col.left {
	margin-right: 9px;
}

/***** INNER COLUMNS *****/

.icol {
	position: relative;
	float: left;
	overflow: hidden;
}

.icol.s {
	width: 185px;
}

.icol.m {
	width: 226px;
}

.icol.l {
	width: 321px;
}

.icol.xl {
	width: 370px;
}

.icol.xxl {
	width: 480px;
}

.spread .icol.xxl {
	width: 501px;
}

.icol.xxxl-a {
	width: 536px;
}

.icol.xxxl-pa {
	width: 464px;
}

.icol.xxxl {
	width: 671px;
}

.icol.xxxl-g {
	width: 690px;
}

.icol.xxxxl {
	width: 725px;
	padding-top: 10px
}

.icol.xxxl.news-archive {
	width: 480px;
	margin-left: 10px;
}

.budget {
	position: relative;
	float: left;
	overflow: auto;
}
.budget.xxxxl {
	left: 20px;
}

.noticeDownload {
	font-size: 1.1em;
	color: #f00;
}

.icol.s,
	.icol.xxxl,
	.icol.xxxl-g {
	left: 20px;
}

/*.right .icol.s {left:0;padding:0 22px 25px 24px;background:url(../images/box/box_corners_sidebar.gif) no-repeat 0 100%;}*/
.icol.l {
	left: 20px;
	margin-right: 28px;
}

.inner .icol.xl {
}

.front .icol.xl {
	left: 24px;
}

.spread .icol.xl {
	left: 20px;
}

.inner .icol.xxl,
	.inner .icol.xxxl-pa {
	left: 38px;
}

.inner .icol.xxxl-a {
	left: 20px;
}

.front .icol.xxl {
	left: 29px;
}

.spread .icol.xxl {
	left: 24px;
}

.spread.single .icol.xxxxl {
	left: 20px;
}

.specialicol {
	position: relative;
	float: right;
	overflow: hidden;
    width: 501px;
    padding-right: 20px;
}
/**OUTLET**/
.outleticol {
	position: relative;
	float: left;
	overflow: hidden;
    width: 501px;
}

.outlet-info.icol.s {
    width: 210px;
    left: 10px;
}

.outlet-info table.outletprices {
    width: 100%;
}

.outlet-info table.outletprices .destination {
    padding-left: 0.5em;
    text-align: left;
}

.outlet-info table.outletprices .price {
    font-weight: bold;
    text-align: right;
    padding-right: 0.75em;
}

.outlet-info table.outletprices .alt {
    background: #DAE4F0;
}

.outlet-info table.outletprices td {
    padding: 0.2em 0.2em;
}

.outlet-info table.outletprices abbr {
    text-decoration: none;
    color: #0B053A;
}

.outlet-info table.outletprices th {
    padding: 0.5em 0.2em;
}

.outlet-info table.outletprices thead td, .outlet-info table.outletprices thead th {
    background: #2F3885;
    color: white;
    font-weight: bold;
    font-size: 0.7em;

}

.outlet_banner {
	margin: 10px 0;
	border: solid 1px #E6E6E6;
	overflow: hidden;
}

.outlet_banner,
	.outlet_banner img,
	.outlet_banner object,
	.outlet_banner embed {
	display: block;
	width: 132px;
	height: 600px;
}

/***** SEPARATORS *****/

.separator {
	clear: both;
	height: 32px;
	border: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999px;
}

.inner .col.right .separator {
	background-image: url(../images/box/box_separator_inner_right.gif);
}

.front .col.right .separator {
	background-image: url(../images/box/box_separator_front_right.gif);
}

.spread .separator {
	display: none;
}

/***** CONTENT *****/

#content {
	position: relative;
	text-align: left;
}

/***** FRONT NEWS *****/

.front .news {
	text-align: left;
	width: 480px;
}

.front .news span {
	font-size: 11px;
	padding: 4px 0 0;
	text-transform: uppercase;
	text-align: left;
	display: block;
	float: left;
	width: 90px;
}

.front .news a {
	display: block;
	float: left;
	width: 390px;
}

/***** BREADCRUMBS *****/

#breadcrumbs {
	position: relative;
	top: -17px;
	left: 20px;
	margin: -28px 0 0 0;
	width: 350px;
	height: 28px;
	font-size: 11px;
	line-height: 14px;
	overflow: hidden;
}

/***** TABBED PANEL *****/

.front .tabbed-panel {
	margin: 10px 0 24px 0;
	padding-bottom: 10px;
	background: url(../images/tabs/tabbed_panel_bottom.gif) no-repeat 0 100%;
}

.spread .tabbed-panel {
	margin: 10px 0 24px 0;
	padding-bottom: 10px;
	background: url(../images/tabs/tabbed_panel_bottom_wide.gif) no-repeat 0 100%;
}

.inner .tabbed-panel {
	margin: 0 0 20px 0;
}

.tabbed-panel .tabs {
	position: relative;
	z-index: 1000;
	height: 51px;
	margin-bottom: -1px;
	overflow: hidden;
}

.front .tabbed-panel .tabs,
	.spread .tabbed-panel .tabs {
	font-size: 11px !important;
}

.inner .tabbed-panel .tabs {
	font-size: 14px !important;
}

.tabbed-panel .tabs li,
	.tabbed-panel .tabs li a,
	.tabbed-panel .tabs li a .tab {
	float: left;
	height: 51px;
}

.tabbed-panel .tabs li {
	margin-right: -1px;
	background: url(../images/tabs/tab_background.gif) repeat-x;
}

.tabbed-panel .tabs li.selected {
	background: #fff;
}

.tabbed-panel .tabs li a {
	display: block;
	padding-left: 10px;
	background: url(../images/tabs/tab_corner_left.gif) no-repeat 0 0;
	cursor: pointer;
}

.tabbed-panel .tabs li.selected a {
	background: url(../images/tabs/tab_corner_selected_left.gif) no-repeat 0 0;
}

.tabbed-panel .tabs li a .tab {
	display: block;
	padding-right: 10px;
	background: url(../images/tabs/tab_corner_right.gif) no-repeat right top;
}

.tabbed-panel .tabs li.selected a .tab {
	background: url(../images/tabs/tab_corner_selected_right.gif) no-repeat right top;
}

.tabbed-panel .tabs li a .tab .icon {
	display: block;
	background-position: 50% 6px;
	background-repeat: no-repeat;
	text-align: center;
}

.front .tabbed-panel .tabs li a .tab .icon,
	.spread .tabbed-panel .tabs li a .tab .icon {
	padding-top: 30px !important;
}

.inner .tabbed-panel .tabs li a .tab .icon {
	padding-top: 18px !important;
}

.tabbed-panel .tabs li.selected a .tab .icon {
	margin-top: 0;
	border-top: solid 1px #E6E6E6;
}

#tab-book-flight .icon {
	width: 91px;
	background-image: url(../images/tabs/icon_book_flight.gif);
}

#tab-timetable .icon {
	width: 71px;
	background-image: url(../images/tabs/icon_timetable.gif);
}

#tab-check-flight .icon {
	width: 71px;
	background-image: url(../images/tabs/icon_check_flight.gif);
}

#tab-rent-a-car .icon {
	width: 81px;
	background-image: url(../images/tabs/icon_rent_a_car.gif);
}

#tab-hotels .icon {
	width: 46px;
	background-image: url(../images/tabs/icon_hotels.gif);
}

.tabbed-panel .container {
	border-top: solid 1px #D8D8D6;
}

.front .tabbed-panel .container,
	.spread .tabbed-panel .container {
	margin-right: 4px;
	padding: 10px 10px 0 10px;
	border-left: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
}

.inner .tabbed-panel .container {
	padding: 30px 0 0 0;
}

.tabbed-panel .container .error {
	margin-bottom: 10px;
	padding: 6px;
	background: #F0DADA;
	text-align: center;
}

.tabbed-panel .container .icon {
	float: left;
	width: 115px;
	height: 115px;
	margin-right: 12px;
}

.tabbed-panel .container .description {
	float: left;
	width: 288px;
	margin-right: 12px;
}

.tabbed-panel .container .description p {
	font-size: 14px;
	letter-spacing: -1px;
	color: #666666;
}

.tabbed-panel .container .picture {
	float: right;
	width: 223px;
}

.tabbed-panel .container .categories {
	clear: both;
	margin-left: 127px;
}

.tabbed-panel .container .categories li {
	clear: both;
	float: none;
	display: block;
}

.tabbed-panel .container .categories li .title {
	display: block;
	height: 24px;
	border-bottom: solid 1px #CBCBC9;
	padding: 0 0 0 24px;
	background: url(../images/bullet.gif) no-repeat;
	font-size: 1.2em;
	line-height: 24px;
	margin-left: 2px;
}

.tabbed-panel .container .categories li a.selected {
	color: #000;
}

.tabbed-panel .container .categories ul {
	margin: 24px 0 0 0;
}

.tabbed-panel .container .categories ul li {
	clear: none;
	float: left;
	width: 170px;
	height: 42px;
	margin: -12px 10px 16px 0;
	background-repeat: no-repeat;
	font-size: 1.5em;
}

.tabbed-panel .container .categories ul li a {
	float: left;
	padding: 17px 0 0 42px;
}

/***** BANNER *****/

.banner img {
	display: block;
	width: 464px;
	margin: 10px 0;
	border: solid 1px #E1E1E1;
}

.spread .banner div {
	display: block;
	margin: 0 4px 44px 0;
	border: solid 1px #E6E6E4;
	padding: 10px;
}

.spread .banner img {
	display: block;
	width: 342px;
	margin: 0;
	border: solid 1px #E1E1E1;
}

/***** BLUE BOX *****/

.blue-box {
	position: relative;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	background-color: #DAE4F0;
}

.blue-box.aligned {
	padding: 0;
}

.blue-box form {
	padding: 0 10px;
}

.blue-box form fieldset {
	padding-bottom: 6px;
}

.blue-box form .underline {
	border-bottom: solid 1px #fff;
}

.blue-box form .hidden {
	display: none;
}

.blue-box form .passengers {
	position: relative;
	margin-bottom: 8px;
}

.blue-box form .passengers .third {
	float: left;
	width: 55px;
	padding-top: 5px;
}

.blue-box form .passengers label {
	position: relative;
	display: block;
	height: 26px;
	margin-bottom: 5px;
	line-height: 1em !important;
	overflow: hidden;
}

.blue-box form .passengers label span {
	position: absolute;
	bottom: 0;
}

.blue-box form .passengers .info {
	position: absolute;
	right: 10px;
	bottom: -22px;
}

.blue-box form .selectbox {
	display: block;
	width: 155px;
	margin-bottom: 7px;
}

.blue-box form .selectbox.month {
	display: inline;
	width: 92px;
	margin: 0;
}

.blue-box form .selectbox.day {
	display: inline;
	width: 60px;
	margin: 0;
}

.blue-box form .selectbox.number {
	display: inline;
	width: 45px;
}

.blue-box form .textbox {
	display: block;
	width: 150px;
	margin-bottom: 7px;
}

.blue-box form .textbox.number {
	width: 34px;
	text-align: center;
}

.blue-box form .button {
	float: left;
	margin-bottom: 7px;
}

.blue-box form .rss {
	float: left;
	margin: 4px 12px;
	font-weight: bold;
	font-size: 0.7em;
}

.blue-box h4 {
	margin: 10px;
}

.blue-box p {
	margin: 10px;
}

.blue-box form p {
	margin: 0 0 10px 0;
}

.blue-box p.outside {
	padding: 0 10px;
}

.blue-box label {
	font-size: 0.7em;
	color: #000;
}

.blue-box label.block {
	display: block;
	margin: 5px 0;
}

.blue-box label.misc {
	display: inline-table;
	width: 125px;
}

#amadeusArticle ul {
	font-size: 0.7em;
	margin: 0 0 0 20px;
	padding: 0;
}

#amadeusArticle ul li {
	padding: 5px 0 5px 0;
}

#amadeusArticle p {
	margin: 0 0 0 20px
}

/***** ROUTES *****/

.routes {
	margin-bottom: 10px;
}

/***** BOOKING FORM *****/

.booking-form {
	position: relative;
	display: none;
	font-size: 0.7em;
	overflow: hidden;
}

.booking-form.show {
	display: block;
}

.spread .booking-form {
	width: 475px;
}

.booking-form p {
	font-size: 1em;
}

.booking-form p.above {
	margin-bottom: 10px;
}

.booking-form p.check-my-trip {
	padding: 10px 150px 10px 0;
	background: url('../images/booking/check-my-trip.gif') no-repeat right 10px #fff;
}

.booking-form fieldset {
	position: relative;
	padding: 0 0 8px 8px;
	border-bottom: solid 1px #fff;
	background-color: #DAE4F0;
}

.booking-form fieldset.aligned {
	height: auto;
	padding-top: 8px;
}

.booking-form fieldset.hidden {
	display: none;
}

.booking-form fieldset .info {
	float: left;
	margin: 12px 8px 0 0;
}

.booking-form .full {
	clear: both;
}

.booking-form .aligned .full {
	margin: 5px 0;
}

.booking-form .half {
	float: left;
	width: 168px;
}

#book-flight .third1 {
	float: left;
	width: 104px;
}

#book-flight .third2 {
	float: left;
	width: 128px;
}

#multiForm {
	background-color: #DAE4F0;
	display: none;
}

#multiForm div.multiDesc {
	padding: 10px 0 40px 10px;
}

.booking-form fieldset .icon {
	float: left;
	width: 23px !important;
	height: 27px !important;
	margin: 5px 3px 0 0 !important;
}

.spread .booking-form .half {
	width: 198px;
	margin-right: 5px;
}

.booking-form .third {
	float: left;
	width: 104px;
}

.booking-form .checkbox,
	.booking-form .number {
	float: left;
	margin: 9px 8px 0 0 !important;
}

.booking-form label {
	padding: 0;
}

.booking-form label.title {
	float: none;
	display: block;
	margin: 8px 0 0 0;
	font-weight: bold;
}

.booking-form .aligned label {
	width: 45%;
	margin-top: 4px;
	color: #000;
	text-align: right;
}

.booking-form .selectbox,
	.booking-form .show-calendar,
	.booking-form label {
	float: left;
	margin: 10px 4px 0 0;
}

.booking-form .aligned .textbox,
	.booking-form .aligned .selectbox {
	float: none;
	width: 150px;
	margin: 0;
}

.booking-form .airport {
	width: 160px;
}

.spread .booking-form .airport {
	width: 198px;
}

.booking-form .month {
	width: 85px;
}

.booking-form .day {
	width: 49px;
}

.booking-form .show-calendar {
	width: 18px;
	height: 19px;
	background: url(../images/calendar_icon.gif);
	overflow: hidden;
	text-indent: -999px;
}

.booking-form .buttons {
	clear: both;
	background: #fff;
}

.booking-form .buttons .button {
	position: relative;
	float: right;
	margin: -46px 4px 0 0;
}

.booking-form .buttons .help {
	float: left;
}

.booking-form .buttons .help,
	.booking-form .buttons .button.white {
	margin: 10px 0 0 0 !important;
}

.booking-form .stars {
}

.booking-form .stars-block {
	display: none;
	float: left;
	width: 65px;
	height: 13px;
	margin: 8px 10px 0 0;
}

.booking-form .stars-block a {
	float: left;
	width: 13px;
	height: 13px;
	text-indent: -999px;
	overflow: hidden;
	background: url('../images/hotels/stars.gif') no-repeat;
}

.booking-form .stars-block a.highlight {
	background-position: 0 -13px;
}

.booking-form .stars-block a.selected.highlight {
	background-position: 0 -26px;
}

.booking-form .stars-block a.selected {
	background-position: 0 -39px;
}

.tooltip {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 150px;
	border: solid 1px #85A6C9;
	background: #fff;
}

.tooltip ul {
	font-size: 11px;
	text-align: left;
	margin: 5px 10px 5px 20px;
	padding: 0;
}

.tooltip ul li {
	margin: 5px 0;
}

/***** AMADEUS *****/

.amadeus {
	margin-top: -11px;
}

.amadeus iframe {
	width: 725px;
	height: 2000px;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
}

/***** UPSALE *****/

.upsale {
	margin-left: 30px;
	left: 20px;
}

.upsale iframe {
	width: 700px;
	height: 1000px;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
}

/***** LINKS BOX *****/

.links-box {
	margin: -4px 0 4px 0;
}

.inner .links-box {
	margin: 10px 0 6px 0;
}

.links-box .link {
	float: left;
	max-width: 179px;
	width: 181px;
	margin: 4px 4px 0 0;
	padding: 8px 0;
	border: solid 1px #DCDCDC;
	background-repeat: no-repeat;
	background-color: #EDEDED;
	font-size: 1.1em;
	font-weight: bold;
	color: #2F3885;
}

.links-box .link p {
	display: block;
	padding: 2px 10px 2px 39px;
}

.links-box .link .telephone {
	font-size: 0.9em;
}

.links-box .link .telephone em {
	font-size: 0.9em;
}

.links-box .link .small {
	font-size: 0.7em;
	color: #949590;
}

.links-box .link-acc {
	float: left;
	width: 31.5%;
	margin: 4px 4px 0 4px;
	padding: 8px 0;
	border: solid 1px #DCDCDC;
	background-repeat: no-repeat;
	background-color: #EDEDED;
	font-size: 0.9em;
	font-weight: bold;
	color: #2F3885;
}

.links-box .link-acc p {
	display: block;
	padding: 2px 10px 2px 39px;
}

.links-box .link-acc .telephone {
	font-size: 0.8em;
}

.links-box .link-acc .small {
	font-size: 0.7em;
	color: #949590;
}

.links-box .link-acc .spec {
	padding-top:0;
	padding-bottom:2px;
	margin:0;
	font-size:0.73em;
}

/***** FRONTPAGE SPECIAL OFFERS APPLICATION FORM *****/

.offers-form fieldset {
	margin: 0 4px 0 0;
	padding: 8px 0 8px 39px;
	border: solid 1px #DCDCDC;
	background-repeat: no-repeat;
	background-color: #EDEDED;
	background-image: url('../images/envelope.jpg');
	background-position: 4px center;
	font-size: 1.1em;
	font-weight: bold;
	color: #2F3885;
	overflow: auto;
}

.offers-form fieldset label {
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 0.6em;
	font-weight: normal;
}

.offers-form fieldset label.success {
	width: 300px;
}

.offers-form fieldset input {
	float: left;
	width: 120px;
	margin: 5px 5px 5px 0;
}

.offers-form fieldset .button {
	float: left;
	margin: 4px 0;
}

#buttonSubmit {
	width: 76px;
	margin-top: 4px;
}

/* aside newsletter subscriber*/
.offers-form #aside_newsletter {
	margin: 0 4px 0 0;
	padding: 8px 0 8px 39px;
	border: solid 1px #DCDCDC;
	background-repeat: no-repeat;
	background-color: #EDEDED;
	background-image: url('../images/envelope.jpg');
	background-position: 4px bottom;
	font-size: 1.1em;
	font-weight: bold;
	color: #2F3885;
	overflow: auto;
}
#aside_newsletter label {
	width: 130px;
}

#aside_newsletter div {
	background: #fff;
	border: 1px solid #dadada;
	margin: 2px 0 0;
	padding: 1px;
	float: left;
	width: 128px;
}

#aside_newsletter .textbox {
	border: 0;
	background: #fff;
	margin: 0;
	float: left;
	width: 111px;
}

#aside_newsletter .submit {
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: block;
}

* html #aside_newsletter .textbox {
	width: 114px;
}

* html #aside_newsletter .submit {
	margin-right: -2px;
}
/*^^*/

/* newsletter on frontpage */
#newsletter label {
	width: 170px;
}

#newsletter div {
	background: #fff;
	border: 1px solid #dadada;
	margin: 2px 0 0;
	padding: 1px;
	float: left;
	width: 140px;
}

#newsletter .textbox {
	border: 0;
	background: #fff;
	margin: 0;
	float: left;
	width: 121px;
}

#newsletter .submit {
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	display: block;
}

* html #newsletter .textbox {
	width: 114px;
}

* html #newsletter .submit {
	margin-right: -2px;
}

/***** PROMO BOX ON THE HOMEPAGE *****/

.promo {
	margin: 10px 0;
	border: solid 1px #E6E6E6;
	overflow: hidden;
}

.promo,
	.promo img,
	.promo object,
	.promo embed {
	display: block;
	width: 468px;
	height: 150px;
}

/***** OFFERS *****/

.inner .offers {
	position: relative;
	margin: 0 0 10px 0;
}

.offers .offer {
	float: left;
	width: 112px;
	height: 252px;
	margin: 0 8px 24px 0;
	overflow: hidden;
	text-align: left;
}

.front .offers .offer {
	margin-bottom: 0;
}

.offers .offer img {
	display: block;
	width: 110px;
	height: 110px;
}

.offers .offer h4 {
	margin: 8px 0 0 0;
	text-transform: uppercase;
}
.price-starter{
 font-weight:normal;
 font-size: 0.8em;
}

.offers .offer .inner_price {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}
.offer .meta .item .data .inner_price {
	display: inline;
	font-size: 1.3em;
	font-weight: bold;
}


.offers .offer .price {
	font-size: 1.2em;
	font-weight: bold;
}

.offers .offer .description {
	height: 45px;
	overflow: hidden;
}

.offers .offer .button {
	float: left;
	margin: 8px 0 0 0;
}

.offers .scroll-window {
	position: relative;
	width: 472px;
	height: 252px;
	overflow: hidden;
}

.offers .scroll-pane {
	position: absolute;
	height: 252px;
}

.offers .scroll-items {
	display: inline;
	float: left;
	height: 252px;
	overflow: hidden;
}

.scroll-buttons {
	position: absolute;
	top: 170px;
	left: 8px;
	display: block;
	width: 522px;
	height: 110px;
}

html>body .scroll-buttons {
	top: 172px;
}

.scroll-buttons a {
	position: absolute;
	top: 0;
	z-index: 1000;
	width: 16px;
	height: 110px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999px;
}

.scroll-buttons a:hover {
	background-position: 0 -110px;
}

#offers-scroll-left {
	left: 0;
	background-image: url('../images/scroll_left.gif');
}

#offers-scroll-right {
	right: 10px;
	background-image: url('../images/scroll_right.gif');
}

/***** OFFER *****/

.offer h3 {
	margin: 0 0 30px 0;
	color: #434C91;
}

.offer h4 {
	margin: 14px 0 20px 0;
}

.offer h4 {
	margin: 14px 0 20px 0;
}

.offer .fineprint h4 {
	color: #000;
}

.offer .picture {
	float: left;
	width: 210px;
	height: 170px;
	margin-right: 25px;
}

.offer .meta {
	float: left;
	width: 230px;
	margin-top: -6px;
}
* html .offer .meta {width:210px;}

.offer .meta .item,
.offer .buttons {
	clear: both;
	padding: 6px 0;
	border-bottom: solid 1px #E6E6E6;
}
* html .offer .buttons {width:447px;}

.offer .meta .item .label {
	display: block;
	width: 75px;
	color: #959593;
}

.offer .meta .item .data {
	display: block;
	padding-left: 80px;
	font-weight: bold;
	margin:-16px 0 0;
}

.offer .meta .item .data .price {
	font-size: 1.3em;
	font-weight: bold;
}

.offer .buttons {
	height: 38px;
	margin-right: 11px;
}

.offer .buttons .button {
	float: right;
}

.offer .fineprint {
	margin: 14px 11px 10px 0;
	border-top: solid 1px #E6E6E6;
}

.offer .fineprint p {
	font-size: 0.7em;
	color: #999999;
}

.offer .acc .meta {
	float: left;
	width: 520px;
	margin-top: -6px;
}

.offer .acc .meta .item,
	.offer .buttons {
	clear: both;
	padding: 6px 0;
	border-bottom: solid 1px #E6E6E6;
}

.offer .acc .meta .item .label {
	display: block;
	width: 140px;
	color: #959593;
}

.offer .acc .meta .item .data {
	display: block;
	height: 22px;
	margin-top: -22px;
	padding-left: 220px;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
}

/***** SPLIT CATEGORIES - LANDING PAGE *****/

.split-category .picture {
	position: relative;
	width: 321px;
	height: 116px;
}

.split-category .picture img {
	display: block;
}

.split-category .picture .overlay {
	bottom: 10px;
	left: 10px;
}

.split-category h3 {
	margin: 20px 0;
}

.split-category .category {
	border-bottom: solid 1px #E6E6E4;
}

.split-category h4 {
	margin: 8px 0 4px 0;
}

.split-category p {
	margin: 0 0 8px 0;
}

/***** ABOUT INDEX *****/

.about-index .picture {
	position: relative;
	width: 670px;
	height: 116px;
	margin-bottom: 15px;
}

.about-index .picture img {
	display: block;
}

.about-index .picture .overlay {
	bottom: 10px;
	right: 10px;
}

.about-index .grid {
	float: right;
	width: 470px;
}

/** html .about-index .grid {float:right;margin-left:0;}*/
.about-index .grid .box {
	float: left;
	width: 224px;
	height: 150px;
	margin: 0 0 9px 9px;
	border: solid 1px #E6E6E6;
	overflow: hidden;
}

* html .about-index .grid .box {
	margin-left: 7px;
}

.about-index .grid .box h4 {
	margin: 20px 10px 12px 10px;
	font-size: 0.8em;
}

.about-index .grid .box p {
	margin: 0 10px 12px 10px;
	font-size: 0.8em;
}

/***** LATEST NEWS BOX, NEWS ARCHIVE & SEARCH RESULTS *****/

.col.left .latest-news {
	position: absolute;
	top: 196px;
	left: 20px;
	width: 190px;
	background: #DAE4F0;
}

.col.right .latest-news {
}

.col.right .latest-news ul {
	padding: 0 0 0 15px;
	margin: 0;
	font-size: 0.7em;
	list-style: disc;
}

/** html .col.right .latest-news ul {padding:0 0 0 5px;font-size:0.7em;width:170px;}*/
.col.right .latest-news ul li {
	padding-top: 5px;
	float: left;
}

.latest-news h4 {
	margin: 20px 10px 12px 10px;
	font-size: 0.8em;
}

.latest-news h5 {
	margin: 8px 0 12px 0;
}

.news-archive h3 {
	margin: 0 0 12px 0;
}

.col.left .latest-news .item {
	margin: 0 10px 4px 10px;
	border-bottom: solid 1px #C7D1DA;
	padding-bottom: 12px;
}

.col.right .latest-news .item {
	margin: 0 0 4px 0;
	border-bottom: solid 1px #E6E6E6;
	padding-bottom: 4px;
}

.news-archive .item,
	.search-results .item {
	margin: 0 0 12px 0;
	border-top: solid 1px #C7D1DA;
	padding-top: 12px;
	font-size: 0.8em;
}

.latest-news .item .date,
	.news-archive .item .date,
	.search-results .item .date {
	display: block;
	color: #888B82;
}

.col.left .latest-news .more {
	margin: 8px 10px 20px 10px;
}

.col.right .latest-news .more {
	margin: 8px 0 20px 0;
}

.search-results .summary {
	margin: 0 0 10px 0;
}

.pages {
	border-top: solid 1px #C7D1DA;
}

.pages.big ul {
	width: auto;
	left: -150px
}

.pages ul {
	float: left;
	position: relative;
	left: -70px;
	width: 145px;
	height: 23px;
	margin: 10px 0 0 50%;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.pages ul li {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0 6px 0 0;
	border: solid 1px #E6E6E6;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
}

.pages ul li a {
	display: block;
	padding: 4px;
}

.pages ul li a {
	display: block;
}

.pages ul li.active a {
	background-color: #82A9CA;
	color: #fff;
}

/***** TREE MENU *****/

.tree-menu,
	.tree-menu ul,
	.tree-menu li {
	width: 185px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.tree-menu {
	margin: 10px 20px 10px 0 !important;
	border-bottom: solid 1px #E6E6E6;
	font-size: 0.7em;
	text-align: left
}

.tree-menu ul,
	.tree-menu li {
	position: relative;
	display: block;
	clear: both;
}

.tree-menu li {
	border-top: solid 1px #E6E6E6;
	font-weight: bold;
}

.tree-menu a {
	float: left;
	padding: 4px 0;
}

.tree-menu ul li a {
	margin-left: -12px;
	padding-left: 24px;
}

.tree-menu ul li ul li {
	font-weight: normal;
	text-align: left;
}

.tree-menu ul li ul li a {
	margin-left: -24px;
	padding-left: 48px;
}

.tree-menu li a.selected {
	color: #000;
}

.tree-menu ul li a.selected {
	color: #6FA557;
}

/***** CONTACT INFO & SIDEBAR LINKS *****/

.contact-info h5,
	.links h5 {
	margin: 8px 0 12px 0;
}

.contact-info h5 {
	font-weight: bold;
}

.contact-info p {
	margin: 0 0 8px 0;
	font-size: 0.8em;
}

.contact-info .name {
	font-size: 0.8em;
}

.contact-info .address {
	padding-bottom: 8px;
	font-size: 0.7em;
}

.contact-info .telephone {
	height: 15px;
	line-height: 15px;
	border-bottom: 1px solid #E6E6E6;
}

.contact-info .telephone .label {
	float: left;
	width: 46px;
	font-size: 0.85em;
	color: #898A82;
}

.contact-info .telephone .number {
	float: left;
	width: 134px;
	font-weight: bold;
	color: #454C92;
	font-size: 0.872em;
}

dl.sidebar {
	margin-top: 1em;
}

/***** SIDEBAR-ARTICLE *****/

.sidebar-article h5,
	.sidebar-article p,
	.sidebar-article ul,
	.sidebar-article ol {
	font-size: 0.7em;
}

.sidebar-article h5 {
	margin: 8px 0 12px 0;
}

.sidebar-article p,
	.sidebar-article ul,
	.sidebar-article ol {
	margin: 0 0 8px 0;
}

/***** ARTICLE MENU *****/

.article-menu {
	left: 20px;
	width: 115px;
	margin: 0 20px 0 0;
	padding: 24px 0 0 0;
}

.article-menu .icon {
	display: block;
	width: 115px;
	height: 115px;
	margin: 0 auto 10px auto;
}

.article-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.7em;
	font-weight: bold;
}

.article-menu ul li {
	margin-bottom: 10px;
}

.article-menu ul li .selected {
	color: #000;
}

.article-menu .button {
	float: left;
	margin: 6px 8px;
}

/***** ARTICLE *****/

.article {
}

.article h3 {
	margin: 24px 0;
}

.article h4 {
	margin: 0 0 10px 0;
}

.article .picture {
	float: right;
	width: 223px;
}

.article p {
	margin: 0 0 10px 0;
	font-size: 0.8em;
}

.article ul,
	.article ol {
	font-size: 0.8em;
}

.article ul ul,
	.article ul ol,
	.article ol ul,
	.article ol ol {
	font-size: 1em;
}

.article table {
	width: auto;
	margin: 0 0 18px 0;
	border: 0;
	border-bottom: solid 1px #E0E0E0;
	border-collapse: separate !important;
}

.article table.acc {
	width: 100%;
	margin: 0 0 18px 0;
	border: 0;
	border-bottom: solid 1px #E0E0E0;
	border-collapse: separate !important;
}

.article table.clear {
	border-bottom: none !important;
	border-collapse: collapse !important;
}

.article table.full {
	width: 100% !important;
}

.article table th,
	.article table td {
	padding: 4px 12px !important;
	border-right: solid 3px #fff;
	border-bottom: solid 3px #fff;
	font-size: 0.7em;
	background: #F0F0F0;
}

.article table.clear td {
	border-right: none !important;
	border-bottom: none !important;
	background: none !important;
}

.article table td p {
	margin: 0;
	font-size: 12px;
}

.article .files {
	margin-top: 20px;
}

.article .files ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.article .files ul li {
	margin: 10px 0 0 0;
}

.article .files ul li img {
	vertical-align: middle;
}

.let48-padding{
	padding-right: 45px;
	float: right;
}

* html .let48-padding{
	margin-right: 45px;
	padding-right: 0;
}

.outlet-padding{
	padding-right: 45px;
	float: right;
}

* html .outlet-padding{
	margin-right: 45px;
	padding-right: 0;
}

table#acc_header_table td.user,
	table#acc_header_table td.points,
	table#acc_body_table td.points,
	table#acc_body_table td.date {
	text-align: right;
	padding-right: 1em;
}

table#acc_header_table .used_points {
	color: #600;
}

table#acc_header_table .collected_points {
	color: #006;
}

table#acc_body_table .number.negative {
	color: #900;
}

table#acc_body_table tr.entry_1 td {
	background: #E0E0FF;
	color: #500;
}

table#acc_body_table tr.entry_2 td {
	background: #E0FFFF;
}

/***** GALLERY & MAGAZINE *****/

.gallery {
}

.magazine {
	margin: 20px 0 10px 0;
}

.gallery .item,
	.magazine .issue {
	float: left;
	width: 158px;
	margin: 0 10px 10px 0;
	border: solid 1px #E6E6E6;
}

.gallery .item {
	height: 240px;
}

.magazine .issue {
	height: 240px;
}

.gallery .item img,
	.magazine .issue img {
	display: block;
	width: 138px;
	margin: 10px 10px 4px 10px;
}

.gallery .item img {
	height: 138px;
}

.magazine .issue img {
	height: 183px;
}

.gallery .item p,
	.magazine .issue p {
	margin: 0 10px 4px 10px;
	text-align: center;
}

* html .gallery .item p,
	.magazine .issue p {
	margin: 0 10px 2px 10px;
	text-align: center;
}

.gallery .item p.title,
	.magazine .issue p.title {
	font-weight: bold;
	font-size: 12px;
}

/***** INLINE FORM *****/

#acc-login-short-login.form fieldset dl dt,
	#acc-login-short-login.form fieldset dl dd {
	float: none;
	display: block;
	margin-left: 1em;
	text-align: left;
	width: 140px;
}

.form {
}

.form h3 {
	margin: 0 0 10px 0;
}

.form h4 {
	margin: 10px 0;
}

.form .error {
	margin-bottom: 10px;
	padding: 6px;
	background: #F0DADA;
	text-align: center;
}

.form form fieldset {
	padding: 10px;
	background: #EEEEEE;
	overflow: auto;
}

.form form fieldset.buttons {
	margin: 10px 0 0 0;
	border-top: solid 1px #E6E6E6;
	padding: 10px 0;
	background: none;
}

.form form fieldset.buttons .button {
	float: right;
}

.form form fieldset.extraBedFieldset {
	display: none;
}

.form fieldset ol {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 0.7em;
	line-height: 1.5em;
}

.form fieldset ol li p {
	margin: 0 0 15px 0;
	font-size: 1em;
}

.form fieldset dl {
	clear: both;
	margin: 5px 0;
	font-size: 0.7em;
	line-height: 1.5em;
	overflow: auto;
}

.form fieldset dl dt,
	.form fieldset dl dd {
	float: left;
	width: 310px;
	margin: 0;
}

.form fieldset.full dl dt,
	.form fieldset.full dl dd {
	width: auto;
}

.form fieldset dl dt {
	text-align: right;
	margin-right: 10px;
	padding-top: 2px;
}

.form fieldset.full dl dd {
	padding-top: 5px;
}

.form fieldset label {
	font-weight: bold;
}

.form fieldset .err label {
	color: #FF0000;
}

.form fieldset dl dd span {
	float: left;
	width: 80px;
}

.form fieldset .textbox,
	.form fieldset .selectbox {
	font-size: 1em;
}

.form fieldset .textbox {
	width: 297px;
	margin: 2px 0;
}

.form fieldset .checkbox,
	.form fieldset .radio {
	width: 13px;
	margin: 4px 5px 6px 0;
	vertical-align: middle;
}

.form fieldset .textbox.first-name,
	.form fieldset .textbox.last-name {
	width: 145px;
}

.form fieldset .textbox.street,
	.form fieldset .textbox.city {
	width: 240px;
}

.form fieldset .textbox.house-number,
	.form fieldset .textbox.zip,
	.form fieldset .textbox.number {
	width: 50px;
}

.form fieldset .textbox.dateinput {
	width: 80px;
}

.form fieldset .textbox.login {
	width: 130px;
}
.form fieldset p.info {
	text-align:center;padding-top:20px;color:#2f3885;font-weight:bold;
}

/***** BOTTOM MENU *****/

#bottom-menu {
	height: 24px;
	margin: 28px 0 0 -7px !important;
	border-bottom: solid 4px #fff;
}

#bottom-menu li {
	padding: 3px 7px 4px 7px !important;
}

#bottom-menu li a {
	color: #444B93;
}

#bottom-menu li a.selected {
	color: #333;
}

/***** FOOTER *****/

#footer {
	position: relative;
	text-align: left;
	color: #959691;
}

#footer p {
	margin: 0 0 0 -7px;
	padding: 12px 7px;
}

#star-aliance {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 317px;
	height: 25px;
	background: url(../images/footer/star_aliance_logo_v2.gif) no-repeat;
	text-indent: -999px;
}

#spot {
	position: absolute;
	bottom: 0;
	right: 220px;
	display: block;
	width: 317px;
	height: 45px;
	background: url(../images/footer/SPOT_logo.gif) no-repeat;
	text-indent: -999px;
}

/***** CALENDAR *****/

.calendar_date_input {
	clear: both;
	display: block;
	height: 1px;
	margin-top: -10px;
	border: 0;
	font-size: 0;
	visibility: hidden;
}

.calendar {
	margin-top: 10px;
	overflow: hidden;
}

.calendar.narrow {
	display: none;
}

.calendar .cal_calendar {
	width: 198px;
	font-size: 1.4em;
	font-family: Arial;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
}

.calendar.narrow .cal_calendar {
	width: 160px;
}

.calendar .cal_calendar td {
	width: 29px;
	text-align: center;
}

.calendar .cal_calendar td span {
	display: block;
	width: 19px;
	margin: 0 auto;
	border: solid 1px #fff;
	color: #2F3684;
	line-height: 15px;
	text-align: center;
	cursor: pointer;
}

.calendar .cal_header {
	background-color: #85A6C9;
	padding: 0;
	margin: 0;
	border: none;
	border-collapse: collapse;
	font-weight: bold;
	color: #fff;
}

.calendar .cal_cell {
	padding: 6px 2px 4px 2px;
	margin: 1px;
	text-align: center;
	width: 3ex;
}

.calendar .cal_cell img {
	cursor: pointer;
}

.calendar .cal_labelcell {
	width: auto !important;
	padding: 2px;
	margin: 1px;
	text-align: center;
	text-transform: uppercase;
}

.calendar .cal_today {
	border: solid 1px #60A241 !important;
	color: #fff !important;
	background: #60A241;
	font-weight: bold;
}

.calendar .cal_disabled {
	color: #fff !important;
}

/***** CARGO TRACKER *****/

.cargo_tracker {
	clear: both;
}

.cargo_tracker ul {
	list-style: none;
	margin-left: 115px;
}

.cargo_tracker ul li.awbNum {
	list-style: none;
	margin-left: 5px;
	width: 90px;
}

* html .cargo_tracker ul li.awbNum {
	list-style: none;
	margin-left: 0;
	width: 90px;
}

.cargo_tracker ul li.awSubmit {
	list-style: none;
	width: 50px;
	margin-left: 0;
}

* html .cargo_tracker ul {
	list-style: none;
	margin-left: 150px;
}

.cargo_tracker ul li {
	padding: 5px 0 0 0;
	float: left;
}

#awbpre {
	width: 28px;
}

#awbnum {
	width: 70px;
}

.cargo_tracker ul li.awSubmit button {
	margin-bottom: 15px;
	width: 60px;
	padding-bottom: 3px;
	height: 22px;
}

* html .cargo_tracker ul li button {
	margin-bottom: 7px;
}

.cargo_tracker ul li button.button.dark span {
/*height:15px;*/
	padding: 0;
}

/** html .cargo_tracker  span {line-height:1.05em;}*/
.cargo_tracker ul li label {
	margin-right: 15px;
	display: block;
	float: left;
	text-align: right;
	width: 150px;
	font-size: 0.9em;
	padding-top: 6px;
}

.cargo_tracker ul li.awSubmit button.button span {
	float: none;
}

.cargo_tracker_sidebar {
}

.cargo_tracker_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
}

.cargo_tracker_sidebar ul li {
	clear: both;
	padding: 10px 0 0 0;
}

.cargo_tracker_sidebar ul li label {
}

/***** AIRPORT INFO *****/

.airport-representatives {
	margin: 0 0 10px 0;
}

.airport-representatives h4 {
	margin: 20px 0 0 0;
	font-size: 0.7em;
	color: #000;
}

.airport-representatives .address {
	margin: 0 0 10px 0;
}

.airport-representatives .contacts {
}

/***** AIRPORT INFO *****/
#content div.airport-info {
	left: 220px;
}

.airport-info ul {
	position: relative;
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 1.4em;
}

.airport-info ul li {
	position: relative;
	border-bottom: solid 1px #E6E6E6;
	padding: 6px 0 6px 36px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.airport-info ul li.Bus {
	background-image: url('../images/airport/bus.gif');
}

.airport-info ul li.CheckInLocation {
	background-image: url('../images/airport/checkin_location.gif');
}

.airport-info ul li.CheckInTime {
	background-image: url('../images/airport/checkin_time.gif');
}

.airport-info ul li.Info {
	background-image: url('../images/airport/info.gif');
}

.airport-info ul li.Lounge {
	background-image: url('../images/airport/lounge.gif');
}

.airport-info ul li.Position {
	background-image: url('../images/airport/position.gif');
}

.airport-info ul li.CarRent {
	background-image: url('../images/airport/rent_a_car.gif');
}

.airport-info ul li.Cab {
	background-image: url('../images/airport/taxi.gif');
}

.airport-info ul li.TD {
	background-image: url('../images/airport/tickets_desk.gif');
}

.airport-info ul li.HA {
	background-image: url('../images/airport/representative.gif');
}

.airport-info ul li.SV {
	background-image: url('../images/airport/supervisor.gif');
}

.airport-info ul li.Train {
	background-image: url('../images/airport/train.gif');
}

/***** GROUNDOPS TRAINING FORM *****/

/*#groundops-training-form ol {list-style:none;padding:0 0 0 5px;}
#groundops-training-form li {clear:both;margin:5px 0 0 0;}
#groundops-training-form li span {float:left;margin:0 0 0 0;}
#groundops-training-form li label {float:left;width:140px;margin-left:10px;}
#groundops-training-form li input {float:left;}
#groundops-training-form li.checker {margin:0 0 0 0;}
#groundops-training-form li.checker label {width:500px;}
#groundops-training-form li.checker input {width:15px;margin:0 0 0 13px;}
#groundops-training-form li.req input {width:15px;margin:0 0 0 9px;}*/

ul.filelist {
	list-style: none;
	padding: 0;
}

/* reservations */

/*TOP OFFERS FORM*/
.title {
	margin-bottom: 10px;
	margin-left: 16px;
	font-size: 1.1em;
}

.notice {
	width: 200px;
	margin-left: 16px;
}

.notice p {
	margin-bottom: 10px;
}

#navigation {
	float: left;
	position: absolute;
	left: 550px;
	top: 0;
}

#mainbody {
	float: left;
}

#mainbody p {
	margin: 0 0 18px;
}

#mainbody h2 {
	text-align: left;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

#mainbody h3 {
	margin: 0 0 15px;
}

#creditcards {
	clear: both;
	margin: 15px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#creditcards img {
	float: left;
	padding: 0 !important;
	margin: 10px;
}

/* WEB INFO */
table.webinfo .UTC {
	font-size: 90%;
	color: gray;
	padding-left: 0.5em;
	display: none
}

table.webinfo .planetimetitle {
	text-align: center;
}

table.webinfo .planetime {
	max-width: 80px;
	width: 80px;
	text-align: center;
}

table.webinfo .planetime.diff_positive {
	color: #006600
}

table.webinfo .planetime.diff_negative {
	color: #600
}

table.webinfo .date {
	max-width: 100px;
	width: 100px;
	text-align: right;
}

table.webinfo .flightno {
	max-width: 80px;
	width: 80px;
	text-align: left;
}

table.webinfo td.airport .code {
	font-weight: bold
}

table.webinfo td.airport .name {
	color: #434C91
}

/* flight form - let48 && outlet*/
#let48FlightForm {
	width: 468px;
	margin: 0 0 15px;
}

#let48FlightForm .half {
	width: auto;
	float: left;
	margin: 0 10px 8px 0;
}

#let48FlightForm .half select {
	width: auto;
}

#let48FlightForm .buttons {
	background: none;
	float: left;
}

#let48FlightForm .buttons button {
	border: 0;
	width: 65px;
	height: 22px;
	padding: 4px 0 5px;
	margin: 0 10px 0 0;
	display: block;
	float: right;
	color: #fff;
	font: bold 11px Arial, Tahoma, Verdana;
	text-align: center;
	background: #2f3885 url(../images/buttons/find.png) no-repeat 0 0;
}

.article .let48-flights{
	width: 468px;
	clear: both;
}

/* flight form - outlet*/

#outletFlightForm{
	width: 468px;
	margin: 0 0 15px;
}

#outletFlightForm .half {
	width: auto;
	float: left;
	margin: 0 10px 8px 0;
}

#outletFlightForm .half select {
	width: auto;
}

#outletFlightForm .buttons {
	background: none;
	float: left;
}

#outletFlightForm .buttons button {
	border: 0;
	width: 65px;
	height: 22px;
	padding: 4px 0 5px;
	margin: 0 10px 0 0;
	display: block;
	float: right;
	color: #fff;
	font: bold 11px Arial, Tahoma, Verdana;
	text-align: center;
	background: #2f3885 url(../images/buttons/find.png) no-repeat 0 0;
}

.article .outlet-flights{
	width: 468px;
	clear: both;
}

.article .special-flights{
	width: 468px;
	clear: both;
}

.specialFlightForm{
	width: 468px;
	margin: 0 0 15px;
}

.specialFlightForm .half {
	width: auto;
	float: left;
	margin: 0 10px 8px 0;
}

.specialFlightForm .half select {
	width: auto;
}

.specialFlightForm .buttons {
	background: none;
	float: left;
}

.specialFlightForm .buttons button {
	border: 0;
	width: 65px;
	height: 22px;
	padding: 4px 0 5px;
	margin: 0 10px 0 0;
	display: block;
	float: right;
	color: #fff;
	font: bold 11px Arial, Tahoma, Verdana;
	text-align: center;
	background: #2f3885 url(../images/buttons/find.png) no-repeat 0 0;
}



/* flight form - outlet returning*/
#outletRetFlightForm{
	width: 468px;
	margin: 0 0 15px;
}

#outletRetFlightForm .half {
	width: auto;
	float: left;
	margin: 0 10px 8px 0;
}

#outletRetFlightForm .half select {
	width: auto;
}

#outletRetFlightForm .buttons {
	background: none;
	float: left;
}

#outletRetFlightForm .buttons button {
	border: 0;
	width: 65px;
	height: 22px;
	padding: 4px 0 5px;
	margin: 0 10px 0 0;
	display: block;
	float: right;
	color: #fff;
	font: bold 11px Arial, Tahoma, Verdana;
	text-align: center;
	background: #2f3885 url(../images/buttons/find.png) no-repeat 0 0;
}

.let50_image {margin-bottom:20px;}

.article .outletRet-flights{
	width: 468px;
	clear: both;
}
/**/

.right .flight-list {
	left: 10px;
	width: 210px;
}

.flight-list table {
	width: 100%;
	clear: both;
	text-align: left;
}

.flight-list table th,
	.flight-list table td {
	padding: 4px 5px 3px;
}

.flight-list table th {
	font-size: 11px;
	vertical-align: bottom;
	color: #fff;
	background: #2f3885;
}

.flight-list table td {
	border-bottom: 1px solid #000;
	vertical-align: top;
}

/* CSS3 or javascript-added classname .sum */
.flight-list table tr td:nth-child(2n), .flight-list table tr td.sum {
	background: #dae4f0;
	text-align: right;
	padding-right: 5px;
	width: 40px;
}

.time {
	display: none
}

#site div.clear hr {
	display: none
}

.cms ul {
	font-size: 0.7em;
	line-height: 1.4em;
}

.cms ul  a {
	text-decoration: underline;
	color: #7777EE;
}

.small_font {
	font-size: 0.8em;
}

#hotels fieldset.small {
	border-bottom: none;
	padding-bottom: 0;
}

#hotels fieldset.noborder {
	border-bottom: none;
}

#hotels label {
	float: none;
}

#hotels label.long {
	display: block;
	padding-bottom: 4px;
	font-weight: bold;
}

/* HACKS
------------------------------ */
.clear,
	#flightForm {
	display: inline-block;
}

.clear:after,
	#flightForm:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cclear {
	clear: left;
	width: 100%;
	border: 0;
	height: 1px;
	line-height: 1px;
}

.cclear hr {
	display: none;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}

.clear {
	display: block;
}

/* End hide from IE-mac */