/*
    Document   : print.css
    Created on : 07.05.2010, 11:27:51
    Author     : nico
    Description:
        bueroTec default print style
*/

body
{
    height:auto;
    width:auto;
    overflow:visible;
    margin:0px;
    padding:0px;
}
#topSearchWrap,
#colorbar,
#left,
#right,
#topnavigation,
div.btbarlinks,
ul.searchOptions,
div#footer div.flinks,
.doBuy,
.actions,
.lastseen,
.bottomgrayfade,
input.smallbuybutton,
#test_BackOverviewBottom,
.topgrayfade,
.ordersteps,
table.biglist_table.nosides tbody tr.sumrow,
table.biglist_table.nosides tbody tr.sumrow td.brd input,
.bigtabs,
a.topPrintTab,
.biggerSearch,
div#b2bcalim
{
    display: none;
}

div#body span.printhead
{
    display: block;
    margin: 10px 0px 10px 0px;
}

table.biglist_table tr
{
    page-break-after: avoid;
}

table.biglist_table.nosides
{
    border: 0px;
}

ul.bigtabs li.ui-state-default,
.ui-tabs-hide
{
    display: block;
}

div#header
{
    background-image: none;
    padding: 10px 0px 20px 0px;
    height: 40px;
    border-bottom: 1px solid #EE1C2A;
    margin: 0px 0px 10px 0px;
}

#body div.borderwrap
{
    border: 0px;
}

div#body
{
    margin: 0px !important;
    width: 650px !important;
    padding: 0px !important;
}


a.logo
{
    position: relative;
    height: auto;
    width: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    bottom: auto;
    left: 0px;
}

div#path
{
    position: absolute;
    top:20px;
    right:10px;
}


table.biglist_table tr td.tleft
{
    width: 300px !important;
}

div.tabbody table.biglist_table tr td div.articleLink
{
    width: 600px !important;
}

div.tabbody table.biglist_table tr td div.articleLink
{
    width: 500px !important;
}

table.biglist_table tr td div.articleLink
{
    width: 200px !important;
}

table.biglist_table tr td input
{
    border: 0px;
}
