﻿/*  ###################################################

    PRINT FORMAT STYLING

    how content should look like when printed

    ###################################################  */

body {
    font-size: 13pt;
}

input.btn, input.iconbtn,
table.hideOnPrint,
.layout-header, .layout-footer, .menu-leftmenu, .accordion-header,
.DontShowOnPrint, .FooterItems, .articleRepeater, .content-infobox,
#divArticlesList, #TotalPriceTable, #totalPriceWrapper, .layout-header, .layout-footer a, #userinfocontent, #btnClickMe, .content-left ul, .header-content,
#divHeaderLogotyp, .search-table, #carhistoryMain, .content-logininfo, .menu-tabs, #carhistorySub, .tabs-category, .login-button, #divModalDialog, .tabs-login, .hideOnPrint
{
    display: none !important;
}

table.dockclass {
    
    margin: 0;
    top: 0;
    width: 765px;
}


.divDescription {
    font-size: 10pt;
    margin-left: 0px;
}

.dockCarInformation {
    margin: 0;
    top: 0;
    width: 765px;
    font-size: 13pt;
}

.pager2 {
    font-size: 16pt;
}

.pager4 {
    font-size: 12pt;
}
.content-catalog
{
    width: 765px;
   font-size: 14pt;
   font-weight: 700;
}