/* Generic Box Styles */

.actionbox {
	width: 224px; 
	padding: 0; 
	position: relative; 
	border-bottom: 1px solid #d5d5d5; 
	margin-top: 10px; 
	border-top: 1px solid #e2e2e2; 
}

.actionbox .contenttable td {
	line-height: 13px;
}

.box_top {
	z-index:1;
	height: 24px;
	width: 216px;
	padding: 0px;
	background-image: url("images/box_top.gif");
	background-repeat: no-repeat;
	position: relative;
}

.box_top_text {
	padding-left: 15px;
}

.box_bottom {
	z-index:3;
	height: 136px;
	width: 216px;
	padding: 0 0 0 0px;
	background-image: url("images/box_bottom_transp.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute; 
}

.box_bottom_text {
	padding: 4px 15px 8px 15px;
}

.box_bottom_image {
	z-index:2;
	width: 216px;
	height: 136px;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}

.box_top_right {
	position: relative;
	height: 24px;
	border-bottom: 1px solid #cecece;
	background-color: #d9d9d9;
	background-image: none;
}

.box_top_right h2,
.box_top_right h3 {
    margin: 0px;
    line-height: 22px;
	font-size: 12px;
	font-weight: normal;
    text-transform: uppercase;
	color: #3A4E76;
}

.box_top_right_text {
	padding: 0px 0px 0px 7px; 
}

*html .box_top_right_text {
	padding: 0px 0px 0px 3px;
}

.box_bottom_right {
	z-index: 1;
	width: 224px;
	padding: 4px 15px 8px 15px;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative; 
}

.box_bottom_right_image {
	z-index: 3;
	margin-bottom: 8px;
	width: 224px;
	padding: 12px 0px 0px 0px;
	background-image: url("images/box_bottom_right_transp.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
}

.box_bottom_right_text {
	z-index:9;
	padding: 4px 15px 8px 15px;
	position: absolute;
}

.box_bottom_right_nurtext {
	position: relative; 
	padding: 4px 5px 6px 5px;
	z-index: 3;
	background-position: left bottom;
	background-image: url(images/billboard_bg_blueberry.gif);
	background-repeat: repeat-x;
	background-color: #f2f2f2;
}

*html .box_bottom_right_nurtext { 
	padding: 4px 7px 3px 7px; 
}

.box_bottom_right_nurbild {
	width: 224px;
	padding: 0px 8px 8px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute; 
}


/* Breadcrumbs Styles */

ul.breadcrumbs {
	list-style-type: none;
	padding: 8px 0pt 14px 0px;
	height: 28px;
	line-height: 28px;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #999999;
}

ul.breadcrumbs li {
	display: block;
	float: left;
	height: 28px;
	padding: 0px 8px 0px 0px;
	background: transparent none repeat scroll 0% 0%;
}

ul.breadcrumbs li a {
	color: #999999;
	text-decoration: underline;
}

ul.breadcrumbs li a:hover {
	color: #f8ba00; 
}


ul.breadcrumbs li span {
	color: #666666;
}



/** Countries Overview Page Styles */

.continent_list_container {
	background-image: url('images/continent_back.gif');
	background-repeat: no-repeat;
	background-position: top right;
	padding: 12px;
	clear: both;
}

.continent_list_container h1 {
	margin-top: 22px;
}

.continent_list_container .continent_list a {
	text-decoration: underline;
}

.continent_list_container .continent_list a:link {
	text-decoration: underline;
}

.continent_list_container .continent_list {
	font-size: 120%;
	margin-bottom: 8px;
	overflow: hidden;
	_height: 1%;
}

.continent_list_container .continent_list h3 {
	font-size: 105%;
}

.continent_list_container .continent_list li {
	background-image: url(images/plane_bullet.gif);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 17px;
	white-space: nowrap;
	padding-left: 10px;
	margin-right: 15px;
	float: left;
}

.continent_list_container .infos ul li {
	color:#727272;
	font-size:10px;
	margin-right:3px;
}

.continent_list_container .infos ul li a {
	color:#727272;
	font-size:10px;
	text-decoration: none;
}


/* Abstract Destination Page Styles */

#content_top_left {
	width: 624px;
	position: relative;
	height: 180px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #162b51;
	border-bottom: 8px solid #162b51;
	background-image: url(images/image_back.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

*html #content_top_left {
	height: 188px;
}

#content_top_left img {
	width: 624px;
	height: 188px;
}

#content_top_left .texten_headline_back {
	position: absolute;
	color: #162b51;
	background-color: #162b51;
	width: 224px;
	height: 40px;
	left: 0;
	top: 143px;
	font-size: 1px;
	opacity: 0.7;
	filter:Alpha(opacity=70);
}

