div#header,
div#main_nav,
div#three_column_left_col,
div#three_column_double_col_right,
div#three_column_double_col_left .image-rotator,
#show-planner .paginator-container,
h1.other-shows,
ul#show_planners,
.nonprinting,
img.showplanner,
input,
form#search_form,
div#three_column_double_col .top,
div#three_column_double_col .bottom,
#footer,
#bottom-nav-container,
div#three_column_double_col_left .standard_margins form .search_button,
div#three_column_double_col_left .standard_margins form #id_q,
div#three_column_double_col_left .tab_header, 
div#show-planner #search-form,
/*#three_column_double_col_left .article_text, */
div.search_results .left {
    display: none;
}
/* Override the non-display of sorting headers (ordinarily suppressed since
they have class left [obviously things on the left shouldn't print?] so that
the headers like Company Name and Location and Exhibitor print with the results */
span.sorter_header {
    display: inline !important;
}

a {
    color: black;
}

div#three_column_double_col {
    background: none;
}

body {
    font-size: 12pt;
}

div.printonly {
    display: inline !important;
}
* {
    position: static;
    overflow: visible !important;
}

.main_column, #three_column_double_col, #three_column_double_col_left,
#products_view, .search_results, .search_result {
    float: none !important;
}

div#three_column_double_col_left {
    width: 800px !important;
}

