/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Common Componenets
**************************************************************************************************************************/

#checkout_confirmation .confirm_shipping_method,                            /*Clear the margins*/
#checkout_confirmation .confirmation_items,
#checkout_confirmation .confirm_shipping_method_text,
#checkout_confirmation div
{
	margin: 0px !important;
	line-height: 12pt;
}

.confirmation_element {
	padding: 8px 0px 0px 0px !important;
}

#checkout_confirmation #checkout-process {
	left:0;
	position:absolute;
	top:-56px;
}

div#wrap div#content #checkout_confirmation h2 {       						/*This is the main title of the page*/ 
	margin-top: 66px;   
}

#checkout_confirmation h3, 
#checkout_confirmation #confirmation_element_products h3,
#checkout_confirmation .confirm_address_header
{                                                 							/*This is for the sub title : each block has a title*/
	font-weight:bold;
	margin:20px 0 3px !important;
}

#checkout_confirmation .confirmation_element {
    margin: 0 0 20px !important;
	padding:0px !important;
}

#checkout_confirmation .confirm_shipping_method,
#checkout_confirmation .confirm_address,
#checkout_confirmation .confirm_policy_text
{                                                                           /*Add up a lil margin on the left*/ 
	margin-left: 8px !important;
}



/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Product list
**************************************************************************************************************************/

#checkout_confirmation #confirmation_element_products .tdname {
	font-weight: bold;
}

div#checkout_confirmation table.listitems {
	border-bottom: none !important;
}

#confirmation_element_order_totals {
	padding: 0px;
}

div#checkout_confirmation div.confirm_totals table {
	margin: 30px 0px 0px 5px;
}

/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Confirmation Policy and Accept Conditions
**************************************************************************************************************************/
div#checkout_confirmation div.confirm_accept_conditions {
	margin:20px 0px 10px 8px !important;
}
