@charset "utf-8";
/* CSS Document */
.areaTitle{
margin-left:5px;
text-align:center;
height:19px;
}
.hotellist{
margin-bottom:15px;
}
.hotellist a{
color:#3e84c9;
}
.hotellist a:hover{
color:#000000;
}
.hotelTitle a{
color:#000000;
}
.hotelTitle a:hover{
color:#3e84c9;
}
.hotellist .hotelIntro .hotelTitle{
background:#efefef;
margin-top:10px;
margin-bottom:15px;
height:24px;
padding-left:17px;
padding-top:5px;
letter-spacing:2px;
}
.hotellist .hotelTitle .titletext{
display:inline-block;
width:480px;
font-weight:600;
}
#hotellist{
font-size:12px;
color:#0d4592;
padding-left:16px;
line-height:20px;
}
#hotellist span{
display:inline-block;

}
#hotellist span.hotelname{
width:130px;
padding:2px;

}
span.hotelprice{
color:#f26e3d;
padding-right:10px;
}
#hotellist li{
float:left;
line-height:22px;

}


