/* print.css */
body					{
							margin: 0cm;
							padding: 0;

							font-family: 'Trebuchet MS','Lucida Grande', 'Lucida Sans Unicode', arial, sans-serif;
							font-size: 8pt;
							line-height: 12pt;

							color: #000;
							background: #fff;
						}
#page,
#head,
#content,
#content.wide			{ margin: 0; padding: 0; width: 100% !important; background: none; }

/* not shown in print */
.action,
#left, 
#right,
#progress, 
#right,
#sort					{ display: none; }

.btn_row,
.news,
.offer,
.sale					{ display: none; }


a 						{ text-decoration: none; color: #000; }
img						{ border: none; }
.banner					{ padding: 0 !important; }
