.HouseH1
{
    margin: 0px;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    font-family: Verdana;
}

.HouseH2
{
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2px;
    margin-bottom: 2px;
    color: black;
}

.HouseBody
{
    padding: 10px;
}


.HouseTableHeader
{
    background-color: #D2E3FF;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.HouseTableRow
{
    background-color: #F4F5FB;
    font-size: 13px;
}

/* RoomType */


.HouseRoomTypeHeader
{
    padding: 5px;
    font-weight: bold;
    font-size: 19px;
    color: #000000;
    border: 1px solid #D2E3FF;
    border-bottom: 0px;
    background-image: url(/Image.ashx?width=1&height=60&StartPixel=0&EndPixel=100&StartColor=ffffff&EndColor=96BDFF);
    background-repeat: repeat-x;
    background-position: top;
}

.HouseRoomType
{
    border: 1px solid #D2E3FF;
}

.HouseRoomTypePadding
{
    padding: 20px;
    padding-bottom: 0px;
}

.HouseRoomTypeFeatureHeader
{
    font-weight: bold;
}

.HouseRoomTypePrice, .HouseRoomTypePriceCurrency, HouseRoomTypePriceCurrency2, .HouseRoomTypePrice2, .HouseRoomTypePriceLabel, .HouseRoomTypePriceClient
{
    font-size: 21px;
    font-weight: bold;
    color: #ffffff;
}
.HouseRoomTypePriceClient
{
    font-size: 10px;
}
.HouseRoomTypePriceLabel
{
    font-size: 11px;
}
.HouseRoomTypePriceCurrency
{
    font-size: 13px;
}

.HouseRoomTypePriceCurrency2
{
    font-size: 13px;
}
.HouseRoomTypePrice2
{
    font-size: 13px;
}



/* Prices */

.HousePricesComment
{
    color: #666666;
    font-size: 10px;
}

/* Booking */

.HouseBookingForm
{
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}


.HouseBookingTableLabel
{
    width: 80px;
}

.HouseBookingTableData
{
}

.UserReviewScore, .UserReviewScoreSmall
{
    font-size: 43px;
    font-weight: bold;
    color: #FFCC00;
}

.UserReviewScoreSmall
{
    font-size: 29px;
}

.HouseReviewSummaryHeader
{
    text-align: left;
    font-size: 11px;
}

.HouseReviewSummaryData
{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}
.HouseReviewSummaryDataAverage
{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    background-color: #FFF2DF;
}
.HouseReviewHeader
{
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    background-image: url(/Image.ashx?width=1&height=60&StartPixel=0&EndPixel=100&StartColor=ffffff&EndColor=96BDFF);
    background-repeat: repeat-x;
    background-position: top;
}

.HouseReviewData, .HouseReviewDataComment
{
    background-color: #ffffff;
    font-size: 11px;
}
.HouseReviewDataComment
{
    text-align: left;
}
.BigLink
{
    font-size: 24px;
    text-decoration: underline;
    font-weight: bold;
}


