﻿#rentCarrouselContainer {
    background-image: url("/designimages/vlieger/carrousel/background_carrousel.png");
    height: 250px;
    overflow: hidden;
    padding-left: 35px;
    position: relative;
    width: 95%;
}
.rentCarrouselItem {
    cursor: pointer;
}
.priceTable {
    width: 612px;
}

.priceTable th
{
    text-align: left;
}

.priceTable
{
    color: #777777;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
}

.priceTable tr td {
    border-bottom: 1px solid #D2D2D4;
    padding: 3px;
}
.priceTable tr th {
    border-bottom: 1px solid #D2D2D4;
    padding: 3px;
}
.priceTable tr {
    border-bottom: 1px solid #D2D2D4;
}
.priceTable th {
    font-weight: bold;
}
.priceTableRowOdd {
    background-color: #F6F7F9;
}
.priceTableRowEven {
    background-color: #EFF0F2;
}

.flip_holder{
    width:100%;
    box-sizing:border-box;
    padding: 0 25px;
}

#rentCarrouselContainer *{
    user-select:none;
    -ms-user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
}

#flip {
    height: 200px;
    margin-top: 10px;
    overflow:hidden;
    padding:0;
}
.ui-jcoverflip {
    position: relative;
}
.ui-jcoverflip--item {
    display: block;
    position: absolute;
    cursor:pointer;
}

#scrollbar {
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-corner-all {
    border-radius: 4px 4px 4px 4px;
}
.ui-widget-content {
    background: url("/designimages/vlieger/carrousel/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.3em;
}
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #FFCC33;
    border: 1px solid #FFCC33;
    color: #1C94C4;
    font-weight: bold;
    outline: medium none;
}
#rentButtonHolder {
    height: 30px;
    padding-top: 20px;
    text-align: right;
    width: 90%;
}
#rentButtonHolder img {
    border-style: none;
}
.currencySpan {
    float: left;
}
.amountSpan {
    float: right;
    padding-right: 40px;
}
.price_weight_header {
    text-align: left;
}
.price_day_price_header {
    text-align: left;
    width: 100px;
}
.price_week_price_header {
    text-align: left;
    width: 100px;
}
.prict_month_price_header {
    text-align: left;
    width: 100px;
}