/*
<summary>
Jula - print.css
</summary>
<author>Tomasz Okborg</author>
<date>2009-05-18</date>
<copyright>Litium E-commerce, all rights reserved</copyright>
*/
input { display: none; }
table { width: 100%; }

div#site-wrapper { width: 100%;	margin: 5px; }

div#header-wrapper { overflow: hidden;	position: relative; min-height: 120px;	background-image: url(../images/layout/common/background-header-wrapper.gif);	background-repeat: no-repeat;	margin-bottom: 10px; }
div.header-left { position: absolute; bottom: 0; left: 0; width: 5px; height: 5px; background-image: url(../images/layout/common/header-left.png);	background-repeat: no-repeat; }
div.header-right { position: absolute;	bottom: 0; right: 0;	width: 5px;	height: 5px; background-image: url(../images/layout/common/header-right.png);	background-repeat: no-repeat; }

div#logo-wrapper { width: 229px;	float: left; margin: 2px; margin-right: 6px; }
div#search-login-cart-wrapper { float: left;	overflow: hidden;	width: 753px; display: none; }
div#menu-wrapper { overflow: hidden; float: left; display: none; }

div#navigation-tree-box-wrapper { width: 190px;	float: left; margin-right: 10px;	margin-bottom: 10px;	display: none; }

div#content-wrapper { width: 100%; float: none;	height: auto; margin-right: 10px; margin-bottom: 10px; overflow: hidden; }
div#content-wrapper.content-shopping-cart { width: 100%;	margin-right: 0px; }
div.bread-crumbs { padding: 5px 0 10px 0;	color: #727272; }
div.bread-crumbs a {	text-decoration: none; color: #323232; }
div.content { overflow: hidden; }
div.tab-content {	display: block; }

div#vertical-banner-wrapper { display: none }

div#footer { background-image: url(../images/layout/common/background-footer-wrapper.gif); background-repeat: repeat-x;	margin-top: 5px; padding: 10px 5px;	font-weight: bold; clear: both; overflow: hidden; }
div#footer img { float: left; }
div#footer p { line-height: 25px; }
div#footer p.left { margin-left: 12px; }