#content_top_left .texten_headline {
	position: absolute;
	color: #fff;
	left: 7px;
	top: 152px;
	font-size: 16px;
	line-height: 1.4em;
}

#content_top_right {
	width: 272px;
	height: 180px;
	background-color: #162b51;
	border-bottom: 8px solid #0c2658;
	position: relative;
}

* html #content_top_right {
	width: 273px;
	height: 188px;
}

.sideAreaContent { 
	width: 224px; 
	clear: left; 
}

.sideAreaContent .facets_headline {
	margin: 0 0 7px 0;
	font-size: 14px;
	clear: both;
	padding-top: 22px;
}

.sideAreaContent h3 { 
	margin: 0px 0px 2px 0px; 
}

*html .sideAreaContent h2 { 
	margin: 0px 0px 0px 7px; 
}

.mainContent {
	width: 662px;
	overflow: hidden;
	padding: 10px 0px;
}

.mainContent h1 {
	clear: left;
	text-transform: none;
	margin: 0 0 6px 0;
	padding: 5px 10px 7px 10px;
	font-size: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #CECECE;
	background-color: #eee;
}

.mainContent h2 {
	color: #3A4E76;
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.mainContent h3.fops_headline {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.mainContent h3.fops_headline a {
	text-decoration: underline !important;
}

div.topCities {
	overflow: hidden;
	margin-bottom: 12px;
}

div.topCities h1 {
	margin: 0px 0px 4px 0px !important;
}

div.topCities div.topCity {
	float: left;
	height: 34px;
	width: 320px;
	margin: 4px 8px 8px 0px;
	color: white;
	text-align: center;
}

div.topCities div.topCity a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: url('images/city_back.gif');
	background-repeat: repeat-x;
	background-color: #495982;
	color: white;
	cursor: pointer;
}

div.topCities div.topCity a:hover {
	background-image: url('images/city_back_hl.gif');
	color: #e8eef7;
}

div.topCities div.topCity span {
	line-height: 34px;
	font-size: 14px;
	vertical-align: middle;
}

.search_submit {
	border: 0;
}


/* FopsList Entriy Styles */

.fopsList li {
	margin-bottom: 8px;
	overflow: hidden;
	display: block;
}

.fopsList div.fopsListEntry {
	background-image: url('images/ibe_list_footer.gif');
	background-color: #c5c7cb;
	height: 58px;
	padding: 3px 12px;
	margin-bottom: 0px;
}

.fopsList table.fopsListEntry {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
	cursor: pointer;
}

.fopsList table.fopsListEntry tr td {
	padding: 1px;
	font-size: 12px;
	vertical-align: middle;
	white-space: nowrap;
}

.fopsList table.fopsListEntry tr td.airlineFlag {
	width: 45px;
	border-right: 1px solid white;
}

.fopsList table.fopsListEntry tr.outboundFlight td.arrow {
	width: 40px;
	background: transparent url('images/arrow_right_fl.gif') no-repeat
		scroll center center;
}

.fopsList table.fopsListEntry tr.returnFlight td.arrow {
	width: 40px;
	background: transparent url('images/arrow_left_fl.gif') no-repeat scroll
		center center;
}

.fopsList table.fopsListEntry tr td.departureDate {
	width: 90px;
}

.fopsList table.fopsListEntry tr td.origin {
	width: 31px;
}

.fopsList table.fopsListEntry tr td.departureTime {
	width: 60px;
}

.fopsList table.fopsListEntry tr td.destination {
	width: 32px;
}

.fopsList table.fopsListEntry tr td.arrivalTime {
	width: 60px;
}

.fopsList table.fopsListEntry tr td.stops {
	text-align: right;
}

.fopsList table.fopsListEntry tr td.duration {
	width: 80px;
	padding-right: 16px;
	text-align: right;
}

.fopsList table.fopsListEntry tr td.price {
	width: 120px;
	border-left: 1px solid #E2E2E2;
	text-align: right;
}

.fopsList table.fopsListEntry tr td.price span.price {
	font-size: 18px;
	font-weight: bold;
	color: #0C2658;
}

.fopsList table.fopsListEntry tr td.airlineName {
	font-size: 11px;
	padding-top: 5px;
}

.fopsList table.fopsListEntry tr td.airlineName span.airlineName {
	font-weight: bold;
}

.fopsList table.fopsListEntry tr td.icons {
	padding-top: 4px;
	padding-right: 16px;
	text-align: right;
}

.fopsList table.fopsListEntry tr td.showDetailsLink {
	width: 120px;
	text-align: right;
}

.fopsList table.fopsListEntry tr td.showDetailsLink a.hideDetailsLink {
	display: none;
}


/* FopsList Entry Details Styles */

.fopsList .fopsListEntryDetails {
	display: none;
	background-color: #d1d3d7;
	background-image: url('images/ibe_list_footer.gif');
	background-repeat: repeat-y;
	padding: 6px 12px;
	border-top: 1px solid #fff;
	opacity: 0.80;
	filter: alpha(opacity =   80);
}

.fopsList .fopsListEntryDetails .additionalInfo h3 {
	color: #0C2658;
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0 6px 0;
	line-height: 16px;
}

.fopsList .fopsListEntryDetails .additionalInfo table tr td.airlineFlag
	{
	width: 45px;
	border-right: 1px solid white;
}

.fopsList .fopsListEntryDetails .additionalInfo table tr td.airlineInfo,.fopsList .fopsListEntryDetails .additionalInfo table tr td.departure,.fopsList .fopsListEntryDetails .additionalInfo table tr td.arrival
	{
	width: 140px;
	padding-left: 16px;
}

.fopsList .fopsListEntryDetails .additionalInfo table tr td.arrow
	{
	width: 40px;
	align: left;
	background-color: transparent;
	background-image: url('images/arrow_right_fl.gif');
	background-position: center center;
	background-repeat: no-repeat;
}

.fopsList .fopsListEntryDetails .additionalInfo table tr td.various
	{
	font-size: 11px;
	padding: 6px 0 2px 16px;
}

.fopsList .fopsListEntryDetails .submit {
	float: right;
	width: 106px;
	height: 21px;
	background-color: #162B51;
	background-image: url('images/ibe_button_waehlen_blue.gif');
	background-repeat: no-repeat;
	cursor: pointer;
}

.fopsList .fopsListEntryDetails .submit a {
	display: block;
	width: 106px;
	height: 21px;
}

.fopsList .fopsListEntryDetails .submitPrice {
	float: right;
	color: #0C2658;
	font-size: 14px;
	font-weight: bold;
	padding-top: 1px;
}


/* FopsList Progress Overlay Styles */

.fopsList .progressIndicatorOverlay {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	padding-left: 100px;
}

.fopsList .progressIndicatorOverlay div.progressIndicator {
	position: relative;
	width: 400px;
	padding: 30px 10px;
	top: 50%;
	_position: absolute;
	_top: 5%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	opacity: 0.8;
	filter: alpha(opacity =   80);
	font-weight: bold;
	font-size: 14px;
	color: #162B51;
	border: 4px solid #cbd1dc;
	z-index: 2999;
}

.fopsList .progressIndicatorOverlay div.progressIndicator img {
	margin-right: 12px;
}


/* Fops List Message Empty Styles */

.fopsList div.messageEmpty {
	height: auto;
	margin: 8px 0px;
	padding: 6px 10px 3px 10px;
}


/* FopsList SortHeader Styles */

.fopsList div.sortHeader {
	height: 18px;
	margin: 8px 0px;
	padding: 3px 12px;
}

.fopsList div.sortHeader table.sortHeader {
	cursor: auto;
}

.fopsList div.sortHeader table.sortHeader tr td.airline {
	width: 45px;
	border-right: 1px solid white;
}

.fopsList div.sortHeader table.sortHeader tr td.empty {
	width: 40px;
}

.fopsList div.sortHeader table.sortHeader tr td.departureTime {
	width: 93px;
}

.fopsList div.sortHeader table.sortHeader tr td.arrivalTime {
	width: 94px;
}

.fopsList div.sortHeader table.sortHeader a {
	text-decoration: underline;
}

.fopsList div.sortHeader table.sortHeader div.sortAsc a {
	font-weight: bold;
	padding-right: 11px;
	background: transparent url('images/arrow_down_sort.gif') no-repeat scroll right center;
}

.fopsList div.sortHeader table.sortHeader div.sortAsc a:hover {
	background: transparent url('images/arrow_down_sort_active.gif') no-repeat scroll right center;
}

.fopsList div.sortHeader table.sortHeader div.sortDesc a {
	font-weight: bold;
	padding-right: 11px;
	background: transparent url('images/arrow_up_sort.gif') no-repeat scroll right center;
}

.fopsList div.sortHeader table.sortHeader div.sortDesc a:hover {
	background: transparent url('images/arrow_up_sort_active.gif') no-repeat scroll right center;
}


/* FopsList Pager Styles */

.fopsList div.pager {
	height: 16px;
	margin-bottom: 16px;
	padding: 6px 10px 3px 10px;
	border-bottom: 1px solid #9c9fa3;
}

.fopsList div.pager table.pager {
	table-layout: auto;
	width: auto;
}

.fopsList div.pager table.pager tr td {
	width: 14px;
	padding-right: 4px;
	text-align: center;
}


/* Fops DaySelector Styles */

#dayEnclosure, 
#monthEnclosure {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 15px;
	height: 233px;
	padding-bottom: 9px;
	position: relative;
}

