/* 
    Document   : print
    Created on : 10-Apr-2013, 17:46:42
    Author     : Adam
    Description:
        Purpose of the stylesheet follows.
*/

.banner-small,
.tabs,
.my-hide-for-print
{
    display:none !important; 
}

.my-show-for-print
{
    display:block !important; 
}

#logo {
    margin: 20px 0;
    clear: both;
    display: block;
}

.box-topads .banner-728 {
    float: none;
    text-align: left;
}

.tabs-content, .text ul {
    margin-left:0;
    margin-top:0;
    padding-left: 0;
}