﻿@media print {
	#menubar,
	#header .right,
	#slider,
	body .AspNet-Pager,
	#footer .firstLine .item.navigation,
	#footer .secondLine .item,
	#categoryList .list .button{display: none; opacity: 0; visibility: hidden;}
	#container .width-wrap{margin: 0px !important; padding: 0px !important; width: 100%; max-width: inherit;}
	#textPage .wrap{max-width: inherit;}
	#container {
    width: 100%;
    max-width: inherit;
    position: relative;
    display: block;
    overflow: visible;
    text-align: left;
	}
	
	#menubar{display: none !important; height: 0px !important;}
	#footer .firstLine .item,
	#footer .secondLine .item,
	#categoryList .list .wrap .item{width: 100% !important;}
	#content {border-top: 1px solid #808080;}
	
	#footer {border-top: 1px solid #808080;}
	#footer_copy {clear: both;}
	
	#frm ul li {list-style: disc inside;}
	table.blackborder td {border: 1px solid #555; border-collapse: collapse;}
	body a.external {padding: 0;}

	a[href]:after {
    	content: " (" attr(href) ")";
    	display: block;
    	clear: both;
	}

	.list 
	{
		overflow: hidden;

		.item
		{
			overflow: hidden;
		}
	}