/*************************************************************************
 * Page checkout - Step 4
 *************************************************************************/


div.body div.page-title img.print-header
	{
	display:none;
	}


/**
 * Table Produtos
 */
table.checkout-products
	{
	width:100%;
	border-bottom:1px solid #F1F1F1;
	margin-bottom:5px;
	}

/**
 * Column Produto
 */
table.checkout-products th.produto
	{
	width:380px;
	padding-left:5px;
	}
table.checkout-products td.produto
	{
	padding-left:0;
	}

table.checkout-products td.produto a
	{
	display:table;
	
	}
table.checkout-products td.produto img
	{
	margin-right:5px;
	float:left;
	}
table.checkout-products td.produto a:hover p
	{
	text-decoration:underline;
	}
table.checkout-products td.produto p
	{
	display:table-cell;
	vertical-align:middle;
	color:Navy;
	font-size:0.9em;
	padding-top:5px;
	font-weight:bold;
	/*([IE<=6]*/
	display:block;
	margin-top:expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" :"0");
	/*)*/
	}

/**
 * Column Disponivel
 */
table.checkout-products th.disponivel,
table.checkout-products td.disponivel
	{
	width:90px;
	text-align:center;
	}
table.checkout-products td.disponivel
	{
	color:#0395EA;
	font-size:0.9em;
	}
table.checkout-products td.disponivel-alert
	{
	color:#F67420;
	}

/**
 * Column Preo
 */
table.checkout-products th.preco
	{
	text-align:center;
	}
table.checkout-products td.preco,
table.checkout-products td.total-preco
	{
	text-align:right;
	color:#F67420;
	font-size:0.9em;
	}

/**
 * Row Total
 */
table.checkout-products tfoot tr
	{
	background-position:0 6px;
	}
table.checkout-products tfoot tr td
	{
	padding-top:6px;
	}

/**
 * Column Total Quantidade
 */
table.checkout-products tfoot td.total-quantidade
	{
	text-align:right;
	}
table.checkout-products tfoot td.total-quantidade span
	{
	color:#F67420;
	font-weight:bold;
	font-size:1.2em;
	text-transform:none;
	}

/**
 * Column Total Final
 */
table.checkout-products tfoot td.total-final
	{
	padding-top:7px;
	text-align:center;
	}

/**
 * Column Total Quantidade
 */
table.checkout-products tfoot td.total-preco
	{
	font-weight:bold;
	font-size:1.2em;
	}

/**
 * Form Total
 */
div.form-total div.total-footer
	{
	background:transparent url(img/checkout-total-bar-bg.gif) no-repeat;
	line-height:1.2em;
	width:100%;
	padding-top:7px;
	height:24px !important;
	margin-bottom:10px;
	margin-top:10px;
	font-size:1.1em;
	}
div.form-total div.total-values
	{
	text-align:right;
	display:block;
	line-height:1.3em;
	color:#6F6F6F;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px 6px;
	width:565px;
	}
div.form-total div.total-values label
	{
	font-size:1.1em;
	display:block;
	float:left;
	margin-right:5px;
	width:452px;
	text-align:right;
	}
div.form-total div.total-values span
	{
	color:#F67420;
	}
div.form-total span.total-order
	{
	font-size:1.2em;
	font-weight:bold;
	}

div.form-total div.line
	{
	height:13px;
	}

/**
 * Sub-Total
 */
div.form-total div.sub-total
	{
	width:101%;
	margin-bottom:5px;
	
	}
div.form-total div.sub-total-values
	{
	text-align:right;
	display:block;
	line-height:0.9em;
	color:#F67420;
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 6px;
	width:565px;
	}
div.form-total div.sub-total-values label
	{
	color:#6F6F6F;
	display:block;
	float:left;
	margin-right:5px;
	width:450px;
	}