* html #dayEnclosure {
	height: 253px;
}
 
* html #monthEnclosure {
	height: 253px;
}

#monthEnclosure .airlineInfoTabsAnchorLink {
	position: absolute;
	right: 2px;
	top: 1px;
}

#monthEnclosure .fops_subheadline {
	padding-left: 8px;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

#dayEnclosure ul.dayPickerCheckboxList {
	display: block;
	list-style: none;
	height: 20px;
	padding: 0px 0px 0px 42px;
	border: none;
}

#dayEnclosure ul.dayPickerCheckboxList li {
	display: block;
	float: left;
	width: 20px;
	text-align: center;
}

#dayEnclosure ul.dayPickerCheckboxList li input {
	border: none;
}

#dayEnclosure .monthEnclosure_headline {
	margin: 18px 0 8px 2px;
	color: #293C5C;
	font-size: 12px;
}

#dayEnclosure .monthEnclosure_headline .monthName {
	width: 50%;
}

#dayEnclosure .monthEnclosure_headline .backToMonth {
	float: right;
}

#dayEnclosure .monthEnclosure_headline .backToMonth a {
	text-decoration: underline;
}

#dayEnclosure .map2 {
	clear: both;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 160px;
}


/* Facette Box Styles */

.facette_box .box_top_right {
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	position: relative;
}

