/*//tandd //20180329*/
/*#SearchTopPage{
    min-width:1200px;
}

@media (max-width: 641px) {
    #SearchTopPage{
        min-width:auto;
    }
}*/
/*////*/

/*//tandd //20180124*/
.header-link{
    text-align: right;
    font-size: 140%;
    margin-right: 1.25em;
}

/*//tandd //20180125*/
#resultsTopPanel .showPreview, #resultsTopPanel .hidePreview {
    float:right;
    margin: -35px 0 0 0;
    text-indent: 10px;
    border: none;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
    zoom: 1;
}

* html #resultsTopPanel .showPreview, * html #resultsTopPanel .hidePreview, *:first-child+html #resultsTopPanel .showPreview, *:first-child+html #resultsTopPanel .hidePreview {
    display: inline;
    text-indent: 20px;
}

#resultsTopPanel .showPreview {
    background: url(../image/togl_off.png) no-repeat 0 center;
}

#resultsTopPanel .hidePreview {
    background: url(../image/togl_on.png) no-repeat 0 center;
}

#resultsTopPanel .foundItem td {
    border-top: dashed 1px #666;
}

#resultsTopPanel .first td {
    border-top: solid 1px #666;
}

#resultsTopPanel .separator {
    font-weight: bold;
    margin: 0 3px;
}

#bodyArea #resultsTopPanel #resultInfoBlock {
    margin: 0 0 20px 0;
}

#bodyArea #resultsTopPanel #resultInfoBlock .word {
    color: #FF0000;
}

#bodyArea #resultsTopPanel .pagerBlock {
    margin: 3px 0;
    text-align: center;
}
#bodyArea #resultsTopPanel .pagerBlock ol li {
    display: inline;
    margin: 0 3px;
    color: #FF0000;
}

#bodyArea #resultsTopPanel .pagerBlock ol li span.pointer {
    display: none;
}

#bodyArea #resultsTopPanel .pagerBlock ol li a {
    color: #006600;
}

#bodyArea {
    word-break: break-word;
}

#resultsTopPanel .table-header table{
    width:100%;
}