﻿/**
* 	Stylesheet used specifically for accommodation price detail tab
**/


ul#extended-tabs
{
    width: 600px;
}

#acco-details-navigation
{
    width: 682px;
    padding-bottom: 0px;
    margin-top: 18px;
    margin-bottom: 9px;
}

#acco-details-navigation li:first-child
{
    margin-left: 355px;
}
#acco-details-navigation li
{
    float: left;
}


div.extended-info-border
{
    width: 698px;
}

div.extended-info
{
    width: 696px;
    padding: 0px;
    margin-top: 0px;
}

div.extended-info-border-right
{
    width: 698px;
}
div.extended-info-border-left
{
    width: 698px;
}

div.no-occupancy
{
    color: red;
    padding: 10px 10px 0;
}
#prices div.no-occupancy a
{
    color: red;
    display: inline;
    font-size: 11px;
    text-decoration: underline;
}
div.price-bg
{
    /*background: url(../images/prices-bg.jpg) repeat-x;*/
    margin-top: 15px;
}

.month-tabs
{
    float: left;
    height: 32px;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.month-tabs a
{
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    height: 19px;
    margin-top: 6px;
    margin-left: 8px;
    float: left;
    color: #666;
    text-decoration: underline;
}

div.month-tabs a.selected
{
    text-decoration: none;
    color: #991500;
    font-size: 14px;
    font-weight: bold;
}

div.month-tabs a:hover
{
}

#acco-discount
{
    margin-bottom: 20px;
    margin-top: 5px;
}

a.next
{
    font-size: 9px;
    background: url(../images/arrow-right2.gif) no-repeat center right;
    margin-right: 10px;
    color: #666;
}

.next-disabled
{
    font-size: 9px;
    padding-right: 10px;
    color: #5A5A5A;
    text-decoration: none;
}

a.prev
{
    font-size: 9px;
    background: url(../images/arrow-left2.gif) no-repeat center left;
    margin-left: 10px;
    color: #666;
}

.prev-disabled
{
    font-size: 9px;
    padding-right: 10px;
    color: #5A5A5A;
    text-decoration: none;
}

#questions
{
    float: left;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    background: url(../images/questions-bg.jpg) repeat-x;
    border-bottom: solid 1px #CBCBCB;
}

#questions div.item
{
    margin-bottom: 5px;
    margin-left: 10px;
    float: left;
    background: url(../images/blue-i-tje.jpg) no-repeat left;
    padding-left: 15px;
    width: 300px;
}

#questions div a, #questions div a:visited, #questions div a:link
{
    vertical-align: middle;
}

#legenda
{
    width: 168px;
    position: fixed;
    top: 300px;
    z-index: 100;
}

#legenda .fade-content
{
    background-color: #FFF;
}
#legenda ul
{
    width: 168px;
}
#legenda #discounts
{
    margin-top: 30px;
    padding: 0px 5px 0px 10px;
}


#animator
{
    background: #fff url(../images/ajax-loader-static.gif) no-repeat center;
    position: absolute;
    z-index: 10;
    border: 1px solid #CCC;
}

#legenda ul li img
{
    display: block;
    float: left;
}

#basket-container {
    background: white none no-repeat center;
    position: fixed;
    border: medium solid;
    bottom: 40px;
    display: none;
    width: 205px;
    z-index: 100;
}
#basket-container.add-image
{
    background-image: url(../images/ajax-loader.gif);
}

.list-head
{
    background:#ff4800;
    color:#FFF;
    font-size:11px;
    font-weight:bold;
    height:15px;
    margin:0;
    padding:5px 9px;
}

#basket-container iframe
{
    background: transparent;
}

.legenda-item
{
    font-size: 9px;
    height: 30px;
}


.legenda-item img
{
    width: 52px;
    vertical-align: middle;
}

.legenda-item span
{
    margin-left: 4px;
    vertical-align: middle;
}

#months
{
    float: left;
    width: 557px;
    padding-top: 10px;
}

.departure-dates
{
    width: 400px;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    float: right;
    position: relative;
    height: 15px;
}

.departure-dates a, .departure-dates a:visited
{
    text-decoration: underline;
}
.divprev
{
    float: left;
    width: 300px;
    position: relative;
    height: 15px;
}

.divdates
{
    float: left;
    width: 366px;
}
.divdates span
{
    font-weight: bold;
}

.divnext
{
    float: left;
    width: 100px;
    position: relative;
    height: 15px;
}

#prices
{
    float: left;
    width: 557px;
    line-height: 15px;
}

#departure-airport
{
    width: 275px;
    float: left;
}

#departure-airport input
{
    margin-top: 3px;
    margin-left: 10px;
}

