body, td, select { 
    font-family: arial, sans-serif;
    font-size: 10pt;
}

p {
    margin: 0px 0px 15px 0px;
}

p.last {
    margin-bottom: 0px;
}

.header {
    font-size: 12pt;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.logobar {
    margin: 0px 0px 10px 0px;
}

.logoImage {
    border: 0px;
    width: 200px;
    height: 44px;
}

.rightlogo {
    float: right;
}

.topnav {
    background: #a97;
    /* background: #ab9672; */
    /* background: #ba3b3f; */
}

.topmenu {
    padding: 5px 0px 5px 0px;
    text-align: right;
    margin-right: 20%;
    font-weight: bold;
    color: #fff;
}

.topmenu a {
    color: #fff;
    text-decoration: none;
}

.topmenu a:hover {
    color: #ddd;
    text-decoration: underline;
}

table tr {
    vertical-align: top;
}

.leftnav {
    width: 20%;
}

.rightnav {
    width: 20%;
}

.leftHeader {
    font-weight: bold;
    color: #fff;
    background: #369;
    padding: 5px 0px 5px 10px;
    border-bottom: 1px solid #369;
}

.leftItem {
    background: #eee;
    padding: 8px 10px 8px 5px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-weight: bold;
}

.leftItem a {
    color: #333;
}

.body {
    padding: 15px 0px 20px 15px;
    border-left: 1px solid #ccc;
}

.footer {
    background: #eeeeff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: #666;
}

.footer p {
    margin: 0px 0px 0px 0px;
}

.copyright {
    text-align: center;
    padding: 5px 0px 5px 0px;
    color: #666;
}

a {
    color: #33c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.productThumb {
    text-align: center;
    width: 150px;
    padding: 5px 0px 5px 0px;
}

.thumbImage {
    border: 0px;
}

.productListTextBlock {
    padding: 10px 0px 10px 10px;
}

.productName {
    font-weight: bold;
}

.productPrice {
    font-weight: bold;
}

.hr {
    clear: both;
    border-top: 1px solid #ccc;
}

.spacer {
    clear: both;
    height: 15px;
}

.productInfo {
    width: 100px;
}

.productPicture {
    padding: 5px 0px 15px 0px;
}

.productImage {
    border: 0px;
}

.submitButton {
    text-align: center;
    font-weight: bold;
    color: white;
    background: #369;
    border: 2px outset #eee;
    padding: 1px 1px 1px 1px;
}

.submitButton a {
    color: #fff;
    text-decoration: none;
}

.submitButton a:hover {
    color: #ddd;
    text-decoration: none;
}

.addCart {
    width: 81px;
    visibility: show;
}

.searchForm {
    /* text-align: center; */
    padding: 10px 5px 10px 5px;
    font-weight: bold;
    color: #c00;
}

.searchForm form {
    display: inline;
}

