div#cart_status {
	position: relative;
}
div#cart_status p {
	margin-bottom: 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica;
}
.cartHeaders div, .itemContainer div {
	display: inline;
	float: left;
	width: 235px;
}
.item_quantity {
	width: 20px;
	text-align: center;
}
.button {
	font-size: 18px;
	text-decoration: underline;
}
.description p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #555;
}
.buyzone {
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
}