#bottomSpacer {
	height: 120px;
}

#cart {
	position: fixed;
	left: 0px;
	bottom: 0%;
	height: 120px;
	width: 100%;
	z-index: 20;
	background-color: #E0AB52;
	background-color: #C9F6CA;
	border-top: 2px solid #000;
}
#cartTitle {
	font-weight: bold;
}

#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;
}
#view-cart {
	text-align: left;
}
#view-cart #bottom-table {
	width: 100%;
}
#view-cart #bottom-table td.first {
	width: 57%;
}
#view-cart #bottom-table td.second {
	width: 43%;
	font-size: 0.95em;
	text-align: justify;
}
#view-cart #bottom-table td.second ul {
	list-style: square;
}
.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;
	margin-top:10px;
}

.cartItem {
	float: left;
	text-align: center;
	margin-right: 10px;
	font-size: 0.9em;
}
.cart-bottom-links {
    text-align: right;
    margin: 4px 0 0 0;
    font-size: 9pt;
    font-weight : bold;
}
