/*Benefits of membership styles*/
.benefits ul {
    padding-left: 1em;
    list-style-type: disc;
    list-style-position: outside !important;
}

    .benefits ul li {
        border-bottom-style: none;
        margin-left: 1em;
        margin-top: 0.4em;
        margin-bottom: 0.4em;
        color: #777;
    }

.benefits p {
    margin-top: 1em;
}
/*General Tabs*/
.resultspage #tab-third, .resultspage #tab-third:focus {
    background-image: url(/_imgs/common/icon-provider-details.gif) !important;
}

.resultspage #tab-fourth, .resultspage #tab-fourth:focus {
    background-image: url(/_imgs/common/icon-provider-map.gif) !important;
}

.providerdetail #tab-first, .servicedetail #tab-first, .providerdetail #tab-first:focus, .servicedetail #tab-first:focus {
    background-image: url(/_imgs/common/icon-provider-details.gif) !important;
}

.providerdetail #tab-second, .servicedetail #tab-second, .providerdetail #tab-second:focus, .servicedetail #tab-second:focus {
    background-image: url(/_imgs/common/icon-provider-contact.gif) !important;
}

.providerdetail #tab-third, .providerdetail #tab-fourth, .servicedetail #tab-third, .servicedetail #tab-fourth,
.providerdetail #tab-third:focus, .providerdetail #tab-fourth:focus, .servicedetail #tab-third:focus, .servicedetail #tab-fourth:focus {
    background-image: url(/_imgs/common/icon-provider-map.gif) !important;
}

.resultspage #tab-third, .resultspage #tab-fourth, .servicedetail #tab-first, .servicedetail #tab-second, .servicedetail #tab-third, .servicedetail #tab-fourth, .providerdetail #tab-first, .providerdetail #tab-second, .providerdetail #tab-third, .providerdetail #tab-fourth {
    background-repeat: no-repeat !important;
    background-position: 7px 7px !important;
    padding-left: 45px;
    line-height: 24px;
    height: 40px;
}

.servicedetail fieldset {
    margin-top: 0em !important;
}

.tabs {
    margin: 1em 0 3em;
}

.tabsList {
    float: left;
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 100%;
}

    .tabsList li {
        position: relative; /*for z-index*/
        float: left;
        z-index: 1;
        background-color: #e8edee;
        margin-top: 0;
        margin-right: 4px;
        margin-bottom: 0;
        margin-left: 0;
    }

        .tabsList li a {
            position: relative;
            float: left;
            overflow: hidden;
            font-weight: normal;
            text-shadow: none;
            cursor: pointer;
            border-top: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: 0 solid #ccc;
            border-left: 1px solid #ccc;
            margin-top: 0px;
            margin-right: 0;
            margin-bottom: 0;
            margin-left: 0;
            padding-top: 10px;
            padding-right: .8em;
            padding-bottom: 10px;
            padding-left: .6em;
            text-decoration: underline;
        }

            .tabsList li a:link {
                border-color: #ccc;
            }

            .tabsList li a:hover, .tabsList li a:focus, .tabsList li a:active {
                border-top-color: #333;
                border-right-color: #333;
                border-bottom-color: #333;
                border-left-color: #333;
            }

            .tabsList li a:focus {
                outline: none !important;
            }

            .tabsList li a:active {
                top: 2px;
            }

        .tabsList li.current {
            z-index: 10;
            background-color: #FFF;
        }

.sidenav .tabsList li.current a {
    top: 2px;
    font-weight: normal;
    color: #777;
    border-color: #ccc;
    text-decoration: none;
    cursor: default;
    background-color: #FAFAFA;
}

.tabsList li.current a {
    top: 2px;
    color: #777;
    background: #ffffff;
    border-color: #ccc;
    text-decoration: none;
    cursor: default;
}

    .tabsList li.current a:hover {
        color: #333;
    }

    .tabsList li.current a:focus {
        outline: 1px dotted #444;
    }

