﻿.selectmodal {
    width: 4000px;
    min-width: 250px;
    max-width: 400px;
    height: auto;
    position: absolute;
    left: 0;
    top: 10px;
    display: none;
    background: white;
    margin: 0;
    padding: 0;
    clear: both;
    z-index: 9999;
    box-shadow: 2px 2px 3px #ccc;
    border: 1px solid #ddd;
}
    .selectmodal p.close_modal{
        padding:5px 0 2px 10px;
        color:#cccccc;
        margin-bottom:0;
        border-bottom:1px solid #e8e2e2;
        position:absolute;
        left:0;
        top:0;
        width:100%;
        line-height:25px;
    }
    .selectmodal p.close_modal img {
      float:right;
      margin-top:-5px;
      cursor:pointer;
    }

    .selectmodal ul {
        padding: 0;
        margin: 0;
        margin-top: 35px;
        max-height: 320px;
        overflow-y: auto;
    }

        .selectmodal ul li.hotel_item_temp, .selectmodal ul li.hotel_nodata {
            color: #a8a4a4;
            text-align: center;
            padding: 8px;
            text-decoration: none;
            list-style: none;
        }

            .selectmodal ul li.hotel_item_temp .loading {
                width: 20px;
                height: 15px;
                padding-right: 5px;
            }

        .selectmodal ul li.hotel_item {
            text-decoration: none;
            list-style: none;
            padding:8px;
            text-align: left;
            cursor: pointer;
            border-bottom:1px dashed #e5dddd;
        }

        .selectmodal ul li.hotel_item:hover {
            background-color: #f0ad4e;
            color: white;
            font-weight: bold;
        }
