#productItem {
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
}

#productItem h3 {
	border-bottom: 1px dotted #dddddd; 
	color: #035E85;
	padding-bottom: 5px;
}

#productItem td {
	padding: 3px;
}
#productItem td.title {
	width: 350px;
}
#productItem td.price {
	width: 150px;
}
#productItem td.other {
	width: 150px;
}
#productItem td {
	padding: 3px;
}
#productItem th.product, #productItem td.product {
	width: 460px;
	text-align: left;
}
#productItem th.x, #productItem td.x {
	width: 40px;
	text-align: center;
	font-weight: bold;
}
#productItem th.qty, #productItem td.qty{
	width: 80px;
	text-align: left;
}
#productItem th.subtotal, #productItem td.subtotal {
	width: 160px;
	text-align: center;
}
#productItem td.subtotal {
	font-size: 1em;
	text-align: right;
}

#productItem input, #productItem textarea, #productItem select {
	font-size: 1em;
	font-weight: 400;
}

/* summary sidebar */
	.summary_container{
		padding: 20px;
		background-color: #f9f9f9;
	}

	.summary_container h3{
		color: #035E85;
		padding-top: 15px;
	}
	.summary_list {
		overflow:hidden;
	}

/* summary sidebar */

.order_list {
	text-align:left; padding-top:5px; padding-bottom:0px;
}
.order_item {
	padding-bottom: 5px;
}
li.order_item {
	list-style: none none outside;
}
ul.order_items {
	margin: 0px;
	padding: 0px;
}
.order_item_description {
	font-size: 14px; 
	font-weight: bold;
	color: #14365C;
}
.order_item_col1 {
	font-size: 16px; 
	text-align: right;
	padding-bottom: 5px;
	width: 100px;
}
.order_item_col6 {
	font-size: 14px; 
	text-align: center;
	padding-bottom: 5px;
	width: 15px;
}
.order_item_subtotal {
	font-size: 16px; 
	font-weight: bold; 
	text-align: right;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: dotted 1px #cccccc;
}
.order_total_description {
	font-size: 18px; 
	font-weight: bold;
	color: black; 
}
.order_item_total {
/*	background-color: #0063BC;
	color: white; */
	margin-bottom: 10px;
}
.order_total_col1 {
	font-size: 20px; 
	text-align: right;
	padding-bottom: 5px;
	width: 10px;
}
.order_total_col2 {
	font-size: 20px; 
	text-align: center;
	width: 15px;
}
.order_total {
	font-size: 22px; 
	color: #0063BC;
	font-weight: bold; 
	text-align: right;
	width: 100%;
	border-bottom: dotted 1px #cccccc;
}
.items_none {
	font-size:16px; font-weight:bold;
	padding-bottom:10px;
}
