.right_area {
	width: 47%;
	float: left;
}

.lineTitle {
	float: left;
}

.totalBox {
	float: right;
}

#ottotal {
	font-weight: bold;
}

#ottax .totalBox {
	margin-right: 100px;
}

#order_area {
	float: left;
	width: 440px;
	margin: 0px 20px 10px 50px;
}

#order_area_account {
	margin: auto;
	float: left;
	width: 440px;
}

#order_items {
	width: 100%;
	height: 390px;
	border: #000000 1px solid;
	padding: 5px;
}

#order_items table, #order_totals table {
	width: 100%;
	margin-bottom: 15px;
}

#order_totals {
	width: 100%;
	height: 50px;
	margin: 10px 0px 0px 0px;
	border: #000000 1px solid;
	padding: 5px;
}

#ordered_items_head {
	clear: both;
}

#order_head_name, .order_dtl_name, #order_total_title{
	width: 70%;
	padding-right: 10px;
}

#order_head_price, .order_dtl_price, #order_total_price {
	width: 30%;
}

#order_total_title, #order_total_price {
	font-weight: bold;
}

#order_gst_title {
	width: 50%;
}

#order_gst_price {
	width: 20%;
}
#order_gst_extra {
	width: 30%;
}

#shipto_area, #billto_area {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

#shipto_area h2, #billto_area h2 {
	margin-top: 0px;
}

#payment_area {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#checkoutConfirmDefaultPayment, #checkoutConfirmDefaultShipment {
	font-size: 18px;
	font-family: Times, serif;
	color: #324B7D;
	font-weight: normal;
}

#checkoutConfirmDefaultPaymentTitle, #checkoutConfirmDefaultShipmentTitle {
	font-size: 16px; 
	font-weight: bold;
	font-family: Times, serif;
	color: #324B7D;
}

#comments_area {
	clear: both;
	margin: 10px 0px 0px 0px;
	float: left;
}