.citySearchDiv {
    position: absolute;
    display: none;
    height: 176px;
    width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(219 , 238 , 255);
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #FFFFFF;
    z-index: 4;
}

.citySearchContent {
    list-style-type: none;
    margin-left: 0;
    cursor: default;
    white-space: nowrap;
    font-size: 11px;
    line-height: 14px;
    padding-left: 0;
    padding-bottom: 2px;
     background-position: 6px 4px;
    background-repeat: no-repeat;
}

.citySearchContentElal{
	list-style-type: none;
    margin-left: 0;
    cursor: default;
	color : rgb( 0, 0, 255);
    white-space: nowrap;
    font-size: 11px;
    font: bold;
    line-height: 14px;
    padding-left: 0;
    padding-bottom: 2px;
    background-position: 6px 4px;
    background-repeat: no-repeat;
    
}
.citySearchContentHover {
    background-color: #000066;
    color: #FFFFFF;
    cursor: pointer;
}

.citySearchContentOut {
    cursor: default;
    background-color:  rgb(219 , 238 , 255);
    
}
