/* -- CONTENT -- */
#content { width: 100%; }
#content .highlight {
    background: url(../images/arrow_icon.png) no-repeat left center;
    padding-left: 20px;
}
.firstcolumn {
    float: left;
    padding: 15px;
    width: 500px;
}
.secondcolumn {
    border-left: 1px dotted;
    margin-left: 530px;
    padding: 15px;
}
#freestyle input[type="text"] { width: 200px; }
#didyoumean a { display: block; }
#browse input[type="submit"] { display: none; }
#browse ul {
    border: #E8E8E8 1px solid;
    list-style-type: none;
    max-height: 200px;
    padding: 5px 10px;
    overflow: auto;
}
#browse select { width: 210px; }
#filter {
    border-bottom: #E8E8E8 5px solid;
    border-top: #E8E8E8 5px solid;
    clear: both;
    line-height: 4em;
    margin: 10px 0;
    padding-bottom: 0;
}
#filter label img { vertical-align: middle; }
#results-container {
    height: 420px;
    padding: 0;
    position: relative;
}
#loading {
    left: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
    z-index: 10000;
}
#loading p {
    background-color: #fff;
    border: 1px solid;
    display: none;
    font-size: 200%;
    font-weight: bold;
    margin: 0 15px;
    padding: 1em;
    opacity: 0.7;
}
#loading p.loading { display: block; }
#results { height: 400px; }
#results h3 {
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 1em;
    line-height: 1;
}
#results #worldwide, #results #no-hotspots, #results.empty #nearby { display: none; }
#results.empty #worldwide, #results.empty #no-hotspots, #results #nearby { display: inline; }
#hslist {
    border: #E8E8E8 1px solid;
    height: 342px;
    overflow: auto;
    padding: 5px 10px;
}
#hslist #number-of-hotspots { display: none; }
#hslist ul { list-style-type: none; }
#hslist li {
    border-bottom: #E8E8E8 1px solid;
    clear: both;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}
.hotspot-details-container .id,
.hotspot-details-container .geolat,
.hotspot-details-container .geolng { display: none; }
.hotspot-details-container .distance {
    font-style: italic;
    position: absolute;
    right: 0;
    top: 0;
}
.hotspot-details-container .typelink {
    float: left;
    margin: 5px;
}
.hotspot-details-container .namelink,
.hotspot-details-container .ssid,
.hotspot-details-container .description,
.hotspot-details-container .tel { display: block; }
ul#download-poi {
    border-bottom: #E8E8E8 5px solid;
    border-top: #E8E8E8 5px solid;
    clear: both;
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
    padding: 10px 0 5px 0;
}
ul#download-poi li {
    display: inline;
    margin-left: 5px;
}
#map { height: 400px; }
#helper {
    color: #ccc;
    font-style: italic;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
#mobile-results { display: none; }
#mobile-results img { float: left; padding-right: 5px; width: 40px; }
#mobile-results.active { display: block; }
#mobile-results ul { list-style-type: none; }
#mobile-results ul li { display: inline; }

