﻿body
{
    font-family:Helvetica, Arial;
    background: #000 url('images/background.jpg') no-repeat center top;
}
/* Accent color */
a,
a:link,
a:visited,
tr.orderItemUnder td a,
.mainheader,
.searchStyled,
.forgotPassword,
#categories li ul a,
.info
{
    color:#137fd6;
}

/* Header Component*/
#logo
{
    padding-left:45px;
    padding-top:17px;
}

/* Search Components */
#searchField
{
}
#searchButton
{
    float:right;
    margin:8px 8px 8px 0;
    cursor:pointer;
}

/* button re-color */

.red.button, .red.button:visited {
    background-color: #D20056;
}
.red.button:hover {
    background-color: #C60038;
}