#searchBox
{
    width: 400px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#searchBar
{
    position: absolute;
    width: 400px;
    height: 50px;
    background: url("./images/search/sb.png") no-repeat;
    color: #000000;
    font-size: 32px;
    vertical-align: middle;
    z-index: 1;
    text-indent: 10px;
    border: 0px;
}

#searchButton
{
    position: relative;
    border-width: 0px;
    left: 345px;
    height: 44px;
    top: 3px; /* 21 from top*/
    width: 50px;
    z-index: 2;
}
/*
#searchButton:hover
{
    background-image: url("./images/search/searchButton2Up.png");
}
*/
/*#searchBox
{
    width: 300px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#searchBar
{
    position: relative;
    width: 300px;
    height: 45px;
    left: 5px;
    top: 5px;
    background-color: #424242;
    border: 2px solid #8F8F8F;
    color: #FFFFFF;
    font-size: 1.5em;
    z-index: 1;
    text-indent: 1%;
}

#searchButton
{
    position: relative;
    left: 255px;
    height: 44px;
    top: -42px;
    width: 50px;
    z-index: 2;
}*/

table#searchResults
{
    width: 75%;
    margin-left: 12.5%;
    margin-top: 1%;
    background-color: #3F3F3F;
    font-size: 1.5em;
    text-align:left;
}

table#searchResults tr
{
    background-color: #B5B5B5;
}

table#searchResults tr.odd
{
    /*background-color: #D4D4D4;*/
}

table#searchResults tr td.brand
{
    width: 50%;
    text-indent: 1%;
}

table#searchResults tr td.url
{
    width: 50%;
    text-indent: 1%;
}

table#searchResults tr th
{
    font-variant: small-caps;
    color: #FFFFFF;
    background-color: #1F1F1F;
}

.centered
{
    font-size: 1.5em;
    color: #FFFFFF;
    text-align: center;
    margin-top:
}

a.itemsBlack:link,a.items:visited
{
    color:#000000;
    text-decoration:none;
}

a.itemsBlack:hover,a.items:active
{
    text-decoration: underline;
}

table#searchResults tr:hover
{
    background-color: #D4D4D4;
}
