#bottomSpacer {
	height: 120px;
}
#cart {
  background-color: white;
  padding: 10px 10px 135px;
}
#cart p {
  padding: 0;
}
#cart table {
  font-size: 12px;
}

#indicator {
	float:left;
	margin-right:5px;
	margin-left:5px;
	padding-top:3px;
}
#cartTitleText {
	position:absolute;
	left: 25px;
	color: #333;
	padding-top: 0px;
	color: #2E6B2F;
	font-size: 15px;
	border-bottom: 1px solid #66CC68;
}

#items {
	margin-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

#itemsContainer {
	width: 80%;
	height: 115px;
	overflow: auto;
}
