﻿/* SearchParts.css */

/* Search page heading */

.SearchPageBg              /* Assigned in the search input entry, so picture can extend. */
{
    background-image: url(/img/search_page_bg.jpg);
    background-repeat: no-repeat;
    background-position: 270px 50px;
}
.SearchPageTag
{
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin: 50px 0px 10px 0px;
}
.SearchPageText
{
    margin-bottom: 40px;
}

/* Search entry */

.SearchInput
{
    margin: 4px 0px 0px 4px;
}
.SearchPartsContent
{
    
}
.SearchPartsLine
{
    border-top: 1px solid #336699;
    margin: 20px 0px 0px 0px;
    padding-left: 10px;
}
.SearchEntryItem
{
    margin: 4px 0px 4px 0px;
}
.SearchPartsDDLabel
{
    position: relative;
    top: -3px;             /* Push it down to line up with the dropdown. */
}
.SearchPartsBtn
{
    padding-left: 10px;
    vertical-align: top;
}
.SearchPartsBtn input
{
    margin-bottom: 4px;
    position: relative;
    top: -3px;              /* Line up with input box. */
}

.SearchMultiLink a
{
    font-size: 11px;
}

/* Search corrections */

.SearchAutoCorr
{
    font-size: 14px;
    margin: 4px 0px 0px 0px;
}
.SearchAutoCorrTerm
{
    color: red;
}
.SearchDym
{
    font-size: 14px;
    margin: 4px 0px 0px 0px;
}


/* Search results - see oem.css for most others. */

.SearchNav
{
    margin-bottom: 20px;
}

.SearchResults
{
    margin-top: 10px;       /* Split the difference for the top and bottom add button. */
    margin-bottom: 10px;
}
.SearchResultsTop td
{
    padding-bottom: 4px;
}
