#pictures img {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
    border: solid 1px #99CCFF;
}

#pictures {
    width: 150px;
}

#hotels .hotellname, #hotels .hotelname, #hotels .starname  {
    color: #0066CC;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#hotels {
    width: 98%;
}
#hotels .hotelname {
    color: #A7B6FE;
}

#hotels .starname {
    color: #FF6600;
}

#params img, #pictures img {
    cursor: pointer;
}

#hotels table.std td {
    width: 10%;
    text-align: right;
}

#hotels table.descr td.title {
    width: 150px;
    padding-right: 10px;
    vertical-align: top;
}

#hotels table.container {
    border: 1px solid #e4e4e4;
    background-color: #f8faff;
}

#descr {
    text-align: left;
    overflow: auto;
    overflow-y: auto;
    height: 380px;
}

#hotels #links {
    float: right;
    width: 130px;
    padding: 10px;
}
#hotels strong {
    font-weight: bold;
}
#hotels em{
    font-style: italic;
}
#hotels li{
    list-style-type: inherit;
}
#hotels ul{
    padding-left: 40px;
}