#shopping-cart .updateButton {
	margin: 0 6px;
	vertical-align: middle;
}

/****************** Products list *********************/
#shopping-cart h2.header3 {
	border: none;
	margin-bottom: 0px;
}

.products-list {
	width: 100%;
	margin-top: 2px;
}

#shopping-cart thead tr th,
#shopping-cart tr.header td {
	text-align: left;
	font-size: 1.18em;
	font-weight: bold;
	white-space: nowrap;
	padding: 4px;
	
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	background-color: #FFFBEB;
}

#shopping-cart tr.product td {
	border-top: 1px solid #DFDFDF;
	/*
	height: 100px;
	border-bottom: 1px solid #DFDFDF;
	*/
}

/******* Column styles **********/
#shopping-cart .thumb,
#shopping-cart .description,
#shopping-cart .part-numbers,
#shopping-cart .unit-price,
#shopping-cart .quantity,
#shopping-cart .total-price {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
/*
#shopping-cart .thumb {
	width: 84px;
}

#shopping-cart .description {
	width: 170px;
}

#shopping-cart .part-numbers {
	width: 123px;
}

#shopping-cart .unit-price {
	width: 97px;
}

#shopping-cart .quantity {
	width: 77px;
}

#shopping-cart .total-price {
	width: 81px;
}
*/
#shopping-cart .unit-price,
#shopping-cart .quantity {
	text-align: center;
}

#shopping-cart .total-price {
	text-align: right;
}

/****************************************/

#shopping-cart tr.product td.thumb img {
	display: block;
	width: 84px;
	/* height: 84px; */

	border: 1px solid #DFDFDF;
}

#shopping-cart tr.product div.product-name {
	font-size: 1.09em;
	font-weight: bold;
	color: #6F6F6F;
	margin-bottom: 6px;
}

#shopping-cart tr.product td.description p {
	margin-bottom: 0.25em;
}

#shopping-cart tr.product td.part-numbers td {
	border: none;
}

#shopping-cart tr.product td.part-numbers td.label {
	padding-right: 20px;
	padding-bottom: 6px;
	font-weight: bold;
	color: #9C9C9C;
}

#shopping-cart tr.product td.total-price .price {
	font-size: 1.09em;
}

#shopping-cart tr.product td.total-price .small {
	vertical-align: middle;
	font-size: 0.83em;
	color: #9C9C9C;
	padding-bottom: 0.25em;
}

#shopping-cart tr.product td.total-price .add-to-cart {
	margin-top: 6px;
	display: block;
	float: right;
}

/*************** Totals table **************************/
#shopping-cart .totals {
	width: 100%;
}

#shopping-cart .totals tr td {
	height: 42px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

#shopping-cart .totals tr.header td {
	height: auto;
}
	
#shopping-cart .totals td {
	padding: 4px 10px;
	/*
	padding-left: 10px;
	padding-right: 10px;
	*/
	vertical-align: middle;
}

#shopping-cart .totals td label {
	width: 80px;
}

#shopping-cart .totals .amount {
	width: 81px;
	text-align: right;
	vertical-align: top;
}

#shopping-cart .header5 {
	display: block;
}

/********************************************/

#shopping-cart table.checkoutNav {
	width: 100%;
	margin: 8px 0px;
	
	border: 1px solid #DFDFDF;
	background-color: #FBFBFB;
}

#shopping-cart table.checkoutNav input, #shopping-cart table.checkoutNav .continue-shopping {
	margin: 4px 8px;
}
	
#shopping-cart table.checkoutNav .continue-shopping {
	cursor: pointer;
}

#shopping-cart table.checkoutNav .update {
	margin-right: 0px;
}

#shopping-cart table.checkoutNav .update {
	margin-left: 0px;
}
	
	
	
	
	
	
	
	
	
	
