﻿body {
    font-family: Verdana, Sans-serif;
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
}

a {
    text-decoration: underline;
    color: #336699;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}
a:visited 
{
    color: #996633;
}
img
{
    border:none;
}
#header {
    width: 1000px;
    margin: 0 auto 0 auto;
    height: 42px;
    background: #336699 url('header.png') no-repeat;
    clear:both;
}

h2.logo
{
    color: White;
    display: inline;
    margin: 0 auto 0 auto;
    padding: 0px;
    height: 40px;
    clear: none;
}
h1
{
    color: #336699;
    text-align:center;
    font-size:medium;
}

.tip
{
    font-size:small;
    text-align:center;  
}

#searchbar
{
    width: 1000px;
    height:36px;
    margin: 0 auto 0 auto;
    padding-top:13px;
    background-image: url(/App_Themes/Blue1/searchbar.png);
    text-align:center;
}

#searchbox
{
    width:800px;
}
#searchButton
{
    width:80px;
    
}
#searchboxLabel
{
    text-align:left;
    width:1000px;
    padding-top:30px;
    padding-left:70px;
    margin:auto;
        font-size: .8em;
    line-height: 2em;
    font-weight: bold;
}


#header .logo
{
    width: 200px;
    height: 40px;
    padding-left: 5px;
    padding-top: 5px;
    float: left;
    font-weight: bold;
    font-size: 20pt;
}


#header .logo a {
    display: block;
    width: 200px;
    height: 40px;
    text-decoration: none;
    color:White;
}

#header ul {
    display: block;
    list-style: none;
    float: right;
    height: 40px;
    width: auto;
    margin:0px;
    margin-right: 6px;
    
}

#header ul li {
    display: block;
    float: left;
    height: 38px;
    margin: 1px 0 0 0;
    border-left: solid #4D6680 1px;
    font-size: .8em;
}

#header ul li a {
    display: block;
    text-decoration: none;
    color: #EBF2FA;
    padding: 11px 20px 10px 20px;
    width: auto;
}

#header ul li a:hover {
    color: white;
    background-color: #2E4C6B;
}

#intro {
    margin: 10px auto 20px auto;
    text-align:center;
    font-size: .8em;
    line-height: 2em;
    font-weight: bold;
}

.bigCloud
 {
    margin: 20px auto 20px auto;
    text-align:center;
    line-height: 2em;
    font-weight: bold;
    width:1000px;
}
#results a
{
        font-family: verdana;
        font-size:1em;
}

#results
{
    width: 890px;
    margin: 0 auto 0 auto;
    clear: both;
    font-family: Georgia, Serif;
}

#results p
{
    font-size: .8em;
    font-family: Georgia, Serif;
}

.shopName
{
    padding-bottom:5px;
    vertical-align:top;
    font-size: .75em;
    font-family: verdana;
    float:right;
}

.itemCell
{
    border-bottom: #5A92AE 1px dashed;
    padding-bottom:5px;
    vertical-align:top;
}


.center
{
    text-align:center;
}

#params
{
    text-align: left;
    width: 980px;
    margin:auto;
    margin-top:4px;
    padding-left:10px;
    
    font-size: .8em;
    line-height: 2em;
    font-weight: bold;
    background-color: #e6e6ff;
    border-top: #5a92ae 1px solid;
    border-bottom: #5a92ae 1px solid;
}