.head-table
{
    border-spacing: 0px; /*border-bottom: solid 1px #e59e92;*/
    border-right: solid 1px #e59e92;
    margin-left: 15px;
    table-layout: fixed;
    color: #991500;
    line-height: 15px;
}

.head-table td.small
{
    width: 45px;
}

.head-table td.roomdescription
{
    width: 180px;
}

td.head-table-display
{
    font-weight: bold;
    text-align: center;
    background: #d40d1f;
    width: 30px;
    border-top: solid 1px #e59e92;
    border-left: solid 1px #e59e92;
    color: #f9d636;
}
.head-display-left
{
    background: url(../images/background-display2.gif) no-repeat;
}

.departuredate
{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    margin-left: 62px;
    margin-bottom: 10px;
    border: solid 1px #CCCCCC;
    height: 20px;
    width: 500px;
    padding: 3px 0px 2px 0px;
    background-color: #FFFFFF;
}

.legenda
{
    font-size: 9px;
    padding: 10px 0px 10px 0;
}
.legenda div.inner
{
    margin-top: 4px;
    width: 130px;
    float: left;
}

.legenda img
{
    padding: 0px 7px 0px 0px;
    float: left;
}

.sub-table
{
    border-collapse: collapse;
    border-spacing: 0px;
    border-bottom: solid 1px #CBCBCB;
}

#table-row-round-corner2
{
    background: url(../images/background-display3.gif) no-repeat;
    background-position: right;
}
.odd
{
    background-color: #FFF;
}
.even
{
    background-color: #FFF;
}
table.head-table .minocc .bold, #prices table.head-table .minocc a
{
    /*color: #aaa;*/
}

.sub-table-row td
{
    text-align: center;
    font-size: 9px;
    border-top: solid 1px #CBCBCB;
    border-bottom: solid 1px #CBCBCB;
    border-left: solid 1px #CBCBCB;
    background: #d40d1f;
    color: #FFF;
}

.sub-table-row td:first-child div
{
    background-image: none;
}


#tooltip-extra-info, #tooltip-extra-info-old
{
    font-size: 10px;
    display: none;
    border: 1px solid #ccc;
    width: 440px;
    position: absolute;
    padding: 10px;
    background-color: #fff;
    line-height: 11px;
    z-index: 10;
}

#tooltip-extra-info-old .content
{
    width: 155px;
    float: left;
    line-height: 14px;
}
#tooltip-extra-info-old .content b
{
    display: block;
    margin-bottom: 10px;
}

#tooltip-extra-info .tooltip-header
{
    width: 310px;
    margin-bottom: 10px;
}
#tooltip-extra-info .tooltip-header img
{
    border: solid 1px #ccc;
    padding: 1px;
    float: left;
    margin-right: 10px;
}
#tooltip-extra-info .tooltip-header span.acco-name, span.acco-location
{
    font-size: 11px;
    line-height: 13px;
}
#tooltip-extra-info .tooltip-header span.acco-location
{
    color: Red;
}

#tooltip-extra-info .low-stock-warning
{
	color: Red;
}

#tooltip-extra-info .tooltip-header .room-info
{
    margin-top: 5px;
}
#tooltip-extra-info .tooltip-onrequest, #tooltip-extra-info .tooltip-minocc
{
    color: Red;
    width: 310px;
    font-weight: bold;
}

#tooltip-extra-info .content
{
    width: 420px;
    float: left;
    line-height: 13px;
}

#tooltip-extra-info .content div.dateblock
{
    display: block;
    margin-bottom: 5px;
}

#tooltip-extra-info .tooltip-info
{
    float: right;
    width: 235px;
}
#tooltip-extra-info .price-info
{
    float: left;
    background: url(../images/bg-tooltip-priceinfo.png) no-repeat;
    margin-right: 10px;
    padding: 5px;
    width: 160px;
    min-height: 110px;
}
#tooltip-extra-info .price-info table
{
    width: 140px;
}
#tooltip-extra-info .price-info table td
{
    vertical-align: top;
}

#tooltip-extra-info .price-info table td b
{
    font-weight: normal;
    margin: 0;
}

#tooltip-extra-info .price-info table td span .info
{
    font-weight: bold;
}

#tooltip-extra-info .price-info table td.p
{
    width: 40px;
    text-align: right;
}
#tooltip-extra-info .price-info table .bt
{
    border-top: solid 1px #000;
}

#tooltip-extra-info .fading-borders, #tooltip-extra-info-old .fading-borders
{
    float: left;
    width: 150px;
    background-position: -40px -40px;
    font-size: 10px;
}
#tooltip-extra-info div.content-bg, #tooltip-extra-info-old div.content-bg
{
    float: left;
    width: 128px;
    background-position: -40px -40px;
    font-size: 10px;
}
#tooltip-extra-info .main-image, #tooltip-extra-info-old .main-image
{
    margin: auto;
}

