* {
    margin: 0;
}

body {
    margin: 0 auto;
    font-family:Arial,Helvetica,sans-serif;
    font-size: 12px;
}

h1 {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
}

h2 {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}

h3 {
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
}

a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #333333;
}

#shopLogin h1 {
    color: #666666;
    margin: 0 -6px;
    padding-bottom: 2px;
    padding-left: 6px;
    font-size: 13px;
    border-bottom: 1px solid #666666;
}

#shopSearch h1 {
    color: #666666;
    margin: 0 -6px;
    padding-bottom: 2px;
    padding-left: 6px;
    font-size: 13px;
    border-bottom: 1px solid #666666;
}

#sidebar input[type="text"] {
    border: 1px solid #666666;
    width: 150px;
}

#sidebar input[type="submit"] {
    padding: 1px;
    border: 1px solid #666666;
    line-height: 15px;
    height:20px;
}

*+html #sidebar input[type="submit"] {
    height: 20px;
}

* html #sidebar input {
    height: 20px;
    line-height: 15px;
}

* html .searchButton {
    height: 21px !important;
    line-height: 12px !important;
}


#footer a {
    text-decoration: none;
    color: #666666;
}

#footer a:hover {
    color: #333333;
}
