@charset "utf-8";
/* CSS Document */

body {
	background:none repeat scroll 0 0 #EEEEEE;
	border:0 none;
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	min-width:974px;
	background:url("../images/main_background.gif") repeat-x scroll 0 0 #F3F3F3;
}

#header_main_menu, .button:hover {
	text-decoration:none;
}

.intro-statement {
	left:-5000px;
	position:absolute;
}

.hidden {
    display:none;
    visibility: none;
}

.left {
    text-align: left;
}

.width_100 {
    width:100%;
}

/* header.php */
#header a {
    text-decoration: none;
}

/* footer.php */


#footer {
    background:url("../images/footer_background.gif") repeat-x scroll 0 0 #FFFFFF;
    clear:both;
    font-size:0.7em;
    height:auto;
    position:relative;
    text-align:center;
    width:100%;
}

#footer_nav_internal, #footer_nav_external {
    margin-bottom:10px;
    clear:both;
    height:250px;
    margin-left:auto;
    margin-right:auto;
    padding:20px 5px;
    width:980px;
}

#footer_nav_internal a, #footer_nav_external a {
    background:url("../images/backgrounds/footerLinksDivider.gif") no-repeat scroll 100% 2px transparent;
    color:#B52B45;
    padding:0 6px 0 2px;
}

#footer #bottom_col .last {
    background:none repeat scroll 0 0 transparent !important;
}

#footer #bottom_col {
    clear:both;
    height:250px;
    margin-left:auto;
    margin-right:auto;
    width:950px;
}

#footer #bottom_col ul {
    float:left;
    text-align:left;
    width:auto;
}

#footer #bottom_col li {
    background: url("../images/backgrounds/footerLinksDividerDot.gif") no-repeat scroll 100% 2px transparent;
    float: left;
    list-style-type: none;
    margin-right: 5px;
    padding-right: 15px;
}

#footer #bottom_col ul.last {

    padding-right:0px;
}

#footer #bottom_col h6 {
    float: left;
    margin-right: 10px;
    text-align: left;
    width: 128px;
}

#footer #bottom_col .footer_section {
    padding-top: 5px;
    padding-bottom:9px;
    float: left;
}

#footer_links {
    border-top: 1px solid #CCCCCC;
    float:left;
    width:100%;
    padding-top:10px;
    margin-top: 10px;
}

#footer_links_left {
    float:left;
}

#footer_links_left img{
    padding: 10px;
}

#footer_links_right {
    float:right;
}

/*White Stretchy Curvy Boxes*/

.content_box {
	background:url("../images/backgrounds/custom_corners_topleft.gif") no-repeat scroll left top transparent;
    clear: both;
}

.content_box h1, .content_box h2, .content_box  h3, #transfer_offer_box img {
	background:url("../images/backgrounds/custom_corners_topright.gif") no-repeat scroll right top transparent;
	margin-bottom:10px;
	padding:8px 10px;
}

.grey_header {
	background:url("../images/backgrounds/custom_corners_topright.gif") no-repeat scroll right top transparent;
	margin-bottom:-1em;
	padding:8px 15px;
	display:block;
}

.content_box_content {
	/* background:url("../images/backgrounds/custom_corners_rightborder.gif") repeat-y scroll right top transparent; */
	padding:0px 10px 15px;
    clear:both;
    background-color: white;
}

.content_box_footer {
	background:url("../images/backgrounds/custom_corners_bottomleft.gif") no-repeat scroll left bottom transparent;
	margin-top:23px;
}

.content_box_footer span {
	background:url("../images/backgrounds/custom_corners_bottomright.gif") no-repeat scroll right bottom transparent;
	display:block;
	height:15px;
	margin:-2em 0 0;
}

/* !End of Curvy Boxes */
/* search boxes */

.search_box {
	padding: 5px;
    overflow-x: hidden;
    overflow-y: visible;
    border: 1px solid #ccc;
    background-color:#fff;
    background-image: url("../images/backgrounds/search_home_body_fade.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border:1px solid #ccc;
}

.search_box h3, .search_box h2  {
    background:none;
    margin-bottom:0px;
}

#transfer_offer_box img {
    margin: 10px;
}

#landing_content_left .search_box {
    margin-top: 10px;
}

#landing_content_right .content_box_content{
    margin-top: 10px;

}

.top_container {
    background-color: #EDEDED;
    padding-right: 8px;
    padding-left: 8px;
}
#topDestinations {
    background-color: #FFFFFF;
    padding: 4px;
}

#search_sections {
    padding: 5px;
}

/* home_page.php */

.search_hidden {
	display:none;
}