.facette_box .facette_box_contents {
	background-color: #f8f8f8;
	background-image: url(images/billboard_bg_bright.gif);
	overflow: auto;
}

.facette_box .facette_box_contents input {
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 2px;
}

.facette_box .facette_box_contents li.active {
	background-color: #ddd;
	cursor: pointer;
}

.facette_box .bottom_link {
	padding: 4px 0px;
	font-size: 10px;
	white-space: nowrap;
}

.facette_box .facette_box_contents li {
	display: block;
	padding: 1px 2px 2px 1px;
}

* html .facette_box .facette_box_contents li {
	padding: 1px 2px 1px 1px;
	margin: -5px 0;
}

*+html .facette_box .facette_box_contents li {
	padding: 2px 2px 2px 1px;
	margin: -4px 0;
}

.facette_box .facette_box_contents li a {
	text-decoration: none;
	color: #3A4E76;
}

.hide_facet {
	font-weight: normal;
	font-size: 11px;
	position: absolute;
	right: 6px;
	top: 2px;
}

.facette_fixed_height {
	height: 72px;
}

.toggleFacet {
	cursor: pointer;
}

.toggleFacet:hover {
	color: #8594b3;
}

.facette_box .zur_karte {
	padding-left: 6px;
	font-size: 10px;
	color: #999;
	font-weight: normal;
}

