/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */



body
{
    font-size: 10pt;
}

div#searchbox, div#path, div#topmenu, div#sidemenu, div#usermenu, #printfriendly, #languages
{
    display: none; /* Hide elments not wanted on a printed page */
}


body, div#page, div#header, div#main
{   
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

div#columns
{
    padding: 0;
}

div#main-position
{
	margin: 0;
}

div#main-position, div.float-insert
{
    float: none;
}

div.box
{
    border: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

div.box div.box-content
{
	padding: 0 !;
	width: 100%;
}

div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    background: none;
}

div.content
{
	width: 60% !important;
	float: left;
}

div#rightmodules 
{
	width: 30%;
	float: right;
}


div#footer
{	
	border-top: 1px solid #ccc;
	opacity: 1.0;
	margin: 5px 0 0 0 !important;
	padding: 5px 65px 0 0 !important;
	color: #ccc !important;
	font-size: 6pt !important;
	text-align: left;
}

div#footer a
{
	color: #ccc !important;
	font-size: 6pt !important;
}

#debugReport
{
	display: none;
}

.columns_bg
{
	width: 100%;
}

.class-product-line
{
	width: 200px;
	height: 170px;
}

.class-product-line img
{
	width: 200px;
}

.product_page
{
	border-bottom: 20px solid white;
}

.class-product, .class-product img, table.factstable
{
	width: 400px !important;
}

.box
{
	width: 420px !important;
	padding: 20px 0 0 20px !important; 
}

.productspacer
{
}