#search_category_box {
	background-color:#FFF;
	z-index:2;
	position:relative;
	margin-bottom:10px;
	padding-top:2px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #FFF;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#right_side_left_content {
	background-color:#FFF;
	border: 1px solid #CCC;
	position:relative;
	z-index:1;
	left:-1px;
	float:left;
	padding:5px;
    margin-bottom:10px;
}

#newsletter_box p {
    font-size: 0.7em;
    margin-bottom: 10px;
}

#lightbox_feedback {
    width: 500px;
}

#lightbox_feedback small {
    font-size: 0.8em;
    color: #8a8a8a;
}

#lightbox_feedback p, #lightbox_feedback h2, #lightbox_feedback table {
    margin-bottom: 0.8ex;
}

#lightbox_feedback table {
    margin: 1em auto;
    width: 85%;
}

#lightbox_feedback td {
    font-size: 0.8em;
    width: 3em;
    text-align: center;
    vertical-align: top;
    padding-bottom: 10px;
}

#lightbox_feedback input.email {
    width: 260px;
}

#lightbox_feedback textarea {
    width: 260px;
    height: 100px;
    font-size: 1.05em;
}

#lightbox_feedback input {
    font-size: 0.8em;
}

#getbox_feedback {
    background: none repeat scroll 0 0 transparent;
    margin-left: 440px;
    margin-top: 50px;
    position :absolute;
}

/* Insurance lightbox */
#insurance_lightbox_text {
    padding: 5px;
}
#insurance_lightbox_text h2, h3 {
    padding-bottom: 10px;
}

#insurance_lightbox_text p {
    padding-bottom: 10px;
}

/* Basket */

#basket_search_right_content{
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    float:left;
    left:-1px;
    padding:5px;
    position:relative;
    z-index:1;
    width:802px;
    min-height:280px;
}

#basket_menu, .search_menu_bar {
    background:url("../images/buttons/basket_menu_banner.png") no-repeat scroll left top transparent;
    height: 37px;
    display:block;
    position: relative;
    z-index: 2;
    bottom: -1px;
    width: 100%;
}

#basket_table {
    width: 98%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#basket_table th {
    padding-bottom: 5px;
}

#basket_table .table_row_border td {
    border-top: 5px solid #E0E0E0;
    border-bottom: 5px solid #E0E0E0;
}

#basket_table .table_row_border td {
    margin-top:  5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#basket_table th, #basket_table td {
    font-size: 0.8em;
    vertical-align: text-top;
}

#basket_table p {
    font-size: 100%;
}


#basket_table td.product {
    width: 100px;
    font-weight: bold;
}

#basket_table td.details {
    width: 120px;
    font-size: 0.7em;
}

#basket_table td.basket_item_price {
    width: 105px;
    font-weight: bold;
}

#basket_table td.basket_del_item {
    width: 60px;
}

#price_pre_tag {
    color: #000000;
    font-size: 0.8em;
}

#price_tag {
    text-align: right;
    clear: both;
    padding: 10px;
    color: #D32644;
    font-size: 1.1em;
}

.discount_tag {
    text-align: right;
    clear: both;
    padding-top: 10px;
    padding-right: 10px;
    color: #D32644;
    font-size: 0.9em;
}

#discount_tag {
    clear:both;
    color:#D32644;
    font-size:1em;
    padding:5px 10px 0px 5px;
    text-align:right;
}

#basket #basket_list_menu {
    font-size: 0.7em;
    padding-top: 6px;
    float: right;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}

#basket_search_space img {
    margin-left: 60px;
    float: left;
    padding-bottom: 10px;
}
#basket_search_space {
    margin-bottom: 5px;
    margin-top: 20px;
}

#basket .basket_item_price {
    color:#D32644;
    font-size:0.9em;
    font-weight: bold;
}


/* checkout.php */

#confirmation_left_side #insurance_details p, #confirmation_left_side #insurance_details li {
    margin-bottom: 0.8ex;
}

#confirmation_left_side #insurance_details > fieldset > ul > li, #confirmation_left_side #insurance_details td {
    font-size: 0.8em;
}

#confirmation_left_side #insurance_details li {
    margin-left: 2em;
    font-style: italic;
}

#confirmation_left_side #insurance_details td {
    padding-left: 5px;
    padding-right: 5px;
}

#confirmation_left_side #insurance_details label {
    font-weight: bold;
    font-size: 0.9em;
}

#confirmation_left_side #voucher_upsell_details h3 {
    margin-bottom: 2px;
}

#confirmation_left_side #voucher_upsell_details .home_sb {
    margin-top: 6px;
}

#confirmation_left_side input.invalidField {

}

#confirmation_left_side #insurance_details label.invalidField {
    font-size: 1.15em;
    padding-bottom: 1ex;
}