.narrowSearch {
	margin: 0 0 8px 0;
	background-image: url(images/narrow_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #fff;
	padding: 8px 8px 24px 8px;
	height: 49px;
}

.narrowSearch td {
	color: #fff;
}

.narrowSearch h2 {
	white-space: nowrap;
	color: #fff;
}

.toggle_facettes {
	margin-bottom: 5px;
	white-space: nowrap;
	color: #999;
	font-size: 10px;
}

.toggle_facettes a {
	color: #999;
}

.toggle_facettes a:link {
	color: #999;
}


/* SearchBoxTop Styles */

.searchBoxTop {
	padding: 3px 6px 0px 12px;
	color: #fff;
}

.searchBoxTop h3 {
	margin: 0pt;
	font-weight: normal;
	line-height: 22px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}

* html .searchBoxTop {
	padding: 2px 0 0 8px;
}

*+html .searchBoxTop {
	padding: 2px 0 0 8px;
}

.searchBoxTop table {
	border-spacing: 0px;
	border-collapse: separate;
}

.searchBoxTop table tr td {
	padding: 0px 13px 0px 0px;
	_padding: 0px 7px 0px 0px;
	border: 0px;
}

.searchBoxTop a.advancedSearchLink {
	color: #fff;
	text-decoration: underline;
	position: absolute;
	left: 10px;
	bottom: 15px;
}

.searchBoxTop a.advancedSearchLink:hover {
	color: #f8ba00; 
	text-decoration: underline; 
	cursor: pointer; 
}

.searchBoxTop label {
	display: block;
	height: 13px;
	line-height: 13px;
	padding: 3px 0px 2px 0px;
	color: #fff;
	font-size: 11px;
}

* html .searchBoxTop label {
	padding: 1px 0px 1px 0px;
}

*+html .searchBoxTop label {
	padding: 1px 0px 1px 0px;
}

.searchBoxTop input {
	width: 111px;
	opacity: 0.9;
	_filter: alpha(opacity =   90);
}

.searchBoxTop select {
	width: 117px;
	opacity: 0.86;
	_filter: alpha(opacity =   86);
}

.searchBoxTop input.inputSubmit {
	display: box;
	float: right;
	width: auto;
	height: auto;
	margin: 13px 7px 2px 2px;
	padding: 0px;
	border: 0px;
	font-size: 11px;
}

.searchBoxTop input.cal {
	background: #FFFFFF url('images/cal_icon.gif') no-repeat scroll 98% 2px;
	cursor: pointer;
}

.searchBoxTop.searchBoxTopDatepicker {
	padding: 0px;;
	margin: 1px 0px 0px 0px;
	width: 188px;
	border: 1px solid #b2b2b2;
	background: #fff;
	text-align: center;
	font-size: 100%;
	z-index: 10;
	zoom: 1;
}

.searchBoxTop .ui-datepicker-clear, 
.searchBoxTop .ui-datepicker-close { 
	display: none; 
}

.searchBoxTop .ui-datepicker-header {
	margin: 3px;
}

.searchBoxTop .ui-datepicker-header .ui-datepicker-prev,
.searchBoxTop .ui-datepicker-header .ui-datepicker-next {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #92abc4;
	width: 28px;
	height: 27px;
}

.searchBoxTop .ui-datepicker-header .ui-datepicker-prev {
	float: left;
	background-image: url(images/flightsearch_calendar_arrow_left.gif);
}

.searchBoxTop .ui-datepicker-header .ui-datepicker-next {
	float: right;
	background-image: url(images/flightsearch_calendar_arrow_right.gif);
}


.searchBoxTop .ui-datepicker-title {
	margin: 0px auto;
	padding: 3px 0px 11px 0px;
	width: 100px;
	line-height: 14px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	color: #707070;
}

.searchBoxTop table.ui-datepicker-calendar {
	margin: 3px;
	table-layout: fixed;
}

.searchBoxTop table.ui-datepicker-calendar th {
	width: 24px;
	height: 20px;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.searchBoxTop table.ui-datepicker-calendar th.ui-datepicker-week-end {
	color: #1d3563;
}

.searchBoxTop table.ui-datepicker-calendar td {
	width: 24px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #000;
	border: 1px solid #fff;
	background: #e6e6e6;
}

.searchBoxTop table.ui-datepicker-calendar td a {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: inherit;
	cursor: pointer;
}

.searchBoxTop table.ui-datepicker-calendar td.ui-datepicker-unselectable {
	color: #888;
	background: #f4f4f4;
}

.searchBoxTop table.ui-datepicker-calendar td.ui-datepicker-week-end {
	color: #1d3563;
}

.searchBoxTop table.ui-datepicker-calendar td.ui-datepicker-today {
	background: #fdeab2 !important;
}

.searchBoxTop table.ui-datepicker-calendar td.ui-datepicker-current-day {
	background: #ffc115 !important;
}

.searchBoxTop table.ui-datepicker-calendar td a:hover { 
	color: #ffc115 !important; 
}

.searchBoxTop table.ui-datepicker-calendar td.ui-datepicker-today a:hover { 
	color: #000 !important; 
}

.searchBoxTop .ui-datepicker-cover {
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 193px;
	height: 200px;
}

.searchBoxTop .ui-datepicker-status {
	text-align: left; 
	font-size: 14px; 
	font-weight: bold; 
	color: #555555; 
	position: absolute; 
	left: 5px; 
	top: 5px !important; 
	top: -1px; 
	padding: 0; 
	line-height: 1; 
	zoom: 1; 
	z-index: 1000;
}

.searchBoxTop.ac_results {
	overflow: hidden;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	border: none;
	color: black;
	background-color: white;
	text-align: left;
	z-index: 1000;
}

.searchBoxTop.ac_results .ac_loading {
	display: none;
}

.searchBoxTop.ac_results ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #A3ADBF;
}

.searchBoxTop.ac_results ul li {
	display: block;
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 4px 5px 4px 7px;
	color: #444444;
	cursor: pointer;
}

.searchBoxTop.ac_results ul li.ac_over {
	color: white;
	background-color: #28406e;
}


/* Google Maps Styles */

#map { 
	width: 660px;
	height: 230px;
	overflow: hidden;
	margin: 0 0 10px 0;
	border: 1px solid #71869d;
	background-color: #005fff !important;
	background-repeat: repeat-x; 
	clear: left;
}

