.infotext
{
    width:450px;
    text-align:justify;
    float:left;
}

.infotext h3
{
    color: #C23427;
}
.sidebar
{
    float: right;
}
.sidebar .quickinfo
{
    float: left;
}
.sidebar .photo
{
    float: left;
    margin-left: 10px;
}

#prices
{
    float: left;
}
.price_overview
{
    background-color: #FFF799;
    width: 180px;
    float: right;
    padding: 10px;
}
.trip_summary, .selected_items, .total_price
{
    display: none;
}

.photoslider_nav
{
    position: relative;
    border: solid #FFDE00 1px;
    background-color: #FFFCD5;
    overflow: hidden;
    height: 90px;
    width: 720px;
    margin: auto;
}
.photoslider_thumbBar
{
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
}
.photoslider_thumb
{
    position: relative;
    border: solid #CCCCCC 1px;
    background-color: white;
    width: 50px;
    height: 50px;
    float: left;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}
.photoslider_clear
{
    clear: both;
}
.photoslider_main
{
    position: relative;
    height: 420px;
    padding-bottom: 5px;
}
.photoslider_main img
{
    position: relative;
    border: solid #CCCCCC 1px;
    background-color: white;
    display: block;
    margin: auto;
    padding: 8px;
}
.photoslider_caption
{
    font-weight: bold;
    color: #C23427;
    text-align: center;
}
.photoslider_control
{
    display: none;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    margin: auto;
    height: 30px;
    width: 52px;
}
.photoslider_play, .photoslider_stop
{
    width: 18px;
    height: 19px;
    margin: auto;
    padding: 3px;
    cursor: pointer;
    text-align: center;
    border: solid #fff 1px;
    float: left;
}
.photoslider_play
{
    background: url('/images/play_pause.gif') no-repeat 0px 0px;
}
.photoslider_stop
{
    background: url('/images/play_pause.gif') no-repeat -25px 0px;
}

.slideshow_disabled
{
    border-bottom: solid #919191 2px;
}

.disabled a
{
    color: #888;
    cursor: default;
    text-decoration: none;
}

.room table
{ 
    border-collapse: collapse; 
    border: 1px solid #C0C0C0; 
    width: 550px;
}
.room th
{ 
    border: 1px solid #cccccc;
    text-align: left;
    color: #C23427;
    background-color: #FFF799;
    padding: 2px;
    font-size: 12px;
}

.occ_1 td
{ 
    text-align: center; 
    background-color: #FFFFFF;
    padding: 3px;
    font-size: 12px;
    border: 1px solid #cccccc;
}
.occ_2 td
{
    background-color: #FDFBE2;
    padding: 3px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #cccccc;
}

.tr_hover td
{
    background-color:#FFF799; 
}

.price_table tr td.td_hover
{
    background-color: #FFF799;
}

.room a
{
    text-decoration: underline;
    font-size: 12px;
}

#prices_link
{
    text-align: right;
    text-decoration: underline;
    display: block;
}

ul.facilities li
{
    list-style-image: url('../../img/general/checkmark.gif');
}

.detail_left
{
    float: left;
}
.detail_right
{
    float: right;
    font-style: italic;
}
.submit_booking
{
    text-align: right;
    margin-top: 8px;
}

#current_month
{
    display: none;
}
