/* PRINT CSS - 20060522 */

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

body
{
	background: none;
	text-align:left;
	font-size:18px;
	width:100%;
}

table, tr, td {
	text-align:left;
}
table {
width:100%;
}

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

#print_order {
display:block;
position: absolute;
left:50px;
top:50px;
width:100%;
}


#display_order{
	display:none !important;
	width:1%;
	background-color:#000;
}

#left-menu-list {
display:none;
}
.shop-confirmorder .buttonblock {
display:none;
}
.shop-confirmorder ul{
display:none;
}
#cheque_print {
display:none;
}

#left-contain {
float:none;
position:absolute;
left:50px;
top:50px;
font-size:14px;
min-height:550px;
}



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

