:focus {
    outline: none;
}

.js ul.newList {
    left: -9999px;
}

ul.newList * {
    margin: 0;
    padding: 0;
}

ul.newList {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #2575B7;
    width: 217px;
    background: #fff;
    position: absolute;
    border: 1px solid #ccc;
    top: 22px;
    right: 0;
    left: -1px !important;
    overflow: auto;
    z-index: 9999;
}

.newListSelected {
    width: 217px;
    font-style: italic;
    color: #2575B7;
    height: 34px;
    line-height: 32px;
    text-align: right;
    float: right;
    border: 1px solid #ccc;
    background: url('../images/button2.gif') #E9E9E9 top right no-repeat;
}

.city-select .newListSelected,
.recipe-select .newListSelected,
.section-select .newListSelected {
    background: url('../images/city-select.jpg') no-repeat;
}

.login-city-select .newListSelected {
    width: 120px;
    background: url('../images/login-city-select.jpg') no-repeat;
}

.city-select ul.newList {
    height: 210px;
}

.section-select ul.newList {
    text-align: left;
    width: 250px;
    height: 350px;
}

.newListSelected span {
    display: block;
}

ul.newList li {
    padding: 3px 8px;
}

.selectedTxt {
    padding: 0 31px 0 8px;
    overflow: hidden;
    color: #696969;
    height: 34px;

}

.hiLite {
    background: gray !important;
    color: #fff !important;
}

.newListHover {
    background: black !important;
    color: white !important;
    cursor: default;
}

.newListSelHover,
.newListSelFocus {
    cursor: default;
}

.newListOptionTitle {
    font-weight: bold;
}

.newListOptionTitle ul {
    margin: 3px 0 0;
}

.newListOptionTitle li {
    font-weight: normal;
    border-left: 1px solid #ccc;
}

.quick .selectedTxt{
    z-index: 11;
}
.quick2 .selectedTxt{
    z-index: 11;
}

