
.cartbutton {
	background-color: #39b3d7 !important;
	min-width: 100px;
	border: none;
	padding: 10px;
	margin-right: 14px !important;
	display: inline-block;
	text-align: center !important;
	cursor: pointer;
	text-decoration: none;
	color: #FFF !important;
	min-height: 15px !important;
	font: 12px/15px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26) !important;
	border-radius: 3px !important;
}
.cartbutton:hover {
	background-color: #44C7ED !important;
}

.cart-itm {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.cart-itm:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}
.cart-itm .remove-itm {
	float: right;
	font-size: 1.5em;
}
.cart-itm .remove-itm a {
	text-decoration:none;
	color:#000;
}
.cart-total-text a {
	float:right;
}








.cart-view-table-front {
	/*font-size: 0.7em;
	position: fixed;
	right: 10px;
	max-width: 350px;
	font-family: Arial;
	z-index: 200000;*/
	
	/* Trying to span the interface rather than covering it. */
	width: 100%;
	display: block;
	font-family: Arial;
	text-align: right;
	
	background-color: #fff;
	padding-top: 14px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	
}
.cart-view-table-front a { margin-right: 20px;  padding-bottom: 14px; border-bottom: 1px solid #ccc; }



.cart-view-table-front h3 {
	text-align: center;
	padding: 0;
	margin: 0px 0px 6px 0px;
}

/*.cart-view-table-front, */.cart-view-table-back {
	max-width: 700px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.12);
	border: 1px solid #E4E4E4;
}
.cart-view-table-back table td {
	font-size: 0.9em; padding: 10px;
}
.cart-view-table-front table th, .cart-view-table-back table th {
	text-align: left; padding: 10px;
}
.cart-view-table-front table thead, .cart-view-table-back table thead {
	background-color: #135472; color: #fff;
}
.cart-view-table-front table tbody tr.even, .cart-view-table-back table tbody tr.even {
	background-color: #F7F7F7;
}
.cart-view-table-front table tbody tr.odd, .cart-view-table-back table tbody tr.odd {
	background-color: #EDEDED;
}
.cart-view-table-front button, .cart-view-table-front .button, .cart-view-table-back button, .cart-view-table-back .button {
	margin: 10px 1px;
	float: right;
}