/* $Id: chapters.css,v 1.6 2011/11/17 17:17:50 sap Exp $ */




#map_row {
    height: 284px;
    margin: 18px 0px 18px 0px;
}

#map_row #gmap {
    float: left;
    width: 640px;
    height: 277px;
    border: 5px solid #c0c5c8;
    margin-right: 7px;
}

#map_row #gmap img {
    float: none;
    border: none;
    margin: 0px;
}

#map_row #csearch {
    float: left;
    width: 313px;
    height: 284px;
    overflow: hidden;
    background: url(../img/bg_chapter_search_main.png);
}

#map_row #csearch h2 {
    min-height: 48px;
    padding: 10px 0px 0px 60px;
    background: 
        url(/img/icon_find_medium.png)
        no-repeat
        12px 8px;
}

#map_row #csearch #search_wrapper {
    margin: 0px 20px 0px 20px;
}

#map_row #csearch #search_wrapper form {
    margin: 10px 0px 0px 0px;
}

#map_row #csearch .hr {
    height: 0px;
    border-top: 1px solid #6b8391;
    border-bottom: 1px solid #f5f6f6;
}

/* search_results */
#search_results {
    margin-top: 14px;
    border-top: 1px dotted #D0D7D8;
    width: 100%;
}

#search_results .search_results_row {
    min-height: 57px;
    margin-top: 10px;
    border-bottom: 1px dotted #D0D7D8;
}

#search_results .srcell {
    float: left;
    padding: 6px 0 9px 0;
}

#search_results .first {
    width: 360px;
    font-size: 18px;
    font-weight: 800;
}

#search_results .first a {
    font-size: 12px;
    font-weight: 500;
}

#search_results .addr {
    width: 275px;
}

#search_results .links {
    width: 224px;
}

#search_results .dist {
    width: 92px;
}

#search_results .detail {
    display: none;
    font-size: 12px;
    font-weight: 500;
    padding: 4px;
    margin: 4px 0px 4px 0px;
    background: #efefef;
}



#sandbox .news_listing th, #sandbox .news_listing td {
border-bottom:1px dotted #D0D7D8;
padding:7px 0;
text-align:left;
}


#four_cols {
    display: table;
    margin: 0px 0px 18px 0px;
}

#four_cols .fourcol {
    display: table-cell;
    margin: 0px 0px 0px 0px;
    width: 240px;
    border-right: 1px dotted #000;
}

#four_cols .fourcol.last {
    border-right: none;
}

#four_cols .fourcol ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
}

#four_cols .fourcol ul li {
    border: none;
    margin: 0px 0px 0px 0px;
    padding: 3px 20px 3px 20px;
}

#four_cols .fourcol ul li.sub {
    font-size: .9em;
    padding: 3px 20px 3px 30px;
}

#four_cols .fourcol ul a {
    text-decoration: none;
    color: #1a1a1a;
}

#four_cols .fourcol ul a:hover {
    /* color: #74a5d1; */
    color: #4e90cc;
}



#f-zip {
    width: 190px;
}


.heading_bar h2 a {
    width: 202px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 5px 0px 0px 0px;
    background: url(../img/btn_heading_bar.png);
}

.empty {
    color: #888;
    font-style: italic;
}





