/* ---- Header nav items (Register / Log in / Shopping cart / etc.) ---- */

.header_wrapper
{
    width: 100%;
    height: 28px;
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.header-links
{
    text-align: right;
    width: 920px;
    margin: 0px auto 0px auto;
    padding-top: 3px;
    height: 28px;
}

.header-links ul li
{
    list-style: none;
    display: inline;
 }

.header-links a:link
{
    text-decoration: none;
}

.header-links a:visited
{
    text-decoration: none;
}

.header-links a:hover
{
}

.header-links a:active
{
}