.hotelName
{
  font-size: 16px;
  font-weight: bold;
}

.hotelStars
{
  font-size: 18px;
  color: #FF0000;
  font-weight: bold;
}

.hotelPlace
{
  font-weight: bold;
  font-size: 14px;
}

.hotelPrice
{
  font-size: 24px;
  color: #FF0000;
  font-weight: bold;
}

.hotelBestPriceOut
{
  background-color: #DDDDDD;
}

.hotelBestPriceOver
{
  background-color: #BBBBBB;
}

.hotelDevisText
{
  text-decoration: underline;
  font-size: 14px;
  color: #004444;
  font-weight: bold;
  cursor: pointer;
}

.hotelLeft
{
  float: left;
  width: 395px;
}

.hotelRight
{
  float: right;
  width: 395px;
}

