/* *************************************************************************
Title : CSS print styles
Author : Designkitchen, Inc.
Description : Styles for the browser print function
Created : April 28, 2009
Modified : 

CSS TOC
=HTML SELECTORS
************************************************************************* */

/* *************************************************************************
=RESET
************************************************************************* */
.vapor,
.imagery,
#header #nav,
#content,
#footer {
    background: none !important;
    filter: none !important;
}
#topMenu,
#header #nav ul li#logo h1 span,
#header #nav ul li#aboutUs,
#header #nav ul li#ourProducts,
#header #nav ul li#ourGlobalReach,
#header #nav ul li#waterEfficiency,
#header #nav ul li#customerCare,
#header #nav ul li#projectPortfolio,
#header #nav ul li#mySloan,
#breadcrumb,
.sideNav,
.secondCol,
.eventsBtm,
.printButton,
.addYourFacilityButton,
.compatibilityFilters a.find, 
.mapFilters a.find,
.downloadButtons,
#productTechnicalDownloads fieldset.buttons,
#footer ul li#newsPress,
#footer ul li#careersSloan,
#footer ul li#continuingEducation,
#footer ul li#sloanConnect,
#footer ul li#contactUs {
    display: none !important;
}

/* *************************************************************************
=STYLE
************************************************************************* */
#header {
    position: absolute;
    top: 0;
    left: 0;
}
*:first-child+html #header,
*:first-child+html #footer {
    clear: both;
    float: none !important;
    position: static;
}
* html #header,
* html #footer {
    clear: both;
    float: none !important;
    position: static;
}
h1 {
    background-image: url(/images/backgrounds/sloan.logo.print.png);
    height: 60px;
    width: 168px;
}
#header #nav ul li {
    height: 60px;
    overflow: auto;
}
#content {
    padding-top: 60px;
    padding-bottom: 20px;
    float: left;
    width: 100% !important;
    position: relative;
}
*:first-child+html #content {
    padding-top: 0;
    float: none;
    position: static;
}
* html #content {
    padding-top: 0;
    clear: both;
    float: none !important;
    position: static;
}

.firstCol,
.doubleCol {
    float: none !important;
    padding: 30px 0 0 0;
    width: auto !important;
}
*:first-child+html .doubleCol {
    float: left;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
* html .doubleCol {
    float: left;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}    
.productCompareColumn,
.productCompareColumn a.close,
.productCompareColumn div.productCompareColumnBtm {
    background: none;
}
* html table,
* html table td {
    position: relative;
}
* html table a {
    position: absolute;
    z-index: 1;
}
/*
table th {
    color: #000 !important;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 0 !important;
    text-align: center;
} */
.compatibilityFilters,
.mapFilters,
.whereFilters {
    background: none !important;
}
.compatibilityFilters span {
    display: block;
}
#compatibleFixtures th {
    background: none;
    border-bottom: 1px solid #000;
    color: #000;
}
* html #compatibleFixtures th,
* html #compatibleFixtures td {
    width: 110px !important;
}
* html #compatibleFixtures th.hdrFixtureEquiv,
* html #compatibleFixtures td.colFixtureEquiv {
    width: 110px !important;
}
* html #compatibleFixtures th.hdrFixtureType,
* html #compatibleFixtures td.colFixtureType {
    width: 110px !important;
}
* html #compatibleFixtures th.hdrFlushConnection,
* html #compatibleFixtures td.colFlushConnection {
    width: 110px !important;
}
* html #compatibleFixtures th.hdrFlushvalveModelNumber,
* html #compatibleFixtures td.colFlushvalueModelNumber {
    width: 110px !important;
}
.resultsTable td {
    background-color: #fff;
}
.events {
    background: none;
    width: auto;
}
    .events .event {
        padding: 10px 0 0 0;
        width: auto;
    }
        .events .event .eventDesc {
            padding-left: 15px !important;
            width: 550px;
        }
a.dateHeader,
a.dateHeader.sortByDate,
a.eventHeader,
a.eventHeader.sortByEvent {
    background: none !important;
    border-bottom: 1px solid #000;
    color: #000;
    font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
    height: 25px !important;
    text-indent: 0 !important;
    text-decoration: none;
}
a.eventHeader,
a.eventHeader.sortByEvent {
    width: 550px !important;
}
#mapResults th {
    border-bottom: 1px solid #000;
    vertical-align: middle !important;
}
#mapResults th img {
    visibility: hidden;
}
#mapResults th a {
    background: none !important;
    color: #000;
    font: bold 1.1em/1em Verdana, Arial, Helvetica, sans-serif;
    height: 15px;
    text-align: center !important;
    text-indent: 0 !important;
    text-decoration: none;
    vertical-align: middle !important;
}
#accordion h3,
#accordion h3.ui-state-active,
#accordion h3.ui-state-active a {
    background: none !important;
    color: #000;
    width: auto;
}
#accordion h3 {
    border-bottom: 1px solid #000;
}
#accordion h3 a,
#accordion h3 a:hover {
    background: none;
    padding-left: 0;
}
#accordion div {
    background: none;
    padding-left: 0;
    padding-right: 0;
    width: 600px !important;
}
#accordion div span.bottom {
    display: none;
}
.whereFilters {
    padding: 20px 0;
}
.searchbox {
    background: none;
    height: 100px;
    padding: 15px 0;
}
#searchResults .firstCol {
    padding-left: 0;
}
.topRecommendation, .searchSection {
    border-top: 1px solid #000;
}
input#searchField, input#searchboxquery, input#zipcodeSearch {
    background: none;
    border: 1px solid #000;
}
#footer ul li.copyright {
    padding-left: 0;
}