.transfer_completed th, .transfer_completed td {
    font-size: 0.8em;
}

/*Results */
.results_top_bar {
    clear:both;
    margin-bottom:10px;
    position:relative;
}


/* Parking product */

.label-width  {
    width:5em;
}

.left, .first {
    clear:none;
    margin-left:0px;
}
ha-content.css
    .font-bold {
    font-weight:bold;
}

.font_bold {
    font-weight:bold;
}

.first {
    margin-top:8px;
}

#parking_item_desc ul, #parking_item_desc ol {
    display: inline;
}

/* Offer Tabs Home page Jquery overwrite*/
#home_page_tabs .ui-widget-header {
    background: none;
    border: none;
    color: gray;
}

#home_page_tabs {
    background:none repeat scroll 0 0 transparent;
    border:medium none;
    padding-bottom:10px;
    width:100%;
    font-size: 0.8em;
}

#home_page_tabs .ui-tabs, #home_page_tabs .ui-tabs-nav {
    margin:0;
    padding:0;
}

#home_page_tabs .ui-tabs, #home_page_tabs .ui-tabs-panel {
    border:1px solid #D3D3D3;
    background-color: #FFFFFF;
}

#home_page_tabs p {
    font-size:0.8em;
}

.master_sprite {
    background:url("../images/icons/sprites.png") no-repeat;
    height: 15px;
}

.frequency {
    background-position:4px -14px;
    padding:0.8em 0 0 0.6em;
}

.small_font {
    font-size: 0.7em;
    color: #666666;
}

.font-bold {
    font-weight: bold;
}

.mandatory {
    background:url("../images/icons/star.png") no-repeat scroll 65px 7px transparent;
}

.search_contents h1 {
    color:#D32744;
    float:left;
    font-size:1.3em;
    padding-bottom:5px;
    padding-top:5px;
}

.res_tr {
    padding: 5px;
}

.res_p {
    padding: 5px;
}

.text_right {
    text-align: right;
}
.text_left {
    text-align: left;
}

.text_center {
    text-align: center;
}

.info_light_box {
    cursor: pointer;
}

.info_light_box p:hover {
    cursor: pointer;
    text-decoration: underline;
}

.close-panel {
    background-color:#808080;
    color:#FFFFFF;
    font-size:0.75em;
    margin-bottom:4px;
    padding:4px 5px 2px;
    text-align:right;
}

.close-panel a, .close-panel a:hover {
    color: #fff;
}

#home_page_tabs .tab_item img {
    border:medium none;
}

.tab_item h5 {
    background:none repeat scroll 0 0 #EFEFEF;
    font-size:0.9em;
    font-weight:bold;
    margin:0 2px 1px;
    padding:3px 2px;
    text-align:center;
}

.tab_item h5 span {
    color:#D32644;
}

#landing_content_right_price_banner {
    background:url("../images/backgrounds/landing_background_header.png") no-repeat scroll transparent;
    height: 40px;
    color: #FFFFFF;
}

#landing_content_right_price_banner.no_banner {
    background:url("../images/backgrounds/landing_background_header_no_price.png") no-repeat scroll transparent;
}

#landing_content_right_banner .price_right {
    color:#FFFFFF;
    float:right;
    font-size:1.1em;
    margin-right:20px;
    padding-top:0;
    width: 120px;
    text-align: center;
}

#landing_content_right_price_banner .price_right_small {
    color:#FFFFFF;
    font-size:1.1em;
}

#content_landing_left {
    font-size: 0.9em;
    width:310px;
}

#landing_header_right {
    float:right;
    padding-top: 8px;
}
#landing_header {
    float: left;
    width:100%;
}

.float_right {
    float:right;
}

.float_left {
    float:left;
}

#car_hire_search .text_right h6 {
    float:none;
    text-align: right;
}

#content_landing_left img {
    clear:right;
    display:inline;
    margin:10px 0 7px 10px;
    overflow:hidden;
    position:relative;
}

.check_out_hidden_table_col {
    visibility: hidden;
}


#home_page_tabs .ui-state-default, #home_page_tabs .ui-widget-content .ui-state-default   {
    background: none;
    background-color:#D9D9D9;
}

#home_page_tabs .ui-state-active, #home_page_tabs .ui-widget-content .ui-state-active
{
    background: none;
    background-color:#FFFFFF;
}

/* #right_side_left_content #search_sections #parking_search_airport, */
#right_side_left_content #search_sections #car_hire_search,
#right_side_left_content #search_sections #insurance_search,
#right_side_left_content #search_sections #lounge_search,
#right_side_left_content #search_sections #attractions_search
{
    display: none;
}

#lightbox_feedback #feedback_send {
    font-size:0.9em;
}

