﻿/* --- Print CSS --- */
 .search-box,
.nav-holder,
#footer,
.control-box,
.switcher,
.select-form,
.skip-to,
.sections,
.tabset,
.content-block,
.boxes,
.outtaHere,
.panel,
.popup,
.popup-select,
form,
caption,
.table-popup,
.popup-chat,
.resources-block,
.controls,
.pager,
.list-form .area,
legend,
.list-form .btn-submit,
.popup-2,
.popup-3{display:none;}
form, fieldset{
    margin:0;
    padding:0;
    border-style:none;
}
a{
    text-decoration:none;
    color:#000;
}
ul{
    margin:0;
    padding:0;
    list-style:none;
}
#tab-1,
#tab-2,
#tab-3{
    display:block !important;
    margin:0 0 20px;
}
body {
    margin: 0;
    font: 12pt Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
    background: #fff;
}
.print-logo{
    position:static;
    margin:0 0 10px;
    display:block;
}
.promo img{
    width:100%;
    height:100%;
}
.print-image{
    width:50% !important;
    height:50 !important%;
}
.hero-list{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    height:1%;
}
.hero-list li{
    float:left;
    margin:0 10px 10px 0;
}
.table th,
.table td{
    border:1px solid #000;
}
.table td{
    text-align:center;
}
.table th{
    font-weight:normal;
    text-align:left;
}
.table .title{
    text-align:left;
}
.list-form{
    display:block !important;
}