﻿.main-header
{
    background-image: url(/WebResources/images/header.png);
    background-repeat: no-repeat;
    width: 980px;
    height: 66px;
    margin: auto;
}
ul.toolbar
{
    display: inline;
    list-style-type: none;
}
ul.toolbar li
{
    width: 85px;
    float: right;
    margin-right: 7px;
}
ul.toolbar div
{
    height: 35px;
    padding-top: 7px;
}
ul.toolbar div.hover
{
    height: 35px;
    padding-top: 7px;
    background-image: url(/WebResources/images/toolbar_hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
ul.toolbar div.active
{
    height: 35px;
    padding-top: 7px;
    background-image: url(/WebResources/images/toolbar_active.png);
    background-repeat: no-repeat;
}
ul.toolbar div.buynormal
{
    width: 74px;
    height: 35px;
    padding-top: 7px;
    margin-left: 7px;
}
ul.toolbar div.buyhover
{
    width: 74px;
    height: 35px;
    padding-top: 7px;
    margin-left: 7px;
    background-image: url(/WebResources/images/toolbar_buy_hover.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
ul.toolbar div.buyactive
{
    width: 74px;
    height: 35px;
    padding-top: 7px;
    margin-left: 3px;
    background-image: url(/WebResources/images/toolbar_buy_active.png);
    background-repeat: no-repeat;
}
ul.toolbar a
{
    font-size: 14px;
    color: White;
    width: 85px;
    height: 35px;
}
div.searchbox
{
    float: right;
    width: 39px;
    height: 36px;
    cursor: pointer;
    margin-left: -4px;
}
div.searchbox:hover
{
    background-image: url('/WebResources/Images/Search/searchbtn.png');
}
#searchbox
{
    background-image: url('/WebResources/Images/Search/searchboxframe.png');
    text-align: left;
    width: 169px;
    height: 60px;
    position: absolute;
	visibility: hidden;
	z-index: 200;
}
.searchframe
{
    
    top: 61px;
    z-index: 120;
    position: absolute !important;
}
.searchtextbox
{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    font-size: 11px;
    height: 17px;
    width: 115px;
    margin-left: 18px;
}

