/*************************************************************************
 * Page checkout - Step 4 - For Print
 *************************************************************************/

/* Form Total */
div.form-total div.total-footer
	{
	background:none;
	line-height:1.2em;
	width:100%;
	margin-bottom:10px;
	border-bottom:solid 1px #6F6F6F;
	}

div.form-total div.total-values
	{
	text-align:right;
	width:50%;
	display:block;
	line-height:1.3em;
	color:#6F6F6F;
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0px 6px;
	}
div.form-total div.total-values label
	{
	font-size: 1.2em;
	display:block;
	width:55%;
	float:left;
	}

div.form-total div.total-values span
	{
	color: #F67420;
	}
div.form-total span.total-order
	{
	font-size: 1.2em;
	font-weight: bold;
	}

/**
 * Sub-Total
 */
div.form-total div.sub-total
	{
	background:none;
	width:100%;
	margin-bottom:5px;
	border-bottom:solid 1px #6F6F6F;
	
	}

div.form-total div.sub-total-values
	{
	text-align:right;
	width:50%;
	display:block;
	line-height:0.9em;
	color:#F67420;
	float:right;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0px 6px;
	}

div.form-total div.sub-total-values label
	{
	color:#6F6F6F;
	display:block;
	width:55%;
	float:left;
	}

/**
 * Borders
 */
div.body div.content div.column div.block div.body div.tabs-region-actived h4
	{
	background:none;
	border-bottom:solid 1px #6F6F6F;
	}
div.body div.content div.column div.block div.body div.tabs-region-actived table.checkout-products th
	{
	border-bottom:solid 1px #6F6F6F;
	}
div.body div.content div.column div.block div.body div.tabs-region-actived table.table
	{
	background:none!important;
	padding-right:2px;
	}

/**
 * Elements Hiding
 */
div.top
	{
	display:none;
	}
div.bar
	{
	display:none;
	}
ul.menu
	{
	display:none;
	}
a.logo
	{
	display:none!important;
	}
div.body div.column-left
	{
	display:none!important;
	}
div.body div.column-right
	{
	display:none!important;
	}
div.body div.content div.column-center div.block div.head
	{
	display:none!important;
	}
div.body div.page-title ul.breadcrumb
	{
	display:none!important;
	}
div.body div.content div.column-center div.buttons-body
	{
	display:none!important;
	}
div.body div.bottom
	{
	display:none!important;
	}

/**
 * General Transformations
 */
div.body
	{
	width:610px;
	}
div.body div.content
	{
	width:610px;
	border:none;
	}
div.body div.content div.column-center
	{
	position:relative;
	left:7px;
	width:580px;
	margin-top:-105px;
	}
div.body div.content div.column div.block div.body div.form div.control,
div.body div.content div.column div.block div.body div.form div.input span
	{
	color:#4F4F4F;
	}

div.body div.content 
	{
	margin: 104px 0 0 0;
	}
div.body div.page-title
	{
	padding:13px 0 -50px 190px;
	border-bottom: solid 1px #CCC;
	
	}
div.body div.page-title h1
	{
	margin:10px 0 0 -170px;
	
	}
div.body div.page-title img.print-header
	{
	display:block;
	margin:0 0 0 -184px;
	
	}