.tabsList a span {
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.providerpanel fieldset {
    margin-top: 1em;
}

.tabPanel {
    position: relative;
    display: table-row;
    visibility: visible;
    clear: left;
    overflow: auto;
    z-index: 5;
    outline: none !important;
}

.memberpanel .tabPanel, .memberpanel .tabPanel .listing {
    display: block !important;
    padding-left: 0;
}

    .memberpanel .tabPanel .resultsmapping {
        display: none;
    }

.filterexpandbutton {
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -999px;
    text-overflow: clip;
    top: -5px;
    width: 30px;
}

.filtergroupwrap > .filterexpandbutton {
    display: none;
}

.filterexpandbutton.expanded {
    background-image: url("/_imgs/common/button-filter-expand.png");
}

.filterexpandbutton.collapsed {
    background-image: url("/_imgs/common/button-filter-collapse.png");
}

.filter {
    display: table-cell;
    vertical-align: top;
    max-width: 300px;
}

.filtergroupwrap {
    padding-bottom: 1rem;
    border-radius: 2px;
    width: 300px;
    position: relative;
}

div.filterbuttons input[type=submit] {
    min-width: 130px !important;
}

.filter h2 {
    padding: .72rem;
    margin-top: 0 !important;
    border-radius: 2px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 0;
}

.filter select {
    margin-bottom: 1rem;
    width: 100%;
}

.listing {
    display: table-cell;
}

.sidenav .tabPanel {
    background-color: #fafafa;
}

.tabPanel:focus {
    outline: 1px dotted #999;
}

.tabPanel h2 {
    margin: -1rem -1rem 1rem -1rem !important;
    padding: 18px 18px 10px 18px !important;
    font-size: 16px;
}

.consumerhome .tabPanel h2 {
    margin: 0 !important;
}
/*Child terms*/
.childterms table {
    width: 100%;
}
/* Map marker */
#bodyContent {
    padding: 10px;
    border: 2px solid #0D83BF;
    -webkit-box-shadow: 2px 2px 2px 2px #999999;
    box-shadow: 2px 2px 2px 2px #999999;
}

h2.MapTitle {
    display: block !important;
    margin-top: 0px;
}

.tabPanel h2:focus {
    outline: 1px dotted #999;
}
/*==============================*/
/*IE6-7*/
/*properties preceded by a "_" are for ie6 only*/
.tabPanel {
    zoom: 1;
    _z-index: 0;
}

.tabsList li.current a {
    _top: 2px;
    _background-color: #fafafa;
    _border-bottom: none;
    outline: expression(hideFocus='');
}

    .tabsList li.current a:hover, .tabsList li.current a:focus, .tabsList li.current a:active {
        _top: 2px;
        _border-bottom: none;
        _color: #333;
        _background-color: #fafafa;
    }

.tabsList li a:hover, .tabsList li a:focus {
    _top: 4px;
    _border: 2px solid #999;
    _border-bottom: none;
}

.tabsList li a:active {
    _top: 2px;
    _border: 2px solid #999;
    _border-bottom: none;
}

.tabPanel h3 {
    zoom: 1;
    *display: inline;
    _height: 1em;
    font-size: 14px;
}

.mysentrequests .tabPanel {
    width: 100%;
    display: table !important;
}

.mysentrequests .listing {
    padding-left: 0;
    vertical-align: top;
}
/* Border at bottom of Provider Detail section */

#ProviderDetailsPanel .section {
    padding-bottom: .5em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
}
/*h2 in main panel - provider title*/
.resultitem h2 {
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    /*margin: 0 0 1rem 0 !important;*/
    font-size: 20px;
}



.filterbuttons {
    display: table;
    width: 100%;
}

    .filterbuttons > div {
        width: 50%;
    }

        .filterbuttons > div:nth-child(2) {
            text-align: right;
        }