.info-trip
{
    background-color: #FFF;
    border-bottom: solid 1px #e59e92;
    border-left: solid 1px #e59e92;
}

.no-info
{
    background-color: #FFF;
    text-align: center;
    border-bottom: solid 1px #e59e92;
    border-left: solid 1px #e59e92;
    width: 40px;
    text-decoration: line-through;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #999;
}
.lastminute-trip
{
	background-color: #FFF;
	text-align:center;	
	border-bottom: solid 1px #e59e92;
	border-left: solid 1px #e59e92;
	width: 40px;
}

.month-tabs a
{
    color: #777;
}

.month-tabs a:visited
{
    color: #555;
}

.month-tabs:a:hover
{
    color: #5A5A5A;
}

#prices a
{
    width: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    display: block;
	color:#333;
}
#prices a.lastminute
{
	color:#0048FF;
	text-decoration: line-through;
}
a.normal, a.specialoffer, a.onrequest, a.earlybird, a.normal:visited, a.specialoffer:visited, a.onrequest:visited, a.earlybird:visited
{
    color: #991500;
}
a.price-selected
{
    background-color: #c21b00;
    color: #FFF;
}
a.normal, a.normal:visited
{
    background-color: #FFF;
}
a.normal:hover
{
    background-color: #c21b00;
    color: #FFF;
}

a.specialoffer, a.specialoffer:visited
{
    background-color: #f6ff00;
}
a.specialoffer:hover
{
    background-color: #c21b00;
    color: #FFF;
}

a.onrequest, a.onrequest:visited
{
    background-color: #cccccc;
}
a.onrequest:hover
{
    background-color: #c21b00;
    color: #FFF;
}

a.earlybird, a.earlybird:visited
{
    background-color: #ff9933;
}
a.earlybird:hover
{
    background-color: #c21b00;
    color: #FFF;
}

a.unavailable, a.unavailable:visited, a.unavailable:hover
{
    color: #991500;
    text-decoration: line-through;
}


.bold
{
    color:#333;
	font-weight: bold;
    font-size: 9px;
    padding-left: 4px;
    padding-right: 4px;
    text-align: left;
    border-bottom: solid 1px #ed1b2e;
    border-left: solid 1px #ed1b2e;
}

.datesbold
{
    font-weight: bold;
    width: 40px;
    text-align: center;
}

#discounts-costs
{
    float: left;
    width: 686px;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 10px;
    border-bottom: none;
}

#discounts-costs-header
{
    font-weight: bold;
}

.prices-top
{
    float: left;
    position: relative;
}

#departure-transport
{
    width: 279px; 
    padding: 9px 0px 10px 0px; }
.transporttypes
{
    position: relative;
    width: 270px;
    height: 40px;
}

.transporttypes_0 input
{
    position: absolute;
    top: 5px;
    left: 50px;
}

.transporttypes_0 span
{
    position: absolute;
    top: 5px;
    left: 75px;
}
.transporttypes_0 img
{
    position: absolute;
    top: 0px;
    left: 0px;
}


.transporttypes_1 input
{
    position: absolute;
    top: 5px;
    left: 200px;
}

.transporttypes_1 span
{
    position: absolute;
    top: 5px;
    left: 225px;
}
.transporttypes_1 img
{
    position: absolute;
    top: 0px;
    left: 150px;
}

table.distance-table
{
    text-align: left;
    line-height: 12px;
}

table.distance-table th
{
    font-weight: bold;
    text-align: left;
}

table.distance-table .first
{
    width: 76px;
}
table.distance-table .second
{
    width: 76px;
}

.tripinfo
{
    display: none;
}

#prices-container #questions
{
    background: none;
    border-bottom: none;
    padding: 0px;
}

#prices-container #questions div.item
{
    background: none;
    margin-left: 0px;
    padding-left: 0px;
}

#prices-container #questions div.item a
{
    width: auto;
}

/* cancel floats in right-hand column, as they break half-fixed-positioned basket in IE7 */
#favorite 
{
	float:none;
}
#right-hand .box
{
	float: none;
}
#right-hand .box .inner	{ float: none; }
#right-hand .pricetag .box .inner	{ float: none; }

#lastminute-tooltip-popup
{
	display:none;
}

.price-bg div.lastminuteTooltip
{
	display: none;
	border: 1px solid #CCC;
	background-color: #fff;
	position: absolute;
	color: #555555;
	font-size: 10px;
	line-height: 16px;
	margin: -1px;
	padding: 5px;
	z-index: 999;
	right:200px;
	width: 150px;
}

#prices .lastminuteTooltip a
{	
	display:inline;
	width:auto;	
	color:#0048FF;
}
