@charset "utf-8";
/* CSS Document */
#cartTotal {
	clear: both;
	position: relative;
	top: 5px;
}
.cartHeaders {
/*	display: none; */
	color: #b6b6b6;
	font-weight: bold;
	
}

.simpleCart_items {
	clear:both;
	margin: 0px 0 0 5px;
	width:100%;
}

.itemContainer {
	clear: both;
}

.itemName {
	float: left;
	width: 140px;
}
.itemPrice{
	float: left;
	width: 60px;
	padding: 0px;
}
.itemQuantity{
	float: left;
	width: 60px;
	padding: 0px;
}
.itemTotal{
	float: left;
	width: 65px;
	padding: 0px;
}
