/*  ----------------------------------------------------------------------------

            Plugin:     indexed_search
            Author:     Martin Alker
            Date:       2007, February
            Version:    0.1

    ----------------------------------------------------------------------------
            RESULT OUTPUT
    --------------------------------------------------------------------------*/

    .tx-indexedsearch-secHead {
        background: #e0e0e0;
        border-top: 1px solid silver;
        overflow: hidden;
        padding: 0.5em;
    }

    .tx-indexedsearch-res dt {
        background: whitesmoke;
        border-top: 1px solid #e0e0e0;
        height: 1%;
        padding: 0.5em;
    }

        .tx-indexedsearch-res .icon {
            display: block;
            float: left;
            width: 2em;
        }

        .tx-indexedsearch-res .title {
            display: block;
            width: auto;
        }

        .tx-indexedsearch-res .percent {
            display: block;
            float: right;
            width: auto;
        }


    .tx-indexedsearch-res dd {
        clear: both;
        margin-left: 2.5em;
    }

        .tx-indexedsearch-info {
            color: #707070;
            font-size: 90.99%!important;
            /* text-align: right; */
        }

            .tx-indexedsearch-info a {
                color: #707070;
            }

/*  ----------------------------------------------------------------------------
            SEARCHBOX
    --------------------------------------------------------------------------*/

    .tx_indexedsearch_extresume {
        line-height: 2em;
    }

    .tx-indexedsearch-othermodelink {
        margin: 1em 2em;
    }

/*  ----------------------------------------------------------------------------
            WHATIS
    --------------------------------------------------------------------------*/

    .tx-indexedsearch-whatis p {
        margin: 0 2.5em;
    }

        .tx-indexedsearch-sw {
            font-weight: 700;
        }

/*  ----------------------------------------------------------------------------
            BROWSEBOX
    --------------------------------------------------------------------------*/
    .tx-indexedsearch-browsebox {
        border-top: 1px solid #e0e0e0;
        margin-top: 0.5em;
        overflow: hidden;
        padding-top: 0.5em;
    }

        .tx-indexedsearch-browsebox p {
            margin: 0 2.5em 0.5em;
        }

        .browsebox {
            height: 1%;
            line-height: normal;
            list-style: none;
            margin-left: 2em!important;
            margin-top: 0.5em;
            overflow: hidden;
        }

            .browsebox li {
                background: none!important;
                display: inline;
                line-height: normal;
                margin: 0;
                padding: 0!important;
            }

                .browsebox li a {
                    display: block;
                    float: left;
                    margin: 0 0.5em;
                    padding: 0;
                    width: auto;
                }

/*  ----------------------------------------------------------------------------
            SECTIONLINKS
    --------------------------------------------------------------------------*/

    .tx-indexedsearch-sectionlinks {
        margin: 0.5em 0;
    }

        .tx-indexedsearch-sectionlinks ul {
            line-height: normal;
            list-style: none;
            margin-left: 2em!important;
            overflow: hidden;
        }

            .tx-indexedsearch-sectionlinks li {
                background: none!important;
                display: inline;
                line-height: normal;
                margin: 0;
                padding: 0!important;
            }

                .tx-indexedsearch-sectionlinks li a {
                    display: block;
                    float: left;
                    margin: 0 0.5em;
                    padding: 0;
                    width: auto;
                }

