@media print
{
    * {
        color: #000;
    }
    
    h1.pageHead {
        height: 20px;
    }
    
    #headerBar, #header, #tree, 
    #navigation, #breadCrumb, .listRefine,
    .refineParams, #footerBar {
        display:none;
    }
    
    .pageHead {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 3px solid #ECEFF0;
    }
    
    #sidebar{  
        display: none;
    }
    
    #content {
        width: 100%;
        margin: auto;
        float: none;
    }
    
    .listDetails .selectorsBox p.underlined, .information .selectorsBox p.underlined, .compareItem .variants p.underlined {
        box-shadow: none;
    }
    
    .dropDown p {
        background: none;
    }
    
    table.advancedsearch {
        width: 100%;
        margin: auto auto 10px auto;
    }

    table.advancedsearch tr {
        border-bottom: 2px solid #ECEFF0;   
    }

    table.advancedsearch tr.sec {
        background: #ECEFF0;  
    }

    table.advancedsearch tr td.param {
        width: 20%;
    }
    
    ul#searchList.infogridView li.productData form div.listDetails div.buttonBox a.submitButton {
        display: none;
    }
    
    .goldkorn{
        background:yellow;
    }
}