/*
 * CSS file used for printing. Strips out all the menus and language bar
 * The css classes defined here overrides the classes defined in the default css.
 */

@media print {

    .content {
        background-color: white;
        height: 100%;
	width: 740px;
        top: 0;
        left: 10px;
        right: 10px;
        margin: 0;
        padding: 10px;
	position: fixed;
    }

    .rcrumbs { float: left; width: 90%; white-space: nowrap; list-style: outside none none; }
    .article_action_icons { float: right; width: 10%; }
    .articledetails { float: left; width: 100%; }

    .head { width: 740px; margin: 10px; }
    .body { width: 740px; margin: 10px; }

    .table 	{ float: left; width: 100%; padding: 10px; margin: 0}
    .article 	{ float: left; width: 100%; border-bottom: none; height: auto; }


    .pictures 	{ float: left; width: 360px; height: auto; text-align: center; }
    .pictures #ctl00_MainPlaceHolder_article1_panelIDtb { display: none; }
    .properties 	{ float: left; width: 260px; border-bottom: none; height: auto; }
    .description 	{ float: left; width: 100%; padding: 0px; }
    .modulearea		{ float: left; width: 100%; margin: 0px; }
    .boxbackground 	{ float: left; width: 32%; margin: 0 5px 20px 0; }
    .boxbackground articleaddonbox { float: left; width: 32%; margin: 0 5px 20px 0; }

    .data_whitebox #amount { display: none }
    .flowbutton		{ display: none }
    .footer		{ display: none }
    .header		{ display: none }
    .banner             { display: none }
    .navigation         { display: none }
    .header .menu       { display: none }
    .BottomPopUp	{ display: none }

}