<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.com-results .list_city_container{
	max-height: 140px;
	margin: 0;
	font-size: 14px;
    padding: 0;
	
}
.com-results .list_city_container a{
	border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #666;
    cursor: pointer;
    display: block;
    height: 22px;
    line-height: 22px;
    min-height: 22px;
    overflow: hidden;
    padding: 1px 9px 0;
    text-align: left;
    text-decoration: none;
	 height: 22px;
    display: block;
}
.com-results .list_city_container a b{
	font-weight:normal;
}
.com-results .list_city_container a:hover{
	color: #fff;
	background: none repeat scroll 0 0 #2ca600;
    border-bottom: 1px solid #2ca600;
    border-top: 1px solid #2ca600;
}
.com-results .list_city_container span{
	float: right;
    font: 10px/22px verdana;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    width: 110px;
}

</pre></body></html>