.pricegrid {
    border-collapse: collapse;
    font-size: 11px;
    margin: 0 0 25px 23px;
    width: 675px;
}
div.pricegrid_container {
	margin-top: 25px;
}
.pricegrid td {
    border-right: 1px solid #E8E8E8;
}
td.pricegrid_noborder {
    border: none;
}
tr.pricegrid_headerrow {
    height: 42px;
}
tr.pricegrid_bodyrow_even {
    background-color: #FFFFFF;
    height: 40px;
}
tr.pricegrid_bodyrow_odd {
    background-color: #F0F0F0;
    height: 40px;
}
td.header_bottom {
	padding: 0 12px 6px 0 !important;
	text-align: right !important;
	vertical-align: bottom !important;
}
td.pricegrid_weekchoice {
	padding: 6px 12px 0 0;
	text-align: right;
	vertical-align: top;
}
div.pricegrid_weekchoice {
    margin-bottom: 25px;
    text-align: center;
}
td.pricegrid_weekchoice a,
div.pricegrid_weekchoice a {
	cursor: default;
	text-decoration: none;
}
td.pricegrid_weekchoice a span, 
td.pricegrid_weekchoice a img, 
div.pricegrid_weekchoice a span, 
div.pricegrid_weekchoice a img  {
    border: none;
	color: #777777;
	cursor: pointer;
    vertical-align: middle;
}
td.pricegrid_weekchoice a span,
div.pricegrid_weekchoice a span {
    background-color: #F0F0F0;
    margin-right: 2px;
    padding: 3px 5px;
    text-decoration: underline;
} 
td.pricegrid_weekchoice a.disabled span, 
td.pricegrid_weekchoice a.disabled img, 
div.pricegrid_weekchoice a.disabled span,
div.pricegrid_weekchoice a.disabled img {
	cursor: default;
	text-decoration: none;
}
td.pricegrid_weekchoice a.earlier span, 
div.pricegrid_weekchoice a.earlier span {
    margin-left: 2px;
}
td.pricegrid_date {
    color: #0097B8;
    line-height: 1.75em;
    padding-left: 4px;
    width: 55px;
}
td.pricegrid_period {
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
div.pricegrid_period {
    overflow: hidden;
}
td.pricegrid_period_left {
    overflow: hidden;
    width: 43px;
}
td.pricegrid_period_left div.pricegrid_period {
	background-color: #E0E0E0;
    position: relative;
}
td.pricegrid_period_left div.pricegrid_period img.top {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 43px;
}
td.pricegrid_period_left div.pricegrid_period img.middle {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 36px;
    width: 43px;
}
td.pricegrid_period_left div.pricegrid_period img.bottom {
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 43px;
}
td.pricegrid_period_left div.pricegrid_period div {
    left: 2px;
    position: absolute;
    top: 5px;
    width: 40px;
}
td.pricegrid_period_right {
    overflow: hidden;
    width: 5px;
}
td.pricegrid_period_right div.pricegrid_period {
    position: relative;
}
td.pricegrid_period_right div.pricegrid_period img.top {
    left: 0px;
    position: absolute;
    top: 0px;
    width: 5px;
}
td.pricegrid_period_right div.pricegrid_period img.middle {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 5px;
    width: 5px;
}
td.pricegrid_period_right div.pricegrid_period img.bottom {
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 5px;
}
span.pricegrid_period_value {
    color: #0D91CA;
    font-size: 13pt;
}
span.pricegrid_period_value_small {
    color: #0D91CA;
    font-size: 9pt;
}
span.pricegrid_period_unit {
    color: #0D91CA;
    font-size: 6pt;
}
td.pricegrid_proposal {
	border-left: 1px solid #FFFFFF;
    padding-left: 4px;
    vertical-align: top;
    width: 195px;
}
td.pricegrid_proposal div {
    color: #8A8A8A;
    font-size: 7.5pt;
    line-height: 1em;
}
td.pricegrid_proposal div.pricegrid_proposal {
    padding-top: 5px;
}
td.pricegrid_proposal img.pricegrid_touroperator_icon {
	float: left;
    padding: 5px 8px 10px 0;
}
td.pricegrid_proposal div.pricegrid_proposal div.pricegrid_accomodation {
    color: #0D91CA;
    padding-top: 2px;
}
td.pricegrid_noprice {
    font-weight: bold;
}
* html td.pricegrid_noprice {
    /* IE6 hack */
    padding-left: 5px;
}
td.pricegrid_noprice_noprice {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    color: #C7C7C7;
    height: 28px;
    margin: 0;
    padding: 0;
    text-align: center; 
    width: 48px;
}
* html td.pricegrid_noprice_noprice {
	/* IE6 hack */
    height: 30px;
    width: 50px;
}
td.pricegrid_price {
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
}
* html td.pricegrid_price {
    /* IE6 hack */
    padding-left: 25px;
}
td.pricegrid_price div {
    height: 35px;
    padding-top: 4px;
    position: relative;
}
* html td.pricegrid_price div {
    /* IE6 hack */
    height: 31px;
    margin-left: -22px;
    padding-top: 6px;
    width: 50px;
}
td.pricegrid_price span.pricegrid_pricevalue {
    color: #FFFFFF;
}
td.pricegrid_price a span.pricegrid_pricevalue_hover {
    display: none;
}
td.pricegrid_price a {
    color: #FFFFFF;
    text-decoration: none;
}
td.pricegrid_price td.pricegrid_price_normal {
    border: none;
    background-image: url(../images/pricegrid/price_normal.gif);
    height: 30px;
    padding: 0;
    text-align: center;
    width: 50px;
}
td.pricegrid_price a.pricegrid_hover_normal {
    border: none;
    background-image: none;
    display: block;
    height: 44px;
    left: -2px;
    position: absolute;
    top: -3px;
    width: 64px;
    z-index: 2;
}
* html td.pricegrid_price a.pricegrid_hover_normal {
    left: -7px;
}
td.pricegrid_price td.pricegrid_price_bestprice {
    border: none;
    background-image: url(../images/pricegrid/price_bestprice.gif);
    height: 30px;
    padding: 0;
    text-align: center; 
    width: 50px;
}
td.pricegrid_price a.pricegrid_hover_bestprice {
    border: none;
    background-image: none;
    display: block;
    height: 44px;
    left: -2px;
    position: absolute;
    top: -3px;
    width: 64px;
    z-index: 2;
}
* html td.pricegrid_price a.pricegrid_hover_bestprice {
    left: -7px;
}
td.pricegrid_price td.pricegrid_price_bargain {
    border: none;
    background-image: url(../images/pricegrid/price_bargain.gif);
    height: 30px;
    padding: 0;
    text-align: center; 
    width: 50px;
}
td.pricegrid_price a.pricegrid_hover_bargain {
    border: none;
    background-image: none;
    display: block;
    height: 44px;
    left: -2px;
    position: absolute;
    top: -3px;
    width: 64px;
    z-index: 2;
}
* html td.pricegrid_price a.pricegrid_hover_bargain {
    left: -7px;
}
.pricegrid_price_table {
    border-collapse: collapse;
    margin: auto;
}
td.lastRow {
	border-bottom: 1px solid #F0F0F0;
}
td.pricegrid_footer {
    color: #8A8A8A;
    font-size: 10px;
    padding-left: 3px;
    padding-top: 15px;
}
td.pricegrid_footer span,
td.pricegrid_footer img {
    color: #8A8A8A;
    font-size: 10px;
    vertical-align: middle;
}
td.pricegrid_disclaimer {
    color: #8A8A8A;
    font-size: 10px;
    padding: 8px 0 10px 3px;
}
td.pricegrid_footer span {
    margin-right: 5px;
}
div.pricegrid_info_message {
    color: #2CA9D5;
    font-weight: bold;
    padding: 0 0 0 23px;
}
div.pricegrid_alt_message {
    color: #2CA9D5;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}


/* Vakanz*/
.pricegrid_vakanz {
	background-image: url(../images/pricegrid/vakanz_bg.gif);
	height: 212px;
	padding-top: 9px;
    width: 442px;
}
.pricegrid_vakanz div {
	color: #7B7A7C;
	font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
}
.pricegrid_vakanz div.banner {
    margin-bottom: 10px;
}
.pricegrid_vakanz div.loading {
    margin-top: 10px;
}
.pricegrid_vakanz div.continue {
    display: none;
}
.pricegrid_vakanz div.continue img {
    cursor: pointer;
}
.pricegrid_vakanz div.close {
    margin: 0;
    padding: 0;
}


/* tooltip */
#tooltip {
	background-color: transparent;
	background-image: url(../images/pricegrid/tooltip_bg.png);
	background-repeat: no-repeat;
	border: none;
    display: none;
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	height: 212px;
    line-height: 14px;
	padding: 10px;
    position: absolute;
	width: 445px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.pricegrid_tooltip_left {
	float: left;
	font-weight: normal;
    padding: 5px 5px 0;
    width: 239px;
}
.pricegrid_tooltip_left div,
.pricegrid_tooltip_left span {
	color: #666666;
    font-weight: normal;
}
.pricegrid_tooltip_left h1 {
    color: #0099CC;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 8px 0;
}
.pricegrid_tooltip_left h2 {
    color: #0099CC;
    line-height: 14px;
    font-size: 11px;
    font-weight: bold;
}
.pricegrid_tooltip_left div.pricegrid_stars {
    padding-bottom: 10px;
}
.pricegrid_tooltip_left div.departureDate 
{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px !important;
}
.pricegrid_tooltip_left .row {
    clear: both;
}
.pricegrid_tooltip_left .row img {
    padding-bottom: 5px;
}
.pricegrid_tooltip_left .row img.smallpic {
    padding: 0 6px 5px 2px;
}
.pricegrid_tooltip_left .row img.touroperator {
    float: left;
}
.pricegrid_tooltip_left .row div.left {
	float: left;
    width: 130px;
}
.pricegrid_tooltip_left .row div.next {
	float: left;
}
.pricegrid_tooltip_left .span {
    vertical-align: middle
}
.pricegrid_tooltip_left img {
	padding-right: 5px;
    vertical-align: middle
}
.pricegrid_tooltip_right {
	float: left;
	margin: 5px !important;
	width: 175px;
}
.pricegrid_tooltip_right div {
	color: #666666;
}
.pricegrid_tooltip_right .row {
	margin-bottom: 5px !important;
}
.pricegrid_tooltip_right .travellers {
	height: 110px;
}
.pricegrid_tooltip_right .discount_note {
	color: #0099CC;
	padding-top: 25px;
    display: none;
}
.pricegrid_tooltip_right span.price {
	color: #EC8405;
	float: right;
}
* html .pricegrid_tooltip_right span.price { 
	/* IE6 hack */
    margin-top: -14px;
}
*+html .pricegrid_tooltip_right span.price {
	/* IE7 hack */
    margin-top: -14px;
}
.pricegrid_tooltip_right div.total_price {
	color: #EC8405;
	font-weight: bold;
	font-size: 12px;
	padding-top: 73px;
}
.pricegrid_tooltip_right div.total_price strong {
	font-size: 18px;
}
.vakloadingani {
    background-color: white; 
    position: relative !important; 
    top: 0; 
    left: 0;
    text-align: center; 
    width: 50px; 
    height: 26px !important;
}

/* tooltip styles */
img.booking_info_tooltip {
    cursor: pointer;
    margin: 0 0 0 5px;
    vertical-align: top;
}
#booking_baloon {
    width: 300px;
}
#booking_baloon div {
    color: #666666;
}
.booking_tooltip_left_top {
    background-image: url(/kunden_parameter/thomascook_nl/ibe_v3/img/buchen/tooltip_right_top.png);
    background-position: right top;
    background-repeat: no-repeat;
    border: none;
}
.booking_tooltip_right_top {
    background-image: url(/kunden_parameter/thomascook_nl/ibe_v3/img/buchen/tooltip_left_top.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    margin-right: 6px;
    padding: 10px 4px 10px 20px;
}
.booking_tooltip_right_bottom {
    background-image: url(/kunden_parameter/thomascook_nl/ibe_v3/img/buchen/tooltip_right_bottom.png);
    background-position: right top;
    background-repeat: no-repeat;
    height: 4px;
    padding-right: 6px;
}
.booking_tooltip_left_bottom {
    background-image: url(/kunden_parameter/thomascook_nl/ibe_v3/img/buchen/tooltip_left_bottom.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    height: 4px;
}
