/* -- Print styles for the Interline sites- mainly Solaris in store kiosks -- */


/* -- Kill background images -- */

body, #wrapper {
    background-image: none;
    background: white;
    font-size: 11pt;
}


/* -- Kill unneeded divs -- */

#search, #utilityNav, #globalNav, #leftNav, #pagination, #productsHeader, #productInfo p.wishlist, #productInfo p.printPage, #recommendedHeader, #sidebar {
    display: none;
}

/* -- Reset header for display -- */

#logo h1 {
    text-indent: 0;
    background-image: none;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

#breadcrumb {
    margin: 10pt 0;
}


/* -- give main div entire page -- */

#wrapper, #content, #main, #company, #product {
    width: 100%;
}

h1 {
    font-size: 12pt;
}

h2, h3 {
    font-size: 11pt;
}

#pageContent {
    width: 90%;
    display: block;
}

.products {
    float: left;
    background-image: none;
    position: relative;
    padding: 0;
    border-bottom: 1px dotted #999;
    margin-right: 15pt;
}

#productInfo, #productCopy {
    margin: 10pt 0 0 0;
    padding: 0;
}

#productInfo h3, #productInfo p {
    font-size: 11pt;
    margin: 0;
}

#footer {
    display: block;
    clear: both;
    width: 100%;
}

.clearer {
    font-size: 0px;
    line-height: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 0px;
    width: auto;
}