#bottomSpacer {
	height: 120px;
}

#cart {
	position: fixed;
	left: 0px;
	bottom: 0%;
	height: 120px;
	width: 100%;
	z-index: 20;
	background:  #1a1718 url("/images/cartbg.gif") top left repeat-x;
	border-top: 2px solid #000;
	color: #fff !important;
}
#cartTitle {
	font-weight: bold;
	padding-top: 15px;
}

#indicator {
	float:left;
	margin-right:5px;
	margin-left:5px;
	padding-top:3px;
}
#cartTitleText {
	position:absolute;
	left: 25px;
	padding-top: 0px;
	color: #fff;
	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;
}

.product {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
/* image displayed in product description */
.productImage {
	display: block;
	margin-right: 10px;
	margin-bottom:10px;
	width: 150px;
}

#productsTable tr td h2 {
	
	font-size: 16px;
	margin-top: 0;
	
}

.cartItem {
	float: left;
	text-align: center;
	margin-right: 10px;
	font-size: 0.9em;
}

