﻿.HotelInfoDiv
{
    width:100%; 
    border-bottom: #C3C3C3 solid 1px;
    padding-bottom:15px;
    
}

.HotelInformationTable
{
    width:100%;
}

.HotelNameText
{
    font-size:20px;
    font-weight:bold;
}

.HotelAddress
{
    font-size:10px; 
}

.StarRating
{
    text-align:left;
    width:120px;
}

.Column
{
    width:85px;
}

#PartialHotelName
{
    float:left;
}

#PartialHotelLocationAndCost
{
    clear:both;
}

#PartialHotelLocation
{
    float:left;
    width:400px;
}

#HotelMinCost
{
    float:right;
}

#HotelImageContainer
{
	height:300px;
	width:750px;
}
