﻿.master-container
{
    height: 100%;   /* IE6 and earlier treat height more like min-height */

    text-align: center; /* this centers the container in IE6 and earlier */
}

.min-width-normal
{
    width: expression(document.body.clientWidth > 1302 ? "1300px" : (document.body.clientWidth < 902 ? "900px" : "100%") );
}

.min-width-wide
{
    width: expression(document.body.clientWidth > 1302 ? "1300px" : (document.body.clientWidth < 1052 ? "1050px" : "100%") );
}

form
{
    text-align: left;   /* counteract the center alignment that was specified for the container */
}

div#master-header-contents .horizontal-menu-right
{
    margin-right: 0em;
}

div#master-footer
{
    left: 1em;
}

div#master-footer-box
{
    margin: 0em 0em 0em 0em;
}


ul.pureCssMenu
{
    zoom: 1;
}
ul.pureCssMenu ul ul
{
    left: 97%;
}
ul.pureCssMenu li a
{
    padding-left: 0;
}
ul.pureCssMenu li li a
{
    padding-left: 2px;
}
ul.pureCssMenu li span
{
    padding-left: 4px;
}

ul.pureCssMenu li li span
{
    padding-left: 0px;
}
ul.pureCssMenu img
{
    float: none;
}

div#store-category-navigation-container img 
{
    height: 45px;
}

div#store-shopping-cart-page .shopping-cart-item-container .column-first
{
    height: 115px;
}
div#store-product-page .product-picture-container
{
    height: 260px;
}

.related-links li.pdf a 
{
    background-image: none;
}

.busy-indicator
{
    position: absolute;
}