.selected  h3{
/*height: 30px !important;*/
}

.list_hotels{
list-style-type: none; 
}

.list_hotels li{
white-space: nowrap;
display: inline; 
width:200px;
}

.list_hotels img{
opacity:0.5;
filter:alpha(opacity=50);
}

.list_hotels img:hover{
opacity:1;
filter:alpha(opacity=100);
}

.text td{
    padding-bottom: 3.5em;
    padding-left: 30px;
    width: 350px;
}

.text ul{
 padding:0;
 margin:0;
 list-style-type:none;
 width:100%;
 height:50px;
}

.text .hotels h2{
/*font-size:20px;*/
font-size:1em;
}

.last{
margin-left:50px;
float:right;
}
 
.text table{
width:100%;
margin-left:50px;
 }

.contacts img, .map img{
height:50px;
vertical-align:middle;
}