/*/// Styles for Order Confirmation and Receipt ///*/

@import "master.css";

/* Layout */

#container-confirmation {
	width: 708px;
	}
	
#container-header-confirmation {
	width: 100%;
	}
		
#container-addresses-confirmation {
	float: left;
	width: 50%;
	}

#container-addresses-confirmation p, #container-payment-confirmation p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

#container-additional-confirmation {
	width: 50%;
	float: left;
	}

#container-additional-confirmation p {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 0;
	}
	
#container-ready-confirmation {
	width: 50%;
	float: left;
	margin-top: 15px;
	}

#container-footer-confirmation {
	width: 90%;
	clear: both;
	text-align: right;
	padding: 15px 0 0 15px;
	}
	
/* Lists and Definitions */
	
#container-addresses-confirmation ul {
	margin-bottom: 15px;
	}
	
#container-additional-confirmation dd {
	font-style: italic;
	margin: 0 0 5px 10px;
	}
	
/* Tables */
	
#container-confirmation table td, th {
	padding: 3px;
	}

#container-confirmation table th {
	font-weight: normal;
	}

#container-total-confirmation table {
	text-align: right;
	margin-top: 15px;
	font-size: 14px;
	}

#container-total-confirmation table td, th {
	padding: 5px;
	}

.ordertotal {
	font-weight: bold;
	font-size: 14px;
	border-top: 1px solid #ebebeb;
	padding-top: 5px;
	text-align:right;
	color: #233e85;
	}
	
.products-ordered-table {
	clear: both;
	border: 0;
	width: 95%;
	text-align: left;
	}

.ordercats {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	color: #233e85;
	}
	
.ordercats-right {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #ebebeb;
	color: #233e85;
	}
	
.ordercats-left {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ebebeb;
	color: #233e85;
	}
	
.orderprod-right {
	text-align: right;
	}

.zebra {
	background: #ebebeb;
	}
	
/* Forms */

#container-header-confirmation input {
	float: right;
	}
	
.remove input {
	text-align: right;
	}
	
.quantity-confirm {
	text-align: center;
	}
