﻿html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    height: 100%;
}

body
{
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

body, select, textarea
{
    font-family: Helvetica, Arial;
    font-size: 13px;
    color: #462E26;
}

form
{
    width: 100%;
    height: 100%;
}

.linkCatalogSection
{
    text-decoration: none;
    color: #462E26;
}

.linkCatalogSection:link
{
    text-decoration: none;
    color: #462E26;
}

.linkCatalogSection:hover
{
    color: #737373;
}

.pagingButton
{
    text-decoration: none;
    color: #462E26;
    border: solid 1px white;
    padding: 3px 3px 3px 3px;
    background-color-x: whitesmoke;
    white-space: nowrap;
}

.pagingButtonCart
{
    text-decoration: none;
    color: #ffffff;
    border: solid 1px white;
    padding: 3px 3px 3px 3px;
    background-color-x: whitesmoke;
    white-space: nowrap;
}

.pagingButton:hover
{
    color: #737373;
}

.pageHeading
{
    font-size: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    font-weight: bold;
}

.sectionHead
{
    font-weight: bold;
    padding-bottom: 10px;
}

.indentSee
{
    padding-left: 0px;
    padding-bottom: 10px;
}

.divBody
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.divMenu
{
    background-color: #A2B4BA;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-top: 35px;
}

.divWhiteSep5px
{
    height: 5px;
    background-color: #ffffff;
}

.topMenu
{
    font-family: Helvetica, Arial;
    font-size: 18px;
    color: #462E26;
    text-decoration: none;
}

.topMenu:hover
{
    color: #ffffff;
    text-decoration: none;
}

.addtocart
{
    color: #462E26;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
    border: solid 1px #462E26;
    background-color: #d7c7bf;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

a.pager:link
{
    color: red;
    text-decoration: underline;
    padding-right: 5px;
}

.headerBar
{
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #462E26;
    height: 20px;
    color: #ffffff;
}

.sidebarImageWidth
{
    width: 185px;
    height: 1px;
}

