/**
 *    HOTEL DETAILS STYLE SHEET
 */
 
.heading
{
    font-size: 11pt;
}
h2.normal
{
    font-size: 8pt;
    font-weight: normal;
    margin: 0;
}
em
{
    font-style:italic;
}

#detailsContent
{
    width:395px;
}

.detailsText
{
    padding-left:8px;
}
.detailsLeftText
{
    padding-top: 4px;
    background-color: #B4CEE5;
}
.detailsRightText
{
    padding-left:8px;
    padding-top:4px;
    background-color:#E3DFC0;
}
.SlideShow {
    background-color: rgb(1, 28, 109);
    color: rgb(255, 255, 255);
    height: 24px;
    padding: 0px 0px 0px 0px;
}
#detailsRightPadding
{
    width: 4px;
    background-color:#E3DFC0;
}

.contentTextA
{
    padding-left:6px;
}
.contentTextB
{
    padding-top:0px;
}
TD.content
{
    padding: 0 6px 0 4px;
}
DIV.star1
{
    background-image: url(../images/star_rating.gif);
    background-repeat: repeat-x;
    width: 12px;
    height: 11px;
    display: block;
}
DIV.star2
{
    background-image: url(../images/star_rating.gif);
    background-repeat: repeat-x;
    width: 24px;
    height: 11px;
    display: block;
}
DIV.star3
{
    background-image: url(../images/star_rating.gif);
    background-repeat: repeat-x;
    width: 36px;
    height: 11px;
    display: block;
}
DIV.star4
{
    background-image: url(../images/star_rating.gif);
    background-repeat: repeat-x;
    width: 48px;
    height: 11px;
    display: block;
}
DIV.star5
{
    background-image: url(../images/star_rating.gif);
    background-repeat: repeat-x;
    width: 60px;
    height: 11px;
    display: block;
}
li.factsheet_head
{
    font-weight: bold;
    list-style-type: none;
    padding: 1px 0 1px 0;
}
li.factsheet
{
    padding: 1px 0 1px 0;
}
a.rate_guarantee, a.rate_guarantee:active, a.rate_guarantee:visited, a.rate_guarantee:hover
{
    text-decoration: none;
    color: #ffffff;
}