
#shopping_cart table {
	clear: both;
	margin-bottom: 1.2em;
	text-align: left;
}

#shopping_cart .item td, #shopping_cart .totals, #shopping_cart .subtotal {
  border-bottom: 1px solid #C9C9C9;
  padding: 4px;
}

#shopping_cart .image {
	width: 50px;
	text-align: center;
}

#shopping_cart .item td {
  font-size: 1.1em;
  padding: 4px;
  vertical-align: middle;
}

#shopping_cart .availability {
	width: 74px;
	text-align: center;
}

#shopping_cart .qty {
  text-align: center;
	width: 130px;
}

	#shopping_cart .qty span {
		float: left;
		margin-left: 1.5em;
	}
	#shopping_cart .qty ul {
		float: left;
		font-size: 0.83em;
	  margin: 0 0 0 0.2em;
		width: 90px;
	}

	#shopping_cart .qty li {
	  margin-bottom: 0.4em;
	}


#shopping_cart .price {
	color: #000;
	text-align: center;
  width: 74px;
}

#shopping_cart .subtotal {
	width: 73px;
	text-align: center;
}

#shopping_cart .totals {
	width: 214px;
	text-align: right;
}

#shopping_cart .totals, #shopping_cart .subtotal {
  font-size: 1.1em;
}

#shopping_cart .delete {
  cursor: pointer;
  width: 5em;
}

