/*
 * print preview changes
 */

body {
	background: none;
	overflow: hidden !important;
}

body.start {
	background: none;
}

div.column_left {
	float: none;
	height: 550px;
	overflow-y: auto;
	padding: 25px 0 25px 20px;
	width: 780px;
}

div.column_left div.content div.tracking_small {
	width: 685px;
}

/*
 * print footer
 */

div.footer_print {
	background: #ffffff;
	bottom: 0;
	border-top: 1px solid #bcbcbc;
	margin: 0 36px;
	position: absolute;
	width: 710px;
}

div.footer_print a {
	display: block;
	padding: 4px 0 10px 0;
	text-decoration: none;
}


div.footer_print a.left {
	float: left;	
}

div.footer_print a.right {
	float: right;	
}

