/* Start Confirmation Elements */
.confirmation_element{
	padding: 8px 0px;
}
/* End Confirmation Elements */


/* Hide the order totals and fix the products table */
#confirmation_element_order_totals h3 { /* hide the H3 element */
    display: none; 
}

#confirmation_element_order_totals { /* Remove any spacing at the top */
    padding-top: 0px;   
    margin-top: 0px;
}

#checkout_confirmation .listitems { /* Dotted line between otder totals and products */
    border-bottom:1px black dotted;
}

.confirmation_items h3 { /* Set a little spacing between h3 and products table */
    margin-bottom: 15px;
}


/* Start extra_info module  */
ul.inputField label,ul.inputField input,ul.inputField textarea,ul.inputField select{ 
	float:left;
}

ul.inputField li{
	clear:both;
	padding:5px 0px;
}
ul.inputField label{
	width:140px;
}

div.input_fields{ 
    padding:5px; 
}



/* End extra_info module  */

/* Start Gift wrapping */
div.comment_box {
    padding:0px; 
}

div.wrapbox {
    font-size:7pt;font-weight:bold;display:block;padding: 10px 0 3px 0;
}

/* End Gift wrapping */