#guide_right {
    float: right;
    margin-left: 20px;
    width: 180px;
}
#tabs_local li:first-child {
    border-left: 1px solid #ccc;
}
#tabs_local a {
    border-right: 1px solid #ccc;
    min-width: 72px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
    float: left;
    font-size: 14px;
    position: relative;
    text-decoration: none;
}
#tabs_local a.tab_close {
    background-color: rgba(0, 0, 0, 0.1);
}

#tabs_local li {
    margin: 0;
    z-index: 3;
}

#tabs_local {
    background-color: #fcfcfc;
    border-bottom: 1px solid #ccc;
    height: 30px;
    list-style: outside none none;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}


.row_title {
    background-color: rgba(255, 255, 255, 0.7);
    border-left: 3px solid #ccc;
    margin: 10px 0 0;
    padding: 5px 10px;
}
.localcity {
}
.localcity .localcity_list {
    font-size: 14px;
    padding: 10px;
}
.localcity .localcity_list li {
    float: left;
    width: 50%;
}
.localcity .localcity_list span.small {
    color: #999;
    font-size: 11px;
}
.select_search {
    padding: 15px 0 10px;
}
.select_search li a {
    background-color: #fbfbfb;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    padding: 10px;
    width:160px;
}
.select_search li:first-child a {
    border-top: 1px solid #e0e0e0;
}

li{
	display: inline-block;
}

.station_title {
    background-color: #f9f9f9;
    border-bottom: 1px dotted #ccc;
    border-top: 2px solid #ccc;
    font-size: 15px;
    padding: 5px 10px;
}

#tab_first {
    background-color: rgba(0, 0, 255, 0.1);
    border-left: 3px solid #00f;
    font-size: 18px;
    margin: 10px 0 0;
    padding: 5px 10px;
}
