﻿body 
{
    background-color: #FFFFFF;
    background-image: none;
}

.banner,
.maincontent .leftcontent,
.maincontent .leftcontent .leftcontenttoycatalogue,
.maincontent .leftcontent .leftcontentbrandsearch,
#products .product .middle .main .details .bottomcontent .addToCart,
#products .paging .pageLinks,
#productDetails .product .middle .content .details .shoppingCart .addToCart,
.maincontent .rightcontent,
#footer,
.flash
{
    display: none;
}

#container .maincontent
{
    overflow: visible;
}

#container .maincontent .content .printHeader
{
    display: block;
}
* html #container .maincontent .content .printHeader { width: 605px; } /* To deal with IE6's maximum width of 605px (haven't tested this fully but appears to be accurate) */


#container .maincontent .content
{
    display: block;
    float: none !important;
    overflow: visible !important;
    position: relative;
    width: 90%;  /* Not set to 100% so Firefox 2 content doesn't flow off the page (haven't tested fully) */
}
* html #container .maincontent .content { width: 605px; } /* To deal with IE6's maximum width of 605px (haven't tested this fully but appears to be accurate) */

#container .maincontent .content .editor,
#products
{
    padding: 0; 
    overflow: visible !important;
    position: relative;
}

#products .product .middle,
#productDetails .product .middle 
{
    border: none;
}
