/**
 * The following is taken from /sites/all/files/cart.css on the old Drupal site
 */


#addToCartButton, #deleteButton, #editButton, #removeFromCartButton{
	height: 32px;
	width: 80px;
	float: right;
	margin: 1em 0;
	border: none;
}

#line{
	border-bottom:solid 1px;
	height:1px;
	color:#CCCCCC;
}

#tableTop{
	clear:both;
	/*margin-bottom:-16px;*/
	padding: 0px;
}

#tableMiddle{
	clear:both;
	margin-bottom:20px;
}

	#tableMiddle img, #tableTop img {
		height: 105px;
		width: 105px;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
	}

#quantity{
	float:right;
	color:#000000;
}

#notes{
	color:#000000;
	clear:both;
}

#line{
	clear:both;
}

table{
	clear:both;
	margin-left:30px;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	
}

table img{
	width:125px;
	height:125px;
}

#totalPrice{
	float:right;
	color:#000000;
}

#totalPrice button{
	margin-left:10px;
}

#continueButton1{
	clear:both;
	float:right;
	margin-top:2em;
	/*margin-bottom: 100px;*/
}