/* For the various Insurance Boxes */
#lightbox_insurancepol  {
    left:46%;
    overflow-y:hidden;
    width:610px;
}

#lightbox_insurancepol .lightbox-panel-content  {
    height:385px;
    overflow-y:scroll;
    padding:5px;
}

.jbutton {
    background:url("../images/buttons/button_results.png") no-repeat scroll transparent;
    text-align: center;
    height:22px;
    width: 246px;
    display: block;
    padding-top: 8px;
    font-weight: normal;
}


.jbutton:hover {
    background:url("../images/buttons/button_results_down.png") no-repeat scroll transparent;
}

#results_right_content .jbutton:hover {
    color: #000000;
}

#landing_offer_purple {
    background:url("../images/backgrounds/landing_offer.png") no-repeat scroll right center transparent;
    color:#FFFFFF;
    height:100px;
    margin-bottom:10px;
}
#landing_offer_purple h5 {
     float:right;
     width: 60px;
     display: block;
     text-align: center;
     padding-top: 13px;
}
#landing_offer_purple p {
    display: block;
    float: left;
    font-size: 1.2em;
    margin-left: 10px;
    margin-top: 25px;
    width: 195px;
}

#landing_content_right_breadcrumbs {
    background: #585858;
    width:616px;
    float: left;
    margin-bottom: 10px;
}

#landing_content_right_breadcrumbs #breadcrumb_title h2 {
    font-size: 1em;
    color: #FFFFFF;
    float:right;
    padding: 4px;
}

#breadcrumb a.current {
    background:url("../images/breadcrumb/last_crumb.gif") no-repeat scroll 100% 0 #46ADAD;
    color: #FFFFFF;
}
#breadcrumb a {
    background:url("../images/breadcrumb/crumb.gif") no-repeat scroll 100% 0 #D4EDED;
    color:#999999;
    cursor:pointer;
    display:block;
    float:left;
    font-size:0.75em;
    height:19px;
    padding-left:5px;
    padding-right:15px;
    padding-top:5px;
}

#breadcrumb a.last {
    background:url("../images/breadcrumb/before_last_crumb.gif") no-repeat scroll 100% 0 #D4EDED;
}

#content_landing_parking_sqboxes {
    padding-bottom: 10px;
}

/* terms & conditions page */

#t_and_c h1, #t_and_c h2, #t_and_c h3, #t_and_c table, #t_and_c ol, #t_and_c ul {
    margin: 10px 0;
    padding: 0
}

#t_and_c h1 {
    font-size: 18pt;
    margin-top: 20px;
}

#t_and_c h1#banner {
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}

#t_and_c h2 {
    font-size: 13pt;
}

#t_and_c ol, #t_and_c ul {
    margin-left: 2em;
    list-style-position: inside;
}

#t_and_c ol {
    list-style-type: decimal;
}

#t_and_c ul {
    list-style-type: disc;
}

#t_and_c li {
    margin-bottom: 0.75em;
    line-height: 1.25em;
}

#t_and_c p, #t_and_c td, #t_and_c li {
    font-size: 10pt;
}

#t_and_c p {
    margin-bottom: 1em;
}

#t_and_c td {
    padding: 5px 10px;
    border: 1px solid #eee;
}

/* other stuff */

#security_box #cot_tl_fixed, #conf_basket #cot_tl_fixed {
    z-index: 2;
    position: relative;
    clear: left;
    display:inline;
    clear:right;
    float:right;
    overflow:hidden;
}

#security_box #cot_tl_pop {
    visibility: hidden;
    display: none;
}
.table_format_standard th{
    background:none repeat scroll 0 0 #EFEFEF;
    border-color:-moz-use-text-color -moz-use-text-color #CCCCCC;
    border-style:none none solid;
    border-width:medium medium 3px;
    color:#000000;
    font-size:0.9em;
    font-weight:bold;
    padding:8px 1em 8px 10px;
    text-align:left;
    width:20%;
}

.table_format_standard td {
    border-bottom:1px solid #E4E4E4;
    font-size:0.75em;
    padding:10px;
    vertical-align:text-bottom;
}

.super_light_box {
    cursor: pointer;
}
.white_header {
    background:url("../images/backgrounds/custom_corners_topright.gif") no-repeat scroll right top transparent;
    clear:both;
    display:block;
    margin-bottom: 4px;
    padding:4px 15px;
}

.stamp_icon {
    clear:left;
    display:inline;
    float:left;
    margin:0px 0 7px 0px;
    overflow:hidden;
    position:relative;
 }

/* Required to remove whitespace from under footer caused by using jquery elements (i.e autocomplete, datapicker etc)*/
.ui-helper-hidden-accessible { top: -99999999px; }