#content_top_left #map {
	width: 624px;
	height: 178px;
}

#map.map_top {
	margin-bottom: 0;
}

#map div {
	opacity: 0.97;
}

#map span {
	opacity: 0.97;
}

#map div.gMapMarkerContents {
	line-height: 1.2em;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #18202F;
}


/* Simple Content Box Styles */

.simpleContentBox {
	margin: 0px 0px 3px 0px;
	padding: 4px 10px;
	border-top: 0 solid #CECECE;
}

.simpleContentBox h2 {
	margin: 7px 0 0 0;
	line-height: 11px;
	font-size: 11px;
	font-weight: normal;
	color: #18202F;
}

.simpleContentBox p {
	font-size: 11px;
	margin: 2px 0 3px 0;
}


/* Generic Info Box Styles */

ul.listInfoBox {
	float: none;
	clear: both;
	margin: 0px;
	padding: 4px 0 0 0;
	background-color: #F2F2F2;
	background-image: url('images/billboard_bg_blueberry.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.simpleContentBox p a {
	text-decoration: underline;
}

ul.listInfoBox p a {
	text-decoration: underline;
}

ul.listInfoBox li {
	display: block;
	min-height: 40px;
	background-attachment: scroll;
	background-position: 8px top;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 10px 0 10px 0;
	padding: 1px 20px 10px 53px;
	border-bottom: 1px solid #fbfbfb;
}

ul.listInfoBox li h3,
ul.listInfoBox li h4 {
	font-size: 13px;
	margin: 0 0 3px 0;
}

ul.listInfoBox li p {
	font-size: 11px;
	margin: 3px 0px;
}


/* Country Info Box Styles */

ul.countryInfoBox li.timeZone {
	background-image: url('images/icon_time_zone.gif');
}

ul.countryInfoBox li.money {
	background-image: url('images/icon_money.gif');
}

ul.countryInfoBox li.health {
	background-image: url('images/icon_health.gif');
}

ul.countryInfoBox li.dosAndDonts {
	background-image: url('images/icon_dos_and_donts.gif');
}

ul.countryInfoBox li.tourismOffice {
	background-image: url('images/icon_tourism_office.gif');
}

ul.countryInfoBox li.climate {
	background-image: url('images/icon_climate.gif');
}


/* Airport Info Tabs and Box Styles */

.airportInfoTabs ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.airportInfoTabs .tab-row ul li {
	float: left;
	overflow: hidden;
	padding: 2px 7px 2px 5px;
	cursor: pointer;
	margin: 12px 4px 0px 0px;
	border: 2px solid #F2F2F2;
	border-top: 2px solid #E0E0E0;
	background-color: #fff;
	color: #3A4E76;
	line-height: 16px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.airportInfoTabs .tab-row ul li.selected {
	background-color: #F2F2F2;
}

.airportInfoTabs div.tab-panel {
	display: none;
}

.airportInfoTabs div.tab-panel.selected {
	display: block;
	background: none;
}

ul.airportInfoBox li.airportContent {
	background-image: url('images/icon_airport.gif');
}

ul.airportInfoBox li.terminals {
	background-image: url('images/icon_terminals.gif');
}

ul.airportInfoBox li.accessibility {
	background-image: url('images/icon_accessibility.gif');
}

ul.airportInfoBox li.howToGetThereByTrain {
	background-image: url('images/icon_train.gif');
}

ul.airportInfoBox li.howToGetThereByMetro {
	background-image: url('images/icon_metro.gif');
}

ul.airportInfoBox li.howToGetThereByBus {
	background-image: url('images/icon_bus.gif');
}

ul.airportInfoBox li.howToGetThereByShip {
	background-image: url('images/icon_ship.gif');
}

ul.airportInfoBox li.howToGetThereByCar {
	background-image: url('images/icon_car.gif');
}

ul.airportInfoBox li.parking {
	background-image: url('images/icon_parking.gif');
}

ul.airportInfoBox li.rentalCar {
	background-image: url('images/icon_rental.gif');
}

ul.airportInfoBox li.taxi {
	background-image: url('images/icon_taxi.gif');
}

ul.airportInfoBox li.miscellaneous {
	background-image: url('images/icon_info.gif');
}

ul.airportInfoBox li.distanceToCity {
	background-image: url('images/icon_citycenter.gif');
}


/* TravelTainment Top Offer Box Styles */

.travelTainmentTopOfferBoxPrice {
	background-image: url(images/price_back.gif);
	background-repeat: no-repeat;
	width: 105px;
	height: 23px;
	float: left;
	margin-top: 6px;
	padding: 6px 0 0 6px;
	font-size: 12px;
}

.travelTainmentTopOfferContainer {
	width: 672px;
	overflow: hidden;
	margin-bottom: 10px;
}

.travelTainmentTopOfferBox {
	float: left;
	width: 326px;
	margin-right: 10px;
}

.travelTainmentTopOfferBox .box_top_right h3 {
	line-height: 22px;
	padding: 2px 0 0 7px;
}

.travelTainmentTopOfferBox div.box_bottom_right_nurtext div.image {
	float: left;
	margin-right: 7px;
}

.travelTainmentTopOfferBox div.box_bottom_right_nurtext div.small {
	display: none;
	/* width: 100px; */
	/* height: 65px; */
}

.travelTainmentTopOfferBox div.box_bottom_right_nurtext div.medium {
	/* width: 170px; */
	/* height: 120px; */
}

.travelTainmentTopOfferBox div.box_bottom_right_nurtext div.large {
	display: none;
	/* width: 320px; */
	/* height: 240px; */
}

.travelTainmentTopOfferBox div.box_bottom_right_nurtext {
	min-height: 120px;
}

.travelTainmentTopOfferBox div.box_bottom_right_nurtext span {
	display: block;
}

.travelTainmentTopOfferBox div.box_bottom_right_nurtext span.name {
	font-weight: bold;
}

.travelTainmentTopOfferBox .stars {
	background-image: url(images/stars.gif);
	background-repeat: no-repeat;
	width: 79px;
	height: 15px;
}

.travelTainmentTopOfferBox .box_top_right .stars {
	position: absolute;
	top: 4px;
	right: 6px;
}

.travelTainmentTopOfferBox .stars20 { 
	width: 31px; 
}

.travelTainmentTopOfferBox .stars25 { 
	width: 40px; 
}

.travelTainmentTopOfferBox .stars30 { 
	width: 47px; 
}

.travelTainmentTopOfferBox .stars35 { 
	width: 56px; 
}

.travelTainmentTopOfferBox .stars40 { 
	width: 63px; 
}

.travelTainmentTopOfferBox .stars45 { 
	width: 72px; 
}


/* Tell-A-Friend Form Styles */

.tellafriendbox {
	margin-bottom: 10px;
	border: none;
	clear: left;
}

.tellafriendboxhidden div.actionbox {
	display: none;
}

.tellafriendbox .tellafriendbox_headline {
	background-image: url(images/tellafriend_back.gif);
	width: 217px;
	height: 21px;
	padding: 7px 0px 0px 8px;
	margin: 10px 0px;
	text-transform: uppercase;
	clear: both;
	background-repeat: no-repeat;
	display: none;
}

.tellafriendboxhidden .tellafriendbox_headline {
	display: block;
}

*html .tellafriendbox .tellafriendbox_headline {
	padding: 4px 0px 0px 8px;
	height: 24px;
}

.tellafriendbox table {
	border-collapse: separate;
	border-spacing: 0px;
	width: 100%;
}

.tellafriendbox table tr td.right {
	text-align: right;
}

.tellafriendbox table.fields {
	margin-bottom: 4px;
}

.tellafriendbox table.fields tr td {
	padding-bottom: 4px;
}

.tellafriendbox table.fields input {
	width: 130px;
}

.tellafriendbox table.fields textarea {
	width: 130px;
	height: 65px;
}


/* Error Page Styles */

.errorPage {
	clear: both;
}

.errorPage div.homepageLink {
	padding: 0px 0px 14px 0px;
	width: 780px;
	line-height: 14px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
}

.errorPage div.errorMessage {
	float: left;
	overflow: hidden;
	margin: 0px 0px 32px 0px;
	padding: 0 7px;
	width: 587px;
	line-height: 14px;
	font-size: 12px;
	background: transparent url('images/column_left_bg.gif') repeat-x scroll
		left top;
	padding: 0 7px;
	width: 587px;
	line-height: 14px;
	font-size: 12px;
}

.errorPage div.errorMessage h6 {
	margin: 0px;
	line-height: 20px;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #515151;
	line-height: 20px;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.errorPage div.errorMessage h1 {
	margin: 29px 0px 29px 0px;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #3A4E76;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.errorPage div.errorMessage h2 {
	margin: 8px 0px 8px 0px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #3A4E76;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

.errorPage p {
	margin: 9px 0px 14px 0px;
}

.errorPage a {
	color: #193262;
	text-decoration: underline;
}
