@import url(/css/global.css);
@import url(/css/product.css);
@import url(/css/index.css);
@import url(/css/compare.css);
@import url(/css/smart.css);

body {
    background-color: #fff;
}

#header-area {
    background-color: #fff;
}

h1.site-name {
    float: none;
    text-align: center;
    font-size: 1.1em;

}
a {
    text-decoration: none;
}
#footer,
p#site-name,
#site-info,
.header-bits,
    #info-nav,
#info-bar,
.return-to-previous,
#navarea {
    display: none;
}

#content {
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
}

.title {
    margin-left: 20px;
}

#outer-wrapper {
    width: 100%;
    background-image: none;
}

.top-content-row {
    display: none;
}

#titleBar {
    margin-top: 20px;
}
