body.room_panel
{
    background-color:           white;
    text-align:                 left;
}

body.room_panel h1
{
    margin:                     0px 15px;
    padding:                    0px;
    font-size:                  14pt;
    text-align:                 left;
    color:                      black;
}

div#details_panel
{
    background-color:           white;
    border-radius:              5px;
    width:                      95%;
    margin:                     0 auto;
    height:                     400px;
}

#photobox
{
    width:                      410px;
    height:                     400px;
    float:                      left;
    margin:                     0 10px 0 0;
}

#photobox .showcase
{
    width:                      100%;
    margin:                     0;
    padding:                    0;
    /*text-align:                 center;*/
}

#photobox .showcase img
{
    height:                     300px;
    width:                      auto;
}

#photobox .filmstrip img
{
    height:                     80px;
    max-width:                  150px;
    margin:                     0 2px 0 0;
    padding:                    0;
    float:                      left;
}

#infobox
{
    float:                      left;
    width:                      300px;
    height:                     400px;
    margin:                     0px;
    font-size:                  1.2em;
}

#pricebox
{
    clear:                      both;

}

ul.features
{
    list-style-image:           url(../images/valid.png);
    margin:                     0 0 0 25px;
    padding:                    0;
}

ul.features li
{
    float:                      left;
    width:                      165px;
    font-size:                  12pt;
    margin:                     0 15px 0 0;
    padding:                    0;
    font-weight:                bold;
}

.footnote
{
    font-size:                  8pt;
    text-align:                 right;
    position:                   absolute;
    width:                      95%;
    bottom:                     20px;
}

#language_selector
{
    position:                   absolute;
    top:                        10px;
    right:                      10px;
}

#language_selector img
{
    width:                      16px;
    height:                     11px;
}

#language_selector a
{
    margin-left:                2px;
}
