#infoWindowHotel{
  width: 300px;
}
#infoWindowHotel_contents{
	background-color: #FFF;
  color: #000;
}

#infoWindowHotel_tl{
  width: 1px;
  height: 1px;
}
#infoWindowHotel_t{
}
#infoWindowHotel_tr{
  width: 1px;
  height: 1px;
}
#infoWindowHotel_l{
  width: 1px;
}
#infoWindowHotel_r{
  width: 1px;
}
#infoWindowHotel_bl{
  width: 1px;
  height: 1px;
}
#infoWindowHotel_b{
  height: 1px;
}
#infoWindowHotel_br{
  width: 1px;
  height: 1px;
}
#infoWindowHotel_close{
  width: 13px;
  height: 13px;
  margin: -8px 0 0 10px;
  cursor: pointer;
}
#infoWindowHotel_beak{
	width: 1px;
  height: 1px;
}

#infoWindowHotel_contents .name {
	width: 200px;
	height: 14px;
	padding: 7px 5px 7px 20px;
	overflow: hidden;	
}

#infoWindowHotel_contents .name a {
	color: #e92466 !important;
	text-decoration: none;
}

#infoWindowHotel_contents .stars {
	margin-top: 10px;
	margin-right: 15px;
}

#infoWindowHotel_contents .hotel_info {
	width: 260px;
	height: 60px;
	background-color: #f7f4ed;
	margin: 0px 5px 5px 5px;
	padding: 10px 15px;
}

#infoWindowHotel_contents .hotel_image {
	float: left;
	margin-right: 20px;	
}

#infoWindowHotel_contents .bold {
	font-weight: bold;
}